Re: [CentOS-docs] Wish to contribute a Winki Article

2009-04-12 Thread Akemi Yagi
On Sat, Apr 11, 2009 at 8:28 PM, JohnS jse...@gmail.com wrote:

 On Sat, 2009-04-11 at 18:08 -0700, Mr dave fernandes wrote:
 Hello,

    My name is Dave Fernandes  I'm interested in contributing an
 article as a function of feedback I've received on setting up samba on
 CentOS. Username is davecgs.  The article is really about how to deal
 with the iptables and selinux without disabling them but using them to
 properly setup samba.  I would of course welcome you guys screening it
 in case I made an error in something.  I've had the forum do that as
 well.

 Dave
 ---
 Where's it at I would like to read it please. You can post it in a mail
 message.

 JohnStanley

You can read it in his forum post:

http://www.centos.org/modules/newbb/viewtopic.php?viewmode=threadtopic_id=19465forum=41post_id=73237

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


Re: [CentOS-docs] Wish to contribute a Winki Article

2009-04-12 Thread JohnS

On Sun, 2009-04-12 at 00:02 -0700, Akemi Yagi wrote:
 On Sat, Apr 11, 2009 at 8:28 PM, JohnS jse...@gmail.com wrote:
 
  On Sat, 2009-04-11 at 18:08 -0700, Mr dave fernandes wrote:
  Hello,
 
 My name is Dave Fernandes  I'm interested in contributing an
  article as a function of feedback I've received on setting up samba on
  CentOS. Username is davecgs.  The article is really about how to deal
  with the iptables and selinux without disabling them but using them to
  properly setup samba.  I would of course welcome you guys screening it
  in case I made an error in something.  I've had the forum do that as
  well.
 
  Dave
  ---
  Where's it at I would like to read it please. You can post it in a mail
  message.
 
  JohnStanley
 
 You can read it in his forum post:
 
 http://www.centos.org/modules/newbb/viewtopic.php?viewmode=threadtopic_id=19465forum=41post_id=73237
 
 Akemi
---
Thanks for the link Akemi. I give it a A-. One problem with it:

chmod -r 755 /mnt/data - This depends on usage.
chown -R user:group /mnt/data - This also.
*or* chmod -R ug+rwxs,o-w,o+rx /mnt/data - This also to.
It is totally dependent upon how samba is going to be used in the
network environment thus I can not say an exact permission option to
choose. If the folders contain W$ Profiles they would be read only.

Home Directories: Yes they can be Shared on a Per User Basis. What I
mean is only one user connects to a /home/user-name and no other user
connects to that same home. That home folder can contain a W$ roaming
profile plus be a holder for the user created files.

The article could be a starting point for more samba articles in a
series. One small basic configuration file would be good also.
Explanation at the begining is pretty good. Would also be good to put
all the samba articles on the wiki in one direct place.

JohnStanley

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


Re: [CentOS] 5.3 Update Problem clamav-milter

2009-04-12 Thread Anthony Kamau
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Leo Arnts
 Sent: Sunday, 5 April 2009 5:20 PM
 To: centos@centos.org
 Subject: [CentOS] 5.3 Update Problem clamav-milter

 After performing an update from CentOS 5.2 to 5.3 with yum update I
 have
 an error with clamav-milter
 The clamav-milter won't start.

 [r...@is3 sysconfig]# service clamav-milter restart
 Stopping Clamav Milter Daemon: [FAILED]
 Starting Clamav Milter Daemon: clamav-milter: unrecognized option
 `--local'
 ERROR: Unknown option passed
 ERROR: Can't parse command line options
[FAILED]

 The config of /etc/sysconfig/clamav-milter

 CLAMAV_FLAGS=
 --config-file=/etc/clamd.conf
 --local
 --max-children=10
 --outgoing
 --quiet
 
 SOCKET_ADDRESS=local:/var/run/clamd.socket

Had the same error on upgrade!  It appears that ClamAV people have
decided to do away with /etc/sysconfig/clamav-milter altogether.

Get rid of the file above and modify /etc/clamav-milter.conf instead and
make the necessary changes.  Most important is to comment out the
Example line near the top of that file.

Cheers,
AK.



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


Re: [CentOS] filesystem rpm fails when /home is NFS mounted

2009-04-12 Thread Theo Band
R P Herrold wrote:
 On Wed, 1 Apr 2009, Paul Heinlein wrote:

   
 I don't know if it's a bug or a feature, but the
 filesystem-2.4.0-2.el5.centos rpm won't upgrade cleanly if /home is an
 NFS filesystem.
 

 I confirm this is present in 5.3 where /home is an NFS mount, 
 and that I missed it in testing.  A workaround is:

 1. Boot into single user node.
 2. run: /sbin/service network start
 3. run: yum -y update filesystem

 If your system emitted the warning, but did not 'bail', it is 
 safe to retieve the rpm locally, and to run:

 # rpm -Uvh filesystem*rpm --force
   
I have te same problem, an NFS mounted home share with root_squash. Yum
ignores the package, so I downloaded it and tried it with rpm:

[r...@raaf ~]# rpm -Uvh --force filesystem-2.4.0-2.el5.centos.i386.rpm
Preparing...###
[100%]
   1:filesystem ###
[100%]
error: unpacking of archive failed on file /home: cpio: chown failed -
Operation not permitted


But the package is still not installed (I don't know what you mean with
'bail' by the way). Is there another way to get this installed? Is there
perhaps an option to ignore any errors and just install (apparently
--force does not do that).
Unmounting is not an option, too many users on the machine. So a reboot
would be needed. As someone else mentioned, waiting a couple of weeks is
also an option, if it get's fixed in the end.

Theo

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


[CentOS] Using cdrecord on CentOS

2009-04-12 Thread Niki Kovacs
Hi,

I'd like to use cdrecord on the command line. I'm currently reading the 
relevant chapter in Carla Schroder's Linux Cookbook. Unfortunately, 
some of the tricks and hints included in the book don't seem to work the 
same way on a standard CentOS 5 install.

1) Am I supposed to be root to use cdrecord and burn an .iso file?

2) How do I specify a device? 'cdrecord -scanbus' doesn't seem to work. 
Say my CD burner is /dev/hdc, would 'cdrecord dev=/dev/hdc' be the 
correct way to address it?

Cheers,

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


[CentOS] Firefox 3.0.8 released, but not showing up in mirrors?

2009-04-12 Thread Gilbert Sebenste
Hello all,

Several days ago, I noticed Firefox 3.0.8 was released for i386,
but I haven't seen it on any of the mirrors. I know it can take a few days 
for mirrors to sync, but I think it's been 5 days now. Anyone see this 
package out there yet?

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


Re: [CentOS] Using cdrecord on CentOS

2009-04-12 Thread William L. Maltby
]
On Sun, 2009-04-12 at 13:49 +0200, Niki Kovacs wrote:
 Hi,
 
 I'd like to use cdrecord on the command line. I'm currently reading the 
 relevant chapter in Carla Schroder's Linux Cookbook. Unfortunately, 
 some of the tricks and hints included in the book don't seem to work the 
 same way on a standard CentOS 5 install.
 
 1) Am I supposed to be root to use cdrecord and burn an .iso file?
 
 2) How do I specify a device? 'cdrecord -scanbus' doesn't seem to work. 
 Say my CD burner is /dev/hdc, would 'cdrecord dev=/dev/hdc' be the 
 correct way to address it?

Linux has brogressed a lot in this area since cdrecord first began.
Recentl (for me) it looks like the SCSI bus scan is not reliable. But
using the standard /dev/h[abcd] could. However, you should have a link
called /dev/cdrom. Use that if it's there. Be aware that you can config
this stuff in /etc/cdrecord.conf and not have to put it on the command
line, after testing is completed.

 
 Cheers,
 
 Niki
 snip sig stuff

HTH
-- 
Bill

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


Re: [CentOS] Firefox 3.0.8 released, but not showing up in mirrors?

2009-04-12 Thread D Tucny
2009/4/12 Gilbert Sebenste seben...@weather.admin.niu.edu

 Hello all,

 Several days ago, I noticed Firefox 3.0.8 was released for i386,
 but I haven't seen it on any of the mirrors. I know it can take a few days
 for mirrors to sync, but I think it's been 5 days now. Anyone see this
 package out there yet?


3 days ago an update to Firefox 3.0.7 on CentOS was announced...

That version is showing up on the mirrors...

Available Packages
firefox.i3863.0.5-1.el5.centos base
firefox.i3863.0.6-1.el5.centos updates
firefox.i3863.0.7-1.el5.centos updates

While Firefox 3.0.8 was released on 27th March, the upstream provider didn't
include it in it's updated firefox package when it was released on 28th
March, however, the two security issues that were the reason for the release
of Firefox 3.0.8 were patched in the version of 3.0.7 shipped making it
effectively the same as the Mozilla Firefox 3.0.8 release...

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


Re: [CentOS] Using cdrecord on CentOS

2009-04-12 Thread Robert Heller
At Sun, 12 Apr 2009 13:49:03 +0200 CentOS mailing list centos@centos.org 
wrote:

 
 Hi,
 
 I'd like to use cdrecord on the command line. I'm currently reading the 
 relevant chapter in Carla Schroder's Linux Cookbook. Unfortunately, 
 some of the tricks and hints included in the book don't seem to work the 
 same way on a standard CentOS 5 install.
 
 1) Am I supposed to be root to use cdrecord and burn an .iso file?

Yes and no. Depends on the permissions of the recording device's /dev/
file.  Probably recomended that you run as root.  This also allows for
near real time scheduling.

 
 2) How do I specify a device? 'cdrecord -scanbus' doesn't seem to work. 
 Say my CD burner is /dev/hdc, would 'cdrecord dev=/dev/hdc' be the 
 correct way to address it?
 
 Cheers,
 
 Niki
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
   
   

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/
   
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firefox 3.0.8 released, but not showing up in mirrors?

2009-04-12 Thread Gilbert Sebenste
On Sun, 12 Apr 2009, D Tucny wrote:

 That version is showing up on the mirrors...

 Available Packages
 firefox.i3863.0.5-1.el5.centos base
 firefox.i3863.0.6-1.el5.centos updates
 firefox.i3863.0.7-1.el5.centos updates

 While Firefox 3.0.8 was released on 27th March, the upstream provider didn't
 include it in it's updated firefox package when it was released on 28th
 March, however, the two security issues that were the reason for the release
 of Firefox 3.0.8 were patched in the version of 3.0.7 shipped making it
 effectively the same as the Mozilla Firefox 3.0.8 release...

Thanks, D! Glad to hear that. Take care!

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


Re: [CentOS] Using cdrecord on CentOS

2009-04-12 Thread Michael A. Peters
Niki Kovacs wrote:
 Hi,
 
 I'd like to use cdrecord on the command line. I'm currently reading the 
 relevant chapter in Carla Schroder's Linux Cookbook. Unfortunately, 
 some of the tricks and hints included in the book don't seem to work the 
 same way on a standard CentOS 5 install.
 
 1) Am I supposed to be root to use cdrecord and burn an .iso file?

I've found it works much better if you are root.

 
 2) How do I specify a device? 'cdrecord -scanbus' doesn't seem to work. 
 Say my CD burner is /dev/hdc, would 'cdrecord dev=/dev/hdc' be the 
 correct way to address it?

cdrecord -dev=/dev/hdc -speed=24 -dao -pad file.iso

(of course your options may vary)

Note for SATA burners, /dev/scd0

is probably what you want. For PATA/ATAPI (what it sounds like you have) 
then /dev/hdc probably is best - I haven't burned an old ATA burner in a 
long time.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Using cdrecord on CentOS

2009-04-12 Thread Robert Heller
At Sun, 12 Apr 2009 12:39:06 -0700 CentOS mailing list centos@centos.org 
wrote:

 
 Niki Kovacs wrote:
  Hi,
  
  I'd like to use cdrecord on the command line. I'm currently reading the 
  relevant chapter in Carla Schroder's Linux Cookbook. Unfortunately, 
  some of the tricks and hints included in the book don't seem to work the 
  same way on a standard CentOS 5 install.
  
  1) Am I supposed to be root to use cdrecord and burn an .iso file?
 
 I've found it works much better if you are root.
 
  
  2) How do I specify a device? 'cdrecord -scanbus' doesn't seem to work. 
  Say my CD burner is /dev/hdc, would 'cdrecord dev=/dev/hdc' be the 
  correct way to address it?
 
 cdrecord -dev=/dev/hdc -speed=24 -dao -pad file.iso
 
 (of course your options may vary)
 
 Note for SATA burners, /dev/scd0

SATA devices should up as SCSI devices, so I would suspect that SCSI bus
device specs would work also.

 
 is probably what you want. For PATA/ATAPI (what it sounds like you have) 
 then /dev/hdc probably is best - I haven't burned an old ATA burner in a 
 long time.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
   


-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/

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


[CentOS] Cannot play rmvb video files after burning to DVD

2009-04-12 Thread hce
Hi,

I am running CentOS 5.2. I tried to burn rmvb video files to DVD+R
disk using Nautilus 2.16.2, the files were burned to the disk, but
could not play it back with errors Unkown file format. It was no
problem to play the same file located on the disk. Any advice please?

Thank you.

Kind Regards,

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


[CentOS] Lost Acroread and flash plugin

2009-04-12 Thread Robert Moskowitz
Since the upgrade to AdobeReader_enu-9.1.0-1.i486.rpm and 
flash-plugin-10.0.22.87-release.i386.rpm, I have lost these in firefox.  
And Adobe Reader is not even on my Gnome Applications panel, I have to 
run it from a terminal window.

Perhaps this has been covered, but how do I get these back?


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


Re: [CentOS] Lost Acroread and flash plugin

2009-04-12 Thread German Pulido
On Sunday 12 April 2009 10:03:30 pm Robert Moskowitz wrote:
 Since the upgrade to AdobeReader_enu-9.1.0-1.i486.rpm and
 flash-plugin-10.0.22.87-release.i386.rpm, I have lost these in firefox.
 And Adobe Reader is not even on my Gnome Applications panel, I have to
 run it from a terminal window.

 Perhaps this has been covered, but how do I get these back?


Have you tried uninstalling the RPMs and reinstalling them?

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


[CentOS] httpd with SNI

2009-04-12 Thread German Pulido
Hi!

I am currently publishing some web services on a Centos 5.3 server on my 
office using the included apache httpd. They are available from the Internet, 
and they require validation (username/password). I would like to publish them 
all under https, so the passwords won't travel unencrypted, but then all my 
sites use the same certificate on apache httpd.  The solution to this is 
using an httpd server that supports SNI: 
http://en.wikipedia.org/wiki/Server_Name_Indication however, the httpd 
included in Centos does not have this feature. Question is: have anybody made 
httpd RPMs for CentOS supporting this feature? (according to the link, httpd 
supports this since 2.2.11) or maybe they can be requested on the CentOS Plus 
repositories? 

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


Re: [CentOS] httpd with SNI

2009-04-12 Thread nate
German Pulido wrote:
 Hi!

 I am currently publishing some web services on a Centos 5.3 server on my
 office using the included apache httpd. They are available from the
 Internet,
 and they require validation (username/password). I would like to publish
 them
 all under https, so the passwords won't travel unencrypted,

You could use digest passwords instead of plaintext as well.

http://httpd.apache.org/docs/2.0/mod/mod_auth_digest.html

nate

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


Re: [CentOS] httpd with SNI

2009-04-12 Thread Barry Brimer
 I am currently publishing some web services on a Centos 5.3 server on my
 office using the included apache httpd. They are available from the Internet,
 and they require validation (username/password). I would like to publish them
 all under https, so the passwords won't travel unencrypted, but then all my
 sites use the same certificate on apache httpd.  The solution to this is
 using an httpd server that supports SNI:
 http://en.wikipedia.org/wiki/Server_Name_Indication however, the httpd
 included in Centos does not have this feature. Question is: have anybody made
 httpd RPMs for CentOS supporting this feature? (according to the link, httpd
 supports this since 2.2.11) or maybe they can be requested on the CentOS Plus
 repositories?

You might take a look at nginx http://nginx.net/ as an SNI enabled https 
proxy.  You should know that not all browsers/clients support SNI .. I 
would check out http://en.wikipedia.org/wiki/Server_Name_Indication for 
further details.

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


Re: [CentOS] Firefox 3.0.8 released, but not showing up in mirrors?

2009-04-12 Thread Dhaval Thakar
On Sun, 12 Apr 2009 07:16:45 -0500 (CDT), Gilbert Sebenste
seben...@weather.admin.niu.edu wrote:
 Hello all,
 
 Several days ago, I noticed Firefox 3.0.8 was released for i386,
 but I haven't seen it on any of the mirrors. I know it can take a few
days 
 for mirrors to sync, but I think it's been 5 days now. Anyone see this 
 package out there yet?
 

-- 

i prefer using firefox source to get immediate updates.

Regards
Dhaval Thakar
http://www.linuxreaders.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos