Hi,

yesterday I run the little c-program under the user root and it works.

Here is the source code of the program.

     #include <stdio.h>
     #include <stdlib.h>
     int main() {
         size_t size = 936870912;
         char *a = malloc(size);
         if (a)
             printf("yes");
         else
             perror("no");
     }

Do I start squid correctly with the entry in /etc/rc.local?

Thanks.
Patrick


 > Patrick Hemmen wrote:
 > I start squid with the following entry in /etc/rc.local.
 >
 >      if [ -x /usr/local/sbin/squid ]; then
 >          echo -n ' squid';       /usr/local/sbin/squid
 >      fi
 >
 > Best regards.
 > Patrick

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]

Reply via email to