Re: Adding tomcat to Services

2002-12-16 Thread Andrew Pasquale
at ;; restart) restart ;; *) echo $"Usage: $0 {start|stop|status|restart}" exit 1 esac exit 0 -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: /etc/profile.d to /etc/rc.d/init.d

2002-12-22 Thread Andrew Pasquale
ou to start mysql before tomcat (use lower priority numbers in your init.d script) so that the database is already up before you start your webapps. You can also now use the "service" tool to administer tomcat and mysql, restarting them independently, if needed. e.g. $ serv

Re: can't login from

2002-12-22 Thread Andrew Pasquale
You need to open ports 20 and 21 on your firewall. By default, ftp ports are closed. -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: software

2002-12-22 Thread Andrew Pasquale
ing used to. If you must have quicken, check out Crossover Office from CodeWeavers. Reportedly, quicken now runs on linux: http://desktoplinux.com/articles/AT2282537026.html HTH -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe h

Re: Startup Program

2002-12-23 Thread Andrew Pasquale
cular user logs in. 5. Use ~/.bashrc to run a command when a shell is started. Is one of these what you are looking for? -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Printing a simple TeX file

2003-01-05 Thread Andrew Pasquale
in/dvips tetex-dvips-1.0.7-47.1 Install the tetex-dvips package from your RH cds. -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: OT: CVS pserver install on RedHat

2003-01-05 Thread Andrew Pasquale
g/docs/manual/cvs_2.html#SEC29 You can also connect over ssh, which works very nicely if you have shell access. HTH -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Printing a simple TeX file

2003-01-06 Thread Andrew Pasquale
> Does this mean I have to download tetex-dvips? > Yes. I suggest subscribing to the tetex-dvips channel at the Redhat Network. https://rhn.redhat.com/index.pxt If you aren't yet setup for rhn, I highly reccommend it for ease of maintaining your system. Security updates

Re: (annoying)problem with select, click and paste

2003-01-08 Thread Andrew Pasquale
ion mode. You can modify your mouse configuration by running, as root, '/usr/sbin/mouseconfig'. Make sure you select either the appropriate three button mouse driver, or choose three button emulation mode to paste when clicking both buttons at once. Hope this helps. -- Andrew Pasqua

Re: send mail in MIME format

2003-01-11 Thread Andrew Pasquale
g mutt to attach the file in mime format: $ echo "msg body" | mutt -s "subject" -a /path/to/file [EMAIL PROTECTED] or $ mutt -s "subject" -a /path/to/file [EMAIL PROTECTED] < ~/msg_body.txt HTH, -- Andrew Pasquale -- redhat-list mailing list u

Re: send mail in MIME format

2003-01-11 Thread Andrew Pasquale
On Sat, Jan 11, 2003 at 09:10:20PM -0500 or thereabouts, Andrew Pasquale wrote: > On Sat, Jan 11, 2003 at 10:47:15PM - or thereabouts, Greg Conway wrote: > > Hi Andrew, > > > > Sounds good, except I don't have mutt on my system! It's a Cobalt RaQ3. >

Re: Restarting PC

2003-01-14 Thread Andrew Pasquale
at can be added to the appropriate runlevels using the chkconfig -add command. See the scripts in that directory for examples on how to do this. -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Problem trying to upgrade Mozilla and Galeon

2003-01-22 Thread Andrew Pasquale
n a tmp >directory. The above command was issued in that directory. > > Thanks again for the suggestions. > $ up2date -u mozilla should automagically resolve this problem for you. What command did you try, and what was the output? -- Andrew Pasquale -- redhat-l

Re: Failed dependencies

2003-01-28 Thread Andrew Pasquale
ce If none of this helps, you could try posting on the rpm mailing list. Although RPM is certainly not perfect, it does provide dependency checking. Dependency management, while it seems more trouble than it is worth sometimes, is critical to maintaining a properly functioning system. Man

Re: X-Windows libraries problems

2003-01-29 Thread Andrew Pasquale
file should be located in the version that ships with 8.0 with this command: $ rpm -ql XFree86-devel | grep libX11.a Or, you can use the locate command to see if the file is really there: $ locate libX11.a HTH -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Package Manager won't proceed in Redhat 8.0

2003-02-05 Thread Andrew Pasquale
e or smthing? > > thanks! > Try installing the rpm from the command line. You should at least get some more informative error message. $ cd /path/to/rpm $ rpm -ivh or $ rpm -ivh *.rpm if there is more than one you want to install. HTH -- Andrew Pasquale -- redhat-list mai

Re: Problem with timestamp changing using cp -a

2003-02-06 Thread Andrew Pasquale
you might have 'dos_filetime_resolution = yes' in your smb.conf. This option rounds file timestamps to the nearest even second. -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: hda question

2003-02-06 Thread Andrew Pasquale
d/parted.html. Note that you will need a boot disk, since parted does not work on mounted partitions. -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: how to set -classpath for servlet

2003-02-09 Thread Andrew Pasquale
: $ export CLASSPATH=${CLASSPATH}:/path/to/servlet.jar However, if you are planning to do anything more complicated than Hello World, I would reccomend looking at Jakarta Ant project, which is a really nice tool to build and deploy your projects. http://ant.apache.org Good luck -- Andre

Re: Newbie question---Logrotate not rotating Reply

2003-02-11 Thread Andrew Pasquale
or /usr/logs/as5300.log > Sounds like you have a duplication entry from /usr/logs/as5300.log. Check your /etc/logrotate.d for a script that contains a reference to this file. $ grep as5300.log /etc/logrotate.d/* You'll want to remove one of these references. HTH -- Andrew Pasquale

Re: logwatch on Redhat 8 not working correct

2003-02-12 Thread Andrew Pasquale
all --print Maybe you'll get some more information that will help you diagnose the problem. -- Andrew Pasquale gpg id: 31AA061C -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: logwatch on Redhat 8 not working correct

2003-02-14 Thread Andrew Pasquale
t's possible the script is bailing out for some reason, but you can't see the error output in the mail output. If you don't get any error messages, and still no output from logwatch, do a sanity check to make sure the log files actually contain the info you expect they should. HTH

Re: Problem with TFTP

2003-02-14 Thread Andrew Pasquale
; > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list -- Andrew Pasqualehttp://www.elytra.net:8080 gpg id: 31AA061C -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RPM unsatisfied dependecies

2002-08-28 Thread Andrew Pasquale
I am having a problem installing packages with RPM. A dependency (/sbin/install-info) exists in the filesystem, but is reported as being an unsatisfied dependency. It is my impression that dependency checking occurs within the RPM database, so I'm guessing that somehow /sbin/install-info do

Re: Mounting external USB drive

2002-11-19 Thread Andrew Pasquale
ou plug the drive in. > > I tried this and got > > [root@localhost inbox]# fdisk -l /dev/sda > bash: fdisk: command not found > > Maybe my installation is missing something? > > Chuck > try /sbin/fdisk -l /dev/sda or use su - to get roots environment initialized

Re: ppp problems...HELP!! PLEASE!!:-(((( sorry, now in plain text

2002-11-22 Thread Andrew Pasquale
rhaps more people will notice your question if you have the correct timestamp. Many people sort their mail by date, and your post is at the bottom of the pile. Regards, -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: [OT] Guestbook spamming

2002-12-02 Thread Andrew Pasquale
gt; { chomp($x); # <<<< Remove EOL > if ($FORM{'comments'} =~ /$x/i) > { > &no_comments; > } > } > - End Code -- > > Bill Ward regards -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list