|
FreeBSD ?
|
| Author |
Message |
StevenE
Junior Member

Posts: 97
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: FreeBSD ?
for id I get
uid=0(root) gid=0(wheel) groups=0(wheel),5(operator),1111(root)
and I meant the gid of the group root which I created not the one of wheel
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 02-27-2008 11:33 PM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: FreeBSD ?
2008-03-16 ispCP RC4 released!!!
This post was last modified: 02-28-2008 12:34 AM by joximu.
|
|
| 02-28-2008 12:28 AM |
|
 |
StevenE
Junior Member

Posts: 97
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: FreeBSD ?
Hey,
so far so good I'm testing around and most things seems working for me but needless to say some errors appears ^^ but nothing real bad...
on each *.php site where ISPCP_LICENSE is expected on the top of my Omega I see
Notice: Undefined index: ISPCP_LICENSE in (path_to_phpfile)
the database has to be filled by myself in some cases but thats only because the sql datas wasn't added by installation.
Greetz Steve
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 02-28-2008 07:00 PM |
|
 |
gOOvER
Documentation Team
  
Posts: 1,329
Group: Docu Team
Joined: Jul 2007
Status:
Offline
Reputation: 13
|
RE: FreeBSD ?
This error is fixed in one of the lastest Trunks.
OS : Debian 4.0 Etch 64bit
ispCP Version : RC6 r1272 - 15.07.08 (NightlyBuild)
Activated : AWStats dynamic
Mods : update via NightlyUpdateScript
-> This Signature is OpenSource <-
|
|
| 02-28-2008 07:06 PM |
|
 |
StevenE
Junior Member

Posts: 97
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: FreeBSD ?
I'm trying to install the nightly from today but stuck at some point
here is what I have to do running so far
# cd /usr/local/ && mkdir omega
# tar -xf ispcp-omega-trunk-20080228.tar.gz
# cd omega && vi BSDMakefile
<--------- schnipp -------------->
# rm -rf ${INST_PREF}
<--------- schnapp -------------->
# make -f BSDMakefile
# cp -Rp /tmp/ispcp-1.0.0 /ispcp
# perl -MCPAN -e shell
cspan> install Term::ReadPassword
# cd /usr/local/www/apache22/ispcp/engine/setup
# cp /usr/local/omega/engine/setup/ispcp-setup-methods.pl .
# ln -s /usr/local/etc/ispcp/ /etc/ispcp
# ./ispcp-setup
Please enter fully qualified hostname. [omega]:
Please enter system network address. [192.1.4.99]:
Please enter the domain name where ispCP OMEGA will run on [admin.omega]:
Please enter SQL server host. [localhost]:
Please enter system SQL database. [ispcp]:
Please enter system SQL user. [root]:
Please enter system SQL password. [none]:
Please enter ispCP ftp SQL user. [vftp]: omega
Please enter ispCP ftp SQL user password. [auto generate]: admin
Please repeat ispCP ftp SQL user password: admin
Please enter ispCP phpMyAdmin Control user. [pma]: omega
Please enter ispCP phpMyAdmin Control user password. [auto generate]: admin
Please repeat ispCP phpMyAdmin Control user password: admin
Please enter administrator login name. [admin]: root
Please enter administrator password:
Please repeat administrator password:
Please enter admininistrator email address: root@omega.de
Use which PHP Version? (4 or 5). [5]:
IP of Secondary DNS. (optional) []:
Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:
Activate AWStats. [no]:
Starting Installation...
pw: illegal option -- c
pw: unknown switch
ERROR: External command '/usr/sbin/pw user del -c vmail-user -g 125 -s /bin/false vmail' returned '64' status !
so here we are
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 02-28-2008 09:34 PM |
|
 |
blocker
Junior Member

Posts: 69
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 1
|
RE: FreeBSD ?
OS: FreeBSD 7.0, 6.3, 6.2 - ISPCP Omega Dev. Version =T-W-S= Blocker
This post was last modified: 02-29-2008 12:32 PM by blocker.
|
|
| 02-29-2008 12:24 PM |
|
 |
StevenE
Junior Member

Posts: 97
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: FreeBSD ?
Hi blocker I agree lets bring it rock ^^
Thanks for the link with your patches but they seem not to fit mostly. I just tried to patch the Installation File but there are to many changes.
But I think / hope that the only problem with the installation now is the syntax in ispcp-setup between 426 and 451
if (scalar(@gdata) == 0) { # we do not have this group
my $cmd = "$main::cfg{'CMD_GROUPADD'} -g $mgid $prefix$mgid";
$rs = sys_command($cmd);
return $rs if ($rs != 0);
}
if (scalar(@udata) == 0) { # we do not have this user
my $cmd = "$main::cfg{'CMD_USERADD'} -d $main::cfg{'PHP_STARTER_DIR'}/master -m -c vu-master -g $prefix$mgid -s /bin/
false -u $muid $prefix$muid";
I will try to modify so that it will work, but when you allready know the solution I'll be happy to hear ^^
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
This post was last modified: 02-29-2008 05:48 PM by StevenE.
|
|
| 02-29-2008 05:47 PM |
|
 |
RatS
The Project's Fire Worker
     
Posts: 615
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 18
|
RE: FreeBSD ?
I'm glad to read that you're working on a version running under FreeBSD. If ready let us know, send us a copy of your modifications (diffs will be the best) and we will see how to implement without destroying the usability on other systems.
Good work!
Edit: I've just seen blockers PM. How to change engine? That's hart to say, because I don't know what has to be changed. Let me know where the problem are or change it how you need it and we have to think about (see above).
This post was last modified: 02-29-2008 07:02 PM by RatS.
|
|
| 02-29-2008 06:59 PM |
|
 |
StevenE
Junior Member

Posts: 97
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: FreeBSD ?
sorry had not much time today for ispcp, but I think simpliest way is to change "back"
the CMD_USERADD in ispconfig to /usr/sbin/useradd.
Hope I can be more specific tomorrow
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 03-01-2008 01:24 AM |
|
 |
blocker
Junior Member

Posts: 69
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 1
|
RE: FreeBSD ?
hmm, you mean adduser ? i think not, BSD use adduser not useradd and it cannt use CLI in single line. the option using adduser is only interactive or batch file.
OS: FreeBSD 7.0, 6.3, 6.2 - ISPCP Omega Dev. Version =T-W-S= Blocker
|
|
| 03-01-2008 11:18 AM |
|
 |
|
|