Re: [CentOS] can't get Tomcat5 to work on centos 5.1, how do I get it to work?

2008-05-08 Thread Rudi Ahlers
Filipe Brandenburger wrote: Hi, On Thu, May 8, 2008 at 6:00 PM, Rudi Ahlers <[EMAIL PROTECTED]> wrote: Exception in thread "main" java.lang.OutOfMemoryError: Cannot create It looks like it's running out of memory when starting more threads. Did you check if you have enough memory in t

RE: [CentOS] OT, but just a quick question.

2008-05-08 Thread John
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy Bradley Sent: Thursday, May 08, 2008 11:31 PM To: CentOS mailing list Subject: [CentOS] OT, but just a quick question. I know this is off topic, so please accept my apologies. This is just out o

[CentOS] Windows key works some times I boot, doesn't work others

2008-05-08 Thread Nick Fenwick
Hi all, I run CentOS5.1 with all updates, and like to use metacity's keybindings (gconf-editor->/apps/metacity/global_keybindings and keybinding_commands) to set shortcut keys for xterm, nautilus, and the like, so x runs xterm and e runs nautilus, rather how Windows-XP keyboard shortcuts work

Re: [CentOS] OT, but just a quick question.

2008-05-08 Thread Jimmy Bradley
And a crappy day to you too. On Thu, 2008-05-08 at 21:13 -0700, Craig White wrote: > On Thu, 2008-05-08 at 22:31 -0500, Jimmy Bradley wrote: > > I know this is off topic, so please accept my apologies. This is > > just out of curiosity, and a number of people I've talked to in the area > > I li

Re: [CentOS] OT, but just a quick question.

2008-05-08 Thread Craig White
On Thu, 2008-05-08 at 22:31 -0500, Jimmy Bradley wrote: > I know this is off topic, so please accept my apologies. This is > just out of curiosity, and a number of people I've talked to in the area > I live in have said the same thing. About 2 weeks ago, my one remaining > xp machine downloaded and

[CentOS] OT, but just a quick question.

2008-05-08 Thread Jimmy Bradley
I know this is off topic, so please accept my apologies. This is just out of curiosity, and a number of people I've talked to in the area I live in have said the same thing. About 2 weeks ago, my one remaining xp machine downloaded and installed an update from Microsoft. Ever since then, the

Re: [CentOS] Apache Redirects...

2008-05-08 Thread Craig White
On Thu, 2008-05-08 at 18:06 -0700, Craig White wrote: > I'm trying to require SSL for drupal login and admin pages and it seems > that this should work but it doesn't redirect if added to httpd.conf or > to .htaccess (I've tried both) > > RewriteCond %{REQUEST_URI} ^/(user|admin) > RewriteRule

Re: [CentOS] Apache Redirects...

2008-05-08 Thread Ian Blackwell
This is what I have in my /etc/httpd/conf/httpd.conf file:- RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] RewriteCond %{HTTPS} !=on RewriteRule .* https://%{HTTP_HOST}:443%{REQU

[CentOS] Apache Redirects...

2008-05-08 Thread Craig White
I'm trying to require SSL for drupal login and admin pages and it seems that this should work but it doesn't redirect if added to httpd.conf or to .htaccess (I've tried both) RewriteCond %{REQUEST_URI} ^/(user|admin) RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [L,R] Shouldn't this be enough

Re: [CentOS] problem with yumdownload?

2008-05-08 Thread Filipe Brandenburger
Hi, On Thu, May 8, 2008 at 4:38 PM, John R Pierce <[EMAIL PROTECTED]> wrote: > coworker wants to download a module with all its dependencies, for use in > updating an offline system... CentOS 5.latest ... > > [EMAIL PROTECTED] home]# yumdownloader --resolve gcc ... > File "/usr/lib/python2.4/si

Re: [CentOS] can't get Tomcat5 to work on centos 5.1, how do I get it to work?

2008-05-08 Thread Filipe Brandenburger
Hi, On Thu, May 8, 2008 at 6:00 PM, Rudi Ahlers <[EMAIL PROTECTED]> wrote: > Exception in thread "main" java.lang.OutOfMemoryError: Cannot create It looks like it's running out of memory when starting more threads. Did you check if you have enough memory in this server to run Tomcat? I think you

Re: [CentOS] "yum update" did not update kernel on one box

2008-05-08 Thread Kai Schaetzl
wrote on Thu, 8 May 2008 09:39:15 -0500: > Ah. This is where the problem on her box probably comes from! Last > November, when I installed Windows XP, in English, my native language, > I did not understand something in Microsoft's English. There were four > (4) partitions for Windows (C,D,E,F) an

[CentOS] OFF-TOPIC: Job opening in Marin County, California

2008-05-08 Thread Bart Schaefer
I'm feeling rather sheepish about adding to topic drift, but like Jim last week, I'm looking for a developer to work on either/both front-/back-end components of our LAMP (with P as in Perl) application. Compared to Jim, I can probably promise a little less abuse but just as many hours and as much

[CentOS] can't get Tomcat5 to work on centos 5.1, how do I get it to work?

2008-05-08 Thread Rudi Ahlers
Hi all A client of ours wants Tomcat 5 to be installed on a CentOS 5 server, I naturally just ran "yum -y install tomcat5 tomcat5-webapps tomcat5-admin-webapps" which installed it without any errors. Then I typed in service tomcat5 start, and tries to access it as such "lynx http://localhost:

[CentOS] problem with yumdownload?

2008-05-08 Thread John R Pierce
coworker wants to download a module with all its dependencies, for use in updating an offline system... CentOS 5.latest ... [EMAIL PROTECTED] home]# yum -y install yum-utils .. [EMAIL PROTECTED] home]# yumdownloader --resolve gcc Loading "priorities" plugin Loading "installonlyn" plugin E

RE: [CentOS] NMAP - reveal MAC address

2008-05-08 Thread Flaherty, Patrick
> >> The main function of a switch is to keep irrelevant > packets away from > > >> hosts, but packets to unknown (to the switch) hosts get sent > >> everywhere, just like a Hub would do. > >> > > > >yes - thanks all, it appears its a cross network 'issue' > > > >thanks > > If you're trying to

RE: [CentOS] cups causing segfault

2008-05-08 Thread Gregory P. Ennis
On Thu, 2008-05-08 at 12:31 -0400, Ross S. W. Walker wrote: > Gregory P. Ennis wrote: > > On Thu, 2008-05-08 at 10:46 -0400, Ross S. W. Walker wrote: > > > Gregory P. Ennis wrote: > > > > > > > > On Wed, 2008-05-07 at 12:00 -0500, Gregory P. Ennis wrote: > > > > > Everyone, > > > > > > > > > > I

RE: [CentOS] NMAP - reveal MAC address

2008-05-08 Thread Clonch, Christopher A.
> This will only work on a local network: > once you have the IP address, you can do an arp -v > > You cannot get the MAC address of a routed IP address, it only exist on a > local network. Heres the code snippet I've used to walk a router's MAC table: snmpwalk -v 1 -c public ${GWADDR} ipNetToM

Re: [CentOS] Re: "yum update" did not update kernel on one box

2008-05-08 Thread Lanny Marcus
On Thu, 2008-05-08 at 10:30 -0700, Scott Silva wrote: > on 5-8-2008 7:39 AM [EMAIL PROTECTED] spake the > > [EMAIL PROTECTED] ~]# fdisk -l > > > > Disk /dev/hda: 81.9 GB, 81964302336 bytes > > 240 heads, 63 sectors/track, 10587 cylinders > > Units = cylinders of 15120 * 512 = 7741440 bytes > >

[CentOS] Re: "yum update" did not update kernel on one box

2008-05-08 Thread Scott Silva
on 5-8-2008 7:39 AM [EMAIL PROTECTED] spake the following: On 5/7/08, Kai Schaetzl wrote: Lanny Marcus wrote on Wed, 07 May 2008 15:10:58 -0500: Kai: I am not using Windows Boot Manager. Grub comes up, as on the 2 boxes, where things are working properly. Just to be sure, it's really grub? Yo

RE: [CentOS] cups causing segfault

2008-05-08 Thread Ross S. W. Walker
Gregory P. Ennis wrote: > On Thu, 2008-05-08 at 10:46 -0400, Ross S. W. Walker wrote: > > Gregory P. Ennis wrote: > > > > > > On Wed, 2008-05-07 at 12:00 -0500, Gregory P. Ennis wrote: > > > > Everyone, > > > > > > > > I have a new installation of Centos 5.1 that I am using on a gateway > > > > s

Re: [CentOS] Re: FOSS Inventory Managment and Invoicing Application

2008-05-08 Thread Sudev Barar
> On Thu, 8 May 2008, Joseph L. Casale wrote: > > I am trying to help a small shop migrate off an old DOS sales application > and > > was hoping to find a Linux alternative. Anyone have any experience with > these > > types of applications, it would likely be a 2-3 user setup. > > If it is already

[CentOS] Re: FOSS Inventory Managment and Invoicing Application

2008-05-08 Thread Tom Diehl
On Thu, 8 May 2008, Joseph L. Casale wrote: I am trying to help a small shop migrate off an old DOS sales application and was hoping to find a Linux alternative. Anyone have any experience with these types of applications, it would likely be a 2-3 user setup. Not sure what you mean by invoicin

RE: [CentOS] cups causing segfault

2008-05-08 Thread Gregory P. Ennis
On Thu, 2008-05-08 at 10:46 -0400, Ross S. W. Walker wrote: > Gregory P. Ennis wrote: > > > > On Wed, 2008-05-07 at 12:00 -0500, Gregory P. Ennis wrote: > > > Everyone, > > > > > > I have a new installation of Centos 5.1 that I am using on a gateway > > > server that also has dhcp, named servers.

[CentOS] FOSS Inventory Managment and Invoicing Application

2008-05-08 Thread Joseph L. Casale
I am trying to help a small shop migrate off an old DOS sales application and was hoping to find a Linux alternative. Anyone have any experience with these types of applications, it would likely be a 2-3 user setup. Thanks! jlc ___ CentOS mailing list Ce

RE: [CentOS] cups causing segfault

2008-05-08 Thread Ross S. W. Walker
Gregory P. Ennis wrote: > > On Wed, 2008-05-07 at 12:00 -0500, Gregory P. Ennis wrote: > > Everyone, > > > > I have a new installation of Centos 5.1 that I am using on a gateway > > server that also has dhcp, named servers. I also have cups set up to > > function as a print server, and sendmail

Re: [CentOS] "yum update" did not update kernel on one box

2008-05-08 Thread lannyma
On 5/7/08, Kai Schaetzl wrote: > Lanny Marcus wrote on Wed, 07 May 2008 15:10:58 -0500: >> Kai: I am not using Windows Boot Manager. Grub comes up, as on the 2 >> boxes, where things are working properly. > > Just to be sure, it's really grub? You get a somewhat blueish screen that > says "booting

Re: [CentOS] cups causing segfault

2008-05-08 Thread Gregory P. Ennis
On Wed, 2008-05-07 at 12:00 -0500, Gregory P. Ennis wrote: > Everyone, > > I have a new installation of Centos 5.1 that I am using on a gateway > server that also has dhcp, named servers. I also have cups set up to > function as a print server, and sendmail is being used as a relay to our > mail

RE: [CentOS] Is it possible to lvrename the current root partition?

2008-05-08 Thread Ross S. W. Walker
Alfred von Campe wrote: > > On May 2, 2008, at 17:24, Ross S. W. Walker wrote: > > Sure you can do all this from rescue mode off the first CD. > > > > Boot the cd type in 'linux rescue' and continue to the command prompt. > > First, thanks for the detailed list, Ross. It was very helpful. I >

[CentOS] CentOS-announce Digest, Vol 39, Issue 2

2008-05-08 Thread centos-announce-request
Send CentOS-announce mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reac

[CentOS] total server lock-up during CentOS5.1 installation with vnc

2008-05-08 Thread Wojtek Pilorz
Hi, I would like to share my experience with total server lock-up during CentOS5.1 installation using vnc installation method. My setup was as follows +--+ | my_PC, CentOS4.6 | | X, KDE, vncviewer| | 100Mbit/s eth0