@bsdimp

27 Followers
9 Following
7 Posts

@grahamperrin @vermaden @jhx

Most likely they were never converted to asciido.

So I have this crazy LUA script that writes a dtrace script to trace CAM I/O at the lowest level, then another bit of LUA to parse the results... Fun times that...
@emaste Nobody wants even a little bit of data corruption...
Oh, and are there good hosting companies to run a FreeBSD image to run this with 10s of GB traffic per month for under $10/mo?
Also looking for the best VPN server to use. I have a need to do full tunnel back to my home network from android, windows, FreeBSD and macos. It has to be super, duper simple for some of my users who aren't super technical... what do people recommend? Also needs to be over UPD...
Contemplating adding better dtrace support to #FreeBSD's CAM layer with some sample tracing scripts...

@dexter @emaste @antranigv

Yea, there's two problems. geom is bogusly rejecting the fewer entries: that's explicitly allowed by the spec. geom should have a check for reserved space and issue a warning if it's too small (but it's not allowed to reject the GPT according to the spec). The other problem is mkimg isn't reserving enough space (the # of partitions is a red herring: that part is pedantically correct, but undesirable due to geom bugs). I have fixes for both.