On 23/05/15 13:08, Ahmed Ismail (Redacted sender [email protected]
for DMARC) wrote:
Hi,
First of all, thank you for all your work so far, it's quite impressive.
Now, I ask that you please bear with me here, I'm a little new to these
things.
So is everyone else ;)
I've been trying to compile the tshark binary for execution as a xen
unikernel using rumprun.
The target platform (eventually) is an ARM board. Compiling build-rr etc.
on ARM I've hit the eabi symbol issue described on this mailing list a
month or so ago. I've hit a few snags here and there with a couple of other
platforms too, so this is my over-complicated production env right now
(time is of the essence :) ):
xen/arm does not work yet, and unless you're planning to import the
necessary code from the mirage minios (or wherever it was hosted), no
point in spending time attempting to get things compiling.
/usr/local/bin/rumprun: 230: /usr/local/bin/rumprun: blkid: not found
rumprun: error: File /home/ahmed/Downloads/tshark.iso: unknown fstype
```
May I please draw upon your expertise for assistance?
Well, I didn't write that particular bit of script, but judging from the
error message looks like the blkid utility is missing from your system.
Generally speaking, the use of blkid should probably be removed, since
the guest can just loop over supported file systems and see which one
works (if any), but for now the fastest way to move forward is to either
install blkid or hardcode the result into the rumprun script.