PDA

View Full Version : ISPConfig on Trustix 2.2-


ctrlchar
3rd October 2006, 19:59
I would like to test ISPConfig on Trustix version 2.2-
When I try to ./setup, It shows:
Trustix 2.2
ERROR: Ihr Betriebssystem wird nicht unterstützt! / Your operating system is not supported! / Votre systeme d'exploitation n'est pas supporté!

From what I read, everything says ISPConfig v 2.2.0 started support for Slackware and Trustix.

Can someone help?

Thanks,
-Drew

Ben
3rd October 2006, 20:58
If I get that right from dist.txt in the ispconfig folder, only trustix 3.0 is supported?

What you could do is adding the following lines and change the trustix30 to trustix22 but I don't know if that will cause any problems in later use if trustix 2.2 is not supported:


dist_init_scripts=/etc/init.d ## # Trustix30
dist_runlevel=/etc ## # Trustix30
dist_smrsh= ## # Trustix30
dist_shells=/etc/shells ## # Trustix30
dist_http_user=httpd ## # Trustix30
dist_http_group=httpd ## # Trustix30
dist_bind_init_script=named ## # Trustix30
dist_bind_user=named ## # Trustix30
dist_bind_group=named ## # Trustix30
dist_bind_conf=/etc/named.conf ## # Trustix30
dist_bind_dir=/var/named ## # Trustix30
dist_bind_pidfile=/var/run/named/named.pid ## # Trustix30
dist_bind_hintfile=chaos.hint ## # Trustix30
dist_bind_localfile=127.in-addr.arpa ## # Trustix30
dist_passwd=/etc/passwd ## # Trustix30
dist_shadow=/etc/shadow ## # Trustix30
dist_group=/etc/group ## # Trustix30
dist_cron_daemon=fcron ## # Trustix30
dist_cron_tab=/usr/bin/fcrontab ## # Trustix30
dist_mysql_group=mysql ## # Trustix30
dist_httpd_daemon=httpd ## # Trustix30

falko
4th October 2006, 19:07
If I get that right from dist.txt in the ispconfig folder, only trustix 3.0 is supported?

What you could do is adding the following lines and change the trustix30 to trustix22 but I don't know if that will cause any problems in later use if trustix 2.2 is not supported:
In addition to that, you must also edit the files in the mod/ folder and add a section for Trustix 2.2.

lord0815
22nd November 2006, 12:36
lol... same Problem for me with SuSE 10.1....

I´ve done the Perfect SuSE Installation How-To from falko, and hopefully started the setup for ISPConfig.... Same Message

./setup
SuSE 10.1
ERROR: Ihr Betriebssystem wird nicht unterstützt! / Your operating system is not supported! / Votre systeme d'exploitation n'est pas supporté!


the dist file only contains description vor SuSE100....

So Falko, have i missed to do something of your How-To? Otherwise please put a note in it that 10.1 is not supported yet by default from ISPConfig.

Any hints???

lord0815
22nd November 2006, 12:44
I have updated the files and inserted some extra lines for suse101 so backward compatibility still exists.

Maybe i should provide the files to the community??

The installation is currently running. Afte succes i can post the files to the ISPConfig Developers? To save their time ;) ?

till
22nd November 2006, 12:46
If you want to share the files with the community, please send them by email to dev [at] ispconfig [dot] org :)

lord0815
22nd November 2006, 13:03
holy shit *gg*

After an failure in install all files got deleted.... aarghh...

But i have to do this again and than i will send them to the devs :)


I think the Error occured because of the missing mysql-devel packege... why this checked doesnt happen before the start?
i think a check for mysql.h should be enough? or?

till
22nd November 2006, 13:08
holy shit *gg*

After an failure in install all files got deleted.... aarghh...

Yes, thats nescessary because the installer moves the files to the target directories, though runningit twice will never work. Make a backup copy of the installer directory before you run the setup script to have a copy of your modified files.