Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread Tony Molloy
On Friday 14 January 2011 07:56:16 Timothy Kesten wrote:
> Hi Folks,
> 
> I've fresh installed CentOS 5.5 and realized, that Samba is in version
> 3.0.33-3.
> Is it possible to conect WIN7 in a Samba-Domäne with this version?
> And I've read abaut RHEL 5.6 with samba 3.5.4.
> Can I expect, that  this version is included in CentOS 5.6?
> And can I get this version with yum-update?
> 
> Thx
> 
> Timothy

Not possible as far as I know ;-)

Remove the samba rpms and install the samba3x rpms from CentOS 5.5

This will give you samba3x-3.3.8-0.52.el5_5.2.x86_64 which works as a PDC with 
Windoze 7 clients.

Tony
> ___
> 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


[CentOS] input/output error while copy

2011-01-14 Thread Ritika Garg
When I give the command "cp file1 file2" then the error comes:
cp: cannot create regular file `file2': Input/output error

This occurs sometimes and it occurs when I am giving the command inside a
external hard disk which is mounted by "ntfs-3g" manually.
Why does this error come?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread Timothy Kesten
Am Freitag, 14. Januar 2011, 09:47:41 schrieb Tony Molloy:

> Remove the samba rpms and install the samba3x rpms from CentOS 5.5
> 
> This will give you samba3x-3.3.8-0.52.el5_5.2.x86_64 which works as a PDC
> with Windoze 7 clients.

Thx - I will give it a try

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


Re: [CentOS] /etc/bashrc causing probs..

2011-01-14 Thread John Doe
From: Roland RoLaNd 
> any idea how to prevent bashrc to execute the below to a no login shell ? or 
>any 
>
> other advice for that matter.

Maybe try:
  if shopt -q login_shell; then
...
  fi

JD


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


[CentOS] tcpdump; how to dump all

2011-01-14 Thread admin lewis
Hi,
My server is connected to the lan and when I run tcpdump I see few packets
captured but lots packets received by filter.
How can I dump every packets received by filter ?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread John Doe
From: Timothy Kesten 

> I've fresh installed CentOS 5.5 and realized, that Samba is in  version 
> 3.0.33-3.
> Is it possible to conect WIN7 in a Samba-Domäne with  this version?

Google for "samba windows.7" and click on first answer...

JD


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


Re: [CentOS] tcpdump; how to dump all

2011-01-14 Thread Giles Coochey

On 14/01/2011 11:26, admin lewis wrote:

Hi,
My server is connected to the lan and when I run tcpdump I see few 
packets captured but lots packets received by filter.

How can I dump every packets received by filter ?

I use the following command to make packet captures:

tcpdump -i eth0 -s 0 -w capture.cap

It creates a file capture.cap that can be read by a packet analyzer - 
e.g. wireshark.


--
Best Regards,

Giles Coochey
NetSecSpec Ltd
NL T-Systems Mobile: +31 681 265 086
NL Mobile: +31 626 508 131
Gib Mobile: +350 5401 6693
Email/MSN/Live Messenger: gi...@coochey.net
Skype: gilescoochey





smime.p7s
Description: S/MIME Cryptographic Signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Mister IT Guru
On 13/01/2011 21:45, Daniel Heitmann wrote:
> On 13.01.2011, at 22:34, Ray Van Dolson wrote:
>> You should probably give RH a call with your questions, or try this
>> mailing list:
> Or wait a few more weeks for CentOS 6, if it's a money-issue.
>
I assumed that this would be the case! Made me realise how much faith I 
have in the CentOS volunteers. Every time I've heard of a RHEL release, 
I brace myself and think "WooHoo - CentOS in three months!" Is this how 
other CentOS users feel when they hear a RHEL announcement?

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


Re: [CentOS] Recompiling source rpms for i386, i686 and x86_64 on the same box?

2011-01-14 Thread Mister IT Guru
On 13/01/2011 13:20, Kwan Lowe wrote:
> On Thu, Jan 13, 2011 at 5:25 AM, Mister IT Guru  wrote:
>> At the risk of sounding like an newbie, is is possible to build the RPMS
>> for all architectures on the same box at the same time? I would really
>> like to automate this, so that I can keep track of the RPMS's and build
>> them into my own future repo. (That's another project, I'm sure I'll
>> come to the list for that one!)
>>
> Shouldn't be any problems doing it. With the right environment
> variables you can build any architecture on any other.  I.e., I've
> built ARM and MIPS under x86 before.  Tricky, but certainly doable.
At least I know now for sure that it is doable! Great - Well, I guess I 
better start planning on learning Mock - although I am very open to 
hearing best practice methods of compiling software cross architecture, 
if anyone has a blog or website I'd give it a shot.

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


Re: [CentOS] Recompiling source rpms for i386, i686 and x86_64 on the same box?

2011-01-14 Thread Mister IT Guru
On 13/01/2011 13:33, Ryan Wagoner wrote:
> On Thu, Jan 13, 2011 at 7:31 AM, Mister IT Guru  wrote:
>> I have an x86_64 box running Xen, so a paravirtualised guest has just
>> been ordered for building a Mock Environment. I'm going to have to run
>> to Google to learn more in the short space of time I have open to me,
>> you guys seems to be nudging me in the right direction.
>>
> Mock is easy to use. You can install it with yum install mock. You
> will want to set the packager and dist variables in
> /etc/mock/centos-5-arch.cfg. As far as building SRPMS the command is
> as simple as
>
> For i386 on a x86_64 box
> setarch i386 mock -r centos-5-i386.cfg
> --resultdir=/home/yourhomedir/mock/ package.srpm
>
> For x86_64
> mock -r centos-5-x86_64.cfg --resultdir=/home/yourhomedir/mock/ package.srpm
>
> Ryan
> 

This is good news indeed! Okay, I'm going to build my VM for building 
this stuff - I'll be back on the list with any questions as I go through 
this.

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


Re: [CentOS] tcpdump; how to dump all

2011-01-14 Thread Kwan Lowe
On Fri, Jan 14, 2011 at 5:28 AM, Giles Coochey  wrote:
>>How can I dump every packets received by filter ?
>
> I use the following command to make packet captures:
>
> tcpdump -i eth0 -s 0 -w capture.cap
>
> It creates a file capture.cap that can be read by a packet analyzer - e.g.
> wireshark.

I often run a variation of the above in a screen session then
disconnect.. There's probably an easier way, but I do so I don't  see
my own traffic.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread m . roth
Mister IT Guru wrote:
> On 13/01/2011 21:45, Daniel Heitmann wrote:
>> On 13.01.2011, at 22:34, Ray Van Dolson wrote:
>>> You should probably give RH a call with your questions, or try this
>>> mailing list:
>> Or wait a few more weeks for CentOS 6, if it's a money-issue.
>>
> I assumed that this would be the case! Made me realise how much faith I
> have in the CentOS volunteers. Every time I've heard of a RHEL release,
> I brace myself and think "WooHoo - CentOS in three months!" Is this how
> other CentOS users feel when they hear a RHEL announcement?

Heh. As opposed to Sun, er, Oracle tech support, where when I have to call
them, it's more along the lines of self-abuse.

 mark, and the system seems to be running ok after a *month* of
go-rounds, thank you for asking

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


Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread Timothy Kesten
Am Freitag, 14. Januar 2011, 11:27:22 schrieb John Doe:

> Google for "samba windows.7" and click on first answer...
I knew, that samba > 3.3 is necessary.
I was  more interessted in  where can I get a suitable version from a  centos-
repo.

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


[CentOS] Server reboots unexpectebly.

2011-01-14 Thread Lisandro Grullon
Dear group,
I am in the process of configuring 2 new servers. They are running Centos 5.5 
and for the last three days they have been rebooting unexpectedly, can you 
point me in the right direction what to look for in the logs. I have been 
checking /var/log/messages but don't see anything that hint me any clues why 
this is happening. Your input is much much appreciated. Lisandro 

PS. These are custom built Tyan boxes.

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread mahmoud mansy
guys i am preparing muself to take the RHCE self study way and i wanna know
what is the best OS (fedora 14 or centos 5.5) and in the same time  i wanna
it to be a general usage OS

On Fri, Jan 14, 2011 at 3:40 PM,  wrote:

> Mister IT Guru wrote:
> > On 13/01/2011 21:45, Daniel Heitmann wrote:
> >> On 13.01.2011, at 22:34, Ray Van Dolson wrote:
> >>> You should probably give RH a call with your questions, or try this
> >>> mailing list:
> >> Or wait a few more weeks for CentOS 6, if it's a money-issue.
> >>
> > I assumed that this would be the case! Made me realise how much faith I
> > have in the CentOS volunteers. Every time I've heard of a RHEL release,
> > I brace myself and think "WooHoo - CentOS in three months!" Is this how
> > other CentOS users feel when they hear a RHEL announcement?
>
> Heh. As opposed to Sun, er, Oracle tech support, where when I have to call
> them, it's more along the lines of self-abuse.
>
> mark, and the system seems to be running ok after a *month* of
>go-rounds, thank you for asking
>
> ___
> 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] RHEL 5.6 is out

2011-01-14 Thread nux
mahmoud mansy writes:

> « HTML content follows »
> 
> guys i am preparing muself to take the RHCE self study way and i wanna 
> know what is the best OS (fedora 14 or centos 5.5) and in the same time  i 
> wanna it to be a general usage OS
> 

You can start by learning how to send emails (try to send in plain text and 
do not top post please); also start a new message when you change the topic.

--
Nux!
www.nux.ro

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


Re: [CentOS] RHCE question

2011-01-14 Thread Bowie Bailey
On 1/14/2011 9:27 AM, mahmoud mansy wrote:
> guys i am preparing muself to take the RHCE self study way and i wanna
> know what is the best OS (fedora 14 or centos 5.5) and in the same
> time  i wanna it to be a general usage OS

Since the RHCE exam is based on RHEL, that would be the best OS to work
with.  If you don't want to shell out the money for RHEL, then CentOS 5
would be the next choice.

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Brunner, Brian T.
> Is this how other CentOS users feel when they hear a RHEL
announcement?

+1

5.5 broke my machine at home, I don't have a bootable kernel currently
(all versions hang starting udev, or hit a kernel panic starting udev).
So a 5.6 or 6.0 DVD is the pill I'm waiting for.

WinXP starts on this machine *every* *single* *time* *every* *single*
*day* so I don't believe it's a hardware problem.  Perhaps a "vendor
supplied binary driver" problem (I do have Nvidia chips and video card
installed).

Yeah, I'm drooling at the calendar waiting for 5.6 or 6.0!
***
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the system manager. This footnote also confirms that this
email message has been swept for the presence of computer viruses.
www.Hubbell.com - Hubbell Incorporated**

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


Re: [CentOS] RHCE question

2011-01-14 Thread Lisandro Grullon
Agree 150%.

>>> Bowie Bailey  01/14/11 9:43 AM >>>
On 1/14/2011 9:27 AM, mahmoud mansy wrote:
> guys i am preparing muself to take the RHCE self study way and i wanna
> know what is the best OS (fedora 14 or centos 5.5) and in the same
> time  i wanna it to be a general usage OS

Since the RHCE exam is based on RHEL, that would be the best OS to work
with.  If you don't want to shell out the money for RHEL, then CentOS 5
would be the next choice.

-- 
Bowie
___
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] tcpdump; how to dump all

2011-01-14 Thread Joe DiTommasso
On Fri, Jan 14, 2011 at 08:21:23AM -0500, Kwan Lowe wrote:
> On Fri, Jan 14, 2011 at 5:28 AM, Giles Coochey  wrote:
> >>How can I dump every packets received by filter ?
> >
> > I use the following command to make packet captures:
> >
> > tcpdump -i eth0 -s 0 -w capture.cap
> >
> > It creates a file capture.cap that can be read by a packet analyzer - e.g.
> > wireshark.
> 
> I often run a variation of the above in a screen session then
> disconnect.. There's probably an easier way, but I do so I don't  see
> my own traffic.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

You can use 'not' with port or host specifications to not log matching traffic. 
 
For example:
`tcpdump -i eth0 -s 0 -w capture.cap not port 22` will drop all SSH traffic 
from the pcap
`tcpdump -i eth0 -s 0 -w capture.cap not host ` will drop all traffic 
to/from  from the pcap
Joe
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread mahmoud mansy
will i didnot changed the topic thus i don`t need to start anew
message because this is the  topic in first place
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] input/output error while copy

2011-01-14 Thread Robert Spangler
On Friday 14 January 2011 04:01, Ritika Garg wrote:

>  When I give the command "cp file1 file2" then the error comes:
>  cp: cannot create regular file `file2': Input/output error
>
>  This occurs sometimes and it occurs when I am giving the command inside a
>  external hard disk which is mounted by "ntfs-3g" manually.
>  Why does this error come?

I believe it is self explanatory.  Looks like you don't have write permissions 
on the drive.  Check your permissions.


-- 

Regards
Robert

Linux
The adventure of a lifetime.

Linux User #296285
Get Counted
http://counter.li.org/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Brunner, Brian T.
 
> will i didnot changed the topic thus i don`t need to start 
> anew message because this is the  topic in first place 

Changing the subject is not enough, because there are fields in the
headers that indicate what other message this message follows, so the
messages appear (in the archives) to be chained on the previous subject
even though the subject line is different.

Rather than use your mail tool's "reply" button, use the "make a new
message" (probably has a different name), copy from the old message ONLY
the send-to ADDRESS (centos-boun...@centos.org) and write your all-new
message with a new subject.
***
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the system manager. This footnote also confirms that this
email message has been swept for the presence of computer viruses.
www.Hubbell.com - Hubbell Incorporated**

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


Re: [CentOS] input/output error while copy

2011-01-14 Thread John Hodrien
On Fri, 14 Jan 2011, Robert Spangler wrote:

> On Friday 14 January 2011 04:01, Ritika Garg wrote:
>
>>  When I give the command "cp file1 file2" then the error comes:
>>  cp: cannot create regular file `file2': Input/output error
>>
>>  This occurs sometimes and it occurs when I am giving the command inside a
>>  external hard disk which is mounted by "ntfs-3g" manually.
>>  Why does this error come?
>
> I believe it is self explanatory.  Looks like you don't have write
> permissions on the drive.  Check your permissions.

Since when does Input/output error equate to a permissions problem?  If that's
the case, surely that's a bug in ntfs-3g as it's returning the wrong error
code.

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


Re: [CentOS] input/output error while copy

2011-01-14 Thread Gene Brandt
What was your mount command? Who is the owner of the exported file
system?
--
Thanks,

Gene Brandt SCSA 
8625 Carriage Road
River Ridge, LA 70123

home 504-737-4295

cell 504-452-3250

Family Web Page  |  My Web Page  | LinkedIn  | Facebook  |  Resumebucket


On Fri, 2011-01-14 at 15:06 +, John Hodrien wrote:

> On Fri, 14 Jan 2011, Robert Spangler wrote:
> 
> > On Friday 14 January 2011 04:01, Ritika Garg wrote:
> >
> >>  When I give the command "cp file1 file2" then the error comes:
> >>  cp: cannot create regular file `file2': Input/output error
> >>
> >>  This occurs sometimes and it occurs when I am giving the command inside a
> >>  external hard disk which is mounted by "ntfs-3g" manually.
> >>  Why does this error come?
> >
> > I believe it is self explanatory.  Looks like you don't have write
> > permissions on the drive.  Check your permissions.
> 
> Since when does Input/output error equate to a permissions problem?  If that's
> the case, surely that's a bug in ntfs-3g as it's returning the wrong error
> code.
> 
> jh
> ___
> 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] RHEL 5.6 is out

2011-01-14 Thread Robert Spangler
On Friday 14 January 2011 05:45, Mister IT Guru wrote:

>  On 13/01/2011 21:45, Daniel Heitmann wrote:
>  > On 13.01.2011, at 22:34, Ray Van Dolson wrote:
>  >> You should probably give RH a call with your questions, or try this
>  >> mailing list:
>  >
>  > Or wait a few more weeks for CentOS 6, if it's a money-issue.
>
>  I assumed that this would be the case! Made me realise how much faith I
>  have in the CentOS volunteers. Every time I've heard of a RHEL release,
>  I brace myself and think "WooHoo - CentOS in three months!" Is this how
>  other CentOS users feel when they hear a RHEL announcement?

NO!  This is a volunteer effort.  You cannot expect them to have the newest 
release out days after it is announced.  There is work that needs to be done 
before they can release the OS as CentOS.  They do what they can when they 
can.  After all it s free so why complain?

You could always learn how to help them get the newest release out there if 
time is such an important issue.


-- 

Regards
Robert

Linux
The adventure of a lifetime.

Linux User #296285
Get Counted
http://counter.li.org/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum packages error.

2011-01-14 Thread Lisandro Grullon
Dear group,
Last night I was playing around with my home desktop trying to get the sound to 
work and somehow I broke some dependencies, now yum update would not run. Can 
someone help me troubleshoot this. This is the output I am getting from yum 
update. Thank you in advance.

[root@venus ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.rackspace.com
 * base: mirror.trouble-free.net
 * extras: centos.mirror.nac.net
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.atlanticmetro.net
Excluding Packages from EL 5 - i386 - ATrpms
Finished
Reducing EL 5 - i386 - ATrpms to included packages only
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libasound.so.2 for package: alsa-utils
--> Processing Dependency: libasound.so.2 for package: control-center
--> Processing Dependency: libasound.so.2 for package: xulrunner
--> Processing Dependency: libasound.so.2 for package: esound
--> Processing Dependency: libasound.so.2 for package: gimp
--> Processing Dependency: libasound.so.2 for package: java-1.6.0-openjdk
--> Processing Dependency: libasound.so.2 for package: libgcj
--> Processing Dependency: libasound.so.2 for package: sox
--> Processing Dependency: libasound.so.2 for package: firefox
--> Processing Dependency: libasound.so.2 for package: gstreamer-plugins-base
--> Processing Dependency: libasound.so.2 for package: alsa-lib
--> Processing Dependency: libasound.so.2 for package: pwlib
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: alsa-utils
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: sox
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: esound
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: gimp
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: 
gstreamer-plugins-base
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: 
java-1.6.0-openjdk
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: xulrunner
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: libgcj
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: alsa-lib
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: pwlib
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: control-center
--> Processing Dependency: libasound.so.2(ALSA_0.9.0) for package: alsa-utils
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: alsa-utils
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: esound
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: 
java-1.6.0-openjdk
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: sox
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: 
gstreamer-plugins-base
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: pwlib
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc8) for package: alsa-lib
---> Package alsa-lib.i386 0:1.0.23-34.el5 set to be updated
--> Processing Dependency: libasound2 = 1.0.23-34.el5 for package: alsa-lib
--> Finished Dependency Resolution
1:esound-0.2.36-3.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc4) is needed by package 
1:esound-0.2.36-3.i386 (installed)
alsa-lib-1.0.23-34.el5.i386 from atrpms has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc8) is needed by package 
alsa-lib-1.0.23-34.el5.i386 (atrpms)
1:control-center-2.16.0-16.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2 is needed by package 
1:control-center-2.16.0-16.el5.i386 (installed)
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 from installed has depsolving 
problems
  --> Missing Dependency: libasound.so.2 is needed by package 
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 (installed)
1:esound-0.2.36-3.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2 is needed by package 
1:esound-0.2.36-3.i386 (installed)
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 from installed has depsolving 
problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package 
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 (installed)
pwlib-1.10.1-7.0.1.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc4) is needed by package 
pwlib-1.10.1-7.0.1.el5.i386 (installed)
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 from installed has depsolving 
problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc4) is needed by package 
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 (installed)
alsa-utils-1.0.17-1.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package 
alsa-utils-1.0.17-1.el5.i386 (installed)
2:gimp-2.2.13-2.0.7.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libaso

Re: [CentOS] Yum packages error.

2011-01-14 Thread m . roth
Lisandro Grullon wrote:
> Dear group,
> Last night I was playing around with my home desktop trying to get the
> sound to work and somehow I broke some dependencies, now yum update would
> not run. Can someone help me troubleshoot this. This is the output I am
> getting from yum update. Thank you in advance.

> Error: Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package
> gstreamer-plugins-base-0.10.20-3.0.1.el5_3.i386 (installed)
>  You could try using --skip-broken to work around the problem
>  You could try running: package-cleanup --problems
> package-cleanup --dupes
> rpm -Va --nofiles --nodigest

yum runs, it's just telling you that there are unresolved dependencies.
First, I think I'd clean all; then, it may be that you need to add another
repository. Finally, you might have to uninstall some stuff, then try to
reinstall - I'd do the topmost level (the audio player, say), and let it
decide what all it needed

 mark

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


Re: [CentOS] Server reboots unexpectebly.

2011-01-14 Thread compdoc
>>I am in the process of configuring 2 new servers. They are running Centos
5.5 and for the last three days they have been rebooting unexpectedly, can
you point me in the right direction what to look for in the logs. I have
been checking /var/log/messages but don't see anything that hint me any
clues why this is happening. Your input is much much appreciated. Lisandro

 

If there aren't any messages in the logs, then I would have to think this is
a hardware issue. Maybe an overheating or power supply problem. These
servers have new hardware? Describe your hardware...

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


[CentOS] httpd and selinux

2011-01-14 Thread Philippe Naudin
Hello,

Running httpd-2.2.3-43.el5.centos.3 on CentOS release 5.5 (Final), I
have :

$ ps -Ze
LABEL PID TTY  TIME CMD
user_u:system_r:httpd_t 12833 ?00:00:00 httpd

Is it normal for httpd to have this context (user_u:system_r:httpd_t) ?
I was expecting system_u:system_r:httpd_t.

And if it is not normal, is it because I have restarted httpd by hand
(service httpd restart), or because I have broken something in my
configuration ?

Thanks,

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


Re: [CentOS] Yum packages error.

2011-01-14 Thread Scott Robbins
On Fri, Jan 14, 2011 at 10:13:26AM -0500, Lisandro Grullon wrote:
> Dear group,
> Last night I was playing around with my home desktop trying to get the sound 
> to work and somehow I broke some dependencies, now yum update would not run. 
> Can someone help me troubleshoot this. This is the output I am getting from 
> yum update. Thank you in advance.
> 



It seems like there were too many repos involved, hence the issue--that
is, one has to, as you've learned to your cost, be careful about
priorities when mixing repos such as rpmforge, epel, and especially atrpms
(I believe the atrpm site warns about this.)

I don't know how much risk you're willing to take, nor how experienced
you are, but one way I've fixed such problems when I've run into them is
remove the packages that require the missing depedencies--in your case,
for example, firefox and gimp.  

Finally, afer I've removed enough, an install will go without errors,
and then I can replace the missing packages, this time, being careful
which repos I'm using.   It can be complex and time-consuming, and of
course, no guarantee of success, and sometimes, no doubt, you're better
off simply reinstalling from scratch, depending upon how much time
you've spent configuring. 

I would wait and see if someone with more knowledge comes up with a
better solution but offer this in case  no one does.



-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

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


Re: [CentOS] httpd and selinux

2011-01-14 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/14/2011 10:22 AM, Philippe Naudin wrote:
> Hello,
> 
> Running httpd-2.2.3-43.el5.centos.3 on CentOS release 5.5 (Final), I
> have :
> 
> $ ps -Ze
> LABEL PID TTY  TIME CMD
> user_u:system_r:httpd_t 12833 ?00:00:00 httpd
> 
> Is it normal for httpd to have this context (user_u:system_r:httpd_t) ?
> I was expecting system_u:system_r:httpd_t.
> 
> And if it is not normal, is it because I have restarted httpd by hand
> (service httpd restart), or because I have broken something in my
> configuration ?
> 
> Thanks,
> 
Yes this is normal, this indicates that some one running as user_u,
restarted the daemon.  system_u would indicate that it was started at boot.

The user component of SELinux is pretty much ignored when it comes to
access control.

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

iEYEARECAAYFAk0wargACgkQrlYvE4MpobOBMACfTHA4Yk1A2YhZ7G2gG+NPxekd
R2MAnRX8DlHqe4q3Ubc8586XjsUiAlzc
=Ll9R
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum packages error.

2011-01-14 Thread Bryant, Jamie

#


From: centos-boun...@centos.org 
To: CentOS mailing list 
Sent: Fri Jan 14 10:13:26 2011
Subject: [CentOS] Yum packages error.

Dear group,
Last night I was playing around with my home desktop trying to get the sound to 
work and somehow I broke some dependencies, now yum update would not run. Can 
someone help me troubleshoot this. This is the output I am getting from yum 
update. Thank you in advance.

[root@venus ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.rackspace.com
 * base: mirror.trouble-free.net
 * extras: centos.mirror.nac.net
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.atlanticmetro.net
Excluding Packages from EL 5 - i386 - ATrpms
Finished
Reducing EL 5 - i386 - ATrpms to included packages only
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libasound.so.2 for package: alsa-utils
--> Processing Dependency: libasound.so.2 for package: control-center
--> Processing Dependency: libasound.so.2 for package: xulrunner
--> Processing Dependency: libasound.so.2 for package: esound
--> Processing Dependency: libasound.so.2 for package: gimp
--> Processing Dependency: libasound.so.2 for package: java-1.6.0-openjdk
--> Processing Dependency: libasound.so.2 for package: libgcj
--> Processing Dependency: libasound.so.2 for package: sox
--> Processing Dependency: libasound.so.2 for package: firefox
--> Processing Dependency: libasound.so.2 for package: gstreamer-plugins-base
--> Processing Dependency: libasound.so.2 for package: alsa-lib
--> Processing Dependency: libasound.so.2 for package: pwlib
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: alsa-utils
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: sox
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: esound
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: gimp
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: 
gstreamer-plugins-base
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: 
java-1.6.0-openjdk
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: xulrunner
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: libgcj
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: alsa-lib
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: pwlib
--> Processing Dependency: libasound.so.2(ALSA_0.9) for package: control-center
--> Processing Dependency: libasound.so.2(ALSA_0.9.0) for package: alsa-utils
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: alsa-utils
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: esound
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: 
java-1.6.0-openjdk
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: sox
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: 
gstreamer-plugins-base
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4) for package: pwlib
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc8) for package: alsa-lib
---> Package alsa-lib.i386 0:1.0.23-34.el5 set to be updated
--> Processing Dependency: libasound2 = 1.0.23-34.el5 for package: alsa-lib
--> Finished Dependency Resolution
1:esound-0.2.36-3.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc4) is needed by package 
1:esound-0.2.36-3.i386 (installed)
alsa-lib-1.0.23-34.el5.i386 from atrpms has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc8) is needed by package 
alsa-lib-1.0.23-34.el5.i386 (atrpms)
1:control-center-2.16.0-16.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2 is needed by package 
1:control-center-2.16.0-16.el5.i386 (installed)
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 from installed has depsolving 
problems
  --> Missing Dependency: libasound.so.2 is needed by package 
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 (installed)
1:esound-0.2.36-3.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2 is needed by package 
1:esound-0.2.36-3.i386 (installed)
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 from installed has depsolving 
problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package 
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 (installed)
pwlib-1.10.1-7.0.1.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc4) is needed by package 
pwlib-1.10.1-7.0.1.el5.i386 (installed)
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 from installed has depsolving 
problems
  --> Missing Dependency: libasound.so.2(ALSA_0.9.0rc4) is needed by package 
1:java-1.6.0-openjdk-1.6.0.0-1.16.b17.el5.i386 (installed)
alsa-utils-1.0.17-1.el5.i386 from installed has depsolving problems
  --> Missing Dependency: libasound.so.2(ALSA

Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Eero Volotinen
2011/1/14 Brunner, Brian T. :
>> Is this how other CentOS users feel when they hear a RHEL
> announcement?
>
> +1
>
> 5.5 broke my machine at home, I don't have a bootable kernel currently
> (all versions hang starting udev, or hit a kernel panic starting udev).
> So a 5.6 or 6.0 DVD is the pill I'm waiting for.

Please, file bug report to upstream ..

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


Re: [CentOS] Yum packages error.

2011-01-14 Thread Lisandro Grullon
Can you recommend the steps that need to be taken in the CLI? Thank you.

>>>  01/14/11 10:17 AM >>>
Lisandro Grullon wrote:
> Dear group,
> Last night I was playing around with my home desktop trying to get the
> sound to work and somehow I broke some dependencies, now yum update would
> not run. Can someone help me troubleshoot this. This is the output I am
> getting from yum update. Thank you in advance.

> Error: Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package
> gstreamer-plugins-base-0.10.20-3.0.1.el5_3.i386 (installed)
>  You could try using --skip-broken to work around the problem
>  You could try running: package-cleanup --problems
> package-cleanup --dupes
> rpm -Va --nofiles --nodigest

yum runs, it's just telling you that there are unresolved dependencies.
First, I think I'd clean all; then, it may be that you need to add another
repository. Finally, you might have to uninstall some stuff, then try to
reinstall - I'd do the topmost level (the audio player, say), and let it
decide what all it needed

 mark

___
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] RHEL 5.6 is out

2011-01-14 Thread Gilbert Sebenste
On Fri, 14 Jan 2011, Eero Volotinen wrote:

> 2011/1/14 Brunner, Brian T. :
>>> Is this how other CentOS users feel when they hear a RHEL
>> announcement?

No, I think:

These men and women are so awesome, giving up their time to make us
a great operating system at no charge. Whether it be a week, a month,
or a year after RHEL release, I am so grateful for all of them and the 
huge amounts of time and effort they *donate* to do all of this!!

And I'll be blunt here: that should be our mindset for ALL of us on
this list, and it would accelerate the timetable of new CentOS releases
by:

1. Not having Karanbir and others stop and waste their time on snarky
comments, endless "when will it be out, I want it NOW!" tirades,
and other garbage

2. The development/QA/etc teams will be encouraged as we root them on,
timetable be hanged. You want it now? Go to RHEL. Seriously. And, you'll 
be doing us two favors: you'll stop irritating us, and you'll ensure that 
we will have a great OS when CentOS has a release.

Sorry, but I'm not in a good mood right now, but I'm tired of people 
complaining about the slow releases. As for me, I'm very grateful and 
thankful for what all the *volunteers* do for CentOS. Imperfectly?
Sure. That's what patience and grace are for.

Hey devs/QA, etc: keep on rollin', as they say here in the states.
Thanks, guys and gals, for all that you do

Gilbert

***
Gilbert Sebenste 
(My opinions only!)  **
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Eero Volotinen
> Hey devs/QA, etc: keep on rollin', as they say here in the states.
> Thanks, guys and gals, for all that you do

I hope that Centos team can finally fix the donations page, so that people
can donate money to project.

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


[CentOS] Centos Kernel Source Repo?

2011-01-14 Thread Keith Roberts
Where's the repo for downloading the Centos 5.5 kernel 
sources?

It's not in CentOS-Base.repo

I'd like to install the source code for the current Centos 
5.5 kernel, and create some customised kernels.

Kind Regards,

Keith Roberts

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Kernel Source Repo?

2011-01-14 Thread Akemi Yagi
On Fri, Jan 14, 2011 at 8:08 AM, Keith Roberts  wrote:
> Where's the repo for downloading the Centos 5.5 kernel
> sources?
>
> It's not in CentOS-Base.repo
>
> I'd like to install the source code for the current Centos
> 5.5 kernel, and create some customised kernels.

See here:

http://wiki.centos.org/HowTos/I_need_the_Kernel_Source
http://wiki.centos.org/HowTos/Custom_Kernel

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Cia Watson
On Fri, 14 Jan 2011 10:11:20 -0500
Robert Spangler  wrote:

> On Friday 14 January 2011 05:45, Mister IT Guru wrote:
>
> >  I assumed that this would be the case! Made me realise how much
> > faith I have in the CentOS volunteers. Every time I've heard of a
> > RHEL release, I brace myself and think "WooHoo - CentOS in three
> > months!" Is this how other CentOS users feel when they hear a RHEL
> > announcement?
> 
> NO!  This is a volunteer effort.  You cannot expect them to have the
> newest release out days after it is announced.  There is work that
> needs to be done before they can release the OS as CentOS.  They do
> what they can when they can.  After all it s free so why complain?
> 
> You could always learn how to help them get the newest release out
> there if time is such an important issue.

He did say 'CentOS in three months', and given that as I recall 5.3 to
5.4 took 2 months and 5.4 to 5.5 took about the same amount of time, 3
months hopefully isn't unrealistic? If it is, maybe someone could or
should put out a call for more volunteers? Of course 6.0 may end up
being more than 3 months after upstream release, but time will tell. 

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Brunner, Brian T.
 
> > Hey devs/QA, etc: keep on rollin', as they say here in the states.
> > Thanks, guys and gals, for all that you do
> 
> I hope that Centos team can finally fix the donations page, 
> so that people can donate money to project.

+1 ... Err... +$10



I hate proprietary attachments!
***
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the system manager. This footnote also confirms that this
email message has been swept for the presence of computer viruses.
www.Hubbell.com - Hubbell Incorporated**

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


Re: [CentOS] RHCE question

2011-01-14 Thread Rob Del Vecchio
> Since the RHCE exam is based on RHEL, that would be the best OS to work
> with. If you don't want to shell out the money for RHEL, then CentOS 5
> would be the next choice.
>
> --
> Bowie

>Agree 150%.

I agree also.  I'm going along the same self-taught path using CentOS
5.5, lurking and absorbing all of the cool stuff that happens on this
mailing list.
>From reading through that massive SELinux thread, I decided I should
tackle that first, since it seems to be the most misunderstood yet
most useful tool to know how to use.
Currently using this great manual:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/pdf/Security-Enhanced_Linux/Red_Hat_Enterprise_Linux-6-Security-Enhanced_Linux-en-US.pdf

I think my next thing to learn is httpd configuration.
And then maybe a little perl (I already know python and regex's).

Any other important topics to know?

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


Re: [CentOS] Server reboots unexpectebly.

2011-01-14 Thread John Doe
From: compdoc 
> If there aren’t any messages in the logs, then I would have to think this is 
> a 

> hardware issue. Maybe an overheating or power supply problem. These servers 
>have 
>
> new hardware? Describe your hardware...

These should appear in the server logs (IPMI) in the BIOS screen or with server 
system tools...

JD


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


Re: [CentOS] Centos Kernel Source Repo?

2011-01-14 Thread Keith Roberts
On Fri, 14 Jan 2011, Akemi Yagi wrote:

> To: CentOS mailing list 
> From: Akemi Yagi 
> Subject: Re: [CentOS] Centos Kernel Source Repo?
> 
> On Fri, Jan 14, 2011 at 8:08 AM, Keith Roberts 
>  wrote:
>> Where's the repo for downloading the Centos 5.5 kernel
>> sources?
>>
>> It's not in CentOS-Base.repo
>>
>> I'd like to install the source code for the current Centos
>> 5.5 kernel, and create some customised kernels.
>
> See here:
>
> http://wiki.centos.org/HowTos/I_need_the_Kernel_Source
> http://wiki.centos.org/HowTos/Custom_Kernel

Thanks for that Akemi!

I have found this link:

http://mirror.centos.org/centos/5.5/os/SRPMS/kernel-2.6.18-194.el5.src.rpm

Is there a YUM or Smart PM repository configuration file for 
this Centos source code repo, so I can browse and install 
SRPMS from Smart PM or YUM?

I'd like to learn how to create my own custom linux kernels. 
Quite a long learning curve, but it's something I'm very 
fascinated with.

Kind Regards,

Keith Roberts

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Mister IT Guru
On 14/01/2011 15:11, Robert Spangler wrote:
> On Friday 14 January 2011 05:45, Mister IT Guru wrote:
>
>>   On 13/01/2011 21:45, Daniel Heitmann wrote:
>>   >  On 13.01.2011, at 22:34, Ray Van Dolson wrote:
>>   >>  You should probably give RH a call with your questions, or try this
>>   >>  mailing list:
>>   >
>>   >  Or wait a few more weeks for CentOS 6, if it's a money-issue.
>>
>>   I assumed that this would be the case! Made me realise how much faith I
>>   have in the CentOS volunteers. Every time I've heard of a RHEL release,
>>   I brace myself and think "WooHoo - CentOS in three months!" Is this how
>>   other CentOS users feel when they hear a RHEL announcement?
> NO!  This is a volunteer effort.  You cannot expect them to have the newest
> release out days after it is announced.  There is work that needs to be done
> before they can release the OS as CentOS.  They do what they can when they
> can.  After all it s free so why complain?
I have 0 complaints with CentOS - even the complaints I do have are not 
really complaints, just me being greedy and fickle. CentOS is, for all 
intents and purposes, an Enterprise grade product, I salute you guys and 
girls, who work on it.
> You could always learn how to help them get the newest release out there if
> time is such an important issue.
For the record, I do completely understand that this is a volunteer 
effort, as I am sure many others have done since the beginning. Time to 
me, is not an important issue, I can wait for the work to be done, but 
taking into the account the fact that I'm taking, and not giving, I 
should have taken the stance that you took, and let people know that 
this is a volunteer effort. That said ...

"WOOHOO - CentOS in three months!"

I am free to be happy that there are people out there who are spending 
their free time, using their knowledge and expertise just to help me do 
my job better. I say "Thank You" to the volunteers, you make my life so 
much easier, and your top class work gives me the confidence to deploy 
CentOS, not only across all our internal linux machines,  but our colo 
facility as well, *and* all our clients. Thank You again, because of 
your work, I am able to sleep at night not worrying about new system 
installs, or anything to do with CentOS actually. Your work is top class!

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Mister IT Guru
On 14/01/2011 15:35, Eero Volotinen wrote:
> 2011/1/14 Brunner, Brian T.:
>>> Is this how other CentOS users feel when they hear a RHEL
>> announcement?
>>
>> +1
>>
>> 5.5 broke my machine at home, I don't have a bootable kernel currently
>> (all versions hang starting udev, or hit a kernel panic starting udev).
>> So a 5.6 or 6.0 DVD is the pill I'm waiting for.
> Please, file bug report to upstream ..
See! this is why I love open source! Would you have got a response that 
quick from M$!? Unless you paid them your first born child?

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Mister IT Guru
On 14/01/2011 16:14, Cia Watson wrote:
> On Fri, 14 Jan 2011 10:11:20 -0500
> Robert Spangler  wrote:
>
>> On Friday 14 January 2011 05:45, Mister IT Guru wrote:
>>
>>>   I assumed that this would be the case! Made me realise how much
>>> faith I have in the CentOS volunteers. Every time I've heard of a
>>> RHEL release, I brace myself and think "WooHoo - CentOS in three
>>> months!" Is this how other CentOS users feel when they hear a RHEL
>>> announcement?
>> NO!  This is a volunteer effort.  You cannot expect them to have the
>> newest release out days after it is announced.  There is work that
>> needs to be done before they can release the OS as CentOS.  They do
>> what they can when they can.  After all it s free so why complain?
>>
>> You could always learn how to help them get the newest release out
>> there if time is such an important issue.
> He did say 'CentOS in three months', and given that as I recall 5.3 to
> 5.4 took 2 months and 5.4 to 5.5 took about the same amount of time, 3
> months hopefully isn't unrealistic? If it is, maybe someone could or
> should put out a call for more volunteers? Of course 6.0 may end up
> being more than 3 months after upstream release, but time will tell.
>
> Cia W

Thank you Cia W :)

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


[CentOS] hardware problem with 5.6

2011-01-14 Thread mahmoud mansy
hey every one i got the centos 5.5  and the following problem occuered:
1- the video display doesnot probe my card right.
2- the wireless card doesnot installed .


my laptop is dell studio1569:
(
display card is intel hd arrandle , the wireless card is intel
advanced centrino n6200 series )
but the fedora 14 did it will with both also the ubuntu?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Bind won't start.

2011-01-14 Thread Lisandro Grullon
Dear Group,

In the process of configuring bind, I created a new configuration file under 
/etc/named.conf

options {
directory "/var/named";
version "Nope.";
};

zone "internal.micro.com" in {
type master;
file "internal.micro.com";
};


This is the definition I am using for the forward zone under 
/var/named/internal.micro.com

$TTL24h;

@   IN  SOA plato.internal.micro.com   lgrullon.internal.micro.com(
2011011401  ; Serial
108000  ; Refresh
3600; Retry
604800  ; Expire
86400   ; Minimum
)

internal.micro.com.IN  NS  plato.internal.micro.com.

internal.micro.com.IN  A   192.168.1.10
plato.internal.micro.com.  IN  A  192.168.1.10
internal.micro.com.IN  MX  100 
plato.internal.micro.com


I am getting the following error under /var/log/messages and named would not 
start after service named start. What am I missing?

Jan 14 07:29:41 plato named[23057]: starting BIND 
9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 -u named -D
Jan 14 07:29:41 plato named[23057]: found 24 CPUs, using 24 worker threads
Jan 14 07:29:41 plato named[23057]: using up to 4096 sockets
Jan 14 07:29:41 plato named[23057]: loading configuration from '/etc/named.conf'
Jan 14 07:29:41 plato named[23057]: max open files (1024) is smaller than max 
sockets (4096)
Jan 14 07:29:41 plato named[23057]: using default UDP/IPv4 port range: [1024, 
65535]
Jan 14 07:29:41 plato named[23057]: using default UDP/IPv6 port range: [1024, 
65535]
Jan 14 07:29:41 plato named[23057]: listening on IPv4 interface lo, 127.0.0.1#53
Jan 14 07:29:41 plato named[23057]: listening on IPv4 interface eth0, 
192.168.1.10#53
Jan 14 07:29:41 plato named[23057]: command channel listening on 127.0.0.1#953
Jan 14 07:29:41 plato named[23057]: command channel listening on ::1#953
Jan 14 07:29:41 plato named[23057]: the working directory is not writable
Jan 14 07:29:41 plato named[23057]: zone internal.micro.com/IN: loaded serial 
2011011401
Jan 14 07:29:41 plato named[23057]: zone internal.micro.com/IN: sending 
notifies (serial 2011011401)
Jan 14 07:29:41 plato named[23057]: client 192.168.1.10#37212: received notify 
for zone 'internal.micro.com'
Jan 14 07:29:41 plato kernel: named[23081]: segfault at 2cd8 rip 
2cd8 rsp 507d8f58 error 15

Is there something wrong with the kernel and named?  I am on 2.6.18-194.32.1.el5

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


Re: [CentOS] input/output error while copy

2011-01-14 Thread John R Pierce
On 01/14/11 1:01 AM, Ritika Garg wrote:
> When I give the command "cp file1 file2" then the error comes:
> cp: cannot create regular file `file2': Input/output error
>
> This occurs sometimes and it occurs when I am giving the command 
> inside a external hard disk which is mounted by "ntfs-3g" manually.
> Why does this error come?


last I heard, NTFS-3g still had issues with writing new files and 
directory block splitting.


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


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread Mister IT Guru
On 14/01/2011 17:22, mahmoud mansy wrote:
> hey every one i got the centos 5.5  and the following problem occuered:
> 1- the video display doesnot probe my card right.
> 2- the wireless card doesnot installed .
>
>
> my laptop is dell studio1569:
> (
> display card is intel hd arrandle , the wireless card is intel
> advanced centrino n6200 series )
> but the fedora 14 did it will with both also the ubuntu?

I would first check that your hardware is compatible with CentOS - I'd 
do that by going onto RedHat's site, and checking their supported 
hardware list, if its there, we have a winner, if not, then I think it 
would be acceptable to not expect it to work 100%. Because something 
works in ubuntu, or fedora, (both of which I consider "desktop" distros) 
doesn't mean that it'll work in all other versions of linux, because 
there are different kernel versions out there. Even kernel versions that 
are the same between distros, may have been compiled with different options.

-- 
The Solo System Admin - Follow me - I follow you
http://solosysad.blogspot.com/
Latest Entry: Bacula - Building from source
--
Mister IT Guru At Gmx Dot Com

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


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread Rob Kampen

mahmoud mansy wrote:

hey every one i got the centos 5.5  and the following problem occuered:
1- the video display doesnot probe my card right.
2- the wireless card doesnot installed .


my laptop is dell studio1569:
(
display card is intel hd arrandle , the wireless card is intel
advanced centrino n6200 series )
but the fedora 14 did it will with both also the ubuntu?
  

Please wait for CentOS 6 - it may play with later hardware.

___
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] Bind won't start.

2011-01-14 Thread Rob Kampen

Lisandro Grullon wrote:

Dear Group,

In the process of configuring bind, I created a new configuration file 
under /etc/named.conf


options {
directory "/var/named";

this is the directory

version "Nope.";
};

zone "internal.micro.com" in {
type master;
file "internal.micro.com";
};


This is the definition I am using for the forward zone under 
/var/named/internal.micro.com


$TTL24h;

@   IN  SOA plato.internal.micro.com   
lgrullon.internal.micro.com(

2011011401  ; Serial
108000  ; Refresh
3600; Retry
604800  ; Expire
86400   ; Minimum
)

internal.micro.com.IN  NS  
plato.internal.micro.com.


internal.micro.com.IN  A   192.168.1.10
plato.internal.micro.com.  IN  A  192.168.1.10
internal.micro.com.IN  MX  100 
plato.internal.micro.com



I am getting the following error under /var/log/messages and named 
would not start after service named start. What am I missing?


Jan 14 07:29:41 plato named[23057]: starting BIND 
9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 -u named -D

Jan 14 07:29:41 plato named[23057]: found 24 CPUs, using 24 worker threads
Jan 14 07:29:41 plato named[23057]: using up to 4096 sockets
Jan 14 07:29:41 plato named[23057]: loading configuration from 
'/etc/named.conf'
Jan 14 07:29:41 plato named[23057]: max open files (1024) is smaller 
than max sockets (4096)
Jan 14 07:29:41 plato named[23057]: using default UDP/IPv4 port range: 
[1024, 65535]
Jan 14 07:29:41 plato named[23057]: using default UDP/IPv6 port range: 
[1024, 65535]
Jan 14 07:29:41 plato named[23057]: listening on IPv4 interface lo, 
127.0.0.1#53
Jan 14 07:29:41 plato named[23057]: listening on IPv4 interface eth0, 
192.168.1.10#53
Jan 14 07:29:41 plato named[23057]: command channel listening on 
127.0.0.1#953

Jan 14 07:29:41 plato named[23057]: command channel listening on ::1#953
Jan 14 07:29:41 plato named[23057]: the working directory is not writable

this tells you named cannot write to it
are you using chroot version of bind/named - highly recommended
Jan 14 07:29:41 plato named[23057]: zone internal.micro.com/IN: loaded 
serial 2011011401
Jan 14 07:29:41 plato named[23057]: zone internal.micro.com/IN: 
sending notifies (serial 2011011401)
Jan 14 07:29:41 plato named[23057]: client 192.168.1.10#37212: 
received notify for zone 'internal.micro.com'
Jan 14 07:29:41 plato kernel: named[23081]: segfault at 
2cd8 rip 2cd8 rsp 507d8f58 error 15


Is there something wrong with the kernel and named?  I am on 
2.6.18-194.32.1.el5



___
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] hardware problem with 5.6

2011-01-14 Thread Scott Robbins
On Fri, Jan 14, 2011 at 05:42:11PM +, Mister IT Guru wrote:
> On 14/01/2011 17:22, mahmoud mansy wrote:



> > hey every one i got the centos 5.5  and the following problem occuered:
> > 1- the video display doesnot probe my card right.
> > 2- the wireless card doesnot installed .
> >
> >
> > my laptop is dell studio1569:
> > (
> 


> I would first check that your hardware is compatible with CentOS - I'd 
> do that by going onto RedHat's site, and checking their supported 
> hardware list, if its there, we have a winner, if not, then I think it 
> would be acceptable to not expect it to work 100%. Because something 
> works in ubuntu, or fedora, (both of which I consider "desktop" distros) 
> doesn't mean that it'll work in all other versions of linux, because 
> there are different kernel versions out there. Even kernel versions that 
> are the same between distros, may have been compiled with different options.
> 

There is the fact that the CentOS kernel is much older than the
Fedora/Ubuntu (and basically everything else) out there.  In many cases,
support for a driver may not be in the CentOS kernel, though it is in
the Fedora or Ubuntu kernels---as was said, those two are aimed towards
the desktop user and they are more concerned with supporting common,
more current hardware for laptops and such.   


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Principal Snyder: There are things I will not tolerate: students 
loitering on campus after school, horrible murders with hearts 
being removed. And also smoking. 

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


Re: [CentOS] Bind won't start.

2011-01-14 Thread Scott Robbins
On Fri, Jan 14, 2011 at 12:37:04PM -0500, Lisandro Grullon wrote:
> Dear Group,
> 
> 
> This is the definition I am using for the forward zone under 
> /var/named/internal.micro.com
> 
> $TTL24h;
> 
> @   IN  SOA plato.internal.micro.com   
> lgrullon.internal.micro.com(
> 2011011401  ; Serial
> 108000  ; Refresh
> 3600; Retry
> 604800  ; Expire
> 86400   ; Minimum
> )
> 
> internal.micro.com.IN  NS  plato.internal.micro.com.
> 

> Jan 14 07:29:41 plato named[23057]: the working directory is not writable

See if that is owned or at least writeable, by named.  I vaguely
remember running into something similar, and that was the issue--the
file wound up being owned by root and not writeable by named. 

I fear I don't remember the details well.



-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6


Principal Snyder: A lot of educators tell students, 'Think of 
your principal as your pal' I say, 'Think of me as your judge, 
jury, and executioner.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread m . roth
Scott Robbins wrote:
> On Fri, Jan 14, 2011 at 05:42:11PM +, Mister IT Guru wrote:
>> On 14/01/2011 17:22, mahmoud mansy wrote:
>
>> > hey every one i got the centos 5.5  and the following problem
>> occuered:
>> > 1- the video display doesnot probe my card right.
>> > 2- the wireless card doesnot installed .
>> >
>> > my laptop is dell studio1569:
>> > (

Dumb question: have you contacted Dell? They *do* support Linux, and RHEL
(at least on their servers). See if they have a driver, or can point you
to one.

   mark

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


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread Ned Slider
On 14/01/11 17:22, mahmoud mansy wrote:
> hey every one i got the centos 5.5  and the following problem occuered:
> 1- the video display doesnot probe my card right.
> 2- the wireless card doesnot installed .
>
>
> my laptop is dell studio1569:
> (
> display card is intel hd arrandle , the wireless card is intel
> advanced centrino n6200 series )
> but the fedora 14 did it will with both also the ubuntu?

The Intel Wireless WiFi Link 6200AGN and 6300AGN Adapters are supported 
by the iwlagn driver in 5.5 and 5.6.

You will need the appropriate firmware installed, in this case 
iwl6000-firmware available from elrepo.org:

http://elrepo.org/tiki/iwl6000-firmware

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


Re: [CentOS] Bind won't start.

2011-01-14 Thread lhecking

> > Jan 14 07:29:41 plato named[23057]: the working directory is not writable
> 
> See if that is owned or at least writeable, by named.  I vaguely
> remember running into something similar, and that was the issue--the
> file wound up being owned by root and not writeable by named. 

 named does not need write access to /var/named. This has been a "feature" of
 RH bind packages for a long time.
 


---
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] hardware problem with 5.6

2011-01-14 Thread Lamar Owen
On Friday, January 14, 2011 12:58:47 pm m.r...@5-cent.us wrote:
> Dumb question: have you contacted Dell? They *do* support Linux, and RHEL
> (at least on their servers). See if they have a driver, or can point you
> to one.

They also support Ubuntu on certain machines, and RHEL on some if not most 
Precision Workstations (they have supported RHEL and before that RHL on 
Precision Workstations for a long time).
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread Kwan Lowe
On Fri, Jan 14, 2011 at 1:04 PM, Lamar Owen  wrote:
> On Friday, January 14, 2011 12:58:47 pm m.r...@5-cent.us wrote:
>> Dumb question: have you contacted Dell? They *do* support Linux, and RHEL
>> (at least on their servers). See if they have a driver, or can point you
>> to one.
>
> They also support Ubuntu on certain machines, and RHEL on some if not most 
> Precision Workstations (they have supported RHEL and before that RHL on 
> Precision Workstations for a long time).


"Support" is open to interpretation. I bought a Dell E1505 with Ubuntu
preloaded. Their support pretty much said, "Your only option for
troubeshooting is to reinstall the OS."
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] mirror.centos.org timeouts

2011-01-14 Thread Keith Roberts

Trying to connect to
http://mirror.centos.org/centos/5.5/

is quite sporadic.

Anyone else on the list noticed this?

Regards,

Keith

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bind won't start.

2011-01-14 Thread Lisandro Grullon
I figured it out, i submitted as a bug.

http://bugs.centos.org/view.php?id=4704

>>> Scott Robbins  01/14/11 12:58 PM >>>
On Fri, Jan 14, 2011 at 12:37:04PM -0500, Lisandro Grullon wrote:
> Dear Group,
> 
> 
> This is the definition I am using for the forward zone under 
> /var/named/internal.micro.com
> 
> $TTL24h;
> 
> @   IN  SOA plato.internal.micro.com   
> lgrullon.internal.micro.com(
> 2011011401  ; Serial
> 108000  ; Refresh
> 3600; Retry
> 604800  ; Expire
> 86400   ; Minimum
> )
> 
> internal.micro.com.IN  NS  plato.internal.micro.com.
> 

> Jan 14 07:29:41 plato named[23057]: the working directory is not writable

See if that is owned or at least writeable, by named.  I vaguely
remember running into something similar, and that was the issue--the
file wound up being owned by root and not writeable by named. 

I fear I don't remember the details well.



-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6


Principal Snyder: A lot of educators tell students, 'Think of 
your principal as your pal' I say, 'Think of me as your judge, 
jury, and executioner.
___
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] mirror.centos.org timeouts

2011-01-14 Thread John R Pierce
On 01/14/11 10:11 AM, Keith Roberts wrote:
> Trying to connect to
> http://mirror.centos.org/centos/5.5/
>
> is quite sporadic.
>
> Anyone else on the list noticed this?

very quick here right now.   but there's lots of different mirrors,

 $ host mirror.centos.org
 mirror.centos.org has address 208.73.35.50

appears to be the one my DNS tossed up.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mirror.centos.org timeouts

2011-01-14 Thread Keith Roberts
On Fri, 14 Jan 2011, John R Pierce wrote:

> To: centos@centos.org
> From: John R Pierce 
> Subject: Re: [CentOS] mirror.centos.org timeouts
> 
> On 01/14/11 10:11 AM, Keith Roberts wrote:
>> Trying to connect to
>> http://mirror.centos.org/centos/5.5/
>>
>> is quite sporadic.
>>
>> Anyone else on the list noticed this?
>
> very quick here right now.   but there's lots of different mirrors,
>
> $ host mirror.centos.org
> mirror.centos.org has address 208.73.35.50

OK John.

I seem to be getting timeouts, from time to time.

Like you say, there are plenty of other mirrors to choose 
from.

Keith

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread Adam Tauno Williams
On Fri, 2011-01-14 at 14:52 +0100, Timothy Kesten wrote:
> Am Freitag, 14. Januar 2011, 11:27:22 schrieb John Doe:
> > Search for "samba windows.7" and click on first answer...
> I knew, that samba > 3.3 is necessary.
> I was more interessted in where can I get a suitable version from a
> centos-repo.

We use the excellent Samba packages from the SerNet repository


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


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread mahmoud mansy
well, it`s not that dumb ass i ask u guys here that means i tried
other ways to do so .
but ok,
if there is an update to the kernel can i do it without breaking the
integerity of the system and its security,if there is not why the
community don`t try to make one?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] hardware problem with 5.6

2011-01-14 Thread Daniel Heitmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 14.01.2011, at 22:53, mahmoud mansy wrote:
> well, it`s not that dumb ass i ask u guys here that means i tried
> other ways to do so .
> but ok,
> if there is an update to the kernel can i do it without breaking the
> integerity of the system and its security,if there is not why the
> community don`t try to make one?
Feel free to build your own kernel, no one will hinder you, if you start such a 
task by creating your own repository. CentOS' primary goal is to be a 
binary-compatible community-version of Red Hat's Enterprise Linux (RHEL), which 
means that you won't see any kernel-components in CentOS, that are not in RHEL. 
If you need a distribution with support for bleeding edge tech, there's Fedora 
for that and it is doing a great job at that. 

- From what I have read so far, RHEL 6 (and therefore CentOS 6, once it's out) 
will bring improved support for notebooks. 

Gruß/Regards,
Daniel Heitmann

gpg id: B251006E | ascii: http://horrendum.de/gpg.asc | twitter: @dictvm
xmmp: maledic...@jabber.ccc.de | otr-fingerprint: http://horrendum.de/otr.txt

Proprietary attachments instantly go to /dev/null. 

"Who controls the past controls the future. 
Who controls the present controls the past." - George Orwell

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

iQEcBAEBAgAGBQJNMMhmAAoJEAPGje6yUQBu1XkH/0jOSCcQOTwm68MRPKllmQPc
gdGlAVqJL7akFJCncDyFurms82Em6THYw94RnljTaRTyXPU2SCkL03Nq1PuclzGM
K8YCsMxiQ79Qko1AZN9iBuemGJNcCZgraN06nZjQIWySEQNOYDdCOIGOufAjvslI
chE41wOw6hnxzuZpeAS34xvY3d+WrRt7TX08xYNhRrETVXfkNkzHSPgHoxxARdK+
TFUuGuKOiflxZhPs271/jEVlC4HH2Em9Jb8ujhYxQpQMbvqShVE0893HcBmX737F
OOoekVql/urFfh6GiAod+FG0mtUbrBpadiACGWaj6fnmE8t9+Q/NKVhTVjU7QbI=
=n2Dy
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHCE question

2011-01-14 Thread mahmoud mansy
ok,but i think  fedora is more convinent as desktop but which is
better as server and workstation centos or fedora i mean can be both
the desktop and the server in the same time?

On 1/14/11, Rob Del Vecchio  wrote:
>> Since the RHCE exam is based on RHEL, that would be the best OS to work
>> with. If you don't want to shell out the money for RHEL, then CentOS 5
>> would be the next choice.
>>
>> --
>> Bowie
>
>>Agree 150%.
>
> I agree also.  I'm going along the same self-taught path using CentOS
> 5.5, lurking and absorbing all of the cool stuff that happens on this
> mailing list.
> >From reading through that massive SELinux thread, I decided I should
> tackle that first, since it seems to be the most misunderstood yet
> most useful tool to know how to use.
> Currently using this great manual:
> http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/pdf/Security-Enhanced_Linux/Red_Hat_Enterprise_Linux-6-Security-Enhanced_Linux-en-US.pdf
>
> I think my next thing to learn is httpd configuration.
> And then maybe a little perl (I already know python and regex's).
>
> Any other important topics to know?
>
> Rob
> ___
> 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] RHCE question

2011-01-14 Thread Les Mikesell
On 1/14/2011 4:33 PM, mahmoud mansy wrote:
> ok,but i think  fedora is more convinent as desktop but which is
> better as server and workstation centos or fedora i mean can be both
> the desktop and the server in the same time?

You have to make your own choice between 'stable and well tested' and 
'new with the latest features'.  You can't have both at the same time 
and different distributions choose different balances.  If you'll lose a 
lot of money over a few minutes of downtime, go with 'well tested', but 
there are places where it is appropriate to run newer code and if nobody 
did, it would never advance to 'well tested'.

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


Re: [CentOS] RHCE question

2011-01-14 Thread John R Pierce
On 01/14/11 2:33 PM, mahmoud mansy wrote:
> ok,but i think  fedora is more convinent as desktop but which is
> better as server and workstation centos or fedora i mean can be both
> the desktop and the server in the same time?

fedora as a server would be OK if you only plan on using that server 
for 6-9 months and wiping it and rebuilding it afterwards.


fedora's short support cycle pretty much takes it off my list as when I 
build a system, its generally going to be used for 3-5 years.


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


Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread Ryan Wagoner
On Fri, Jan 14, 2011 at 8:52 AM, Timothy Kesten  wrote:
> Am Freitag, 14. Januar 2011, 11:27:22 schrieb John Doe:
>
>> Google for "samba windows.7" and click on first answer...
>
> I knew, that samba > 3.3 is necessary.
>
> I was more interessted in where can I get a suitable version from a
> centos-repo.

yum install samba3x

Samba 3.3.8 was included with CentOS 5.5.

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


Re: [CentOS] Kernel Errors Present

2011-01-14 Thread Leonard den Ottolander
Hi Keith,

On Thu, 2011-01-13 at 19:03 +, Keith Roberts wrote:
> Well it seems likely it's because the drive is on a 
> 40-wire cable. But the kernel wants to do UDMA at 100 MB/s.

See hdparm's -X switch to override the (U)DMA mode used for the drive.

Regards,
Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


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


Re: [CentOS] RHCE question

2011-01-14 Thread Kwan Lowe
On Fri, Jan 14, 2011 at 5:52 PM, Les Mikesell  wrote:

> You have to make your own choice between 'stable and well tested' and
> 'new with the latest features'.  You can't have both at the same time
> and different distributions choose different balances.  If you'll lose a
> lot of money over a few minutes of downtime, go with 'well tested', but
> there are places where it is appropriate to run newer code and if nobody
> did, it would never advance to 'well tested'.

I run Fedora and Ubuntu in virtual machines hosted on CentOS :)...
Best of both worlds.. The stable system underneath, and the don't
blink or you'll miss a release distros in virtuals.  I use Fedora and
Ubuntu for various photography and text applications.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread Kenneth Wolcott
Hi;

how to convert 7 cd iso images into one dvd image?

I am unable to use bittorrent :-(

Home ISP blocking bittorrent; company now blocks bittorrent.

I want/need an old release (CentOS 5.2) to install as a VirtualBox guest.

I suppose I could install from the cd iso images, but it is a pain to
virtually eject and remount cd iso images during the install :-(

So, is there a technique or an open source tool that will create a dvd
iso given the cd iso images?

Or how does one generate the dvd iso given a list of rpm files?
(Assuming I had a list of all of the needed rpm files).

It would be nice if one had something like "make centos_5.2_dvd_iso" :-)

Thanks,
Ken Wolcott
kennethwolc...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread Jorge Fábregas
On 01/14/2011 09:29 PM, Kenneth Wolcott wrote:
> I suppose I could install from the cd iso images, but it is a pain to
> virtually eject and remount cd iso images during the install :-(

There is a trick where you can perform an installation with just the
first CD (and you won't be asked for further CDs) if you do this:

1) do a text-based installation (on the prompt right after booting type:
 linux text )
2) when it comes to package selection, uncheck all groups but then click
on customize packages (to get into package details)..and uncheck all of
them.

The previous steps are from my head (specially #2) but just pay
attention to the software and what I said and you'll be fine.

You'll get an installation of about 600 to 700 MB and then you can use
"yum" to install whatever you need to install.

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


Re: [CentOS] RHCE question

2011-01-14 Thread compdoc
>> I use Fedora and Ubuntu for various photography and text applications.

Can I ask - what kind of photography applications?



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


Re: [CentOS] Bind won't start.

2011-01-14 Thread Leonard den Ottolander
Hello Lisandro,

On Fri, 2011-01-14 at 13:35 -0500, Lisandro Grullon wrote:
> I figured it out, i submitted as a bug.
> 
> http://bugs.centos.org/view.php?id=4704

Filing bugs regarding functional issues in the CentOS bug tracker is NOT
helpful. CentOS is an essentially _unmodified_ rebuild of RHEL. The
CentOS bug tracker is for issues relating to the rebuild packages, not
for issues that existed in the original product.

File functional bugs at Red Hat's bugzilla (http://bugzilla.redhat.com).
And always search for existing bugs before submitting new reports.

Regards,
Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


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


[CentOS] CentOS 5.5/5.6 on Sandy Bridge

2011-01-14 Thread Kenni Lund
Hi list

Has anyone tried to install CentOS 5.5 on a system with one of the new
Sandy Bridge processors with integrated GPU? I can live with bad X11
performance - I'm happy as long as I get a X11 desktop (with VESA or
whatever) with no crashes :) I'll mostly use this system as a KVM host
with a VNC server, but I'll like to be able to hook a screen to it.

CentOS 5.6/6.0 will undoubtly improve the situation in case there're
issues with 5.5, I'm just curious if it will work atm. with the
current CentOS 5.5 + a default Gnome environment.

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


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread John R Pierce
On 01/14/11 5:29 PM, Kenneth Wolcott wrote:
> Home ISP blocking bittorrent; company now blocks bittorrent.
>
> I want/need an old release (CentOS 5.2) to install as a VirtualBox guest.
>
> I suppose I could install from the cd iso images, but it is a pain to
> virtually eject and remount cd iso images during the install :-(
>
> So, is there a technique or an open source tool that will create a dvd
> iso given the cd iso images?

I've seen the DVD ISO files on select mirrors.it can be difficult to 
reliably transfer a > 4GB file over http/ftp


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


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread John R Pierce
On 01/14/11 5:36 PM, Jorge Fábregas wrote:
> On 01/14/2011 09:29 PM, Kenneth Wolcott wrote:
>> I suppose I could install from the cd iso images, but it is a pain to
>> virtually eject and remount cd iso images during the install :-(
> There is a trick where you can perform an installation with just the
> first CD (and you won't be asked for further CDs) if you do this:
>
> 1) do a text-based installation (on the prompt right after booting type:
>   linux text)
> 2) when it comes to package selection, uncheck all groups but then click
> on customize packages (to get into package details)..and uncheck all of
> them.
>
> The previous steps are from my head (specially #2) but just pay
> attention to the software and what I said and you'll be fine.
>
> You'll get an installation of about 600 to 700 MB and then you can use
> "yum" to install whatever you need to install.

or, put all the 5.2 CD contents on a local http server, and use 
http://vault.centos.org/5.2/isos/i386/CentOS-5.2-i386-netinstall.iso 
(<8MB) to install it.



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


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread Scott Robbins
On Fri, Jan 14, 2011 at 09:36:43PM -0400, Jorge Fábregas wrote:


> 
> 1) do a text-based installation (on the prompt right after booting type:
>  linux text )
> 2) when it comes to package selection, uncheck all groups but then click
> on customize packages (to get into package details)..and uncheck all of
> them.

Not even necessary to do the text based install--keep in mind that in
CentOS 6, thanks to RH feeling Fedora is their development platform, and
Fedora being aimed more at the imaginary, somewhat moronic (in the
developers' minds) "average user", text installation is crippled.

If using GUI mode, choose customize now--one advantage RH 6 will have is
the ability to, in the main selection screen, choose minimal which will
do this for you--then, as Jorge says, uncheck everything.  Basically
uncheck the desktops, go through applications from top to bottom, in
servers, I believe it's just print server that they install by default,
and then uncheck everything in base as well--go to the bottom, because X
server is the last thing listed, so make sure you go through EVERYTHING
in base.  (You won't have to open options for each thing you uncheck,
just unchecking them is sufficient.)


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Willow: Old reliable? Yeah, great. There's a sexy
nickname.
 Buffy: Well, I didn't mean it as...
Willow: No, it's fine, I'm Old Reliable.
Xander: She just means, you know, the geyser. You're like a
geyser of fun that goes off at regular intervals.
Willow: That's Old Faithful.
Xander: Isn't that the dog that the guy had to shoot...?
Willow: That's Old Yeller.
Buffy: Xander, I beg you not to help me.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread William Warren
On 1/14/2011 9:05 PM, John R Pierce wrote:
> On 01/14/11 5:29 PM, Kenneth Wolcott wrote:
>> Home ISP blocking bittorrent; company now blocks bittorrent.
>>
>> I want/need an old release (CentOS 5.2) to install as a VirtualBox guest.
>>
>> I suppose I could install from the cd iso images, but it is a pain to
>> virtually eject and remount cd iso images during the install :-(
>>
>> So, is there a technique or an open source tool that will create a dvd
>> iso given the cd iso images?
> I've seen the DVD ISO files on select mirrors.it can be difficult to
> reliably transfer a>  4GB file over http/ftp
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
I routinely do 4 GB plus transfers using https and ftp.  Rock solid.  
One thing i do is the gui install..choose minimal then choose custom.  
uncheck everything and you'll get a machine with access to a shell and 
then you can yum everything else.  Only need disk 1.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread Nataraj
On 01/14/2011 06:17 PM, William Warren wrote:
> On 1/14/2011 9:05 PM, John R Pierce wrote:
>> On 01/14/11 5:29 PM, Kenneth Wolcott wrote:
>>> Home ISP blocking bittorrent; company now blocks bittorrent.
>>>
>>> I want/need an old release (CentOS 5.2) to install as a VirtualBox guest.
>>>
>>> I suppose I could install from the cd iso images, but it is a pain to
>>> virtually eject and remount cd iso images during the install :-(
>>>
>>> So, is there a technique or an open source tool that will create a dvd
>>> iso given the cd iso images?
>> I've seen the DVD ISO files on select mirrors.it can be difficult to
>> reliably transfer a>  4GB file over http/ftp
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
> I routinely do 4 GB plus transfers using https and ftp.  Rock solid.  
> One thing i do is the gui install..choose minimal then choose custom.  
> uncheck everything and you'll get a machine with access to a shell and 
> then you can yum everything else.  Only need disk 1.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
There's always ncftp which has the ability to resume an interrupted file
transfer, though I regularly transfer DVD images with both http and ftp
without any errors.

Nataraj

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


Re: [CentOS] Centos, Samba , WIN7

2011-01-14 Thread Rob Kampen

Ryan Wagoner wrote:

On Fri, Jan 14, 2011 at 8:52 AM, Timothy Kesten  wrote:
  

Am Freitag, 14. Januar 2011, 11:27:22 schrieb John Doe:



Google for "samba windows.7" and click on first answer...
  

I knew, that samba > 3.3 is necessary.

I was more interessted in where can I get a suitable version from a
centos-repo.



yum install samba3x

Samba 3.3.8 was included with CentOS 5.5.
  
?? I just checked on my servers fully updated 5.5 and have only 3.0.33 - 
Am I missing something?

Ryan
___
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] Centos, Samba , WIN7

2011-01-14 Thread John R. Dennison
On Fri, Jan 14, 2011 at 11:41:01PM -0500, Rob Kampen wrote:
>
> ?? I just checked on my servers fully updated 5.5 and have only 3.0.33 - 
> Am I missing something?

The package name prefix is "samba3x" and are version
3.3.8-0.52.




John
-- 
To do just the opposite is also a form of imitation.

-- Georg Christoph Lichtenberg (1742-1799), German scientist,
   satirist and philosopher, Notebook D (1773-1775)


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


Re: [CentOS] httpd LDAP auth module

2011-01-14 Thread Carlos S
On Wed, Jan 12, 2011 at 6:21 PM, Joseph L. Casale
 wrote:
Look inside your httpd.conf file, it will answer that one for you. RHEL's 
httpd
supports ldap auth as shipped.
>
> /snip
>
>>> See the line:
>>> LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
>>
>>Except that these are often in /etc/httpd/conf.d/[service].conf. This
>>is certainly the case for mod_dav_svn and mod_perl and numerous other
>>setups.
>
> As I said, it's in the file I directed him to because that is where the srpm 
> was configured
> to put it. Anything you refer to you would be a module added after the fact.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


Thanks for the responses. Should have looked at httpd.conf, didn't
know it comes by default with httpd core.

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


Re: [CentOS] how to convert 7 cd iso images into one dvd image?

2011-01-14 Thread Steven R. Ringwald
On Fri, Jan 14, 2011 at 8:38 PM, Nataraj  wrote:


> There's always ncftp which has the ability to resume an interrupted file
> transfer, though I regularly transfer DVD images with both http and ftp
> without any errors.
>
> wget -c will also allow you to download with continue, if the remote server
supports it.

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


Re: [CentOS] RHEL 5.6 is out

2011-01-14 Thread Geoff Galitz
>
>> > Hey devs/QA, etc: keep on rollin', as they say here in the states.
>> > Thanks, guys and gals, for all that you do
>>
>> I hope that Centos team can finally fix the donations page,
>> so that people can donate money to project.
>
> +1 ... Err... +$10
>

Speaking as an upstream developer (*) may I suggest that in the absence of a 
Centos donations page, folks donate directly to the various OSS applications 
they use?If you don't have one in mind, the SPI (Software in the Public 
Interest) is a good place to get informed.  The Centos project might even 
want to explore joining SPI.

http://www.spi-inc.org/

* In the interest of fairness, I will refrain from pushing my own project, 
though we are an SPI member.



 

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