Current time: 04-20-2024, 04:27 AM Hello There, Guest! (LoginRegister)


Post Reply 
Writing CronJobs Web int. It's time!
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #21
RE: Writing CronJobs Web int. It's time!
Let's see what other devs think about this, but my opinion is clear: "no way".

Issue 1: Integrating quite a lot of functionallity to a root daemon exposed through the net is an obvious, easily avoidable security risk: no way.

Issue 2: Maintaining an externally developed root service inside ispcp implies that we should have someone EXPERIENCED in writting such sensitive C daemon code, and that it should work across oses (linux/bsd): no way.
09-17-2009 11:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #22
RE: Writing CronJobs Web int. It's time!
What about security riscs to integrated 2-line C code to ispCP root daemon ? Wink
Ok, hcronjob-daemon can be compiled for different daemon and including into instalation script by autors of ispCP. It may be named... ispcp-hcron-mng Wink

Ok.
In Russia we say: "Could not complete the work is not for all show." Wink
After some deys I can upload ziped files whith short and easy instruction.
(This post was last modified: 09-18-2009 12:19 AM by data-stream_ru.)
09-18-2009 12:03 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #23
RE: Writing CronJobs Web int. It's time!
Quote:After litle testing source code of hcronjob-daemon can be integrated into ispCP-daemon
So you propose to integrate the whole hcron source code into the ispcp-daemon one
Quote:What about security riscs to integrated 2-line C code to ispCP root daemon ?
... and now you say that this integration simply consists of adding "two lines of code".

I'm surely missing something, because I see this is as a glaring contradiction.

Quote:Ok, hcronjob-daemon can be compiled for different daemon and including into instalation script by autors of ispCP. It may be named... ispcp-hcron-mng

We use the ispcp-daemon because we have no alternative. There's no other standard software out there which accomplishes this task, and the functionality is EXTREMELY reduced, so we implemented it ourselves and distribute it with the panel. This is NOT the case regarding cron daemons. There are a bunch of alternatives out there, and each distro makes his choice *and maintains it*.

Quote:In Russia we say: "Could not complete the work is not for all show."

In all other countries this sentence makes no sense. Seriously, can you reword it please? It's not clear what you're trying to say...
(This post was last modified: 09-18-2009 12:34 AM by kilburn.)
09-18-2009 12:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #24
RE: Writing CronJobs Web int. It's time!
Quote:So you propose to integrate the whole hcron source code into the ispcp-daemon one

It's one wey for full integration...
But it needed more testing.

Quote:What about security riscs to integrated 2-line C code to ispCP root daemon ?
... and now you say that this integration simply consists of adding "two lines of code".

I'm surely missing something, because I see this is as a glaring contradiction.

It's a figure of speech...

Quote:We use the ispcp-daemon because we have no alternative. There's no other standard software out there which accomplishes this task, and the functionality is EXTREMELY reduced, so we implemented it ourselves and distribute it with the panel. This is NOT the case regarding cron daemons. There are a bunch of alternatives out there, and each distro makes his choice *and maintains it*.

It's strong approach Wink
Is it any software for Linux has a guarantee? Wink

Of couse, It can included in ispCP installation script by option.
"Do you whant install hcrondjob? (Y/N)
>"

And you can do a case.

Quote:In all other countries this sentence makes no sense. Seriously, can you reword it please? It's not clear what you're trying to say...

Excuse me for my English and... google English Wink
Please say easier Sad

A have a rapid solution for cronjob. It's tested under CentOS, RH, FC and Mandriva.
Mey be I (or other developers) can upload RPM for any OS...

You and ispCP Autors have a choise to use it or not use.
It's wery simply Wink

And... I can do support for Russian-Language users to use this solution.
P/S Under Mandriva (my locale machine) too more problems whith installation nedeed libs for compilation hcron daemon from mandriva repositories Sad Not recomended for use.
(This post was last modified: 09-18-2009 02:22 AM by data-stream_ru.)
09-18-2009 01:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #25
RE: Writing CronJobs Web int. It's time!
End of job
http://www.isp-control.net/forum/thread-8105.html

Russian support
http://www.isp-control.net/forum/thread-8139.html

Thanks for interests.
10-17-2009 12:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
morb Offline
Newbie
*

Posts: 6
Joined: Jun 2009
Reputation: 0
Post: #26
RE: Writing CronJobs Web int. It's time!
Hi there,

Thankz for this nice development ;P

I get an error -> File not found!, When adding a cronjob. I noticed that
if (file_exists($file)) always returns false.
This happens on the files located at /var/www/virtual ...
If I test with a file inside /var/www/ispcp/gui it returns true ?
I also configured /var/www/virtual/ on php.ini (master) and 00_master
Anyone knows how ti fix this ?
10-17-2009 10:16 PM
Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #27
RE: Writing CronJobs Web int. It's time!
(10-17-2009 10:16 PM)morb Wrote:  Hi there,

Thankz for this nice development ;P

I get an error -> File not found!, When adding a cronjob. I noticed that
if (file_exists($file)) always returns false.
This happens on the files located at /var/www/virtual ...
If I test with a file inside /var/www/ispcp/gui it returns true ?
I also configured /var/www/virtual/ on php.ini (master) and 00_master
Anyone knows how ti fix this ?

Hmmmm....
What file not found?
At clicking any link in web interface?
10-25-2009 02:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #28
RE: Writing CronJobs Web int. It's time!
Is there a 32bit package? Smile

Greatz WuChEn
10-27-2009 11:51 PM
Visit this user's website Find all posts by this user Quote this message in a reply
data-stream_ru Offline
Moderator
*****
Moderators

Posts: 471
Joined: Jan 2009
Reputation: 7
Post: #29
RE: Writing CronJobs Web int. It's time!
(10-27-2009 11:51 PM)WuChEn Wrote:  Is there a 32bit package? Smile

Greatz WuChEn

Its C/C++ package Smile
I compiled it in 64 bit machine.
10-30-2009 12:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #30
RE: Writing CronJobs Web int. It's time!
Hi there,

Thankz for this nice development ;P

I get an error -> File not found!, When adding a cronjob. I noticed that
if (file_exists($file)) always returns false.
This happens on the files located at /var/www/virtual ...
If I test with a file inside /var/www/ispcp/gui it returns true ?
I also configured /var/www/virtual/ on php.ini (master) and 00_master
Anyone knows how ti fix this ?

^^ It´s My Error to.

If i add a cronejob, change pfad and klick to add ISPCP says, File not found!
Greatz WuChEn
(This post was last modified: 11-04-2009 05:54 AM by WuChEn.)
11-02-2009 07:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)