Search found 9 matches

by ddjjmm
2013/01/16 07:31:24
Forum: CentOS 6 - General Support
Topic: Cronjob entry doesn't work
Replies: 8
Views: 2515

Re: Cronjob entry doesn't work

[quote] TrevorH wrote: Check the /var/log/cron file to see if it ran. If it is listed there then it ran and failed for a different reason.[/quote] nope it's not listed and therefore not executed I think. Sorry but I really don't want to reinvent the weel I just want to autostart this simple .sh file...
by ddjjmm
2013/01/15 15:08:39
Forum: CentOS 6 - General Support
Topic: Cronjob entry doesn't work
Replies: 8
Views: 2515

Re: Cronjob entry doesn't work

it didn't work this night :(
by ddjjmm
2013/01/14 14:04:45
Forum: CentOS 6 - General Support
Topic: Cronjob entry doesn't work
Replies: 8
Views: 2515

Re: Cronjob entry doesn't work

[code]0 1 * * * root /opt/kaltura/logrecycle/recycle.sh >> /opt/kaltura/log/logrecycle.log 2>&1[/code]
should work now?
by ddjjmm
2013/01/14 08:24:59
Forum: CentOS 6 - General Support
Topic: Cronjob entry doesn't work
Replies: 8
Views: 2515

Cronjob entry doesn't work

Hello all, i wrote a little shell script to recycle some .log files created by a certain application. Therefore i added a line into my crontab file in order to execute the shell script every night. my crontab looks as below: [code]SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/...
by ddjjmm
2012/01/30 13:43:18
Forum: CentOS 5 - Software Support
Topic: You don't have permission to access /phpMyAdmin/ on this server.
Replies: 8
Views: 146413

Re: You don't have permission to access /phpMyAdmin/ on this server.

[code]
Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin
<Directory /usr/share/phpMyAdmin/>
Order Deny,Allow
Allow from 127.0.0.1
Allow from all
</Directory>
[/code]

Hope I understand you the right way and changed the conf like above but no effect.
by ddjjmm
2012/01/30 07:59:07
Forum: CentOS 5 - Software Support
Topic: You don't have permission to access /phpMyAdmin/ on this server.
Replies: 8
Views: 146413

Re: You don't have permission to access /phpMyAdmin/ on this server.

Thanks for your reply.

I changed the .conf into the following and restartet httpd service:

[code]Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin
<Directory /usr/share/phpMyAdmin/>
Order Deny,Allow
Deny from All
</Directory>[/code]

but same problem...
by ddjjmm
2012/01/26 08:12:55
Forum: CentOS 5 - Software Support
Topic: You don't have permission to access /phpMyAdmin/ on this server.
Replies: 8
Views: 146413

You don't have permission to access /phpMyAdmin/ on this server.

Hello all, I'm getting the following error message while trying to access http://servername.com/phpMyAdmin/. I'm running CentOS 5.7 with 5.3.8, MySQL 5.5.18. [code]You don't have permission to access /phpMyAdmin/ on this server.[/code] My /etc/httpd/conf.d/phpMyAdmin.conf looks like: [code] # phpMyA...
by ddjjmm
2011/12/07 07:41:27
Forum: CentOS 5 - Server Support
Topic: MySQL 5.1+ installation/upgrade
Replies: 5
Views: 2936

Re: MySQL 5.1+ installation/upgrade

Hello dudes, thanks for your welcome. I'm trying to install [url=http://www.kaltura.org/kaltura-ce-v40-prerequisites]Kaltura[/url] which was officially developed for CentOS 5.6 and requires at least MySQL 5.1.37 (sorry wrong number in my entry post). So I think I'll have to upgrade my OS up to 5.7 r...
by ddjjmm
2011/12/06 14:44:54
Forum: CentOS 5 - Server Support
Topic: MySQL 5.1+ installation/upgrade
Replies: 5
Views: 2936

MySQL 5.1+ installation/upgrade

Hello all, I'm running a CentOS 5.5 server and an Installation of MySQL 5.0.77. In order to use an application I need to upgrade my MySQL version (at least 5.1.33) but I'm really hopeless after searching a lot of time for some help. [code] [root@server]# yum list mysql mysql-server Loaded plugins: f...