ispCP - Board - Support
Major Issues during a fedora 7 install - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Major Issues during a fedora 7 install (/thread-1607.html)



Major Issues during a fedora 7 install - graywolf - 10-24-2007 12:25 PM

looks like there are some issues with the random number gen sub as while isntalling 20071023 trunk i got a few errors
after the last dataenry
1. fastcgi_ispcp.conf not found in /etc/ispcp/apache/working
2. while in debug during the setup_ispcpd

when i ran the setup again gen_sys_rand_num()

btw this is all due to somebody updating
/configs/dists/fedora/etc/init.d/ispcp-daemon
/configs/dists/fedora/etc/ispcp-network
and not testing

also the named template is incorret it gives fill chroot path not
edit it and it works fine


RE: Major Issues during a fedora 7 install - Zothos - 10-24-2007 06:21 PM

hm, what? XD Complete sentences would be fine.

and if you have solved your problem, plz provide a patch for it.


RE: Major Issues during a fedora 7 install - graywolf - 10-24-2007 07:23 PM

heh

i really dont want to end up doing the support for fedora 7 im working on other projects atm

but .......
/configs/dists/fedora/etc/init.d/ispcp-daemon
/configs/dists/fedora/etc/init.d/ispcp-network
Do not work with fedora chkconfig therefore they wont work with service (did somebody test these before updating the trunk) the need to revert them back to rc2

these cause the setup to hang as they dont return from a start command which it looks like the setup script requires

also i would have to look into the named db path to see if adding new domains fails aswell it should be BIND_DB_DIR = /var/named/data in ispcp.conf

i dont have time to find out where coping fastcgi_ispcp.conf fails im guessing its in the make file Tongue

anyways another suggestion on line 834 of ispcp-common-methods.pl add a debug output for $cmd (i did) it helps alot with debuging rather than sys_command start/end

but hey what do i know


RE: Major Issues during a fedora 7 install - raphael - 10-25-2007 02:26 AM

fedora is said to be LSB compliant; just install the necessary packages and the init.d scripts will work.


RE: Major Issues during a fedora 7 install - joximu - 10-25-2007 05:10 AM

and please tell us, what package is missing so we can put this also in the list - for fedora...

/J


RE: Major Issues during a fedora 7 install - graywolf - 10-25-2007 08:52 AM

raphael Wrote:fedora is said to be LSB compliant; just install the necessary packages and the init.d scripts will work.

my questions is why where these packages not included in the dist packages and can we get a list of them


RE: Major Issues during a fedora 7 install - raphael - 10-25-2007 12:04 PM

Quote:my questions is why where these packages not included in the dist packages and can we get a list of them
did you even read joximu's message?


RE: Major Issues during a fedora 7 install - graywolf - 10-25-2007 12:57 PM

yeah sorry had a full on day and im an arse

anyway the status of LSB for fedora is still unknown by
https://www.linux-foundation.org/en/LSB_Distribution_Status

but it looks like fedora 8 like it will


RE: Major Issues during a fedora 7 install - graywolf - 10-25-2007 01:11 PM

the problem was with the sys_command stalling when trying to start the daemon btw no idea why