Re: Header files for C/C++ development

2013-06-02 Thread Jérémie Courrèges-Anglas
eatg75 writes: > Hi there I am 'experimenting' with OpenBSD and pondering > to switch from Linux to OpenBSD, I have installed OpenBSD > in a virtual machine and during the installation I did not > select the comp53 package when I rebooted and installed > clang a tried to compile a simple hello w

Re: Header files for C/C++ development

2013-06-02 Thread Matthew Dempsky
On Sun, Jun 2, 2013 at 11:53 PM, Matthew Dempsky wrote: > On Sun, Jun 2, 2013 at 11:14 PM, eatg75 wrote: >> Can someone help me. > > You need to install the comp53 package. Er, sorry, the comp53 set.

Re: Header files for C/C++ development

2013-06-02 Thread Matthew Dempsky
On Sun, Jun 2, 2013 at 11:14 PM, eatg75 wrote: > Can someone help me. You need to install the comp53 package.

Header files for C/C++ development

2013-06-02 Thread eatg75
Hi there I am 'experimenting' with OpenBSD and pondering to switch from Linux to OpenBSD, I have installed OpenBSD in a virtual machine and during the installation I did not select the comp53 package when I rebooted and installed clang a tried to compile a simple hello world in C and I got errors

Re: Western Digital - Advanced Format

2013-06-02 Thread MD
On 03/06/13 06:01, Otto Moerbeek wrote: On Mon, Jun 03, 2013 at 03:34:07AM +0100, MD wrote: On 01/06/13 15:59, MD wrote: On 01/06/13 12:56, Kenneth R Westerback wrote: On Sat, Jun 01, 2013 at 07:38:50AM +0100, MD wrote: Recently obtained WD7500-BPKT (750g) hard drive that apparently Will

Re: ospfd filtering

2013-06-02 Thread Loïc BLOT
Hi Sorry for the double, but i have forgotten the kroute.c in my diff, then i cannot work :) Have a nice day --- old/usr.sbin/ospfd/kroute.c 2011-11-15 05:17:46.0 +0100 +++ OpenBSD/usr.sbin/ospfd/kroute.c 2013-05-31 22:37:59.434032287 +0200 @@ -1,6 +1,7 @@ -/* $OpenBSD: kroute.c,v

Re: Western Digital - Advanced Format

2013-06-02 Thread Otto Moerbeek
On Mon, Jun 03, 2013 at 03:34:07AM +0100, MD wrote: > On 01/06/13 15:59, MD wrote: > >On 01/06/13 12:56, Kenneth R Westerback wrote: > >>On Sat, Jun 01, 2013 at 07:38:50AM +0100, MD wrote: > >>>Recently obtained WD7500-BPKT (750g) hard drive that apparently > > > >>>Will Advanced Format Just Work(

Re: Western Digital - Advanced Format

2013-06-02 Thread Matthew Dempsky
On Sun, Jun 2, 2013 at 8:40 PM, MD wrote: > Matt (May I call you "Matt"?), No.

Re: Western Digital - Advanced Format

2013-06-02 Thread MD
On 03/06/13 04:11, Matthew Dempsky wrote: On Sun, Jun 2, 2013 at 8:02 PM, MD wrote: I had sent my dmesg output for this board to dmesg@... Thanks for doing that, but be aware that's a separate issue from trying to get help here. If you want help diagnosing a problem, you should make things a

Re: Western Digital - Advanced Format

2013-06-02 Thread Matthew Dempsky
On Sun, Jun 2, 2013 at 8:02 PM, MD wrote: > I had sent my dmesg output for this board to dmesg@... Thanks for doing that, but be aware that's a separate issue from trying to get help here. If you want help diagnosing a problem, you should make things as easy as possible for the people helping yo

Re: Western Digital - Advanced Format

2013-06-02 Thread MD
On 03/06/13 03:41, Matthew Dempsky wrote: On Sat, Jun 1, 2013 at 7:59 AM, MD wrote: dmesg indicates the drive reports 512 byte sectors It sounds like you've resolved your problem already, but in the future, if someone asks you for your dmesg output, you'll have better luck if you post your ac

Re: Western Digital - Advanced Format

2013-06-02 Thread Matthew Dempsky
On Sat, Jun 1, 2013 at 7:59 AM, MD wrote: > dmesg indicates the drive reports 512 byte sectors It sounds like you've resolved your problem already, but in the future, if someone asks you for your dmesg output, you'll have better luck if you post your actual dmesg output rather than trying to summ

Re: Western Digital - Advanced Format

2013-06-02 Thread MD
On 01/06/13 15:59, MD wrote: On 01/06/13 12:56, Kenneth R Westerback wrote: On Sat, Jun 01, 2013 at 07:38:50AM +0100, MD wrote: Recently obtained WD7500-BPKT (750g) hard drive that apparently Will Advanced Format Just Work(TM)? If the drive claims to be using 512-byte sectors, everything

Re: xenocara cvs /base/xenocara

2013-06-02 Thread Juan Francisco Cantero Hurtado
On Sun, Jun 02, 2013 at 05:16:19PM -0700, sh...@lavabit.com wrote: > I am trying to find information about what /base/xenocara/meta is for and > how it compares to what's in CVS. Using -stable, I am trying to figure out > if I should build /meta/xenocara or if I should use what is in cvs for > runn

xenocara cvs /base/xenocara

2013-06-02 Thread shaul
I am trying to find information about what /base/xenocara/meta is for and how it compares to what's in CVS. Using -stable, I am trying to figure out if I should build /meta/xenocara or if I should use what is in cvs for running X. Where can I find info to understand how they distinguish from each o

bug in ksh tab complete

2013-06-02 Thread Ted Unangst
(1) I'm in src/usr.sbin/pkg_add. I type "vi pod/". ksh prints some completions for me: athens:~/src/usr.sbin/pkg_add> vi pod/ CVS/ OpenBSD::PackingElement.pod ... (2) I type "Open". ksh completes a little more for me: athens:~/src/usr.sbin/pkg_add> vi pod/OpenBSD:: (3) I type again: athens:

Re: A tricky pf + ecmp routing + squid question [Disregard - SOLVED]

2013-06-02 Thread Loïc BLOT
Hello Rob, mine is a forward proxy, it's used by my clients to go to all websites (except blacklisted by squidguard). -- Best regards, Loïc BLOT, UNIX systems, security and network expert http://www.unix-experience.fr Le dimanche 02 juin 2013 à 12:33 -0700, Rob Sheldon a écrit : > On 2013-

Re: A tricky pf + ecmp routing + squid question [Disregard - SOLVED]

2013-06-02 Thread Marios Makassikis
On 2 June 2013 21:33, Rob Sheldon wrote: > On 2013-06-02 2:35, Loïc BLOT wrote: > >> Hello rob, >> i'm using squid since 3.1 on OpenBSD 5.2 with compiled sources (squid >> 3.2.5-9 and 3.3.4 at this time). I don't use an IP but the http_port >> 3129 as my configuration suggests: >> >> http_port 31

Re: A tricky pf + ecmp routing + squid question [Disregard - SOLVED]

2013-06-02 Thread Rob Sheldon
On 2013-06-02 2:35, Loïc BLOT wrote: Hello rob, i'm using squid since 3.1 on OpenBSD 5.2 with compiled sources (squid 3.2.5-9 and 3.3.4 at this time). I don't use an IP but the http_port 3129 as my configuration suggests: http_port 3128 http_port 3129 intercept And i have those rule in my PF p

Call for support to continue Radeon KMS work...

2013-06-02 Thread Bob Beck
Some of you may be aware of the recent developments in current that have brought us Intel KMS Support. With this we get proper accellerated X on current and future Intel graphics hardware. There are a few other nice side benefits to this work: - We gain the ability to use the kernel debug

Re: Failure to upgrade 5.2 to 5.3 with softraid

2013-06-02 Thread Alexander Hall
You did exactly what you were supposed to do, but installboot was missing the underlying device nodes for the softraid device. I just committed a diff for this. Thanks for pointing it out. /Alexander On 05/15/13 09:56, tichodr...@free.fr wrote: Hello everyone. I failed to upgrade my server f

:Jason Wagstaff:

2013-06-02 Thread Jason Wagstaff
http://grosfer.com/ih/pqsdyaencqbgoqahwdocdqregqfn.axwvw

Re: A tricky pf + ecmp routing + squid question [Disregard - SOLVED]

2013-06-02 Thread Loïc BLOT
Hello rob, i'm using squid since 3.1 on OpenBSD 5.2 with compiled sources (squid 3.2.5-9 and 3.3.4 at this time). I don't use an IP but the http_port 3129 as my configuration suggests: http_port 3128 http_port 3129 intercept And i have those rule in my PF pass in quick proto tcp to { 10.X.1.1 10

Re: A tricky pf + ecmp routing + squid question [Disregard - SOLVED]

2013-06-02 Thread Rob Sheldon
Sorry for the noise. OpenBSD 5.3 introduced Squid 3.2, which now checks the destination IP of inbound packets against the Host: header in interception mode. This breaks rdr-to, which makes nearly every howto online incorrect (joy). There was a minor error in the Squid docs which confused me (h

A tricky pf + ecmp routing + squid question

2013-06-02 Thread Rob Sheldon
I don't seem to be smart enough to figure this one out. I have a firewall with six physical interfaces: three local network (wifi, lan, and dmz), and three external interfaces that have been set up with multipath routing and nat and all that good stuff. I've been trying to get Squid up and ru