Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Rick Macklem
Benjamin Kaduk wrote: > On Sat, 16 Mar 2013, Rick Macklem wrote: > > > Elias Martenson wrote: > > > >> Is there a problem with the GSSAPI implementation in FreeBSD? > >> > >> I'm trying to compile a minimal application that does nothing more > >> than > >> including the file gssapi/gssapi_krb5.h:

Re: multi-homing in freebsd

2013-03-16 Thread Daniel Nebdal
On Sat, Mar 16, 2013 at 5:00 PM, Gary Palmer wrote: > On Sat, Mar 09, 2013 at 01:29:27PM +0100, Daniel Nebdal wrote: >> Going by Zaphod's recommendation of using a /32 for each IP, how about this? >> >> ifconfig arge0 inet 192.168.1.100/32 >> ifconfig arge0 alias 192.169.1.100/32 >> >> I wouldn't

Re: mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)

2013-03-16 Thread Jan Beich
Andrey Fesenko writes: > On Sat, Mar 16, 2013 at 8:59 PM, deeptech71 wrote: > >> When running ``man script'' (world r248258), I get: >> >> mdoc warning: .Fx: Unknown FreeBSD version `10' (#181) >> >> (and the whole man page, which quickly hides the warning). There's one more .Fx bug in __icon

Re: mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)

2013-03-16 Thread Sergey Kandaurov
On 17 March 2013 02:05, Andrey Fesenko wrote: > On Sat, Mar 16, 2013 at 8:59 PM, deeptech71 wrote: >> When running ``man script'' (world r248258), I get: >> >> mdoc warning: .Fx: Unknown FreeBSD version `10' (#181) >> >> (and the whole man page, which quickly hides the warning). > > reproduce >

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Benjamin Kaduk
On Sat, 16 Mar 2013, Rick Macklem wrote: Elias Martenson wrote: Is there a problem with the GSSAPI implementation in FreeBSD? I'm trying to compile a minimal application that does nothing more than including the file gssapi/gssapi_krb5.h: If you add: #include it compiles. in included by

Re: mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)

2013-03-16 Thread Andrey Fesenko
On Sat, Mar 16, 2013 at 8:59 PM, deeptech71 wrote: > When running ``man script'' (world r248258), I get: > > mdoc warning: .Fx: Unknown FreeBSD version `10' (#181) > > (and the whole man page, which quickly hides the warning). reproduce # whereis man man: /usr/bin/man /usr/share/man/man1/man.1

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Rick Macklem
Elias Martenson wrote: > Is there a problem with the GSSAPI implementation in FreeBSD? > > I'm trying to compile a minimal application that does nothing more > than > including the file gssapi/gssapi_krb5.h: > If you add: #include it compiles. in included by krb5.h, which I suspect most prog

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Benjamin Kaduk
On Sat, 16 Mar 2013, Elias MÃ¥rtenson wrote: Is there a problem with the GSSAPI implementation in FreeBSD? There might be; I can't remember if I had trouble with it in my current application even before I started using the gss_pseudo_random feature which it does not support (which caused me t

mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)

2013-03-16 Thread deeptech71
When running ``man script'' (world r248258), I get: mdoc warning: .Fx: Unknown FreeBSD version `10' (#181) (and the whole man page, which quickly hides the warning). ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: multi-homing in freebsd

2013-03-16 Thread Gary Palmer
On Sat, Mar 09, 2013 at 01:29:27PM +0100, Daniel Nebdal wrote: > Going by Zaphod's recommendation of using a /32 for each IP, how about this? > > ifconfig arge0 inet 192.168.1.100/32 > ifconfig arge0 alias 192.169.1.100/32 > > I wouldn't recommend 192.169, though - only 192.168.x.x is reserved >

Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Elias MÃ¥rtenson
Is there a problem with the GSSAPI implementation in FreeBSD? I'm trying to compile a minimal application that does nothing more than including the file gssapi/gssapi_krb5.h: #include int main(void) { return 0; } When compiling this with "gcc foo.c" I get the following error: