I am having trouble here of locating the problem.
All i can learn is that when i try to manually run the bootscript or select the "Start State" from the webgui, nothing happens.
Both fail and I cannot isolate where the problem exists.
dmesg returns nothing relevant.
I am not able to make a screenshot of the gui.
the zm version is 1.21.4
The "type" of distribution should best be described as "hacked" or "in somewhat distance past, LFS". Entirely shared based, using uClibc, instead of glibc.
The only static files on the system are the cdrecord files..
Distribution is Turtle (mine)
there is only one possible cause I can think of. I don't use /tmp/mysql.sock. For now I am using a symbolic link until i get on a faster machine that can recompile php and get that sock file updated accordingly as noted by relating threads.
Start script does not work..
aha!
thanks, i overlooked the apache error logs.
it seems that whenI passed --bindir=/usr/bin is not completely accepted:
(configured with --prefix=/home/services/zoneminder --bindir=/usr/bin)
Apache Error Log (relevant):
edit: I just remember I had sed'd this situation before. perhaps the incorrect path was pushed into the binaries? I am making a symblic links from /usr/bin /home/services/zoneminder/bin
Only for a temporary fix
Now I get the following message:
This is a more useful error message. BTW, I mean the prefix is /home/services/zm and not /home/services/zoneminder. (my mistake
one more edit:
there are no messages being spitout about zoneminder services other than:
thanks, i overlooked the apache error logs.
it seems that whenI passed --bindir=/usr/bin is not completely accepted:
(configured with --prefix=/home/services/zoneminder --bindir=/usr/bin)
Apache Error Log (relevant):
Code: Select all
sh: /home/services/zm/bin/zmdc.pl: No such file or directory
sh: /home/services/zm/bin/zmdc.pl: No such file or directory
sh: /home/services/zm/bin/zmdc.pl: No such file or directory
sh: /home/services/zm/bin/zmdc.pl: No such file or directory
sh: /home/services/zm/bin/zmdc.pl: No such file or directory
Only for a temporary fix
Now I get the following message:
Code: Select all
Can't connect: No such file or directory at /home/services/zm/bin/zmdc.pl line 159
one more edit:
there are no messages being spitout about zoneminder services other than:
Code: Select all
Nov 22 10:56:29 [bootlog] \n\n/etc/rc.d/rc6.d/K09zm failed and exited with a return value of 1.
Nov 22 10:56:29 [bootlog] FAILURE:\n\nYou should not be reading this error message.\n\n It means that an unforseen error took place in /etc/rc.d/rc6.d/K09zm, which exited with a return value of 1.\n[/code
Which means it won't even shutdown properlly. But why it is not logging the failed startups is beyond me at the moment.