Re: panic on boot

2014-09-04 Thread Tim Kientzle
On Sep 3, 2014, at 7:08 AM, Tim Kientzle wrote: > > On Sep 3, 2014, at 6:51 AM, Tim Kientzle wrote: > >> >> On Sep 2, 2014, at 1:13 PM, Garrett Cooper wrote: >> >>> On Tue, Sep 2, 2014 at 9:47 AM, AN wrote: FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r269949: Wed Aug 13

fuse libfuse and teh fuse_mount call with options

2014-09-04 Thread Julian Elischer
the documentation for using the fuse library seems a bit light.. I want to stop a fuse filesystem from getting cached by the buffer cache. (the data is dynamic) mount_fuse(8) says I need to add the direct-io mount option, but the mount is being done by the library call fuse_mount(). I've been hun

ddb_enable="YES" by default?

2014-09-04 Thread Craig Rodrigues
Brooks, In r178450, you set the default of ddb_enable to NO: r178450 | brooks | 2008-04-23 15:40:59 -0700 (Wed, 23 Apr 2008) | 4 lines Changed paths: M /head/etc/defaults/rc.conf Revert rev 1.332 and keep ddb scripts off

Re: [CFT] Autofs.

2014-09-04 Thread Edward Tomasz Napierała
On 0904T1624, Hans Ottevanger wrote: > On 09/04/14 14:43, Edward Tomasz Napierała wrote: > >On 0904T0759, Hans Ottevanger wrote: > >>On 08/17/14 16:50, Edward Tomasz Napierała wrote: > >>>On 0817T1244, Hans Ottevanger wrote: > > >>[...] > Hi! > > Great to see a real autofs finally

Re: "make installworld" commands used to generate manifest for makefs?

2014-09-04 Thread Boris Samorodov
03.09.2014 21:01, Nenhum_de_Nos пишет: > > > On September 3, 2014 12:02:24 PM GMT-03:00, Boris Samorodov > wrote: >> 28.08.2014 23:02, Craig Rodrigues пишет: >> >>> I did this: >>> >>> make -DDB_FROM_SRC -DNO_ROOT installkernel DESTDIR=/tmp/test4 >>> make -DDB_FROM_SRC -DNO_ROOT installworld DE

Re: [CFT] Autofs.

2014-09-04 Thread Hans Ottevanger
On 09/04/14 14:43, Edward Tomasz Napierała wrote: On 0904T0759, Hans Ottevanger wrote: On 08/17/14 16:50, Edward Tomasz Napierała wrote: On 0817T1244, Hans Ottevanger wrote: [...] Hi! Great to see a real autofs finally coming to FreeBSD. I already did some very cursory testing on a recent

ipv6 network aliases not set after upgrade to 9.3

2014-09-04 Thread Kurt Lidl
Greetings all: I have a host that recently was upgraded from FreeBSD 9.1 to FreeBSD 9.3. After the upgrade, the IPv6 aliases that I was setting on vlan'd interfaces, no longer get set: The section of my /etc/rc.conf, which worked under 9.1: # inside network (gigabit connected) ifconfig_bce1="up

Re: [CFT] Autofs.

2014-09-04 Thread Edward Tomasz Napierała
On 0904T0759, Hans Ottevanger wrote: > On 08/17/14 16:50, Edward Tomasz Napierała wrote: > >On 0817T1244, Hans Ottevanger wrote: > >> > [...] > >>Hi! > >> > >>Great to see a real autofs finally coming to FreeBSD. > >> > >>I already did some very cursory testing on a recent 11-CURRENT system > >>tha

Re: Fix Emulex "oce" driver in CURRENT

2014-09-04 Thread Borja Marcos
On Jun 30, 2014, at 8:02 PM, John Baldwin wrote: > > I think these sound fine, but I've cc'd Xin Li (delphij@) who has worked with > folks at Emulex to maintain this driver. He is probably the best person to > review this. Hi, Seems 10.1 is on the pipeline now, but as far as I know none of th

Re: [CFT] Autofs.

2014-09-04 Thread Hans Ottevanger
On 09/04/14 09:15, Garrett Cooper wrote: Hi Hans! On Wed, Sep 3, 2014 at 10:59 PM, Hans Ottevanger wrote: Good to see that autofa has been MFC'd during my vacation 8-) But I found a little problem... ... Do I miss something, or is this a bug? Can you please provide the output of `mount

Re: [CFT] Autofs.

2014-09-04 Thread Garrett Cooper
Hi Hans! On Wed, Sep 3, 2014 at 10:59 PM, Hans Ottevanger wrote: > Good to see that autofa has been MFC'd during my vacation 8-) > > But I found a little problem... ... > Do I miss something, or is this a bug? Can you please provide the output of `mount -p' from your server? Thanks! -Garrett