<div dir="ltr">Thanks, I can probably get a /home partition ext4 working.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 30, 2018 at 12:04 PM, Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Herbert,<br>
<span class=""><br>
> I spun up a vm with CentOS 7 and then applied the rpms to turn it into a<br>
> Blue Onyx server. I did it before the same way and it worked fine.<br>
<br>
</span>It kind of depends on the base OS that you apply the BlueOnyx 5209R RPMs<br>
to. Like how it was partitioned and what filesystem it uses. So it's<br>
doable, but has some requirements that are outlined here:<br>
<br>
<a href="https://www.blueonyx.it/index.php?page=5209r-manual-install" rel="noreferrer" target="_blank">https://www.blueonyx.it/index.<wbr>php?page=5209r-manual-install</a><br>
<br>
1.) Pre-installed CentOS 7, Scientific Linux 7 or RHEL 7 server (minimal<br>
install).<br>
<br>
2.) Partitions & Filesystems: The partition layout doesn't matter. But<br>
if possible set up a separate /home partition, which has some benefits.<br>
But we can do without separate /home. But please make sure to use the<br>
EXT4 or EXT3 filesystems. XFS and BTRFS use different disk quota systems<br>
which are not compatible with BlueOnyx.<br>
<br>
2.) "root" access<br>
<br>
3.) Working network connection and pre-configured network settings.<br>
<br>
4.) SELinux must be disabled (see: /etc/selinux/config, SELINUX=disabled)<br>
<br>
> # /etc/fstab<br>
<span class="">> <br>
> UUID=74309cb6-4564-422f-bd07-<wbr>a13e35acbb7a /   xfs  <br>
>   defaults,usrquota,grpquota        0 0<br>
<br>
</span>That's the problem: XFS.<br>
<br>
If mounted like that XFS does indeed support user- and group-quotas. But<br>
in a way that's not supported by BlueOnyx. The perl-Quota module can't<br>
handle the quotas the way XFS implements them.<br>
<br>
So you'd need something with EXT4. It would be sufficient if /home was<br>
using EXT4 and quotas.<br>
<br>
You can perhaps salvage this by mounting a separate volume under /home<br>
or by resizing / and then creating a separate /home. But one way or<br>
another you need EXT4 for that.<br>
<div class="HOEnZb"><div class="h5"><br>
-- <br>
With best regards<br>
<br>
Michael Stauber<br>
______________________________<wbr>_________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/<wbr>mailman/listinfo/blueonyx</a><br>
</div></div></blockquote></div><br></div>