Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-31 Thread Georghy
Les Mikesell a écrit :
> On 3/30/2010 10:13 AM, Georghy wrote:
>   
>> Les Mikesell a écrit :
>> 
>>> Georghy wrote:
>>>
>>>   
 Kwan Lowe a écrit :

 
> On Tue, Mar 30, 2010 at 3:35 AM, Georghy  wrote:
>
>
>
>   
>> The server hardware is :
>> 32 GO RAM for memory, 2 xeon 4 cores for the processor
>> Only vmware is running on this server (2 windows XP VM 256Mo each)
>>
>>
>> 
> Unless you need the CentOS specifically as the host, you may be better
> of running VMWare ESXi on the metal. There are performance and
> usability benefits to ESXi.
>
>
>   
 It doesn't depend on me :(

 
>>> It doesn't matter who makes the decision, the results are the same...  Be 
>>> sure
>>> that whoever can make this decision knows that ESXi is a free download (but
>>> requires a windows box to run the remote console when you need to make 
>>> changes).
>>>
>>> But, if you continue running Centos as the host, is it 64-bit if the CPU is
>>> 64-bit capable?
>>>
>>>
>>>   
>> I use PAE kernel wich support more than 32 BITs kernel
>> 
>
> But the performance is worse than a native 64-bit kernel if the CPU is 
> capable.
>
>   
I know it but it doesn't depend on me

-- 
Cordialement, / Greetings,
Georghy FUSCO

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] root privilleges momentarily

2010-03-31 Thread Georghy
Hi guys,
I'm searching for a way to have root privileges momentarily
like on ubuntu with the sudo  

I tried su -  and su -l root  on my CentOS server but 
it doesn't work
how should I do ?

sorry for the disturbance I'm new in RH Linux distro

-- 
Cordialement, / Greetings,
Georghy FUSCO

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] root privilleges momentarily

2010-03-31 Thread Kwan Lowe
On Wed, Mar 31, 2010 at 3:51 AM, Georghy  wrote:
> Hi guys,
> I'm searching for a way to have root privileges momentarily
> like on ubuntu with the sudo  
>
> I tried su -  and su -l root  on my CentOS server but
> it doesn't work
> how should I do ?
>
> sorry for the disturbance I'm new in RH Linux distro

Sounds like you have your solution... Install sudo and configure it so
that particular users can use sudo to temporarily gain root
privileges.  You may even be able to copy your /etc/sudoers from
Ubuntu directly to CentOS.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] root privilleges momentarily

2010-03-31 Thread Georghy
Kwan Lowe a écrit :
> On Wed, Mar 31, 2010 at 3:51 AM, Georghy  wrote:
>   
>> Hi guys,
>> I'm searching for a way to have root privileges momentarily
>> like on ubuntu with the sudo  
>>
>> I tried su -  and su -l root  on my CentOS server but
>> it doesn't work
>> how should I do ?
>>
>> sorry for the disturbance I'm new in RH Linux distro
>> 
>
> Sounds like you have your solution... Install sudo and configure it so
> that particular users can use sudo to temporarily gain root
> privileges.  You may even be able to copy your /etc/sudoers from
> Ubuntu directly to CentOS.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
there's no way to use su without installing new packages ?

-- 
Cordialement, / Greetings,
Georghy FUSCO

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Keyboard problems on Centos 5.4

2010-03-31 Thread Kwan Lowe
> Simply plugging in my older Microsoft MultiMedia Keyboad 1.0A and some
> crappy old mouse, both of which are wired with PS/2 connectors, resulted
> in the problem going away. This kind of sucks because I like using my
> keyboard and mouse and I dont intend to leave these old things connected
> to my pc.
>
> I gather this means that the bug, that seems to have floated around for
> what 6 yrs, still hasn't been resolved?

Umm... It doesn't appear to be a CentOS issue ..
Have you tried re-synching the keyboard to the receiver?  Also, low
batteries can cause similar errors in wireless keyboards.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] root privilleges momentarily

2010-03-31 Thread Kwan Lowe
> there's no way to use su without installing new packages ?
>

sudo is different from su.
su is definitely in the base installation, though sudo may need to be
specifically installed.

You can use su without installing any extra packages, but you'll be
given the user the root password to use su.

To use sudo you won't need the root password.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] root privilleges momentarily

2010-03-31 Thread Tom H
>>> I'm searching for a way to have root privileges momentarily
>>> like on ubuntu with the sudo  

>>> I tried su -  and su -l root  on my CentOS server but
>>> it doesn't work
>>> how should I do ?

>>> sorry for the disturbance I'm new in RH Linux distro

>> Sounds like you have your solution... Install sudo and configure it so
>> that particular users can use sudo to temporarily gain root
>> privileges.  You may even be able to copy your /etc/sudoers from
>> Ubuntu directly to CentOS.

> there's no way to use su without installing new packages ?

su -c
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS freeze when transmitting big files

2010-03-31 Thread Kwan Lowe
On Tue, Mar 30, 2010 at 4:52 PM, Bob McConnell  wrote:
dn't mean 512K RAM?)
>
> Not unless it had some additional hardware assistance. The 8080 can only
> address 64K.
>

:D

I remember some 6502-based systems that used bank switching to access
separate 32K windows... Used it mainly for RAM disks..  Was pretty
impressive to see apps load within a second when 1 to 2 minutes was
the usual wait time.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] root privilleges momentarily

2010-03-31 Thread Georghy
Tom H a écrit :
 I'm searching for a way to have root privileges momentarily
 like on ubuntu with the sudo  
 
>
>   
 I tried su -  and su -l root  on my CentOS server but
 it doesn't work
 how should I do ?
 
>
>   
 sorry for the disturbance I'm new in RH Linux distro
 
>
>   
>>> Sounds like you have your solution... Install sudo and configure it so
>>> that particular users can use sudo to temporarily gain root
>>> privileges.  You may even be able to copy your /etc/sudoers from
>>> Ubuntu directly to CentOS.
>>>   
>
>   
>> there's no way to use su without installing new packages ?
>> 
>
> su -c
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
It worked thanks fo the tips :)

-- 
Cordialement, / Greetings,
Georghy FUSCO

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mounting gfs partition hangs; Solution

2010-03-31 Thread sandra-llistes
It seems that all the problem was caused by selinux.
I booted all the nodes with the kernel option selinux=0 and now I can
mount GFS partitions without problems.
Thanks,

Sandra

sandra-llistes wrote:
> Hi,
> 
> I'm not a GFS expert either :-)
> In fact, I erased all the configuration of the cluster and try to do it
> again from scratch with luci/ricci configuration tools (perhaps I did
> something wrong last time)
> 
> mount -vv gives the following information:
> [r...@node1 gfs]# mount -t gfs -vv /dev/home2/home2 /home2
> /sbin/mount.gfs: mount /dev/mapper/home2-home2 /home2
> /sbin/mount.gfs: parse_opts: opts = "rw"
> /sbin/mount.gfs:   clear flag 1 for "rw", flags = 0
> /sbin/mount.gfs: parse_opts: flags = 0
> /sbin/mount.gfs: parse_opts: extra = ""
> /sbin/mount.gfs: parse_opts: hostdata = ""
> /sbin/mount.gfs: parse_opts: lockproto = ""
> /sbin/mount.gfs: parse_opts: locktable = ""
> /sbin/mount.gfs: message to gfs_controld: asking to join mountgroup:
> /sbin/mount.gfs: write "join /home2 gfs lock_dlm gfs-test:gfs-data rw
> /dev/mapper/home2-home2"
> ...
> 
> And hangs at that point (On the other node it happens the same)
> 
> I tried it turning off the local firewalls on the nodes and they reached
> each other without problem with pings. Also, there are no more firewalls
> between them.
> 
> The new configuration is more simple:
> [r...@node1 gfs]# more /etc/cluster/cluster.conf
> 
> 
>  post_join_delay="3"/>
> 
> 
> 
> 
>  nodename="node1.fib.upc.es"/>
> 
> 
> 
> 
> 
> 
>  nodename="node2.fib.upc.es"/>
>  nodename="node2.fib.upc.es"/>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  force_unmount="0" fsid="3280" fstype="gfs" mountpoint="/home2"
> name="home" self_fence="0"/>
> 
> 
> 
> 
> Finally, I reformatted /dev/home2/home2 with the following command that
> gave no errors but it doesn't affect the final result:
> gfs_mkfs -O -j 3 -p lock_dlm -t gfs-test:gfs-data /dev/home2/home2
> 
> Thanks,
> 
> Sandra
> 
> PD: I append an strace but I can't see anything useful.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Define HTTP proxy system-wide (Squid and Squidguard) ?

2010-03-31 Thread Niki Kovacs
Hi,

I'm currently configuring Squid and Squidguard for filtering web access 
in a public computer room. So far, everything works fine.

I know how to configure Firefox to use a proxy, but there's no way to 
protect that configuration, e. g. a more knowledgeable user might 
circumvent this configuration. Is there some way to configure an HTTP 
proxy system-wide?

Cheers from the sunny South of France,

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread ken

On 03/30/2010 09:05 PM William Hooper wrote:
> On Tue, Mar 30, 2010 at 5:13 PM, ken  wrote:
> 
> Without the full yum output it is a bit hard to be sure (you might
> want to paste the full output to pastebin.centos.org, but it looks
> like:
> 
>> ---> Package gmime.i386 0:2.2.25-1.el5 set to be updated
> 
> Yum wants to install a newer gmime, but
> 
>> Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
>> package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
> 
> The only available copy of gmime-sharp requires the older version.  I
> would find out where the newer gmime is coming from and ask them why
> they don't have a newer gmime-sharp.  Gmime 2.2.25 doesn't look like
> it is available to my Centos 5 machine:
> 
> $ sudo yum list gmime\*
> Loaded plugins: downloadonly, fastestmirror
> Loading mirror speeds from cached hostfile
>  * addons: mirror.nexcess.net
>  * base: mirror.nexcess.net
>  * extras: pubmirrors.reflected.net
>  * updates: mirror.team-cymru.org
> Available Packages
> gmime.i386 2.2.10-5.el5.centos
> extras
> gmime-devel.i386   2.2.10-5.el5.centos
> extras
> gmime-sharp.i386   2.2.10-5.el5.centos
> extras

I like that command.  Informative.

yum list gmime\*
Loaded plugins: fastestmirror, filter-data, kernel-module, keys, kmod,
list-data,
  : merge-conf, security, upgrade-helper, verify, versionlock
Loading mirror speeds from cached hostfile
 * addons: mirror.cisp.com
 * base: mirror.trouble-free.net
 * epel: mirror.umoss.org
 * extras: centos.corenetworks.net
 * livna: rpm.livna.org
 * rpmforge: apt.sw.be
 * updates: yum.singlehop.com
Reading version lock configuration
Installed Packages
gmime.i386   2.2.10-5.el5.centos
  installed
gmime-sharp.i386 2.2.10-5.el5.centos
  installed
Available Packages
gmime.i386   2.2.25-1.el5
  epel
gmime-devel.i386 2.2.25-1.el5
  epel

My email client wrapped the rightmost field of some of the output above,
but it's still discernible that epel wants to update to a newer version
of gmime, but (as you said) has no corresponding version of gmime-sharp.
 Conceivably, this could be the problem.  The versions I have of gmime
and gmime-sharp seem to be from a different repo:

# rpm -qi gmime gmime-sharp|grep URL
URL : http://spruce.sourceforge.net/gmime/
URL : http://spruce.sourceforge.net/gmime/

and so this might be a contributing issue.  So I deleted these two
packages (rpm -e ...) and then did "yum install" on them... which took
them from the "extras" repo, which seems to have gotten them from
sourceforge:

# rpm -qi gmime gmime-sharp|grep URL
URL : http://spruce.sourceforge.net/gmime/
URL : http://spruce.sourceforge.net/gmime/

(So this wouldn't seem to be a case of conflicting repos.)

Now, doing "yum update" again brought me back to the original problem.
:(  But at least we have more clarity to it: the extras repo doesn't
have a version update to gmime-sharp, a dependency for the update of
gmime.

So.. what's the next thing to do?  Just wait for an upgrade for
gmime-sharp?  Why does the extras repo not have it if it's a dependency?
 Perhaps it's still coming (?).  Or... has anyone else (somehow) been
able to upgrade to gmime v. 2.2.25-1.el5 ??  (How?)


Thanks, people.  I appreciate your efforts.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread ken

On 03/30/2010 09:56 PM Kahlil Hodgson wrote:
> On 03/31/2010 08:13 AM, ken wrote:
>> --> Running transaction check
>> --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package:
>> gmime-sharp
>> ---> Package gmime.i386 0:2.2.25-1.el5 set to be updated
>> --> Finished Dependency Resolution
>> gmime-sharp-2.2.10-5.el5.centos.i386 from installed has depsolving problems
>>   --> Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
>> package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
>> Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
>> package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
>> 
> 
> Ahhh I've had a similar problem before.  Turns out I had multiple
> versions of a package installed.  Try
> 
>   rpm -qa | grep gmime
> 
> Perhaps you have both the i386 and x86_64 versions installed at the same
> time.  You may have to do something like
> 
> rpm -e gmime-sharp-2.2.10-5.el5.centos.i386
> 
> (or what ever package is conflicting)
> 
> to get yum back to a sane state.
> 
> Kal

Kal, thanks for the tip on duplicates.  It's not the source of the
problem in this instance though:

# rpm -qa | grep gmime
gmime-2.2.10-5.el5.centos
gmime-sharp-2.2.10-5.el5.centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Define HTTP proxy system-wide (Squid and Squidguard) ?

2010-03-31 Thread John Doe
From: Niki Kovacs 
> I'm currently configuring Squid and Squidguard for filtering web 
> access in a public computer room. So far, everything works fine.
> I know how to configure Firefox to use a proxy, but there's no way to 
> protect that configuration, e. g. a more knowledgeable user might 
> circumvent this configuration. Is there some way to configure an HTTP 
> proxy system-wide?

I think you might have to go this way:
http://wiki.squid-cache.org/ConfigExamples/Intercept/IptablesPolicyRoute

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS freeze when transmitting big files

2010-03-31 Thread Stephen Harris
On Wed, Mar 31, 2010 at 04:21:32AM -0400, Kwan Lowe wrote:
> I remember some 6502-based systems that used bank switching to access
> separate 32K windows... Used it mainly for RAM disks..  Was pretty
> impressive to see apps load within a second when 1 to 2 minutes was
> the usual wait time.

The BBC Microcomputer (2Mhz 6502) from the early 80s came with
32Kb RAM, 32Kb ROM (16Kb OS ROM, 16Kb paged ROM, for language etc).
RAM 0->0x7fff, Paged ROM (aka "Sideways ROM - SWR") 0x8000->0xbfff,
OS ROM 0xc000->0x.

The language ROM idea was quite clever; it came with BASIC but you
could install 3 other ROMS (or with an expansion board, 15 other ROMS)
in there and so could have Pascal or a wordprocessor or an interactive
assember/debugger or...

So then some clever person thought "what if I put RAM in there".
The first use was to be able to load ROM images into it, so effectively
letting you change the language ROMs you wanted to use.  But with some
bank switching it was possible to create a RAMdisk (the BBC was well
designed for this sort of expansion).  128Kbyte RAMdisks used 8 of the
SWR banks, typically on a expansion daughter board.  Since floppy disks
at the time ran from 100Kbyte (40track single sided single density)
to 720Kbyte (80track double sided double density), a 128Kbyte RAMdisk
was nothing to be sneezed at.

Next step was "shadow memory".  The BBCs designed shared the program
memory with the screen memory.  The highest resolution was 20Kb in size
(which ran from top of RAM down).  Add in OS overheads (3.75Kb) and you
didn't have much space for programming!  So another form of paging was
used to help here; the OS write-character routines were intercepted and
banks were switched so the pixels were drawn and then the banks switched
back.  From a well-written programs perspective this was transparent.  A
little slow, but it worked :-)

That was a fun machine to use!

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Define HTTP proxy system-wide (Squid and Squidguard) ?

2010-03-31 Thread kalinix



On Wed, 2010-03-31 at 12:23 +0200, Niki Kovacs wrote:

> Hi,
> 
> I'm currently configuring Squid and Squidguard for filtering web access 
> in a public computer room. So far, everything works fine.
> 
> I know how to configure Firefox to use a proxy, but there's no way to 
> protect that configuration, e. g. a more knowledgeable user might 
> circumvent this configuration. Is there some way to configure an HTTP 
> proxy system-wide?
> 
> Cheers from the sunny South of France,
> 
> Niki
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


On the router level, you could block all the traffic and allow only the
threads initiated by proxy. Thus you make sure that no 'clever' user can
generate outbound traffic.


HTH


Calin

Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857

=
Children are natural mimics who act like their parents despite every
effort to teach them good manners.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS freeze when transmitting big files

2010-03-31 Thread JohnS

On Tue, 2010-03-30 at 23:59 +0200, Niki Kovacs wrote:

> 
> No, 512 Byte. Here's one similar :
> 
> http://www.computermuseum-mannheim.de/images/pic_g/siemens_8080_1g.jpg
> 
> The thing had to be programmed in Assembler using a hex keyboard.
> 
> My dad worked at a lab at Siemens and brought one of these things home, 
> along with my first two computer books : "Binäre Algebra" and "Logische 
> Schaltkreise" (logical circuits). My first program were flowcharts on 
> paper that I had to convert to hex code and poke into the computer.
> 
> Folks who say the Linux command line isn't comfortable don't know what 
> they're talking about :o)
---
You should be really punch board literate then :-)  So tell him now you
need the Digital Circuits book now.

John

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread William Hooper
On Wed, Mar 31, 2010 at 6:30 AM, ken  wrote:
> Available Packages
> gmime.i386                           2.2.25-1.el5
>      epel
> gmime-devel.i386                     2.2.25-1.el5
>      epel

The newer version of gmime is coming from the epel repo, which doesn't
appear to package gmime-sharp.

> My email client wrapped the rightmost field of some of the output above,
> but it's still discernible that epel wants to update to a newer version
> of gmime, but (as you said) has no corresponding version of gmime-sharp.
>  Conceivably, this could be the problem.  The versions I have of gmime
> and gmime-sharp seem to be from a different repo:

I'm sure this is the problem.

> # rpm -qi gmime gmime-sharp|grep URL
> URL         : http://spruce.sourceforge.net/gmime/
> URL         : http://spruce.sourceforge.net/gmime/

The URL file generally just describes where the original source comes
from, not what repo is being used.  A better indicator of repo would
be the Vendor, Packager, or Build Host fields.

> and so this might be a contributing issue.  So I deleted these two
> packages (rpm -e ...) and then did "yum install" on them... which took
> them from the "extras" repo,

That is interesting.  Did your yum install command specify to install
gmime-sharp?

> (So this wouldn't seem to be a case of conflicting repos.)

I'm quite sure this is a classic case of conflicting repos.

> Now, doing "yum update" again brought me back to the original problem.
> :(  But at least we have more clarity to it: the extras repo doesn't
> have a version update to gmime-sharp, a dependency for the update of
> gmime.

And epel doesn't have the updated gmime-sharp to go with the updated
gmime and gmime-devel.

> So.. what's the next thing to do?

Either exclude gmime from the epel repo or ask epel to package gmime-sharp.

>  Why does the extras repo not have it if it's a dependency?

Because the new version is not coming from the extras repo.

-- 
William Hooper
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Disable specific LUN on a SCSI bus

2010-03-31 Thread JohnS

On Tue, 2010-03-30 at 15:58 +0200, Lorenzo Quatrini wrote:
> 2010/3/30 nate :
> > Lorenzo Quatrini wrote:
> >> Hi all,
> >> do you know if there is a way at boot time do disable specific LUN's on a
> >> SCSI
> >> bus of a particular controller?
> >
> > What do you need to do this for?
> >
> > How about just echoing the command to /proc/scsi/scsi
> >
> > echo "scsi remove-single-device X X X X" >/proc/scsi/scsi
> >
> > get the values for the various X's from /proc/scsi/scsi e.g.
> > Host: scsi0 Channel: 01 Id: 00 Lun: 00
> >  Vendor: MegaRAID Model: LD 0 RAID1   69G Rev: 521S
> >  Type:   Direct-AccessANSI SCSI revision: 02
> >
> > would be 0 1 0 0
> >
> > nate
> >
> This is what I'm doing right now; but I was searching for a way of
> doing it earlier on startup.
> I'm playing with a non partitionable DS4300 FC, and I would like to
> avoid LUN contention.
> 
> Lorenzo
---
scsi_dev_flags SCSI black/white list.
scsi_dev_flags=vendor:model:flags
This option lets the user add entries to the SCSI black/white list for
a specific vendor and model of device.

Dug it up from my notes. This goes on the kernel boot line.

John

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Disable specific LUN on a SCSI bus

2010-03-31 Thread Lorenzo Quatrini
JohnS ha scritto:
> ---
> scsi_dev_flags SCSI black/white list.
> scsi_dev_flags=vendor:model:flags
> This option lets the user add entries to the SCSI black/white list for
> a specific vendor and model of device.
> 
> Dug it up from my notes. This goes on the kernel boot line.
> 
For what I understand it help on enabling/disabling a whole device; I only need
to disable some LUNS attached to a device... am I wrong? Can this be used to
disable specific LUN?

Ciao
Lorenzo
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] very strange

2010-03-31 Thread Les Mikesell
cahit Eyigünlü wrote:
> i have 2 servers in a datacenter and each of them has 2 virtual machines 
> one is linux the other is windows of wirtual machines.
> when i want to transfer my ip addresses between theese servers , for ex:
> let me say 
> main server 1' guest windows : A
> main server 1' guest CentOs: B
> main server 2' guest windows : C 
> main server 1' guest CentOs: D
> 
> when i handle an ip of any computers ip in network from A or C it 
> directly handles, no matter where the ip routed from cisco router :D
> but when i want to handle any computers ip in network from B or D it 
> never get the ip from other source :D
> 
> how this could happen :)

I don't understand your question or exactly what you are trying to do, but I 
suspect your problem has to do with the situation you described in other 
postings where you have random addresses bridged on the same network. 
Addressing is supposed to work like this: 
http://en.wikipedia.org/wiki/Subnetwork
and if the destination address isn't in the same subnet as the source it will 
be 
sent to the default gateway router unless you have configured a more specific 
route for it.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] selinux on xen virtual machines

2010-03-31 Thread lhecking

 I rebuilt my xen host with the 64-bit OS and am in the process of recreating
 the guests, both 32 and 64 bit. I use a kickstart installation with
 virt-install, and so far none of the installation attempts has completed.

 Anaconda indicates installation should take about 2-3 minutes, but when it
 comes to installation of selinux policies, it just sits there, and I have
 no idea what it's doing. No progress 15 minutes later, and it doesn't make
 a difference whether I disable or not selinux in the kickstart configuration.
 What's the best thing to do in this situation?

 CentOS 5.4 with all current updates.



---
This message and any attachments may contain Cypress (or its
subsidiaries) confidential information. If it has been received
in error, please advise the sender and immediately delete this
message.
---

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Disable specific LUN on a SCSI bus

2010-03-31 Thread JohnS

On Wed, 2010-03-31 at 14:41 +0200, Lorenzo Quatrini wrote:
> JohnS ha scritto:
> > ---
> > scsi_dev_flags SCSI black/white list.
> > scsi_dev_flags=vendor:model:flags
> > This option lets the user add entries to the SCSI black/white list for
> > a specific vendor and model of device.
> > 
> > Dug it up from my notes. This goes on the kernel boot line.
> > 
> For what I understand it help on enabling/disabling a whole device; I only 
> need
> to disable some LUNS attached to a device... am I wrong? Can this be used to
> disable specific LUN?
> 
I can be sure it has been a few years ago but you probly right in that
respect.

The only other idea I know of is to run the Real Time Kernel on those
Blades.  Then you need the kernel tools installed.  Pin down the
specific intterupt that the LUN resides on and blacklist it for that
specific scsi interface.  I dont that that either will get you a per lun
but they run on interrupts so they can be made to persistanly be
disabled.  cat /proc/interrupts will show it should but I must say i
have never disable a LUN through it only NIC devices and moving them
around to other CPUs.

You can use Nates idea also. It will work.  Put you a script in rc.d to
make it persistant.  I have a feeling you will need it in boot order
fashion though.

John


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CUPS and virtual interfaces

2010-03-31 Thread m . roth
I've got a server with multiple virtual interfaces. Now, I only want CUPS
to advertise on *one* - eth0, not eth0:1 or eth0:gad

Looking at the CUPS manual, and cuppsd.conf man page, I see BrowseAllow,
but the entries are not clear enough for me to understand what they mean.
(Yeah, I know the docs are better than they were - read ESR's rant about
it from a few years ago.)

Specifically, I *think* I'd like to use BrowseAllow @IF, but I can't
figure out if that should be
BrowseAllow @IF(eth0)
or
BrowseAllow @IF(hostname)

Also, if it's interface name, and there are multiple virtual interfaces on
eth0, and I use the first of the two lines, above, will that *not* also
apply to the VIs on eth0?

mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] selinux on xen virtual machines

2010-03-31 Thread lhecking
lheck...@users.sourceforge.net writes:
> 
>  I rebuilt my xen host with the 64-bit OS and am in the process of recreating
>  the guests, both 32 and 64 bit. I use a kickstart installation with
>  virt-install, and so far none of the installation attempts has completed.
> 
>  Anaconda indicates installation should take about 2-3 minutes, but when it
>  comes to installation of selinux policies, it just sits there, and I have
>  no idea what it's doing. No progress 15 minutes later, and it doesn't make
>  a difference whether I disable or not selinux in the kickstart configuration.
>  What's the best thing to do in this situation?
> 
>  CentOS 5.4 with all current updates.
 
 More detail.

 With the kickstart config I've always used, which includes "selinux 
--enforcing",
 I get

audit(1270043018.724:2): enforcing=1 old_enforcing=0 auid=4294967295 
ses=4294967295
Unable to load SELinux Policy. Machine is in enforcing mode. Halting now.
Kernel panic - not syncing: Attempted to kill init!

 when the installer reboots. The same thing happens when I explicitly add
 the selinux-policy package to the kickstart config.

 When I add selinux-policy and selinux-policy-targeted, the installer hangs
 on installing selinux-policy-targeted.



---
This message and any attachments may contain Cypress (or its
subsidiaries) confidential information. If it has been received
in error, please advise the sender and immediately delete this
message.
---

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CUPS and virtual interfaces

2010-03-31 Thread John Doe
From: "m.r...@5-cent.us" 
> I've got a server with multiple virtual interfaces. Now, I only want 
> CUPS to advertise on *one* - eth0, not eth0:1 or eth0:gad
> Looking at the CUPS manual, and cuppsd.conf man page, 
> I see BrowseAllow, but the entries are not 
> clear enough for me to understand what they mean.

Wouldn't 'Listen :' do what you want...?

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CUPS and virtual interfaces

2010-03-31 Thread m . roth
JD wrote"
> From: "m.r...@5-cent.us" 
>> I've got a server with multiple virtual interfaces. Now, I only want
>> CUPS to advertise on *one* - eth0, not eth0:1 or eth0:gad
>> Looking at the CUPS manual, and cuppsd.conf man page,
>> I see BrowseAllow, but the entries are not
>> clear enough for me to understand what they mean.
>
> Wouldn't 'Listen :' do what you want...?

Hmmm, didn't see that one. Do you know if you can have more than one IP -
I mean, it should listen on loopback, also.

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IBM Touchscreen

2010-03-31 Thread Janez Kosmrlj
On Thu, Mar 18, 2010 at 12:39 PM, John Doe  wrote:

> From: Janez Kosmrlj 
> >On Mon, Mar 15, 2010 at 1:04 PM, Janez Kosmrlj <
> postnali...@googlemail.com> wrote:
> >>>Hi, i have some old IBM USB touchscreens, that insist on not working
> correctly under CentOS. I tried to use the 3m driver and the elousb driver,
> but none of them work.
> >>The touch part works out of the box witohut any drivers, but i can't find
> a way to calibrate them The y axis is inverted and the X axis is a bit off.
> >>Here is the output form lsusb:
> >>Bus 003 Device 002: ID 0596:0001 MicroTouch Systems, Inc. Touchscreen
>
> Google gives:
> http://cateee.net/lkddb/wemaintenace.b-lkddb/TOUCHSCREEN_USB_COMPOSITE.html
>
> JD
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

I found the solution, if anyone is interested.
First, this is not an ibm touch monitor, it was conwerted in a local shop. I
found that later, when i did some digging. It uses an MicroTouch matrix.
Microtouch is now used by 3m so you can get the drivers from 3m touch
systems. The trick is, that this kind of devices don't work with the new
driwers that are marked as "Linux kernel 2.6". You have to use the old
drivers marked as "Linuy Kernel 2.4". Dont worry, when you read the readme
file, you see that the drivers also work on 2.6 kernels. When downloaded you
get an source rpm. To sucessfully build the rpm on CentOS 5.4 you have to
unpack the rpm and modify the sources according to the attached document
(Touchware for Linux Kernel Module Issues.txt (google for the file name, i
don't know what the policy for attaching files is on this list)). After
modifying is just a matter of rpmbuld and installing rpm.

Regards

Janez
 
APPLICATIONS ENGINEERING NOTE
3M Touch Systems, Inc.
300 Griffin Brook Park Drive
Methuen, MA 01844
Phone:  978-659-9000
Fax:  978-659-9100
www.3Mtouch.com
Affected Product: The MicroTouch™  Software Suite TouchWare for Linux
© 2006 3M. 
All Rights Reserved.
TouchWare for Linux Kernel Module Issues
Date Originated: 3 August 2006
Created by: Damir Suljic
Date Revised:  21 May 2007
Revised by: Damir Suljic

Overview
The TouchWare for Linux Software, part of the MicroTouch™ Software Suite, uses 
a kernel module for the Linux kernel 2.4 and 2.6 operating system. This module 
is responsible for communicating with the touch screen controllers in a touch 
system.
This document details known issues with kernel module not jet resolved or 
incorporated into released product.  It gives basic steps to resolve the 
problems on users’ site, and describes suggested changes required on source 
RPMs.
The document first covers a build process of the kernel module and structure of 
source RPM. It explains how to customize the Source RPM and deploy it on target 
systems with new changes. The list of known issues will follow including 
problem description and details about system affected.   
Source RPM Build and Structure
TouchWare package is in form of Source RPM and main reason for this is Kernel 
module included in this package. In one Linux system the kernel module needs to 
be built and linked against current kernel version, and since Linux has vast 
number of kernel versions available we decided to allow users to build our 
package against their version. Now with every new version it is possible to hit 
a situation where kernel module will not build or will not load on target 
system.
After initial installation of source RPM into build directory (usually 
“/usr/src/”) the building binary RPM (all this is described in 
Readme file included in package) will have either failure while building or 
while installing binary RPM. In both cases you will have to investigate in more 
details what and where in process the errors were happening. In case of build 
error the command line output will give more information what file did fail to 
build. If binary RPM build successfully but after installing it kernel module 
did not load, you can check this by issuing “lsmod” in command line and look 
for TWDrv, check “/var/log/messages” file for errors related to TWDrv (“invalid 
module format”, “unresolved sysmbols”, etc).
Customization of Source RPM
To make changes on source RPM you will have to extract TWDrvSoureces.tgz file 
(usually found in “/usr/src//SOURCES” directory) in temporary 
directory “/usr/tmp/mytemp”. After extracting sources change directory to 
“/usr/src/mytemp” and you will see directories and files from our package. One 
of the directories is TwDrvKit where the kernel module files are located. Make 
needed changes on TWDriver.c file. Test build it by issuing make command, and 
insert module with “insmod TWDrv.ko”.
If the changes were acceptable, change directory to “/usr/tmp/mytemp” and issue 
“tar –czf TWDrvSources.tgz *” (it is * for all files in current directory). 
Copy newly created .tgz

[CentOS] RHEL 5.5 released

2010-03-31 Thread Pasi Kärkkäinen
Hello list,

"[rhelv5-list] Red Hat Enterprise Linux 5.5 GA Announcement":
https://www.redhat.com/archives/rhelv5-list/2010-March/msg00147.html

And:
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/

And yes, CentOS team does know about this, and is working on CentOS 5.5.
Please be patient :)

-- Pasi

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CUPS and virtual interfaces

2010-03-31 Thread John Doe
From: "m.r...@5-cent.us" 
> Hmmm, didn't see that one. Do you know if you can have more than 
> one IP - I mean, it should listen on loopback, also.

Yes, the CUPS Manual says: "Multiple Listen directives can be provided to 
listen on multiple addresses"

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.5 released

2010-03-31 Thread Pasi Kärkkäinen
On Wed, Mar 31, 2010 at 06:24:20PM +0300, Pasi Kärkkäinen wrote:
> Hello list,
> 
> "[rhelv5-list] Red Hat Enterprise Linux 5.5 GA Announcement":
> https://www.redhat.com/archives/rhelv5-list/2010-March/msg00147.html
> 

Hmm, that should be:
https://www.redhat.com/archives/rhelv5-list/2010-March/msg00138.html

Sorry for the wrong link :)

-- Pasi

> And:
> http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/
> 
> And yes, CentOS team does know about this, and is working on CentOS 5.5.
> Please be patient :)
> 
> -- Pasi
> 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.5 released

2010-03-31 Thread Stephen Harris
On Wed, Mar 31, 2010 at 06:24:20PM +0300, Pasi K?rkk?inen wrote:
> And yes, CentOS team does know about this, and is working on CentOS 5.5.
> Please be patient :)

Is it ready yet?

*grins, ducks and runs*

(patient? me?)

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CUPS and virtual interfaces

2010-03-31 Thread m . roth
> From: "m.r...@5-cent.us" 
>> Hmmm, didn't see that one. Do you know if you can have more than
>> one IP - I mean, it should listen on loopback, also.
>
> Yes, the CUPS Manual says: "Multiple Listen directives can be provided to
> listen on multiple addresses"

Well, did that... and no joy, from another box, I can still telnet to the
server on one of the virtual IPs, port 631. I can't really play around
much, here - this is a production box, used by a lot of staff.

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread ken
On 03/31/2010 08:18 AM William Hooper wrote:
> On Wed, Mar 31, 2010 at 6:30 AM, ken  wrote:
>> Available Packages
>> gmime.i386   2.2.25-1.el5
>>  epel
>> gmime-devel.i386 2.2.25-1.el5
>>  epel
> 
> The newer version of gmime is coming from the epel repo, which doesn't
> appear to package gmime-sharp.
> 
>> 
> 
>> # rpm -qi gmime gmime-sharp|grep URL
>> URL : http://spruce.sourceforge.net/gmime/
>> URL : http://spruce.sourceforge.net/gmime/
> 
> The URL file generally just describes where the original source comes
> from, not what repo is being used.  A better indicator of repo would
> be the Vendor, Packager, or Build Host fields.

Understood.  Using "rpm -qi", the "Vendor" field shows just "CentOS",
the "Build Host" reads simply "builder6", and there is no "Packager"
field.  I tried using the "--queryformat" option a few different way to
output the packager, but no luck.  That would be a big help in figuring
out this kind of situation.


> 
> 
> That is interesting.  Did your yum install command specify to install
> gmime-sharp?

Yes, it's needed by tomboy, an applet I use.


> 
> 
>> So.. what's the next thing to do?
> 
> Either exclude gmime from the epel repo 

Would that be simply "exclude=gmime*" in epel.repo ?


> or ask epel to package gmime-sharp.

I've got no juice there, wouldn't even know who to contact.


Thanks to everyone for the really good help.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.5 released

2010-03-31 Thread Ned Slider
Stephen Harris wrote:
> On Wed, Mar 31, 2010 at 06:24:20PM +0300, Pasi K?rkk?inen wrote:
>> And yes, CentOS team does know about this, and is working on CentOS 5.5.
>> Please be patient :)
> 
> Is it ready yet?
> 
> *grins, ducks and runs*
> 
> (patient? me?)
> 

Stay up to date on progress here:

https://www.centos.org/modules/newbb/viewtopic.php?topic_id=25548&forum=53

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT rpmbuild looping

2010-03-31 Thread JohnS
Any one aware of some type of looping macro for rpmbuild instead of
creating an outside script to loop on something like rpmbuild -b[STAGE].

Or anything like a Debugger Stepthrough

John

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread William Hooper
On Wed, Mar 31, 2010 at 12:09 PM, ken  wrote:
>>> # rpm -qi gmime gmime-sharp|grep URL
>>> URL         : http://spruce.sourceforge.net/gmime/
>>> URL         : http://spruce.sourceforge.net/gmime/
>>
>> The URL file generally just describes where the original source comes
>> from, not what repo is being used.  A better indicator of repo would
>> be the Vendor, Packager, or Build Host fields.
>
> Understood.  Using "rpm -qi", the "Vendor" field shows just "CentOS",

It appears that EPEL uses "Fedora Project".

> the "Build Host" reads simply "builder6",

Interesting.  I tested a Base CentOS package and it has
"builder10.centos.org".  Perhaps the extras are build using a
different method.  The gmime package from epel has
"x86-07.phx2.fedoraproject.org".

> and there is no "Packager"
> field.  I tried using the "--queryformat" option a few different way to
> output the packager, but no luck.  That would be a big help in figuring
> out this kind of situation.

It must be an optional field:
$ rpm -qi cacti | grep Packager
Packager: Dag Wieers 


>> 
>>
>> That is interesting.  Did your yum install command specify to install
>> gmime-sharp?
>
> Yes, it's needed by tomboy, an applet I use.

OK.  That makes sense.  Yum will make the transaction consistent by
using the older versions to meet the dependency since no version was
installed.

>> 
>>
>>> So.. what's the next thing to do?
>>
>> Either exclude gmime from the epel repo
>
> Would that be simply "exclude=gmime*" in epel.repo ?

IIRC that will work.

-- 
William Hooper
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.5 released

2010-03-31 Thread MHR
On Wed, Mar 31, 2010 at 8:32 AM, Stephen Harris  wrote:
> On Wed, Mar 31, 2010 at 06:24:20PM +0300, Pasi K?rkk?inen wrote:
>> And yes, CentOS team does know about this, and is working on CentOS 5.5.
>> Please be patient :)
>
> Is it ready yet?
>
> *grins, ducks and runs*
>
> (patient? me?)
>

"Patience, my ass!  I'm gonna kill something!"

(It's from a poster of two scrawny vultures in a tree, also seen on
bumper stickers, license plates and elsewhere.)



Yes, I can wait - I want it right, not right away.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Release 6?

2010-03-31 Thread MHR
Since 5.5 is now out from Red Hat and most likely our amazing CentOS
team has already jumped on that, is there any word on Release 6?  IIRC
it's already a year out of date (base was supposed to be Fedora 10),
so I have to wonder.

I didn't see anything jump out at me on the Red Hat site, so - anyone?

Thanks.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Paul Stuffins
Has RedHat even released RHEL6?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus Paul Stuffins spake:
> Has RedHat even released RHEL6?

Nope. But it's all over town that Red Hat might conduct one or more
public (!) beta tests of RHEL within the next several weeks (mind Red
Hat Summit in June).

Timo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org/

iD8DBQFLs4mWO/2mgkVVV7kRAmNcAJ9+8ghPKYoCF6uONJxiJdihtyse3wCgjsy1
cvkdrT4qj3qw+/oC+6RHsEw=
=VK5E
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Paul Stuffins
> thus Paul Stuffins spake:
>> Has RedHat even released RHEL6?
>
> Nope. But it's all over town that Red Hat might conduct one or more
> public (!) beta tests of RHEL within the next several weeks (mind Red
> Hat Summit in June).

I didn't think they had, hence no CentOS6.

I have actually just been reading a thread about RHEL6 on
LinuxQuestions.org and they are saying that it is looking like a
release of RHEL6 will turn up at the end of this year as RH are
hammering through bugs that have, apparently, been in Fedora since
Fedora 7.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Dan Burkland
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Paul Stuffins
> Sent: Wednesday, March 31, 2010 12:49 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] Release 6?
> 
> > thus Paul Stuffins spake:
> >> Has RedHat even released RHEL6?
> >
> > Nope. But it's all over town that Red Hat might conduct one or more
> > public (!) beta tests of RHEL within the next several weeks (mind Red
> > Hat Summit in June).
> 
> I didn't think they had, hence no CentOS6.
> 
> I have actually just been reading a thread about RHEL6 on
> LinuxQuestions.org and they are saying that it is looking like a
> release of RHEL6 will turn up at the end of this year as RH are
> hammering through bugs that have, apparently, been in Fedora since
> Fedora 7.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

I better get my RHCE taken soon then:)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Les Mikesell
On 3/31/2010 12:48 PM, Paul Stuffins wrote:
>> thus Paul Stuffins spake:
>>> Has RedHat even released RHEL6?
>>
>> Nope. But it's all over town that Red Hat might conduct one or more
>> public (!) beta tests of RHEL within the next several weeks (mind Red
>> Hat Summit in June).
>
> I didn't think they had, hence no CentOS6.
>
> I have actually just been reading a thread about RHEL6 on
> LinuxQuestions.org and they are saying that it is looking like a
> release of RHEL6 will turn up at the end of this year as RH are
> hammering through bugs that have, apparently, been in Fedora since
> Fedora 7.

It's about time someone did that.  I completely gave up on Fedora after 
version 6 and unsubscribed from the mail list because they were only 
interested in changing things and adding features, not making anything 
work.  Has it become usable again?

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Paul Stuffins
> Has it become usable again?

Not sure, I don't use Fedora, I use CentOS on my servers and Linux
Mint on my desk and laptop's.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Robert Heller
At Wed, 31 Mar 2010 19:22:05 +0100 CentOS mailing list  
wrote:

> 
> > Has it become usable again?
> 
> Not sure, I don't use Fedora, I use CentOS on my servers and Linux
> Mint on my desk and laptop's.

*I* gave up on Fedora Core after FC2: I installed it on a dual Pentium
Pro 200 box with a pair of 2940 SCSI controllers and after everything
installed properly, discovered two problems: the middle button on the
serial mouse did not work and cdrecord --scan told me that the only
thing on either SCSI controller was the SCSI scanner, despite the fact
that the system (boot) disk was one one. I promptly install WBL 3.0, and
never looked back.  *ALL* of *MY* machines run CentOS: server, desktop,
and laptop.

> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
> 

-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk

  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Tait Clarridge
On Wed, 2010-03-31 at 19:22 +0100, Paul Stuffins wrote:
> > Has it become usable again?
> 
> Not sure, I don't use Fedora, I use CentOS on my servers and Linux
> Mint on my desk and laptop's.
> _

I use F12 on my laptop. I have to say it runs very well (definite
improvement from F10 and previous). I also use it for my netbook (with a
few tweaks) and everything is fine.. No fires or explosions to report
of :)


And to add something useless to the thread.. as far as I've heard, RHEL6
is going to be a while. The only things I have heard is that it will be
based on F11/F12 (I think).

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Niki Kovacs
Paul Stuffins a écrit :
> Has RedHat even released RHEL6?

Here's some fresh info:

http://www.serverwatch.com/news/article.php/3873916/Red-Hat-Enterprise-Linux-55-Released-RHEL-6-Coming-Soon.htm

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Pasi Kärkkäinen
On Wed, Mar 31, 2010 at 02:43:38PM -0400, Tait Clarridge wrote:
> On Wed, 2010-03-31 at 19:22 +0100, Paul Stuffins wrote:
> > > Has it become usable again?
> > 
> > Not sure, I don't use Fedora, I use CentOS on my servers and Linux
> > Mint on my desk and laptop's.
> > _
> 
> I use F12 on my laptop. I have to say it runs very well (definite
> improvement from F10 and previous). I also use it for my netbook (with a
> few tweaks) and everything is fine.. No fires or explosions to report
> of :)
> 
> 
> And to add something useless to the thread.. as far as I've heard, RHEL6
> is going to be a while. The only things I have heard is that it will be
> based on F11/F12 (I think).
> 

RHEL6 installer was branched from F13 installer in January 2010.

-- Pasi

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Paul Heinlein
On Wed, 31 Mar 2010, Tait Clarridge wrote:

> On Wed, 2010-03-31 at 19:22 +0100, Paul Stuffins wrote:
>>> Has it become usable again?
>>
>> Not sure, I don't use Fedora, I use CentOS on my servers and Linux 
>> Mint on my desk and laptop's.
>
> I use F12 on my laptop. I have to say it runs very well (definite 
> improvement from F10 and previous). I also use it for my netbook 
> (with a few tweaks) and everything is fine.. No fires or explosions 
> to report of :)

I'll chime in. Fedora 12 seems well behaved running as a (64-bit) VM 
running on a CentOS 5 host.

We use F12 headless, so I can't comment on desktop issues, but I 
really like the deltarpm stuff. It really cuts down on bandwidth 
requirements on a frequently updated distro like Fedora.

-- 
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Les Mikesell
On 3/31/2010 1:58 PM, Paul Heinlein wrote:
> On Wed, 31 Mar 2010, Tait Clarridge wrote:
>
>> On Wed, 2010-03-31 at 19:22 +0100, Paul Stuffins wrote:
 Has it become usable again?
>>>
>>> Not sure, I don't use Fedora, I use CentOS on my servers and Linux
>>> Mint on my desk and laptop's.
>>
>> I use F12 on my laptop. I have to say it runs very well (definite
>> improvement from F10 and previous). I also use it for my netbook
>> (with a few tweaks) and everything is fine.. No fires or explosions
>> to report of :)
>
> I'll chime in. Fedora 12 seems well behaved running as a (64-bit) VM
> running on a CentOS 5 host.
>
> We use F12 headless, so I can't comment on desktop issues, but I
> really like the deltarpm stuff. It really cuts down on bandwidth
> requirements on a frequently updated distro like Fedora.

A lot of the work after Fedora 6 seemed to revolve around making 
single-user desktop type access more convenient at the expense of more 
general purpose server concepts - and making it boot quickly which isn't 
a big priority on boxes that run all the time.  And some things even 
when not technically broken were annoying, like if a user logs in at the 
console keyboard it would kill the audio output being controlled by a 
remote user.

-- 
  Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Pasi Kärkkäinen
On Wed, Mar 31, 2010 at 11:58:25AM -0700, Paul Heinlein wrote:
> On Wed, 31 Mar 2010, Tait Clarridge wrote:
> 
> > On Wed, 2010-03-31 at 19:22 +0100, Paul Stuffins wrote:
> >>> Has it become usable again?
> >>
> >> Not sure, I don't use Fedora, I use CentOS on my servers and Linux 
> >> Mint on my desk and laptop's.
> >
> > I use F12 on my laptop. I have to say it runs very well (definite 
> > improvement from F10 and previous). I also use it for my netbook 
> > (with a few tweaks) and everything is fine.. No fires or explosions 
> > to report of :)
> 
> I'll chime in. Fedora 12 seems well behaved running as a (64-bit) VM 
> running on a CentOS 5 host.
> 
> We use F12 headless, so I can't comment on desktop issues, but I 
> really like the deltarpm stuff. It really cuts down on bandwidth 
> requirements on a frequently updated distro like Fedora.
> 

Yeah.. and with a fast internet connection it takes LONGER to build up
the new rpms from the deltarpms compared to just downloading the new rpms 
as full packages :)

-- Pasi

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Les Mikesell
On 3/31/2010 2:19 PM, Pasi Kärkkäinen wrote:
> On Wed, Mar 31, 2010 at 11:58:25AM -0700, Paul Heinlein wrote:
>> On Wed, 31 Mar 2010, Tait Clarridge wrote:
>>
>>> On Wed, 2010-03-31 at 19:22 +0100, Paul Stuffins wrote:
> Has it become usable again?

 Not sure, I don't use Fedora, I use CentOS on my servers and Linux
 Mint on my desk and laptop's.
>>>
>>> I use F12 on my laptop. I have to say it runs very well (definite
>>> improvement from F10 and previous). I also use it for my netbook
>>> (with a few tweaks) and everything is fine.. No fires or explosions
>>> to report of :)
>>
>> I'll chime in. Fedora 12 seems well behaved running as a (64-bit) VM
>> running on a CentOS 5 host.
>>
>> We use F12 headless, so I can't comment on desktop issues, but I
>> really like the deltarpm stuff. It really cuts down on bandwidth
>> requirements on a frequently updated distro like Fedora.
>>
>
> Yeah.. and with a fast internet connection it takes LONGER to build up
> the new rpms from the deltarpms compared to just downloading the new rpms
> as full packages :)

It doesn't sound very cache-friendly either...  The Centos mirrorlists 
aren't either, but I quit caring when the mirrors got fast enough that 
it didn't matter that you end up pulling a copy of every rpm from every 
mirror in the list.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Joseph L. Casale
>A lot of the work after Fedora 6 seemed to revolve around making 
>single-user desktop type access more convenient at the expense of more 
>general purpose server concepts - and making it boot quickly which isn't 
>a big priority on boxes that run all the time.  And some things even 
>when not technically broken were annoying, like if a user logs in at the 
>console keyboard it would kill the audio output being controlled by a 
>remote user.

Well all valid, I always laugh when I see posts in Fedora list about people
setting up Fedora as servers at work.

I can't imagine such a practice. I use at home only on my desktop for the 
bleeding
edge support, but given the public approach to its model, its happened before 
that
people have pushed bad updates that broke things badly. Just one of many 
reasons...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Les Mikesell
On 3/31/2010 2:39 PM, Joseph L. Casale wrote:
>> A lot of the work after Fedora 6 seemed to revolve around making
>> single-user desktop type access more convenient at the expense of more
>> general purpose server concepts - and making it boot quickly which isn't
>> a big priority on boxes that run all the time.  And some things even
>> when not technically broken were annoying, like if a user logs in at the
>> console keyboard it would kill the audio output being controlled by a
>> remote user.
>
> Well all valid, I always laugh when I see posts in Fedora list about people
> setting up Fedora as servers at work.
>
> I can't imagine such a practice. I use at home only on my desktop for the 
> bleeding
> edge support, but given the public approach to its model, its happened before 
> that
> people have pushed bad updates that broke things badly. Just one of many 
> reasons...

Up through F6, I liked having one or a few copies of fedora to test 
things, knowing that they'd be similar to the next release of 
RHEL/Centos and put up with the fast updates and breakage.  But then the 
philosophy seemed to change in terms of wanting to break backwards 
compatibility on purpose to deliver improvements.  Maybe, years later, 
it will finally happen.  Or maybe the unix design was right in the first 
place. It will be interesting to see how the enterprise flavor shakes out.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS freeze when transmitting big files

2010-03-31 Thread John R Pierce
Bob McConnell wrote:
> Not unless it had some additional hardware assistance. The 8080 can only 
> address 64K.
>   

indeed.There were exceptions, but yes, this involved 'additional 
hardware assistance' in the form of bank switching, or bank mapping.
Altos Computers and others made Z80 systems which had 4 or more banks of 
64K memory minus a small chunk of shared memory, these ran the multiuser 
CP/M known as MP/M-80... IIRC, this was circa 1979 or 1980.




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Spiro Harvey
> Since 5.5 is now out from Red Hat and most likely our amazing CentOS
> team has already jumped on that, is there any word on Release 6?  IIRC
> it's already a year out of date (base was supposed to be Fedora 10),
> so I have to wonder.


I vaguely recollect that RH mentioned pushing out the (total) life
cycles of a release from 5 to 7 years, or 7 to 10 or something like
that.


Their lifecycle info is here:

http://www.redhat.com/security/updates/errata/

But there's no mention of any changes on there...


-- 
Spiro Harvey  Knossos Networks Ltd
021-295-1923  www.knossos.net.nz


signature.asc
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] C5 XEN domain not startable

2010-03-31 Thread Dave Stevens
Hi,

I have a Centos 5 box with dom0 and several domUs and one of them is  
not runnable. I ran updates several days ago and the update included a  
kernel update so I used virt-manager to reboot. But it won't book. It  
shows as not running and when I try to run it I get a dialog box with  
this:

Traceback (most recent call last):
   File "/usr/share/virt-manager/virtManager/engine.py", line 498, in  
run_domain
 vm.startup()
   File "/usr/share/virt-manager/virtManager/domain.py", line 573, in startup
 self.vm.create()
   File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in create
 if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: Unknown failure

I don't know what to do about this. Anyone have ideas?

Dave

-- 
"It is no measure of health to be well adjusted to a profoundly sick society."
   Krishnamurti

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Paul Heinlein

On Wed, 31 Mar 2010, Pasi Kärkkäinen wrote:


We use F12 headless, so I can't comment on desktop issues, but I
really like the deltarpm stuff. It really cuts down on bandwidth
requirements on a frequently updated distro like Fedora.


Yeah.. and with a fast internet connection it takes LONGER to build 
up the new rpms from the deltarpms compared to just downloading the 
new rpms as full packages :)


I wondered about that. Have you done some testing with and without the 
presto plugin enabled?


--
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C5 XEN domain not startable

2010-03-31 Thread Pasi Kärkkäinen
On Wed, Mar 31, 2010 at 01:18:40PM -0700, Dave Stevens wrote:
> Hi,
> 
> I have a Centos 5 box with dom0 and several domUs and one of them is  
> not runnable. I ran updates several days ago and the update included a  
> kernel update so I used virt-manager to reboot. But it won't book. It  
> shows as not running and when I try to run it I get a dialog box with  
> this:
> 
> Traceback (most recent call last):
>File "/usr/share/virt-manager/virtManager/engine.py", line 498, in  
> run_domain
>  vm.startup()
>File "/usr/share/virt-manager/virtManager/domain.py", line 573, in startup
>  self.vm.create()
>File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in create
>  if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
> libvirtError: Unknown failure
> 
> I don't know what to do about this. Anyone have ideas?
> 

What does "xm list" say? 

If it's stuck/crashed, use "xm destroy" to kill it.

-- Pasi

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Milos Blazevic
Spiro Harvey wrote:
>> Since 5.5 is now out from Red Hat and most likely our amazing CentOS
>> team has already jumped on that, is there any word on Release 6?  IIRC
>> it's already a year out of date (base was supposed to be Fedora 10),
>> so I have to wonder.
>> 
>
>
> I vaguely recollect that RH mentioned pushing out the (total) life
> cycles of a release from 5 to 7 years, or 7 to 10 or something like
> that.
>
>
> Their lifecycle info is here:
>
> http://www.redhat.com/security/updates/errata/
>
> But there's no mention of any changes on there...
>
>
>   
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   
Current RHEL life cycle is in fact 7 years.
Interesting, I remember hearing just the opposite - that they're about 
to reduce the life cycle from 7 to 5 years, since allegedly no one uses 
the same EL major release for more than 5 years. I mean, can you imagine 
anyone who used RHEL 2.1 up until less than a year ago?

Anyway, it's nice to see so many people have dumped Fedora for pretty 
much the same reason as I have, more than a year ago in favour of 
CentOS. And this was after almost two years of discontent with Fedora.

-- 
*Milos Blazevic*

Cert. No: 605008720421478
Email: milos.blaze...@sbb.rs 
Tel: 064/301 45 78
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Joe Klemmer
On Wed, 2010-03-31 at 13:14 -0500, Les Mikesell wrote:

> It's about time someone did that.  I completely gave up on Fedora
> after version 6 and unsubscribed from the mail list because they were
> only interested in changing things and adding features, not making
> anything work.  Has it become usable again? 

Guess it depends on what your definition of usable is.  
It has been working for me since the first version of Fedora was
released.  Can't say it's 100% problem free but then nothing is.

YMMV, of course.

-- 
"And if I claim to be a wise man, well, it surly means that I don't
know." -- Kansas, "Carry on Wayward Son"

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Steve Thompson
On Wed, 31 Mar 2010, Milos Blazevic wrote:

> I mean, can you imagine anyone who used RHEL 2.1 up until less than a 
> year ago?

Actually, I still have an RHEL 2.1 system in production. My excuse is that 
it is an Itanium I box (an HP I2000), and this is the latest version that 
will run on it. And it's working fine (but it is really slow). The bloody 
thing just won't die! It's going to have an accident, pretty soon, pretty 
soon.

Steve
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Milos Blazevic
Steve Thompson wrote:
> On Wed, 31 Mar 2010, Milos Blazevic wrote:
>
>   
>> I mean, can you imagine anyone who used RHEL 2.1 up until less than a 
>> year ago?
>> 
>
> Actually, I still have an RHEL 2.1 system in production. My excuse is that 
> it is an Itanium I box (an HP I2000), and this is the latest version that 
> will run on it. And it's working fine (but it is really slow). The bloody 
> thing just won't die! It's going to have an accident, pretty soon, pretty 
> soon.
>
> Steve
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Oops :D

But it's still nice to hear RHEL 2.1 is a resilient bastard - I guess 
this is what really adds value to the enterprise product.

-- 
*Milos Blazevic*

Cert. No: 605008720421478
Email: milos.blaze...@sbb.rs 
Tel: 064/301 45 78
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C5 XEN domain not startable

2010-03-31 Thread Dave Stevens
On Wednesday 31 March 2010 01:27:25 pm Pasi Kärkkäinen wrote:
> On Wed, Mar 31, 2010 at 01:18:40PM -0700, Dave Stevens wrote:
> > Hi,
> > 
> > I have a Centos 5 box with dom0 and several domUs and one of them is
> > not runnable. I ran updates several days ago and the update included a
> > kernel update so I used virt-manager to reboot. But it won't book. It
> > shows as not running and when I try to run it I get a dialog box with
> > this:
> > 
> > Traceback (most recent call last):
> >File "/usr/share/virt-manager/virtManager/engine.py", line 498, in
> > 
> > run_domain
> > 
> >  vm.startup()
> >
> >File "/usr/share/virt-manager/virtManager/domain.py", line 573, in
> >startup
> >
> >  self.vm.create()
> >
> >File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in
> >create
> >
> >  if ret == -1: raise libvirtError ('virDomainCreate() failed',
> >  dom=self)
> > 
> > libvirtError: Unknown failure
> > 
> > I don't know what to do about this. Anyone have ideas?
> 
> What does "xm list" say?

# xm list
Name  ID Mem(MiB) VCPUs State   Time(s)
Domain-0   0 9878 8 r- 2301318.5
babine 6 2047 4 -b  11527.0
bulkley2 2047 4 ---s-- 367875.4
oldserver  4 2055 2 -b 1449850.8



bulkley is the stopped domain

dave

> 
> If it's stuck/crashed, use "xm destroy" to kill it.
> 
> -- Pasi
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Paul Heinlein
On Wed, 31 Mar 2010, Steve Thompson wrote:

> On Wed, 31 Mar 2010, Milos Blazevic wrote:
>
>> I mean, can you imagine anyone who used RHEL 2.1 up until less than 
>> a year ago?
>
> Actually, I still have an RHEL 2.1 system in production. My excuse 
> is that it is an Itanium I box (an HP I2000), and this is the latest 
> version that will run on it. And it's working fine (but it is really 
> slow). The bloody thing just won't die! It's going to have an 
> accident, pretty soon, pretty soon.

If the accident accidentally involves a circular saw, a YouTube link 
would be really cool! :-)

-- 
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Kwan Lowe
On Wed, Mar 31, 2010 at 5:43 PM, Milos Blazevic  wrote:

> Current RHEL life cycle is in fact 7 years.
> Interesting, I remember hearing just the opposite - that they're about
> to reduce the life cycle from 7 to 5 years, since allegedly no one uses
> the same EL major release for more than 5 years. I mean, can you imagine
> anyone who used RHEL 2.1 up until less than a year ago?

:)

We have some RHEL2 systems still in production.

> Anyway, it's nice to see so many people have dumped Fedora for pretty
> much the same reason as I have, more than a year ago in favour of
> CentOS. And this was after almost two years of discontent with Fedora.

Fedora works fine for my play laptop. I have it setup so that critical
data is backed up to my fileserver so even if I lose the drive
rebuilding just takes 20 minutes or so and I'm back where I left off.
 I don't use it on any infrastructure stuff at my house, but it's
definitely easier to get things like networking, eye candy demo window
managers, graphics software, etc.. going under Fedora.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Les Mikesell
On 3/31/2010 4:43 PM, Milos Blazevic wrote:
>
> Current RHEL life cycle is in fact 7 years.
> Interesting, I remember hearing just the opposite - that they're about
> to reduce the life cycle from 7 to 5 years, since allegedly no one uses
> the same EL major release for more than 5 years. I mean, can you imagine
> anyone who used RHEL 2.1 up until less than a year ago?

When something works right there's not much need to change it.  I still 
have an RH 7.3 box running that's had a couple of 4-year uptime spans 
(had to move it once).  And several Centos 3.x's.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Stephen Harris
On Wed, Mar 31, 2010 at 06:18:17PM -0500, Les Mikesell wrote:
> When something works right there's not much need to change it.  I still 
> have an RH 7.3 box running that's had a couple of 4-year uptime spans 

I hope there's very little internet exposure on that box; even ssh has had
remote exploits since then!

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Michael Semcheski
On Wed, Mar 31, 2010 at 3:39 PM, Joseph L. Casale
 wrote:
> Well all valid, I always laugh when I see posts in Fedora list about people
> setting up Fedora as servers at work.

Well, I love to make people laugh so I'll chime in here.

I do use Fedora for some hosting, and I'm very happy with it for that
purpose.  The reason I like it better is that the packages are more
up-to-date.  Not bleeding edge, but more current.  I'd rather let
Fedora manage my mediaWiki installation rather than deal with the
updates myself.

The trick is that you have to accept that you'll be reinstalling it in
a year.  With puppet and a little discipline, that's not a big deal.
Spin up a new VM, get things running, and switch over DNS.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Jeremy Rosengren
On Wed, Mar 31, 2010 at 1:39 PM, Joseph L. Casale  wrote:

> Well all valid, I always laugh when I see posts in Fedora list about people
> setting up Fedora as servers at work.
>
> I can't imagine such a practice. I use at home only on my desktop for the
> bleeding
> edge support, but given the public approach to its model, its happened
> before that
> people have pushed bad updates that broke things badly. Just one of many
> reasons...
>
>
I run Fedora on servers at home without any issues.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Joseph L. Casale
>I run Fedora on servers at home without any issues.
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.5 released

2010-03-31 Thread Karanbir Singh
On 31/03/10 17:11, Ned Slider wrote:
> Stephen Harris wrote:
>> On Wed, Mar 31, 2010 at 06:24:20PM +0300, Pasi K?rkk?inen wrote:
>>> And yes, CentOS team does know about this, and is working on CentOS 5.5.
> Stay up to date on progress here:
>
> https://www.centos.org/modules/newbb/viewtopic.php?topic_id=25548&forum=53
>

we are prolly going to have a public timeline and status tracking up in 
the next few days, so if anyone is looking to see what is going on that 
might be a good source as well.

-- 
Karanbir Singh
kbsi...@karan.org | http://www.karan.org/ | twitter.com/kbsingh
ICQ: 2522219  | Yahoo IM: z00dax  | Gtalk: z00dax
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Spiro Harvey
On Wed, 31 Mar 2010 15:47:56 -0700 (PDT)
Paul Heinlein  wrote:

> If the accident accidentally involves a circular saw, a YouTube link 
> would be really cool! :-)

You know you use Reddit too much when you look for an upvote button.

;)

-- 
Spiro Harvey  Knossos Networks Ltd
021-295-1923  www.knossos.net.nz


signature.asc
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Newsletter release

2010-03-31 Thread Geerd-Dietger Hoffmann
Hey

Could everyone please proofread and add last changes to the Newsletter[1].

Cheers Didi

[1] http://wiki.centos.org/Newsletter/1002
-- 
Hoffmann Geerd-Dietger
http://contact.ribalba.de
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Newsletter release

2010-03-31 Thread David Goldsmith
On 3/31/2010 10:30 PM, Geerd-Dietger Hoffmann wrote:
> Hey
>
> Could everyone please proofread and add last changes to the Newsletter[1].
>
> Cheers Didi
>
> [1] http://wiki.centos.org/Newsletter/1002

Went to [1]  - got this:

 * Newsletter
 * 1002

You are not allowed to view this page.

Link to prior post works - http://wiki.centos.org/Newsletter/1001

David Goldsmith
SANS NOC
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Newsletter release

2010-03-31 Thread Geerd-Dietger Hoffmann
On 01/04/2010 03:41, David Goldsmith wrote:
> Went to [1]  - got this:
>
>   * Newsletter
>   * 1002
>
> You are not allowed to view this page.
>
> Link to prior post works - http://wiki.centos.org/Newsletter/1001

Yes, I am sorry. This is just for the editors I sent it to the wrong 
list. That happens when you send mails at 4 in the morning. I am really 
sorry. The official release will be tomorrow (I hope).

If you want to become a proofreader of the Newsletter tough, feel free 
to mail me and I can put you on the list.

Cheers Didi


-- 
Hoffmann Geerd-Dietger
http://contact.ribalba.de
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Sending mail from CLI to another SMTP host

2010-03-31 Thread Fajar Priyanto
Hi all,
Is it possible to send mail from CLI (bash, python) without any LOCAL
SMTP installed, using SMTP on another machine.
Care to give a glimpse of the code?
Thank you.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Sending mail from CLI to another SMTP host

2010-03-31 Thread Ray Van Dolson
On Thu, Apr 01, 2010 at 12:04:10PM +0800, Fajar Priyanto wrote:
> Hi all,
> Is it possible to send mail from CLI (bash, python) without any LOCAL
> SMTP installed, using SMTP on another machine.
> Care to give a glimpse of the code?
> Thank you.

http://www.lmgtfy.com/?q=send+email+via+python

;-)

Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Sending mail from CLI to another SMTP host

2010-03-31 Thread R P Herrold
On Thu, 1 Apr 2010, Fajar Priyanto wrote:

> Is it possible to send mail from CLI (bash, python) without any LOCAL
> SMTP installed, using SMTP on another machine.
> Care to give a glimpse of the code?

One approach

step 1: make sure packages 'expect' and 'telnet' are installed
step 2: read: man autoexpect  and RFC 2821
... see worked example for handing email to a remote server
http://www.owlriver.com/tips/sendmail-tip/
http://www.owlriver.com/tips/trace-sendmail/
step 3: experiment to taste in talking the protocol.  'expect'
and autoexpect makes it trivial to build a script that
works

-- Russ herrold
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Unable to get software using Yum

2010-03-31 Thread Jatin Davey
Hi

I am new to CentOS and been into Linux for about 3 months now. I first 
started off with fedora and also trying my hands on CentOS now. 
Basically i used yum to download softwares on the fedora box. I mainly 
require the snmp agent for my linux boxes so as to test my network 
management product. On some of the CentOS boxes the following command 
worked for me :

yum install net-snmp

it installed the snmp agent for me but on others i am finding it hard to 
install. Basically , this is what i get :

[r...@centos-64-xxx ~]# yum install net-snmp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
  * base: mirror.nyi.net
  * updates: mirror.nyi.net
  * addons: centos.corenetworks.net
  * extras: centos.corenetworks.net
ftp://mirror.nyi.net/centos/5.3/os/x86_64/repodata/repomd.xml: [Errno 4] 
IOError: [Errno ftp error] timed out
Trying other mirror.
http://centos.corenetworks.net/5.3/os/x86_64/repodata/repomd.xml: [Errno 
14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.linux.ncsu.edu/pub/CentOS/5.3/os/x86_64/repodata/repomd.xml: 
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.lug.udel.edu/pub/centos/5.3/os/x86_64/repodata/repomd.xml: 
[Errno 14] HTTP Error 404: Not found
Trying other mirror.
http://mirror.cs.vt.edu/pub/CentOS/5.3/os/x86_64/repodata/repomd.xml: 
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://mirror.icpl.org/centos/5.3/os/x86_64/repodata/repomd.xml: [Errno 
14] HTTP Error 404: Not Found
Trying other mirror.
http://mirror.newnanutilities.org/pub/centos/5.3/os/x86_64/repodata/repomd.xml: 
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://mirror.unl.edu/centos/5.3/os/x86_64/repodata/repomd.xml: [Errno 
14] HTTP Error 404: Not Found
Trying other mirror.
http://mirrors.bluehost.com/centos/5.3/os/x86_64/repodata/repomd.xml: 
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
base
  
| 1.3 kB 00:00
http://www.cyberuse.com/centos/5.3/os/x86_64/repodata/repomd.xml: [Errno 
-1] Error importing repomd.xml for base: Damaged repomd.xml file
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: 
base. Please verify its path and try again


This is what i found in the /etc/yum.repos.d directory:

[r...@centos-64- ~]# cd /etc/yum.repos.d/
[r...@centos-64- yum.repos.d]# ls
CentOS-Base.repo  CentOS-Media.repo
[r...@centos-64- yum.repos.d]#

  Can some one please help me in this regard.

Thanks
Jatin
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Sending mail from CLI to another SMTP host

2010-03-31 Thread Joseph L. Casale
>Hi all,
>Is it possible to send mail from CLI (bash, python) without any LOCAL
>SMTP installed, using SMTP on another machine.
>Care to give a glimpse of the code?
>Thank you.

But of course, just cause the smtp server you are pointed at initially
is local, interpret that as 127.0.0.1. So point to another. Most home
users don't have their own smtp server, they use their isp's...

http://heirloom.sourceforge.net/mailx.html

"Supports SMTP to send messages directly to a remote server. A local
 sendmail interface setup is thus not necessary."
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Sending mail from CLI to another SMTP host

2010-03-31 Thread Frank Cox

On Thu, 2010-04-01 at 12:04 +0800, Fajar Priyanto wrote:
> Hi all,
> Is it possible to send mail from CLI (bash, python) without any LOCAL
> SMTP installed, using SMTP on another machine.

I use this:

http://www.cleancode.org/projects/email

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to get software using Yum

2010-03-31 Thread John R Pierce
Jatin Davey wrote:
> http://centos.corenetworks.net/5.3/os/x86_64/repodata/repomd.xml: [Errno 
> 14] HTTP Error 404: Not Found
> ...

odd that its using /5.3/ in the path, it should be just /5/

try

yum clean

then try again.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Release 6?

2010-03-31 Thread Rajagopal Swaminathan
Greetings,

On Thu, Apr 1, 2010 at 4:07 AM, Steve Thompson  wrote:
> On Wed, 31 Mar 2010, Milos Blazevic wrote:
>
> It's going to have an accident, pretty soon, pretty
> soon.
>
> Steve


aah!... does anybody smell a BOFH here ;)

http://www.theregister.co.uk/odds/bofh/

Regards,

Rajagopal
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos