1

Topic: freebsd 10.x / pc-bsd 10.x

I attempted to run the script for install and it reported unsupported OS... this is PC-BSD 10.x  jail, which is freebsd 10.x . Is there a way to get the script to run? I've installed iredmail before in a jail and had it working.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: freebsd 10.x / pc-bsd 10.x

Could you please show me output of below commands?

# uname -a
# uname -r

3

Re: freebsd 10.x / pc-bsd 10.x

Certainly!

uname -a
FreeBSD mail 10.1-RELEASE-p23 FreeBSD 10.1-RELEASE-p23 #0: Thu May 14 13:35:13 UTC 2015     root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

uname -r
10.1-RELEASE-p23

4

Re: freebsd 10.x / pc-bsd 10.x

Oops, and command 'uname -s' please.

5

Re: freebsd 10.x / pc-bsd 10.x

Np...

uname -s
FreeBSD

6

Re: freebsd 10.x / pc-bsd 10.x

Do all 3 commands return same values in Jail?

uname -s
uname -a
uname -r

I will install PCBSD to test this issue.

7

Re: freebsd 10.x / pc-bsd 10.x

Yes. Thank you for taking a look at this.

8

Re: freebsd 10.x / pc-bsd 10.x

iRedMail installer correctly detects PCBSD as FREEBSD, i'm curious whether below commands return different values in Jail, could you please try it in Jail?

uname -s
uname -a
uname -r

9

Re: freebsd 10.x / pc-bsd 10.x

This is what I get in the jail... looks the same to me. user and group are rwx.

root@mail:/iredmail/iRedMail-0.9.2 # sh iRedMail.sh
********* ERROR *********
Release version of the operating system on this server is unsupported by
iRedMail, please access below link to get the latest iRedMail and a list
of supported Linux/BSD distributions and release versions.

http://www.iredmail.org/download.html

*************************
root@mail:/iredmail/iRedMail-0.9.2 # uname -a
FreeBSD mail 10.1-RELEASE-p23 FreeBSD 10.1-RELEASE-p23 #0: Thu May 14 13:35:13 UTC 2015     root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
root@mail:/iredmail/iRedMail-0.9.2 # uname -r
10.1-RELEASE-p23
root@mail:/iredmail/iRedMail-0.9.2 # uname -s
FreeBSD

10

Re: freebsd 10.x / pc-bsd 10.x

I have no idea yet. iRedMail detects FreeBSD with 'uname -r/-s' commands, so it "should" work.

Is it possible to let me login to your Jailed PCBSD and try to figure it out?