Re: Upgrading boot from GPT(BIOS) to GPT(UEFI)

2016-12-18 Thread Eugene M. Zheganin
Hi. On 19.12.2016 11:51, Warner Losh wrote: > On Sun, Dec 18, 2016 at 11:34 PM, Eugene M. Zheganin > wrote: >> I tried the UEFI boot sequence on a Supermicro server. It boots only >> manually, gives some cryptic error while booting automatically. When >> entering the path to the EFI loader in a

Re: suspend/resume on Skylake (Lenovo T460s) with FreeBSD11 stable

2016-12-18 Thread Chris Ernst
On Wed, Dec 14, 2016 at 05:15:12PM +0100, Chris Ernst wrote: i have been hardly trying to get my Lenovo T460s to suspend *and to resume again*. Eventually the system suspends when i close the lid. The power LED is slowly blinking on and off. That is it! I am not able to resume my system anymor

Re: Upgrading boot from GPT(BIOS) to GPT(UEFI)

2016-12-18 Thread Warner Losh
On Sun, Dec 18, 2016 at 11:34 PM, Eugene M. Zheganin wrote: > Hi. > > On 16.12.2016 22:08, Fernando Herrero Carrón wrote: >> I am reading uefi(8) and it looks like FreeBSD 11 should be able to boot >> using UEFI straight into ZFS, so I am thinking of converting that >> freebsd-boot partition to an

Re: Upgrading boot from GPT(BIOS) to GPT(UEFI)

2016-12-18 Thread Eugene M. Zheganin
Hi. On 16.12.2016 22:08, Fernando Herrero Carrón wrote: > I am reading uefi(8) and it looks like FreeBSD 11 should be able to boot > using UEFI straight into ZFS, so I am thinking of converting that > freebsd-boot partition to an EFI partition, creating a FAT filesystem and > copying /boot/boot.ef

iscsi limit to 255 entities

2016-12-18 Thread Eugene M. Zheganin
Hi. I kind of stepped on a limit of 255 targets (a bunch of VMs), what is the possible workaround for this, besides running a secont ctld in bhyve ? I guess I cannot run ctld inside a jail, since it's the kernel daemon, right ? Is the 255 limit a limit on entities - I mean can I ran like 255 luns

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Eugene M. Zheganin
Hi, On 18.12.2016 02:01, David Marec wrote: > > A pass with `zfs scrub` didn't help. > > Any clue is welcome. What's that `dmu_bonus_hold` stands for ? > Just out of the curiosity - is it on a redundant pool and does the 'zpool status' report any error ? Eugene. __

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Steven Hartland
find also has -delete which avoids the exec overhead, not much of an impact here but worth noting if you're removing lots. On 18 December 2016 at 00:38, Adam Vande More wrote: > On Sat, Dec 17, 2016 at 3:01 PM, David Marec > wrote: > > > [I had first posted onto the Forum about this issue] > >

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Larry Rosenman
On 2016-12-18 11:16, Adam Vande More wrote: On Sun, Dec 18, 2016 at 2:30 AM, David Marec wrote: It fails on «No such file or directory». I can't even replicate this portion of things. Running it under truss might provide more insight into what is happening. This file missing, not much

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Adam Vande More
On Sun, Dec 18, 2016 at 2:30 AM, David Marec wrote: > It fails on «No such file or directory». > I can't even replicate this portion of things. Running it under truss might provide more insight into what is happening. > > This file missing, not much works. > I have installed a copy into `/usr

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Gary Palmer
On Sat, Dec 17, 2016 at 11:25:41PM +0100, David Marec wrote: > On 17.12.2016 22:15, Brandon Allbery wrote: > > > > You have a directory entry pointing at a freed inode (or zfs equivalent). > > ZFS may have mapped this inode that points to nowhere. That makes sense. > > In this case, what should

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Miroslav Lachman
David Marec wrote on 2016/12/18 09:30: On 18.12.2016 01:38, Adam Vande More wrote: I am unable to understand what your intent is here. If you wish to delete it, you can do: find . -inum 10552574 -exec rm {} \; It fails on «No such file or directory». This file missing, not much works. I ha

Re: [ZFS] files in a weird situtation

2016-12-18 Thread David Marec
On 18.12.2016 01:38, Adam Vande More wrote: I am unable to understand what your intent is here. If you wish to delete it, you can do: find . -inum 10552574 -exec rm {} \; It fails on «No such file or directory». This file missing, not much works. I have installed a copy into `/usr/lib` to