Akemi Yagi | 1 Dec 2008 01:04
Picon
Gravatar

Re: CentOS 5 - KDE - wireless ?

On Sun, Nov 30, 2008 at 12:48 PM, Marko Vojinovic <vvmarko@...> wrote:
> On Sunday 30 November 2008 02:14, Kevin Kempter wrote:
>> Hi All;
>>
>> How do I enable/configure wireless in CentOS 5 ?
>>
>> I cannot find knetworkmanager anywhere..
>>
>> Do I need to install another repository ?
>
> You want the nm-applet utility (provided that you have configured and running
> NetworkManager service). It is a gnome utility, so you need to start it
> yourself if you are using KDE.

For setting up NetworkManager, see:

http://wiki.centos.org/HowTos/Laptops/NetworkManager

Akemi
Pasi Kärkkäinen | 1 Dec 2008 08:51
Picon
Picon
Favicon

Re: Stop the FUD Xen is not deprecated

On Fri, Nov 28, 2008 at 03:31:19PM +0100, Kai Schaetzl wrote:
> Pasi Kärkkäinen wrote on Thu, 27 Nov 2008 12:04:16 +0200:
> 
> > There are many options.
> 
> Yeah. The point behind my asking was if one would be able to run 
> RHEL/CentOS 6 as a dom0 - as it is derived from Fedora and reflects the 
> available bits at the time of the OS freeze. In other words, if there is a 
> normal upgrade path concerning Xen from RHEL/CentOS 5 to 6 or not. So, at 
> the moment it looks like you can't run RHEL 6 as a dom0, but this may 
> change until it's release depending on the upstream (kernel.org?) kernel 
> having the relevant xen bits in time for an RHEL release (which is 
> promised for 2.6.29 or so at the moment). 
> You can probably run RHEL 6 paravirtualized on a RHEL 5 dom0.
> Correct interpretation so far?
> 

Yeah, more or less correct :) 

Then again Redhat guys have not yet commented about planned features for
RHEL6.. 

-- Pasi
Kai Schaetzl | 1 Dec 2008 11:31
Favicon

Re: Stop the FUD Xen is not deprecated

Pasi Kärkkäinen wrote on Mon, 1 Dec 2008 09:51:45 +0200:

> Then again Redhat guys have not yet commented about planned features for
> RHEL6..

Of course, it's the current state of affairs as we think we know it.

Kai

--

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
Vandaman | 1 Dec 2008 12:17
Picon
Favicon

Re: Stop the FUD Xen is not deprecated

Pasi Kärkkäinen  wrote:

> Then again Redhat guys have not yet commented about planned
> features for RHEL6.. 
> 

Quite a few people appear to be quite insecure on the basis of 
what they think is/is not going to happen. The bottom line is 
crystal-ball gazing should be left alone and people should work 
with what's available in CentOS.

Regards,
Vandaman.

      
David Hrbáč | 1 Dec 2008 12:35
Picon
Favicon

Bonding and network cards

Hi,
I have been playing this weekend with bonding on PCI netcards and found
that all of netcards I have, but old 3com, do not support MII. So
bonding is not going to happen with them. Do you have some pci netcards
supporting MII successfully running on bonging?
Thanks,
David Hrbáč
Ralph Angenendt | 1 Dec 2008 12:44
Picon
Favicon

Re: Bonding and network cards

David Hrbáč wrote:
> Hi,
> I have been playing this weekend with bonding on PCI netcards and found
> that all of netcards I have, but old 3com, do not support MII. So
> bonding is not going to happen with them. Do you have some pci netcards
> supporting MII successfully running on bonging?

That is strange. But you shouldn't be needing mii, use_carrier should be
working with modern cards - if they come up at once.

I have bonding on 2 Broadcom NetXtreme II BCM5708 1000Base-T where the
card takes so long to come up that the bonding driver assumes the wrong
link mode (100baseT instead of 1000baseT).

But those cards do work with miimon (which uses miitool and/or ethtool).

Cheers,

Ralph
_______________________________________________
CentOS mailing list
CentOS@...
http://lists.centos.org/mailman/listinfo/centos
Radu Radutiu | 1 Dec 2008 12:54
Picon

Re: Sendmail - STARTTLS not appear on one client

On Fri, Nov 28, 2008 at 11:30 PM, happymaster23
<happymaster23@...> wrote:
> Hi,
>
> I have Sendmail configured to use STARTTLS for authentication. On all
> internet connections and computers (that I have tested) works
> connection over encrypted SMTP flawlessly. Today I was setting up mail
> client on PC of my customer and standardily checked boxes, that I want
> to use SSL for POP3 and SMTP. Next I wanted to check configuration (by
> sending email from this mailbox to this mailbox) but it does not work.
>
> So I have opened telnet, connected via port 25 and writed "ehlo
> hostname" and then finded out, that there is missing STARTTLS. Is
> possible, that some bad configuration on client side (firewall,
> etc...) can cause this error including that this function is missing
> in printout of ehlo? POP3S working good.
>

Hi,

I have seen this kind of problem (STARTTLS not available for a single
client but working for everyone else) when the client is behind a
CISCO firewall with the FIXUP SMTP configuration option enabled.
Disable it using "no fixup protocol smtp 25" on the firewall and try
again.

Regards,

Radu
(Continue reading)

centos | 1 Dec 2008 13:00
Favicon

CentOS-announce Digest, Vol 46, Issue 1

Send CentOS-announce mailing list submissions to
	centos-announce@...

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
	centos-announce-request@...

You can reach the person managing the list at
	centos-announce-owner@...

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."

Today's Topics:

   1. Mail and list server downtime (Ralph Angenendt)

----------------------------------------------------------------------

Message: 1
Date: Sun, 30 Nov 2008 23:15:50 +0100
From: Ralph Angenendt <ralph@...>
Subject: [CentOS-announce] Mail and list server downtime
To: centos-announce@..., centos@...
Message-ID: <20081130221550.GB3228@...>
Content-Type: text/plain; charset="us-ascii"

Hello,

(Continue reading)

David Hrbáč | 1 Dec 2008 13:04
Picon
Favicon

Re: Bonding and network cards

Ralph Angenendt napsal(a):
> That is strange. But you shouldn't be needing mii, use_carrier should be
> working with modern cards - if they come up at once.
> 
> I have bonding on 2 Broadcom NetXtreme II BCM5708 1000Base-T where the
> card takes so long to come up that the bonding driver assumes the wrong
> link mode (100baseT instead of 1000baseT).
> 
> But those cards do work with miimon (which uses miitool and/or ethtool).

OK, I'm gonna test it with use_carrier. I have been playing with
arp_ip_target and miimon without luck.

>From documentation: 'It is critical that either the miimon or
arp_interval and arp_ip_target parameters be specified, otherwise
serious network degradation will occur during link failures.  Very few
devices do not support at least miimon, so there is really no reason not
to use it.'

And as to MII, ethertool on all netcard but old 3com shows no support
for MII. And as to bonging I want to get 802.3ad working.
Thanks,
DH
chloe K | 1 Dec 2008 14:26
Picon
Favicon

script to monitor device to output file

Hi
 
ls there any script / program to check router / switch?
 
eg: sh interface any error
 
to output a file
 
Thank you

Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
_______________________________________________
CentOS mailing list
CentOS@...
http://lists.centos.org/mailman/listinfo/centos

Gmane