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
-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
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
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
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
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
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
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
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
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
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
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
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
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:
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
> >> 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
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
> 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
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
> >
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
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
> 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
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
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.
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
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
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
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
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
>
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
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
31 matches
Mail list logo