1 (edited by terryd 2009-12-22 03:40:01)

Topic: Freebsd Your OS is not supported yet

Hi just came across this project so I thought I would test it in a jail out of interest and decide to follow the guide on the wiki  http://code.google.com/p/iredmail/wiki/ … on_FreeBSD
1st problem is
iRedMail-0.5.1/pkgs]# bash get_all.sh
Error: Your OS is not supported yet.

uname -a
FreeBSD iredmail 8.0-RELEASE
iRedMail-0.5.1.tar.bz2
so bit stumped all ready smile

----

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

2

Re: Freebsd Your OS is not supported yet

iRedMail-0.5.1 doesn't support FreeBSD, but the -current version supports it.

I created a snapshot version for you:
http://iredmail.googlecode.com/hg/snapshots/

You can use it to deploy iRedMail on FreeBSD, it supports FreeBSD 7.2 & 8.0 release, and i386 & amd64.

3

Re: Freebsd Your OS is not supported yet

ZhangHuangbin wrote:

iRedMail-0.5.1 doesn't support FreeBSD, but the -current version supports it.

I created a snapshot version for you:
http://iredmail.googlecode.com/hg/snapshots/

You can use it to deploy iRedMail on FreeBSD, it supports FreeBSD 7.2 & 8.0 release, and i386 & amd64.

Thank you for that it ran fine upto this point


< INFO > Add user and group for policyd: policyd:policyd.
< INFO > Initialize MySQL database of policyd.
mktemp: mkstemp failed on iRedMail.iWZbxY: Read-only file system
/home/test/iRedMail-0.6.0-beta1/functions/policy_service.sh: line 78: ${tmp_sql}: ambiguous redirect
/home/test/iRedMail-0.6.0-beta1/functions/policy_service.sh: line 91: ${tmp_sql}: ambiguous redirect
/home/test/iRedMail-0.6.0-beta1/functions/policy_service.sh: line 116: ${tmp_sql}: ambiguous redirect


I was using a jail created with ezjail which of course mounts some shared parts as read only.
On the other hand it ideal for testing because I dont have to worry about breaking any thing.
It just sat at that point rather than bailing out all together

4

Re: Freebsd Your OS is not supported yet

We didn't test iRedMail-0.6.0-beta1 in Jailed env before.

Is it possible to install iRedMail first, and then use ezjail or whatever to create a jail?

5

Re: Freebsd Your OS is not supported yet

ZhangHuangbin wrote:

We didn't test iRedMail-0.6.0-beta1 in Jailed env before.

Is it possible to install iRedMail first, and then use ezjail or whatever to create a jail?

well I dont really want to dedicate a machine too it yet. Bit puzzled because of mkstemp is trying to write to /tmp which should be fine
I am running it again today to see if it stops in the same place.