Hello all,
I'm sending this email to check whether my approach is reasonable that I
added 2 line into ifconfig(8) to skip IFT_USB interfaces as follows:
+ if (sdl != NULL && sdl->sdl_type == IFT_USB)
+ continue;
And as additionally I added two changes of USB p
hi there,
i've tripped over two issues with the cdfs:
1) take a > 4 GB example.file
2) do `mkisofs -iso-level 4 -input-charset ISO-8859-15 -V "Test 1" -o new.iso
example.file`
3) mdconfig -a -t vnode -f new.iso
4) mount -t cd9660 /dev/mdX /some/place
the resulting file size is only 3115015779 b
On Nov 25, 2010, at 1:38 PM, Kevin Mai wrote:
> Hi folks!
>
> I'm facing an issue here while trying to define separate routing tables for
> each jail and host.
>
> Let me show you briefly how it's done:
>
> The server has 3 physical NICs, each one connected to a different network
> (say,
Hi folks!
I'm facing an issue here while trying to define separate routing tables for
each jail and host.
Let me show you briefly how it's done:
The server has 3 physical NICs, each one connected to a different network (say,
public network A, public network B, and LAN).
Currently, the def