I make a simple mail program which need listen port 25 and 110.but i
found it's imposible , after searching with google i found non-root user
can't listen port under 1024.at first i try a script(witch lauch my
program) and use setuid but that still did't work.any way can handle
this.
Thanks for any help.
I need to enable pg support on one of my CentOS servers. I know nothing about
PHP but DRUPAL requires a DB backend and we have standardized on pg rather
than mysql. The PHP.net page devoted to the subject of pg says that to enable
pg support PHP must be built with the flag "--with-pgsql[=DIR]" and that the
required support extension must be loaded via the /etc/php.ini file with the
statement "extension=pgsql.so".
However, I have tried to find this file "pgsql.so" on the CentOS server before
proceeding blindly and have come up empty. Can somebody here give me some
detailed help on getting DRUPAL running with PsotgreSQL under CentOS; or at
least point me to a site where I can find out how to obtatin the necessary and
appropriate pgsql.so file? I cannot seem to find the necessary information on
either php.net or postgresql.org.
Regards,
Jim
--
*** e-mail is NOT a secure channel ***
James B. Byrne mailto:ByrneJB.<token>@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3CE delivery <token> = hal
I'm looking for how-tos/hints to make the following possible:
I downloaded all four centos 4.3 iso to a ext3 partition on my hd,
burned the first disk only, and the a hd based install.
Problem: Centos didnt seem to take into account that I was doing a HD
based install and and ask me if I wanted to use the hd images as a
source for additional appliction installs later. Now it asks me for
the cds and I dont want that. I want it to look at the hd for the
additional rpms.
Question: How can I make this happen?
Catch: The catch is that this "server" will eventually be setup to
"feed" the cds out to clients when they install and when they "add apps
later". So I'd like to use an implementation method that lends itself
to both applications.
I'm open to nfs, ftp, or http content delivery to clients in case one
or the other makes a difference.
Yes the command need the full path,
Thank
-----Original Message-----
From: centos-bounces(a)centos.org [mailto:centos-bounces@centos.org] On
Behalf Of Joshua Baker-LePain
Sent: Wednesday, July 05, 2006 12:21 PM
To: CentOS mailing list
Subject: Re: [CentOS] Problem with crontab
On Wed, 5 Jul 2006 at 12:11pm, Jose Miguel Perez wrote
> Crontab -e
>
> Add , the following line .
>
> 00 23 * * * reboot
>
> :wq
>
> , bot this process not work , who about that ?
AFAIK, only the console can use 'reboot' or 'poweroff'. Try putting
'/sbin/shutdown -r now' in root's crontab.
--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
_______________________________________________
CentOS mailing list
CentOS(a)centos.org
http://lists.centos.org/mailman/listinfo/centos
could someone please point me in the right direction for creating a
local repository for centos updates.
Scenario: I have one centos server connected to the internet, it
provides ntpd, httpd, and other services to both internal and external
clients (only httpd is serving external clients).
the clients are connected to the first centos server and it functions
as a NAT router for internet sharing purposes.
I'd like to create a local updates repository so that clients only need
to check MY update server instead of the public ones. I'd like the
option of just being a repository of the "update list" (the list of
packages that are updated), and being a repository of the .rpm files
themselves.
I try to, and not work !!!
-----Original Message-----
From: centos-bounces(a)centos.org [mailto:centos-bounces@centos.org] On
Behalf Of Marko A. Jennings
Sent: Wednesday, July 05, 2006 12:16 PM
To: CentOS mailing list
Subject: Re: [CentOS] Problem with crontab
On Wed, July 5, 2006 12:11 pm, Jose Miguel Perez wrote:
> Hello , I need to create a crontab job , to reboot my server at
23:00
> every day "is a test". I use this process
>
>
>
> Crontab -e
>
>
>
> Add , the following line .
>
>
>
> 00 23 * * * reboot
>
>
>
>
>
> :wq
>
>
>
> , bot this process not work , who about that ?
>
Try using full path (/sbin/reboot).
_______________________________________________
CentOS mailing list
CentOS(a)centos.org
http://lists.centos.org/mailman/listinfo/centos
Hello , I need to create a crontab job , to reboot my server at 23:00
every day "is a test". I use this process
Crontab -e
Add , the following line .
00 23 * * * reboot
:wq
, bot this process not work , who about that ?
JOSE PEREZ