Embperl works for me too except for system calls like uptime below:
[- @uptime = split /,/, `uptime`; -]
With msec set to 3 the line above works but when I set it to 4 it
doesn't. Does this kind of call work you you?
Thanks.
Brian
> Hi:
>
> I am using Embperl With Mandrake 10 and i donot have any problem, you can run
> level 5 without starting X, but you need to remove S30dm from rc's
> directories.
>
> I hope this helps to you.
>
> Carlos Kassab
>> El Lun 03 May 2004 15:48, Brian Schoenhofer escribi�:
>> Does anyone use Mandrake and Embperl? I'm using Embperl 2.0b9, Apache
>> 2.0.47 and mod_perl 1.99_09.
>>
>> Mandrake has a tool called msec that takes a security level from 1 to 5
>> (5 being the most secure) and changes file permissions and running
>> services etc. to make the system more or less secure. When I am set at
>> level 3 Embperl works fine. When set to level 4 I have a problem. I've
>> got base.epl including header.html, content (Execute('*')) and
>> footer.html. All works correctly except a one liner in footer.html that
>> shows the system uptime like so:
>>
>> [- @uptime = split /,/, `uptime`; -]
>>
>> and then
>>
>> [+ $uptime[0] +] [+ $uptime[1] +]
>>
>> in the body. It seems the `uptime` call doesn't work. I looked in
>> various logs but couldn't find any clues.
>>
>> Can anyone point me in the right direction? I've pasted a couple of
>> tables from Mandrakes website describing the type of security changes
>> for the different levels. You may get some idea of what changes just by
>> the names below. Again, my problem shows up when switching from level 3
>> to 4.
>>
>> Thanks.
--
Brian Schoenhofer
[EMAIL PROTECTED]
416-880-5463 cell
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]