Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
05/05/16 10:24:12AM
3,304 posts

jamroom permissions settings


Installation and Configuration

fixed that issue now just down to 1 issue..system check page returns 500 error
nothing in apache error logs

ps weird thing... the dashboard shows a -90% memory used
top shops ram use very low
but not in the - 90% low
updated by @soaringeagle: 05/05/16 10:33:15AM
soaringeagle
@soaringeagle
05/05/16 08:44:16AM
3,304 posts

jamroom permissions settings


Installation and Configuration

hmm found this in error log
adlockssite.com,O=Internet Widgits Pty Ltd,L=phoenixeville,ST=pennsylvania,C=US / issuer: CN=dreadlockssite.dreadlockssite.com,O=Internet Widgits Pty Ltd,L=phoenixeville,ST=pennsylvania,C=US / serial: C44D7117AFF2A86C / notbefore: Apr 29 20:25:33 2016 GMT / notafter: Apr 27 20:25:33 2026 GMT]
[Thu May 05 10:59:47.460424 2016] [ssl:error] [pid 45211] AH02604: Unable to configure certificate 127.0.1.1:8080:0 for stapling
[Thu May 05 10:59:47.464145 2016] [mpm_prefork:notice] [pid 45211] AH00163: Apache/2.4.18 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 mod_python/3.3.1 Python/2.7.11+ OpenSSL/1.0.2g-fips configured -- resuming normal operations
[Thu May 05 10:59:47.464162 2016] [core:notice] [pid 45211] AH00094: Command line: '/usr/sbin/apache2'
[Thu May 05 11:00:05.788648 2016] [:error] [pid 45220] [client 71.225.6.155:56814] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:07.121556 2016] [:error] [pid 45221] [client 71.225.6.155:56815] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:08.205964 2016] [:error] [pid 45218] [client 71.225.6.155:56818] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:09.287670 2016] [:error] [pid 45221] [client 71.225.6.155:56822] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:15.078093 2016] [:error] [pid 45217] [client 71.225.6.155:56830] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:16.155130 2016] [:error] [pid 45218] [client 71.225.6.155:56839] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:17.059714 2016] [:error] [pid 45221] [client 71.225.6.155:56843] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:00:17.979864 2016] [:error] [pid 45220] [client 71.225.6.155:56850] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/admin/global
[Thu May 05 11:33:50.484261 2016] [:error] [pid 45221] [client 71.225.6.155:59272] PHP Fatal error: Call to undefined function curl_init() in /home/greentechnologyf/public_html/modules/jrCore-release-5.3.4/lib/util.php on line 1408, referer: https://www.dreadlockssite.com/core/cache_reset
soaringeagle
@soaringeagle
05/05/16 07:07:11AM
3,304 posts

jamroom permissions settings


Installation and Configuration

apt-file search apxs2
returns /usr/bin/apxs2 but theres actualy no directory of that name in usr/bin
soaringeagle
@soaringeagle
05/05/16 06:55:25AM
3,304 posts

jamroom permissions settings


Installation and Configuration

i get to the mod_ruid section therses no apxs2
everywhere says to use apt-get install apache-prefork-dev
or apt-get install apache2-threaded-dev
both unable to find package
soaringeagle
@soaringeagle
05/05/16 06:37:34AM
3,304 posts

jamroom permissions settings


Installation and Configuration

thought i found it when i tried chown it said user didnt exist so added user then chown but still..nothing
soaringeagle
@soaringeagle
05/04/16 08:57:43PM
3,304 posts

jamroom permissions settings


Installation and Configuration

i am in the final stages of getting my site up on my new ubuntu server
but running into issues with some pages not loading many thumbnails and such not loading
i was having issues copying templates to /data/cache but setting that and modules and skins to 777 worked
but everytime i think its fixed a diferent page stops working like system check or system update
is there an easy way to make sure all permissions are correct
edit
i got much more working after doing
find /home/greentechnologyf -type f -perm 644 -print -exec chmod 666 {} \;
and
find /home/greentechnologyf -type f -perm 755 d -print -exec chmod 777 {} \;
still not getting some core pages marketplace
system check
system update etc

edit tried
find /home/greentechnologyf -type f -print -exec chmod 666 {} \;
and
find /home/greentechnologyf -type d -print -exec chmod 777 {} \;
same results
only some core issues i think

ps having the server transfer take longer then expected is costing me quite aa bit so a fast fix will be appreciated

updated by @soaringeagle: 08/27/16 06:13:43PM
soaringeagle
@soaringeagle
05/03/16 01:38:17PM
3,304 posts

CRI: Query Error: Table db-name.jr_jrcore_log' doesn't exist


Installation and Configuration

would it not dump that table if its real busy like can't get a lock on it
soaringeagle
@soaringeagle
05/03/16 12:18:54PM
3,304 posts

CRI: Query Error: Table db-name.jr_jrcore_log' doesn't exist


Installation and Configuration

ive been fixing errors for 3 days trying to get sites moved to new server
this errors whats left

CRI: Query Error: Table 'db-name.jr_jrcore_log' doesn't exist
cant find it in db with
mysqldump db-name db-name.jr_jrcore_log | gzip > db-name.jr_jrcore_log.sql.gz
i get
mysqldump: Couldn't find table: "db-name.jr_jrcore_log"


updated by @soaringeagle: 08/22/16 11:41:08AM
soaringeagle
@soaringeagle
04/14/16 11:38:21PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

omg holding breath but i believe its fixed
ok heres what i had to do
go into the source folder for the new version i tried installing make uninstall
then
yum remove ffmpeg-libpostproc
that gave me errors in a rpm file that had leading spaces
removed the spaces reran
ffmpeg 0.6.5 gone
ran converter but it acted diferent
id have 1 process then 3 then 1 then 3 then 1 then 3 then 1 then none
thought it finished but no still

i believe all i have to do now us make uninstall each and every codec

/etc/yum.repos.d/atrpms.repo
  104