RE: backup system with HTTP console

2007-12-06 Thread Jerry DuVal
sday, December 06, 2007 12:16 PM > To: debian-user@lists.debian.org > Subject: Re: backup system with HTTP console > > On Thu, Dec 06, 2007 at 11:48:33AM -0500, Jerry DuVal wrote: > > Does anyone have a recommendation of a backup utility/system that has > a web > > inter

backup system with HTTP console

2007-12-06 Thread Jerry DuVal
Does anyone have a recommendation of a backup utility/system that has a web interface for configuring? Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com

RE: sending email specifying a reply-to

2006-09-21 Thread Jerry DuVal
For those interested echo "test " | mail -s "test " -a "Reply-To: Jerry <[EMAIL PROTECTED]>" [EMAIL PROTECTED] -u root >-Original Message- >From: Jerry DuVal [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 21, 2006 12:07 PM >To: de

RE: sending email specifying a reply-to

2006-09-21 Thread Jerry DuVal
I would be sending it using the 'mail' command. >-Original Message- >From: Andrei Popescu [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 21, 2006 12:04 PM >To: debian-user@lists.debian.org >Subject: Re: sending email specifying a reply-to > >"Je

sending email specifying a reply-to

2006-09-21 Thread Jerry DuVal
I’m currently running Sarge, with EXIM4 for email.  Can I send an email from the command line and specify the reply-to address?   Thanks   Jerry

RE: Debian for business?

2006-08-11 Thread Jerry DuVal
>-Original Message- >From: Ron Johnson [mailto:[EMAIL PROTECTED] >Sent: Friday, August 11, 2006 5:06 PM >To: debian-user@lists.debian.org >Subject: Re: Debian for business? > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Ryan Nowakowski wrote: >> On Tue, Aug 08, 2006 at 08:09:23PM +0

RE: Read/Write files from a script?

2006-07-19 Thread Jerry DuVal
http://perl.about.com/od/perltutorials/a/readwritefiles.htm you can get a lot of hits on google about reading and writing files in perl or bash   From: Anil Gupte [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 7:50 AM To: debian-user@lists.debian.org Subject: Read/W

RE: enable soap in Debian sarge php 4.3.10-16

2006-07-19 Thread Jerry DuVal
PHP distributed SOAP is not avail in sarge, it was implemented in PHP 5   http://us3.php.net/soap   You will have to use alternative methods such as a PEAR library http://pear.php.net/package/SOAP , http://sourceforge.net/projects/nusoap/  NUSOAP , or curl.   From: Rocky Ou

Question about variably depending packages

2006-07-17 Thread Jerry DuVal
Can a package have a variable depends in the control file?    I have created the following packages   test-database_1_i386.deb test-application_1_i386.deb test-storage_1_i386.deb   On my server I have a /etc/test.properties   IP=192.168.1.60 DATABASEIP=192.168.1.65 STORAGEIP=19

Daylight Savings Time Extended

2006-07-13 Thread Jerry DuVal
I am trying to determine if the timezone data in libc6 has been updated already for next years extension of daylight savings time in the United States. I can find updates, but nothing stating that libc6 has been updated for this change in Daylight Savings time specifically. I need to report

RE: PHP Warning: mime_magic:

2006-06-06 Thread Jerry DuVal
>-Original Message- >From: Brent Clark [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 06, 2006 3:35 AM >To: debian-user@lists.debian.org >Subject: PHP Warning: mime_magic: > >Hi all > >Im not sure if this is a type or bug, but for sometime I have been seeing >the following. > >PHP Warning

RE: Apache2 & fcgid

2006-06-05 Thread Jerry DuVal
>-Original Message- >From: Tom Allison [mailto:[EMAIL PROTECTED] >Sent: Sunday, June 04, 2006 6:57 PM >To: Debian User List >Subject: Apache2 & fcgid > >I'm trying to get some basic FCGI stuff running on my (new to me) apache2 >server. > >I uninstalled apache and installed apache2 on this b

RE: Issue with NFS share on sarge

2006-05-31 Thread Jerry DuVal
Also this might help.  I configure it like so emacs /etc/fstab 192.168.1.66:/opt/epace /opt/epace-storage nfs rw,hard,intr 0 0     From: Jerry DuVal [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:28 PM To: debian-user@lists.debian.org Subject: Issue with NFS

Issue with NFS share on sarge

2006-05-31 Thread Jerry DuVal
I have a NFS mounted to a network server, but when I restart the box the NFS does not get mounted because the nic does not come online until after the filesystems are mounted. Any suggestions?  I’m sure I’m just missing a configuration.   Thanks in advance,   Jerry

RE: run perl cgi script

2006-05-19 Thread Jerry DuVal
I would make sure in your apache httpd.conf you had   # # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index.  Separate multiple entries with spaces. #     DirectoryIndex index.html index.htm index.shtml index.cgi   # # ScriptAlias: This co

RE: list of installed packages

2006-05-17 Thread Jerry DuVal
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert >Cates >Sent: Wednesday, May 17, 2006 12:35 PM >To: Debian, User >Subject: list of installed packages > >Hi all, > >question - how can I get a list of my installed software packages showing >the full

RE: Controling the routing via PHP

2006-05-15 Thread Jerry DuVal
You never want to give Apache root access! What we do is have a process running in the background that checks a special folder for scripts and runs in a loop. When it finds a script in the folder it executes it ( as long as a file with a .log ext for the same name does not exist ) and creates a l

RE: How to correct corrupted dependencies?

2006-05-10 Thread Jerry DuVal
apt-get --help You might also want to try installing the package with the -f Attempt to continue if the integrity check fails -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 9:09 AM To: debian-user@lists.debian.org Subject: How to corr