Re: How to get CGI work

2002-03-01 Thread Karina Gómez Salgado
Hmm.. that code is missing a " character, also ";" at the end of each line, or maybe you bad copied your perl code... First of all check that this line: #!/usr/bin/perl (check the marks) is the real path to your perl interpreter ... you can verify doing : which perl t

Re: 5 days of sendmail

2002-02-27 Thread Karina Gómez Salgado
Try this: In your sendmail.cf modify this: O Timeout.queuereturn=5d to 4d or 3d... and restart sendmail daemon Karina     Roger wrote: Hi guys You know sendmail will keep 5 days to retry sending mails that can't be delivered to destination at once. I wonder how can I change 5 days to 4 days 3 ….

Re: WWW Visitor Blocking

2002-02-22 Thread Karina Gómez Salgado
Well, i don't know the exact syntax but i think that if you query with "whois" to the main registrars ARIN, RIPE and APNIC you should obtain the origin country of the ip address between other information. Karina. "Ashley M. Kirchner" wrote: > Karina Gómez Salga

Re: WWW Visitor Blocking

2002-02-22 Thread Karina Gómez Salgado
blocking access to a website by ip address is pretty simple with a javascript in the webpage. You can get the code for doing this in various free scripts sites. You can also block directly in the apache configuration , with an .htaccess file. You only need to know what ip classes are US classes.

Re: setting password parameters in 7.2

2002-02-19 Thread Karina Gómez Salgado
Why don't you try : /etc/default/useradd --- Karina Gomez PAUL GREENE wrote: > Thanks. > > "chage" appears to configure settings for individual users. Is there a > way to set system wide defaults? > > And it also doesn't appear to deal with the issue of minimum password > lengths; is t

Re: Startup Application

2002-02-19 Thread Karina Gómez
James Pifer wrote: > How do I make an application start when I login? I hate to compare to > windows, but similar to how windows has a startup group. Is there > anything like that? I want to start kmix so I have the sound control in > the task bar. In this folder you can put the stuff that you

change_root d_count question

2002-02-10 Thread Karina Gómez
Hi, I have a Linux 7.1 running ok, but yesterday the system began to show this message at startup: change_root: old root has d_count=3 but all the daemons and services start without no problem.. What this message means ? Will it represent a problem in the future ? How do i fix it ? Thanks ,