Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread Daniel de Kok
On Tue, Apr 15, 2008 at 7:56 AM, Clint Dilks <[EMAIL PROTECTED]> wrote: > 1. Currently all of the key pairs we are using have empty passphrases is it > worth the effort of changing this and setting up ssh-agent compared to what > you gain in security by doing this ? Sure. In the first case someon

Re: [CentOS] yum update did not complete

2008-04-15 Thread William L. Maltby
On Mon, 2008-04-14 at 20:55 -0400, Jerry Geis wrote: > I was doing a yum update today. > It downloaded all the packages. > was doing the next part and my remote connection was lost. > so ssh session was killed. > > When I logged back in I am not sure if the update is done or not. I > presume not.

Re: [CentOS] GNOME issue. Seeking Guidance.

2008-04-15 Thread Ralph Angenendt
Daniel de Kok wrote: > On Mon, Apr 14, 2008 at 11:47 PM, <[EMAIL PROTECTED]> wrote: > > If there is anyone who has experianced this, can you please give me further > > guidance. I have tried everything below, and still can not get anything to > > come up with GNOME. > > If pirut is started fro

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread Fajar Priyanto
On Tuesday 15 April 2008 16:13:55 William L. Maltby wrote: > How sensitive is the data and how critical are the functions that that > could be disrupted? What is the scope of exposure to intrusion from > outside the organization (LAN, firewalls, in place, etc.). For example rsync functions. It won

Re: [CentOS] More info for -perm 2 ?

2008-04-15 Thread Daniel de Kok
On Tue, Apr 15, 2008 at 11:34 AM, Fajar Priyanto <[EMAIL PROTECTED]> wrote: > Thanks for the clue. It took me to several times of reading to get it :) > Sometimes I can see complex things fast, but fails to see very simple ones. You may also want to read up on: http://kajero.com/books/unixsystem

Re: [CentOS] yum update did not complete

2008-04-15 Thread Daniel de Kok
On Tue, Apr 15, 2008 at 2:55 AM, Jerry Geis <[EMAIL PROTECTED]> wrote: > was doing the next part and my remote connection was lost. > so ssh session was killed. > > When I logged back in I am not sure if the update is done or not. I presume > not. This is a very good reason to use 'screen' ;).

Re: [CentOS] GNOME issue. Seeking Guidance.

2008-04-15 Thread Daniel de Kok
On Mon, Apr 14, 2008 at 11:47 PM, <[EMAIL PROTECTED]> wrote: > If there is anyone who has experianced this, can you please give me further > guidance. I have tried everything below, and still can not get anything to > come up with GNOME. If pirut is started from a terminal as a normal user. Do

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread William L. Maltby
On Tue, 2008-04-15 at 17:56 +1200, Clint Dilks wrote: > Hi People, > > The Linux Environment I am responsible for is using ssh key pairs to > allow access to a number or accounts on a number Linux Servers. I > currently have the opportunity to re-design some of this. So I would > like to tap

Re: [CentOS] More info for -perm 2 ?

2008-04-15 Thread Fajar Priyanto
On Thursday 10 April 2008 08:48:46 William L. Maltby wrote: > > -perm -mode > > All of the permission bits mode are set for the file. > "Man chmod". > > The pertinent part: > > A numeric mode is from one to four octal digits (0-7), derived by > adding up the bits with values 4, 2, and 1. Any

[CentOS] CentOS-announce Digest, Vol 38, Issue 6

2008-04-15 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

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread Peter Kjellstrom
On Tuesday 15 April 2008, Fajar Priyanto wrote: > On Tuesday 15 April 2008 16:13:55 William L. Maltby wrote: > > How sensitive is the data and how critical are the functions that that > > could be disrupted? What is the scope of exposure to intrusion from > > outside the organization (LAN, firewall

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread Peter Kjellstrom
On Tuesday 15 April 2008, Clint Dilks wrote: > 1. Currently all of the key pairs we are using have empty passphrases is > it worth the effort of changing this and setting up ssh-agent compared > to what you gain in security by doing this ? To get a clear idea of what keys with no passphrases are l

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Kai Schaetzl
John R Pierce wrote on Mon, 14 Apr 2008 20:45:46 -0700: > HP raids tend to have custom microcode to implement various HP specific > features such as media interchange between all their different systems, > so they aren't likely going to work with the hardware vendors generic > OEM drivers. I s

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Kai Schaetzl
John wrote on Mon, 14 Apr 2008 23:26:59 -0400: > Check your BIOS Settings for the controller. May be that it needs to set > to "Mass Storage" if available in the HP Bios. There is nothing I can set regarding this. There is also a built-in HP SATA fakeRAID controller for the mainboard built-in SA

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Kai Schaetzl
there is a bug on the bugtracker concerning "lsilogic" http://bugs.centos.org/view.php?id=2531 but I'm not sure if it could relate to my issue or not. Searching for "lsilogic.ko" with Google reveals only this single article, so that information might just be fake. Kai -- Kai Schätzl, Berlin,

[CentOS] nis and new users

2008-04-15 Thread Jason Pyeron
Every time a "new" user logs into a development box (which does not use nfs for the home dirs) the get could not chdir to their home dir. They call me with the error and I do a: cp -a /etc/skel/ ~USER && chown USER.users -R ~USER/ and it is fixed. Is there an automated way? -=-=-=-=-=-=-=-=-=-=

RE: [CentOS] nis and new users

2008-04-15 Thread Ross S. W. Walker
Jason Pyeron wrote: > > Every time a "new" user logs into a development box (which does not use nfs > for the home dirs) the get could not chdir to their home dir. They call me > with the error and I do a: > > cp -a /etc/skel/ ~USER && chown USER.users -R ~USER/ > > and it is fixed. > > Is ther

Re: [CentOS] nis and new users

2008-04-15 Thread William L. Maltby
On Tue, 2008-04-15 at 10:27 -0400, Jason Pyeron wrote: > Every time a "new" user logs into a development box (which does not use nfs > for the home dirs) the get could not chdir to their home dir. They call me > with the error and I do a: > > cp -a /etc/skel/ ~USER && chown USER.users -R ~USER/ >

[CentOS] NIS libuser and auto-make of maps

2008-04-15 Thread Ross S. W. Walker
I have my NIS user/group files separate from the system user/group files using libuser to manage them and that works well, but I am trying to find a way to get libuser to invoke a 'make' of the NIS maps whenever it updates the master files. Is there a routine I can configure in libuser to do this,

RE: [CentOS] 12V computing?

2008-04-15 Thread Jason Pyeron
Thanks every one for putting so much effort in your responses, we have ordered one to test with. Fwiw, why it is 12V and using other voltages was way off topic. We are using 12V due to interoperability requirements. The environment it is going into has on pair of redundant line to 12V power suppli

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread Ingemar Nilsson
Fajar Priyanto wrote: On Tuesday 15 April 2008 16:13:55 William L. Maltby wrote: How sensitive is the data and how critical are the functions that that could be disrupted? What is the scope of exposure to intrusion from outside the organization (LAN, firewalls, in place, etc.). For example rsy

RE: [CentOS] nis and new users

2008-04-15 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ross S. W. Walker > Sent: Tuesday, April 15, 2008 10:39 AM > To: CentOS mailing list > Subject: RE: [CentOS] nis and new users > > Jason Pyeron wrote: > > > > Every time a "new" user logs into a devel

RE: [CentOS] NIS libuser and auto-make of maps

2008-04-15 Thread Jason Pyeron
We use 5* cron too. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th S

RE: [CentOS] NIS libuser and auto-make of maps

2008-04-15 Thread Ross S. W. Walker
Jason Pyeron wrote: > > Ross S. W. Walker wrote: > > > > I have my NIS user/group files separate from the system user/group > > files using libuser to manage them and that works well, but I am > > trying to find a way to get libuser to invoke a 'make' of the NIS > > maps whenever it updates the ma

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread John
On Tue, 2008-04-15 at 14:46 +0200, Kai Schaetzl wrote: > John wrote on Mon, 14 Apr 2008 23:26:59 -0400: > > > Check your BIOS Settings for the controller. May be that it needs to set > > to "Mass Storage" if available in the HP Bios. > > There is nothing I can set regarding this. There is also a

RE: [CentOS] nis and new users

2008-04-15 Thread Ross S. W. Walker
Jason Pyeron wrote: > > Ross S. W. Walker wrote: > > > > Jason Pyeron wrote: > > > > > > Every time a "new" user logs into a development box (which does not use > > > nfs > > > for the home dirs) the get could not chdir to their home dir. They call me > > > with the error and I do a: > > > > > >

RE: [CentOS] NIS libuser and auto-make of maps

2008-04-15 Thread Jason Pyeron
Sorry no I meant a 5 star cron job = * * * * * -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Stre

[CentOS] How to create static routes on startup with CentOS4?

2008-04-15 Thread Eric B.
Hi, I'm working with the iproute2/iptables toolset on my CentOS4 server to create custom routing rules. However, I'm a bit at a loss how to create these permanently so that they are automatically reloaded upon reboot of the server. I know that iptables has a config file in /etc/sysconfig/ipta

[CentOS] Re: Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Scott Silva
on 4-15-2008 5:46 AM Kai Schaetzl spake the following: John wrote on Mon, 14 Apr 2008 23:26:59 -0400: Check your BIOS Settings for the controller. May be that it needs to set to "Mass Storage" if available in the HP Bios. There is nothing I can set regarding this. There is also a built-in HP

[CentOS] Re: yum update did not complete

2008-04-15 Thread Scott Silva
on 4-15-2008 2:30 AM Daniel de Kok spake the following: On Tue, Apr 15, 2008 at 2:55 AM, Jerry Geis <[EMAIL PROTECTED]> wrote: was doing the next part and my remote connection was lost. so ssh session was killed. When I logged back in I am not sure if the update is done or not. I presume not

Re: [CentOS] 12V computing?

2008-04-15 Thread Ben Gore
We use 12 volt systems because we already have 12 volt power present for other equipment in our applications. Previously, we used a UPS or battery powered inverter system that ran on --- 12 volts. We decided to "remove the middleman" so to speak. This gives us a number of battery charging optio

RE: [CentOS] Re: Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Joseph L. Casale
>AFAIR you can only do that from the setup disk that came with your server, or >download a new copy if you don't have it. You would do that from the controller's bios by pressing what ever function key is mapped to it which is displayed during the post. jlc ___

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread John
On Tue, 2008-04-15 at 14:46 +0200, Kai Schaetzl wrote: > John wrote on Mon, 14 Apr 2008 23:26:59 -0400: > > > Check your BIOS Settings for the controller. May be that it needs to set > > to "Mass Storage" if available in the HP Bios. > > There is nothing I can set regarding this. There is also a

RE: [CentOS] nis and new users

2008-04-15 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ross S. W. Walker > Sent: Tuesday, April 15, 2008 12:16 PM > To: CentOS mailing list > Subject: RE: [CentOS] nis and new users > > Jason Pyeron wrote: > > > > but still get: > > > > Last login: Tue Ap

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Karanbir Singh
John wrote: See here there is a reason I said type{linuxdd} and USE A FLOPPY. A usb stick is not going to do the job. I don't think you read the README! usb keys work fine as driver disks on centos-5, the .dd image can be loop mounted and the contents copied out onto the root of a usb

RE: [CentOS] nis and new users

2008-04-15 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ross S. W. Walker > Sent: Tuesday, April 15, 2008 12:16 PM > To: CentOS mailing list > Subject: RE: [CentOS] nis and new users > > Well what you have will only cover console logins via the login > pro

Re: [CentOS] Securing SSH

2008-04-15 Thread Tim Alberts
Ned Slider wrote: Tim Alberts wrote: So I setup ssh on a server so I could do some work from home and I think the second I opened it every sorry monkey from around the world has been trying every account name imaginable to get into the system. What's a good way to deal with this? The Wi

RE: [CentOS] Securing SSH

2008-04-15 Thread CentOS List
>> Tim Alberts wrote: >>> So I setup ssh on a server so I could do some work from home and I >>> think the second I opened it every sorry monkey from around the >>> world has been trying every account name imaginable to get into the >>> system. >>> >>> What's a good way to deal with this? I use

RE: [CentOS] Interface bonding?

2008-04-15 Thread Timothy Selivanow
On Mon, 2008-04-14 at 10:48 -0700, Timothy Selivanow wrote: > On Sat, 2008-04-12 at 11:06 -0400, Ross S. W. Walker wrote: > > > Can you post the ifcfg files used and the output of /proc/net/bonding/bond0? > > This is for one system. I have another one that I've been working on > too, and it too

RE: [CentOS] nis and new users

2008-04-15 Thread Ross S. W. Walker
Jason Pyeron wrote: > > Ross S. W. Walker wrote: > > > > Jason Pyeron wrote: > > > > > > but still get: > > > > > > Last login: Tue Apr 15 11:24:57 2008 from .myvzw.com > > > Could not chdir to home directory /home/USER: No such file or > > > directory > > > -bash-3.00$ > > > > > > Any id

Re: [CentOS] Securing SSH

2008-04-15 Thread Ned Slider
Tim Alberts wrote: Ned Slider wrote: Tim Alberts wrote: So I setup ssh on a server so I could do some work from home and I think the second I opened it every sorry monkey from around the world has been trying every account name imaginable to get into the system. What's a good way to deal

Re: [CentOS] Securing SSH

2008-04-15 Thread Tim Alberts
CentOS List wrote: Tim Alberts wrote: So I setup ssh on a server so I could do some work from home and I think the second I opened it every sorry monkey from around the world has been trying every account name imaginable to get into the system. What's a good way to deal with this?

[CentOS] Re: nis and new users

2008-04-15 Thread Scott Silva
on 4-15-2008 10:17 AM Jason Pyeron spake the following: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross S. W. Walker Sent: Tuesday, April 15, 2008 12:16 PM To: CentOS mailing list Subject: RE: [CentOS] nis and new users Well what you have will onl

RE: [CentOS] nis and new users

2008-04-15 Thread Ross S. W. Walker
Jason Pyeron wrote: > > Ross S. W. Walker wrote: > > > > Well what you have will only cover console logins via the login > > process, not GUI xdm/gdm/kdm or ssh/telnet/ftp/rsh logins. > > > > Try this: > > > > /etc/pam.d/system-auth > > #%PAM-1.0 > > # This file is auto-generated. > > # User ch

RE: [CentOS] Re: nis and new users

2008-04-15 Thread Ross S. W. Walker
Scott Silva wrote: > > on 4-15-2008 10:17 AM Jason Pyeron spake the following: > > > >Ross S. W. Walker wrote: > >> > >> Well what you have will only cover console logins via the login > >> process, not GUI xdm/gdm/kdm or ssh/telnet/ftp/rsh logins. > >> > >> Try this: > >> > >> /etc/pam.d/system-

Re: [CentOS] How to create static routes on startup with CentOS4?

2008-04-15 Thread Filipe Brandenburger
On Tue, Apr 15, 2008 at 12:36 PM, Eric B. <[EMAIL PROTECTED]> wrote: > Is there anything that works similarly for the iproute2 ruleset? I can't > seem to find anything in /etc/init.d/network except for references to static > routes using /sbin/route, which isn't good enough if one wants to use

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Kai Schaetzl
Scott Silva wrote on Tue, 15 Apr 2008 09:39:18 -0700: > Did you use the HP utilities to set up an array on the controller before you > tried to install? You press F8 and get in the controller utility. As I said I have set up a RAID1 that is named "LSILOGICLogical Volume 3000" just fine. Kai -

[CentOS] Re: How to create static routes on startup with CentOS4?

2008-04-15 Thread Eric B.
"Filipe Brandenburger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Apr 15, 2008 at 12:36 PM, Eric B. > <[EMAIL PROTECTED]> wrote: >> Is there anything that works similarly for the iproute2 ruleset? I >> can't >> seem to find anything in /etc/init.d/network except fo

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Kai Schaetzl
Karanbir Singh wrote on Tue, 15 Apr 2008 18:20:09 +0100: > usb keys work fine as driver disks on centos-5, the .dd image can be > loop mounted and the contents copied out onto the root of a usb-key. > > also, its not 'linuxdd' its 'linux dd' > > You can also give dd the remote network location

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Karanbir Singh
Kai Schaetzl wrote: Karanbir Singh wrote on Tue, 15 Apr 2008 18:20:09 +0100: usb keys work fine as driver disks on centos-5, the .dd image can be loop mounted and the contents copied out onto the root of a usb-key. also, its not 'linuxdd' its 'linux dd' You can also give dd the remote networ

Re: [CentOS] Re: How to create static routes on startup with CentOS4?

2008-04-15 Thread Filipe Brandenburger
On Tue, Apr 15, 2008 at 3:48 PM, Eric B. <[EMAIL PROTECTED]> wrote: > The last question then is if there is a way to add "ip rule" rules to > specify which routing table to use based on packet information. > ex: ip rule add fwmark 3 table 3 > > Are any of the network scripts able to handle thi

Re: [CentOS] Re: How to create static routes on startup with CentOS4?

2008-04-15 Thread John R Pierce
Eric B. wrote: The last question then is if there is a way to add "ip rule" rules to specify which routing table to use based on packet information. ex: ip rule add fwmark 3 table 3 Are any of the network scripts able to handle this as well? sadly, the RHEL networking scripts are still ro

[CentOS] Re: Re: How to create static routes on startup with CentOS4?

2008-04-15 Thread Eric B.
"Filipe Brandenburger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Apr 15, 2008 at 3:48 PM, Eric B. > <[EMAIL PROTECTED]> wrote: >> The last question then is if there is a way to add "ip rule" rules to >> specify which routing table to use based on packet information.

Re: [CentOS] generating tls certificates for radius under centos

2008-04-15 Thread Pierre Bourgin
David Hláčik wrote: Hi all, i need to generate certificate files for radius tls. I am using CentOS 5.1 and scripts in /etc/pki/tls/misc for generated own CA key, and for own keys signed with my CA. For Radius i need a server certificate with xpextensions support. How can i generate server ce

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread Kai Schaetzl
Karanbir Singh wrote on Tue, 15 Apr 2008 21:17:26 +0100: > now would be a good time to look at the installer docs at www.centos.org/docs/ well, the problem is that the docs do not say anything about what kind of file that function wants to see. http://www.centos.org/docs/5/html/5.1/Installation_G

Re: [CentOS] Re: Re: How to create static routes on startup with CentOS4?

2008-04-15 Thread Filipe Brandenburger
On Tue, Apr 15, 2008 at 4:36 PM, Eric B. <[EMAIL PROTECTED]> wrote: > Am I missing something obvious somewhere? Or do you have a different > version of ifup-routes? I'm running CentOS4 with the latest patches I'm running CentOS5 here, that's probably new in CentOS5. You may consider appen

[CentOS] Problem with CentOS server: am I running a firewall?

2008-04-15 Thread Timothy Murphy
I recently tried to swap server from an ancient Asus PIII machine running Fedora-8 to a Dell PowerEdge T105 running Centos-5.1 . Unfortunately, I have not been able to set it up to allow local machines to access the internet. I can access the internet directly from the server (which connects to

[CentOS] Re: Re: Re: How to create static routes on startup withCentOS4?

2008-04-15 Thread Eric B.
"Filipe Brandenburger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Apr 15, 2008 at 4:36 PM, Eric B. > <[EMAIL PROTECTED]> wrote: >> Am I missing something obvious somewhere? Or do you have a different >> version of ifup-routes? I'm running CentOS4 with the latest pa

[CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
Hello All, I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need to go from MySQL 4.1 to 5. I downloaded the following two files: mysql-server-5.0.58-1.el4.centos.i386.rpm mysql-5.0.48-2.el4.centos.i386.rpm I tried to do: yum install mysql-server-5.0.58-1.el4.centos.i386.r

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Morten Nilsen
Tito Valentin wrote: I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need to go from MySQL 4.1 to 5. I downloaded the following two files: mysql-server-5.0.58-1.el4.centos.i386.rpm mysql-5.0.48-2.el4.centos.i386.rpm I tried to do: yum install mysql-server-5.0.58-1.el4.c

Re: [CentOS] Interface bonding?

2008-04-15 Thread James Pearson
Timothy Selivanow wrote: I've changed the switch out, unfortunately to something that I know doesn't support 802.3ad, but I'm still unable to get aggregate link bandwidth using mode 0, 2, and 6. I'm using scp to test the bandwidth, one machine with one interface, one with two bonded, and one wi

Re: [CentOS] Problem with CentOS server: am I running a firewall?

2008-04-15 Thread Filipe Brandenburger
On Tue, Apr 15, 2008 at 5:33 PM, Timothy Murphy <[EMAIL PROTECTED]> wrote: > Unfortunately, I have not been able to set it up > to allow local machines to access the internet. Did you enable routing? The output of "cat /proc/sys/net/ipv4/ip_forward" must be 1, otherwise the server won't route pa

Re: [CentOS] SSH Question relating to Public and Private Keys

2008-04-15 Thread Clint Dilks
Clint Dilks wrote: Hi People, The Linux Environment I am responsible for is using ssh key pairs to allow access to a number or accounts on a number Linux Servers. I currently have the opportunity to re-design some of this. So I would like to tap into peoples experiences to see what might be

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
If I am going to run "rpm -Uvh" then why would I need to remove the current mysql server? If I remove the current mysql, shouldn't I run "rpm -ivh" instead? Thanks for the help so far. On Tue, Apr 15, 2008 at 6:24 PM, Morten Nilsen <[EMAIL PROTECTED]> wrote: > Tito Valentin wrote: > > > I am

Re: [CentOS] Problem with CentOS server: am I running a firewall?

2008-04-15 Thread Timothy Murphy
On Tuesday 15 April 2008 11:48:00 pm Filipe Brandenburger wrote: > > Unfortunately, I have not been able to set it up > > to allow local machines to access the internet. > > Did you enable routing? The output of "cat > /proc/sys/net/ipv4/ip_forward" must be 1, otherwise the server won't > route

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Les Mikesell
Tito Valentin wrote: If I am going to run "rpm -Uvh" then why would I need to remove the current mysql server? If I remove the current mysql, shouldn't I run "rpm -ivh" instead? If a package isn't already installed -U does the same as -i. In most cases you can use -U without bothering to ch

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
Gotcha!...thanks for that info. On Tue, Apr 15, 2008 at 7:33 PM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Tito Valentin wrote: > > > If I am going to run "rpm -Uvh" then why would I need to remove the > > current mysql server? If I remove the current mysql, shouldn't I run "rpm > > -ivh" instea

[CentOS] reinstall perl packages in Centos5

2008-04-15 Thread israel.garcia
Hi, I'm running a CentOS5 email server with mailscanner/postfix/spamassassin.. but it seems I made something with perl that now I get this error when compile ANY package using perl: Global symbol "%Config" requires explicit package name at /usr/lib/perl5/5.8.8/ExtUtils/Liblist/Kid.pm line 394.

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
I still have problems installing even after I have removed the old mysql: [EMAIL PROTECTED] tmp]# rpm -Uvh mysql-5.0.48-2.el4.centos.i386.rpm error: Failed dependencies: libmysqlclient.so.15 is needed by mysql-5.0.48-2.el4.centos.i386 libmysqlclient.so.15(libmysqlclient_15) is need

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Filipe Brandenburger
On Tue, Apr 15, 2008 at 7:53 PM, Tito Valentin <[EMAIL PROTECTED]> wrote: > I still have problems installing even after I have removed the old mysql: > > [EMAIL PROTECTED] tmp]# rpm -Uvh mysql-5.0.48-2.el4.centos.i386.rpm > error: Failed dependencies: > mysql-libs = 5.0.48-2.el4.centos is n

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread John R Pierce
Tito Valentin wrote: Hello All, I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need to go from MySQL 4.1 to 5. I downloaded the following two files: mysql-server-5.0.58-1.el4.centos.i386.rpm mysql-5.0.48-2.el4.centos.i386.rpm You do notice, those are two different ve

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Bart Schaefer
On Tue, Apr 15, 2008 at 3:19 PM, Tito Valentin <[EMAIL PROTECTED]> wrote: > > I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need > to go from MySQL 4.1 to 5. Having gone through this process about 7 months ago: It's not recommended to do a "binary upgrade", that is, to sim

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread John
On Tue, 2008-04-15 at 18:20 +0100, Karanbir Singh wrote: > John wrote: > > See here there is a reason I said type{linuxdd} and USE A FLOPPY. A > > usb stick is not going to do the job. I don't think you read the README! > > > > usb keys work fine as driver disks on centos-5, the .dd image

Re: [CentOS] Installing Centos 5 on HP DL140 G3

2008-04-15 Thread John
On Tue, 2008-04-15 at 23:01 +0200, Kai Schaetzl wrote: > Karanbir Singh wrote on Tue, 15 Apr 2008 21:17:26 +0100: > > > now would be a good time to look at the installer docs at > > www.centos.org/docs/ > > well, the problem is that the docs do not say anything about what kind of > file that fun