Re: [CentOS] Raid 5 Q

2012-11-16 Thread Scott Silva
on 11/16/2012 9:02 AM Phil Savoie spake the following:
 I have a raid 5 built on an opensuse box that I just reinstalled Centos 
 6.3 on.  Is it possible to rebuild the raid 5 array non-destructively?
 
 I have googled on this and have found using mdadm --scan --assemble 
 list of fd devices.  Will this do it?  I sure wouldn't want to lose my 
 data on the array if possible.
 
 thank you,
 
 Phil
 
It could be possible, but I think I would rather try to back it up with some
sort of recovery system first... If the data is VERY critical, I would clone
the drives with DD first just to make sure...


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


Re: [CentOS] Centos 6.3 x86_64, drbd, which repo? atrpms or elrepo?

2012-11-08 Thread Scott Silva
on 11/8/2012 10:27 AM Nikolaos Milas spake the following:
 On 8/11/2012 12:59 μμ, Rafał Radecki wrote:
 
 Hi all.

 I am currently installing drbd on Centos 6.3 x86_64 and have two possible
 repos to choose.
 Which one in your opinion is better/provides more stable packages/etc.?

 
 IMHO, you will have no problems whatever you choose, but note that 
 packages sometimes are built differently, so paths, various scripts, 
 required libraries etc. may be different.
 
 If there are no such differences, I would choose the most recent 
 version. If there are, it gets more complex; you might need to test (on 
 a test environment) both, before setting up a production environment.
 
Also, see if one of the repos has other packages you might need...
The less alternate repos, the better for a system...

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


Re: [CentOS] Completely automatic yum updating on Centos 6

2012-10-25 Thread Scott Silva
on 10/25/2012 3:54 PM Frank Cox spake the following:
 On Thu, 25 Oct 2012 17:50:49 -0500
 Les Mikesell wrote:
 
 Or, if someone else will be logging in and you just don't want to give
 them root access, you could set up sudo access to a script that does a
 'yum -y update'  and then asks if they want to reboot.
 
 I did consider that, but if it doesn't happen automatically it ain't gonna
 happen.
 
The more standard and limited the server, the more likely it won't have errors
on auto updating... But it is a crapshoot... Sooner or later it will throw
snake eyes...


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


Re: [CentOS] Linux Software RAID 1 - Unequal Sized Hard Disks

2012-10-18 Thread Scott Silva
on 10/18/2012 9:53 AM Manish Kathuria spake the following:
 On Thu, Oct 18, 2012 at 9:02 PM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 18.10.2012 17:29, schrieb Manish Kathuria:
 Has anyone created or rebuilt a Linux Software RAID having mirrored
 partitions on unequal sized hard disks ? There is  a CentOS 5 server
 having two 400 GB hard disks with five mirrored partitions (software
 RAID 1) and one of the hard disks is dying. Since new 400 GB HDDs are
 not available here, we are exploring the possibility of replacing the
 faulty hard disk with one of a higher capacity (500 GB or more). And
 once it is fully replicated, we plan to replace the other 400 GB HDD
 also with another hard disk of the same higher capacity.

 Just want to know if anyone has done something similar and what are
 the chances of success (or data loss) ?

 no problem at all

 * remove the disk
 * dd if=/dev/one-of-the-living/ of=/dev/new-disk/ bs=512 count=1
 * reboot or bring the kernel to re-read the partition table
 * rebuild the raid

 the dd-trick is intented to clone the complete partition table and
 MBR to the new disk and the additional space is untouched

 linux-software raid has no problem with different disk-sizes
 only the used partitions must be equal


 
 Thanks Reindl, copying the first sector using is the simplest and
 foolproof way of ensuring that the exact partition table is cloned but
 would it also include the logical partitions ? In our case we have 5
 partitions, two of which are logical ones.
 
 --
 Manish
 
I always used this snip;
sfdisk -d /dev/olddisk | sfdisk /dev/newdisk
Obviously olddisk and newdisk are placeholders, but you know how those legal
disclaimers are...



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


Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Scott Silva
on 10/16/2012 8:16 AM John Reddy spake the following:
 
 
 Something isn't quite right with your setup.  When you do the HELO 
 command, the server should reply with something.  For example:

 ==
 $ telnet smtp.comcast.net 25
 Trying 76.96.40.155...
 Connected to smtp.comcast.net.
 Escape character is '^]'.
 220 omta12.emeryville.ca.mail.comcast.net comcast ESMTP server ready
 HELO comcast.net
 250 omta12.emeryville.ca.mail.comcast.net hello [69.24.1.7], pleased to meet 
 you
 ==

 Does the mail server ever return anything back to you?
 
 No. Never. How do I trouble-shoot this?
 TIA,
 John
 
 
Do you have anything like greylisting or greetpause running?


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


Re: [CentOS] ssh_exchange_identification: Connection closed by remote host

2012-09-14 Thread Scott Silva
on 9/14/2012 8:26 AM m.r...@5-cent.us spake the
following:
 M. Fioretti wrote:

 I have accounts on two Centos servers, A and B, each hosted on a remote
 VPS by a different provider/datacenter.

 Until yesterday night, I could connect without problems via SSH to both
 servers from my home Fedora 16 desktop.

 Yesterday I completed (fingers crossed) the switch to a different ADSL
 provider. From the moment I turned on the modem on the new ADSL line, I
 became unable to ssh into server A. All attempts abort with this message:

 ssh_exchange_identification: Connection closed by remote host
 snip
 This would be obnoxious, but have you checked with your ADSL provider, to
 see if they're blocking ssh traffic?
 
   mark
 
Also. Could the server A have a firewall that had allow ranges for your
original ip range? Or denyhosts... something like that

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


Re: [CentOS] Strange issue with system time being off

2012-08-09 Thread Scott Silva
on 8/9/2012 12:33 PM Russell Jones spake the following:
 Hi all,
 
 I am having an issue with some older CentOS 5.3 servers. Every time
 the server boots, it gives the error Cannot access the hardware clock
 by any known method, and then promptly sets the time 5 hours behind
 the hardware clock, down to the second.
 
 After the system is up. hwclock works fine. hwclock --debug does not
 show any error at all.
 
 The hardware clock is configured in local time. /etc/sysconfig/clock
 is set to UTC=false and ZONE=America/Chicago. /etc/localtime is a
 copy of Chicago's zone file. /etc/adjtime is configured with LOCAL
 as the third row. I am at a loss as to what is causing this.
 
 Any assistance is appreciated! Thanks!
 
Since you say servers do you have one that you can bring more current then
5.3 to see if there was a kernel patch or something that fixed this? Between
5.3 and Current (5.8) anything could have happened.

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


Re: [CentOS] IP range

2012-08-02 Thread Scott Silva
snip
 Nope
 
 Work only .49 and .50
 
 I bought 8 public IP-s ... so 8 IPs have to get work.
 In the hosting specification this IPs is usable with xxx.xxx.xxx.48-55 
 with subnet mask 255.255.255.255 with no gateway.
 
 As I sad, works perfectly with this command (8 times, of course :) ):
 #ifconfig eth:(0 to 7) xxx.xxx.xxx.(48-55) netmask 255.255.255.255
 
 Thanks
 
 Levi
 
It doesn't work that way... You may think you bought 8 ip's, but you can only
pass traffic on 6... That is how it works... You buy 16, and only 14 work. The
first and last address are as Johnny said...

http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing



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


Re: [CentOS] IP range

2012-08-02 Thread Scott Silva
on 8/2/2012 12:54 PM John R Pierce spake the following:
 On 08/02/12 12:45 PM, Scott Silva wrote:
 It doesn't work that way... You may think you bought 8 ip's, but you can only
 pass traffic on 6... That is how it works... You buy 16, and only 14 work. 
 The
 first and last address are as Johnny said...
 
 I've also seen DSL networks like this where those extra IPs are bridged 
 not routed.  in these cases, you use the same gateway as the 'main' IP, 
 but usually the main IP has a /24 or whatever mask that encompasses ALL 
 the IPs.
 
 regardless, the OP should contact the ISP and find out what the mask and 
 gateway are for the extra IPs.
 
 
I guess with the ipv4 drought, this will become even more common... Until
everyone gets to ipv6...


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


Re: [CentOS] Oracle tries to capture CentOS users

2012-08-02 Thread Scott Silva
on 7/25/2012 6:44 AM Brian Mathis spake the following:
 Is any part of this thread related to CentOS anymore?
 
 
Sometimes you have to share the memories before they are gone for ever...

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


Re: [CentOS] CentOS6.2: installation at specific kernel level

2012-07-12 Thread Scott Silva
on 7/12/2012 7:08 AM Cal Sawyer spake the following:
 Hi, all
 
 I have a number of machines that are out of sync with one another by
 virtue of having done a yum update after a base 6.2 install at different
 times (all were previous CentOS 5.3)  Consequently, systems are a mix of
 2.6.32-220.7.1, 2.6.32-220.13.1 or 2.6.32-220.17.1.
 
 So 2 questions: 
-  Is it possible to perform a yum update (or another other kind of
 update), specifying installation of, say, kernel 2.6.32-220.17.1 along
 with the packages that were relevant at the time when 2.6.32-220.17.1
 was current?
-  Is it possible to capture and save for future installations the
 current kernel rev and associated packages as exist in the repos today
 and install as a frozen-in-time distribution?
 
 thanks!
 
 - c sawyer
 
Why? Old kernels have flaws... That is why a new one was released...



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


Re: [CentOS] How to handel smtp to public servers - done

2012-06-27 Thread Scott Silva
on 6/27/2012 7:26 AM Götz Reinicke spake the following:
 Am 27.06.12 16:08, schrieb Tilman Schmidt:
 Am 27.06.2012 11:15, schrieb Götz Reinicke:
 Am 27.06.12 10:29, schrieb Fajar Priyanto:

 1. Many malware have their own smtp and can send spam directly.
 To overcome this, block port tcp 25 on your gateway, and only allow
 your mailserver.

 Hi, thanks for your suggestion. But for the mentioned clients thats not
 possible. :/ [...]
 We do have about 100th of freelancers 'flying in and out' of our academy
 which we cant 'restrict' by forcing tham to change there clients settings.

 Nobody *needs* port 25 from their client to a public server.
 Port 25 is intended for forwarding mail from one server to the
 next, not for submitting mail from a client to its server.
 The standard port for sending mail from a client is 587, the
 mail submission port. Using port 25 for that is arguably a
 configuration error which should be corrected.

 What's more, blocking outbound port 25 is generally recommended
 practice and standard for many ISPs, so your freelancers will
 often face the same restriction on their home LAN, Internet
 cafe or wherever else they may want to write e-mails, adding
 to their motivation to fix their configuration instead of
 arguing with you.
 
 Hi,
 
 you dont know the resistant to advice of our users  ;)
 
 Any kind of plea fails most time, and as long as a lot of ISP and
 Mail-Hosters still allow and offer port 25 in the docs it is hard to
 tell why our users should change because we'r faced with problems.
 
 Long story short: I advised the use of port 587 two hours ago.
 
 FYI since than I had 169 outgoing connections to port 20 and 1 to 587. :)
 
   cheers . Götz fighting spam and resistant to advice
 
Block port 25, and they will comply, or not send mail... People are resistant
to change, until they NEED to change...



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


Re: [CentOS] CentOS 6.2 on partitionable mdadm RAID1 (md_d0) - kernel panic with either disk not present

2012-06-21 Thread Scott Silva
on 6/20/2012 11:34 PM Arun Khan spake the following:
 On Thu, Jun 21, 2012 at 10:09 AM, Rob Kampen
 rkam...@reaching-clients.com wrote:
  snip 
 
 sounds like the mirror is not in synch - when it is running with both
 drives, what does
 cat /proc/mdstat
 
 System boots up fully functional with both disks
 copy-paste
 
 root@centos62-raid1 ~ 
 # cat /proc/mdstat
 Personalities : [raid1]
 md_d0 : active raid1 sda[0] sdb[1]
   10485696 blocks [2/2] [UU]
 
 unused devices: none
 
 /copy-paste
 
 Both disks are in sync.
 
 Anyways, even if they were out of sync the system should boot with the
 disk that is in U state but it does not.
 
 System boots up in rdshell (failed mode) with one of the disks disconnected.
 
 cat /proc/mdstat
 
 # cat /proc/mdstat
 
 Personalities:
 md_d0: inactive sda[0] (S)
  10485696 blocks
 
 /cat /proc/mdstat
 
 I do not know the internal workings of dracut but  the problem seems
 to be within it (gut feeling).
 
 -- Arun Khan
 
Just a shot in the dark... DO all the fstab entries call out md devices?



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


Re: [CentOS] Memory recognition in 6.2

2012-06-19 Thread Scott Silva
on 6/19/2012 3:37 PM Hugh E Cruickshank spake the following:
 Hi All:
 
 I have an HP DL380G5 server which I am loading CentOS 6.2 on and it does
 not appear to recognize all of the RAM installed on the server. The BIOS
 is reporting 26GB however top is reporting:
 
   Mem:  15720140k total, 418988k used, 15301152k free,  30256k buffers
   Swap: 17956856k total,  0k used, 17956856k free, 135536k cached 
 
 and free is reporting:
 
total   used free shared buffers cached
   Mem:  15720140 418848 15301292  0   30256 135536
   -/+ buffers/cache: 253056 15467084
   Swap: 17956856  0 17956856
 
 I have tried adding the mem= parameter to the /boot/grub/grub.conf file
 as in:
 
   title CentOS (2.6.32-220.17.1.el6.i686)
   root (hd0,0)
   kernel /vmlinuz-2.6.32-220.17.1.el6.i686 ro [SNIP]
   initrd /initramfs-2.6.32-220.17.1.el6.i686.img
   mem=26624M
 
 but this has not appeared to work.
 
 Any suggestions would be gratefully appreciated.
 
 TIA
 
 Regards, Hugh
 
It looks like you installed 32 bit OS... I don't think it sees over 16 gigs...



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


Re: [CentOS] Memory recognition in 6.2

2012-06-19 Thread Scott Silva
on 6/19/2012 4:22 PM Hugh E Cruickshank spake the following:
 From: Yves Bellefeuille Sent: June 19, 2012 15:55

 I can't find the limit for CentOS 6, but CentOS 5 x86 was 
 limited to 16 
 Gb of RAM: https://www.centos.org/product.html . You should 
 use x86_64.
 
 If that is the case then both CentOS 5 and 6 are not viable for us. I
 will have to go for RHEL5 (or possibly 6) which does support the memory
 in 32-bit mode.
 
 The reason for the restriction to 32-bit is because of other software
 that we must run that does not work correctly on a 64-bit OS.
 
 Regards, Hugh
 
You can always virtualize...



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


Re: [CentOS] Best way to duplicate a live Centos 5 server?

2012-06-08 Thread Scott Silva
on 6/8/2012 9:33 AM Emmanuel Noobadmin spake the following:
 I've got a CentOS 5 server that I want to migrate over into a
 virtualized instance.
 The problem is I need to minimize downtime so was trying to figure out
 a way to live clone the original.
 
 Initially, I thought I could do this via exporting an iSCSI target
 from the virtual host, create a MD raid 1 array on the C5 server, wait
 for it to sync, then shutdown the physical server and switch to the
 virtual one.
 
 But after getting iSCSI working... I realize I could not create a md
 device on a mounted disk. Unfortunately this old C5 wasn't setup with
 md raid 1 originally so I can't just add a the iSCSI target as an
 additional member for a triplicate.
 
 So I remembered DRBD was supposed to be used for replication.
 
 But after getting things set up, running the drbd-admin create-md
 command gave me this scary warning it will destroy data on the disk.
 Apparently because drbd writes meta data to the drive. So that appears
 to be a no go too.
 
 Am I missing something glaringly obvious here, or is the only way I'm
 going be able to migrate is to shutdown the C5 server for a few hours
 while duping the old drives? Would greatly appreciate any pointers how
 best to do this.
You could always rsync the old server to the new one... a few runs will get
99% of the files, and a quick run after the shutdown can get the rest... Have
a tar file ready of the needed config changes ready and untar it and start up
the new system...


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


Re: [CentOS] 75% - 80% Rebuild Complete

2012-06-07 Thread Scott Silva
on 6/7/2012 9:40 AM Bowie Bailey spake the following:
 On 6/5/2012 7:21 PM, Eugene Poole wrote:
 OK,  I'm about 90% sure that I've corrected the boot loader situation 
 with RAID-1 and the second hard drive.  I haven't tested the correction, 
 but here's what I did:

 Examined the grub.conf file and noticed that hd0 uses (hd0,1), so
 what followed was
 grub

 grub device (hd1) /dev/sdc
 grub root (hd1,1)
 grub setup (hd1)
 after receiving the successful message
 grub quit

 I didn't rebuild the boot loader on /dev/sda because it is working (if 
 it ain't broke don't fix it).
 My situation is that I'm using 4 - 1 TB hard drives and I used the 
 following pattern:

 /dev/sda | /dev/sdc = First Raid -1 volume
 /dev/sdb | /dev/sdd = Second Raid-1 volume
 
 There is no complete solution to this problem.  The question is this: 
 When one of the drives dies, how will the system see the remaining
 drive?  Will it still see it as sdb, or will it now see that drive as
 sda?  These situations need different grub configs.  I generally
 configure both drives as if they were hd0/sda.  That way, if sda
 crashes, I can remove the disk and boot the second drive normally.
 
In older versions sdb would become sda, but I don't have enough time on the 6
series to know for sure... Maybe I will fire up a virtual machine with a
couple emulated sata drives and see


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


Re: [CentOS] Postfix will not start due to permission errors on CentOS 6.2 x86

2012-05-17 Thread Scott Silva
on 5/16/2012 1:03 PM John R. Dennison spake the following:
 On Wed, May 16, 2012 at 02:57:03PM -0500, Gilbert Sebenste wrote:

 No, it was the same reason I couldn't get Apache to work:

 Selinux was enabled.

 I disabled Selinux. Now, both work fine.
 
 Um, both work out of the box with selinux set to enforcing.  There are
 other issues at play.
 
 Disabling selinux is never a fix.
 
Selinux tanked because of the mass file copies he did... The backup

 files didn't have the extended attributes...

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


Re: [CentOS] Sendmail problem - baffled

2012-05-15 Thread Scott Silva
on 5/15/2012 2:39 PM Jussi Hirvi spake the following:
 On 15.5.2012 23.54, Alexander Dalloz wrote:
 So there must be sm-mta-rx be defined somewhere.
 
 Just in case, here is my conf for the rx instance. To repeat, this 
 sendmail instance sends everything to amavisd at port 10024.
 - Jussi
 
snip
 EXPOSED_USER(`root')dnl
 FEATURE(`dnsbl', `blackholes.mail-abuse.org', `550 Email rejected due 
 to sending server misconfiguration - see 

 http://blackholes.mail-abuse.org/faq/#why_rejected;')dnl


Trend micro bought this blackholes list a while back... is it still working? I
thought it moved to a dot com domain...




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


Re: [CentOS] Spam, fail2ban and centos

2012-05-10 Thread Scott Silva
on 5/9/2012 9:59 AM Les Mikesell spake the following:
 On Wed, May 9, 2012 at 11:07 AM, Bob Hoffman b...@bobhoffman.com wrote:

 I am starting to see a real pattern to all this.

 I would love to see someone do a case study on spam attacks. Their
 system seems well honed to scale up with your defenses until they
 finally have to 'appear' on their real computers like the ovh.net
 servers, and many more hosts,
 
 I think you are over-analyzing.  The senders are distributed and shift
 around whether you do anything defensive or not, and if you have ever
 accepted an address, even years ago with a system like qmail that
 accepted without checking anything, then tried to bounce bad
 addresses, those addresses will be on some lists that are re-tried
 forever no matter how many times you reject them now.   I haven't
 watched this for a while but I used to be surprised that even though
 the senders were spread over hundreds of IPs, the overall rate seemed
 to be centrally controlled and in what would look like a dictionary
 attack the list seemed to be sorted, at least in big chunks, across
 the senders.
 
I would turn that address into a spamtrap and use it to reject on your other
servers...


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


Re: [CentOS] when is the o.s. considered to be at a certain minor version? Or, is it safe to apply only certain package updates from the next release version?

2012-05-10 Thread Scott Silva
on 5/10/2012 1:14 PM Jon Detert spake the following:
 Two related questions about the minor release numbers (e.g. the 'x' in 5.x or 
 6.x) :
 
 1) What constitutes the o.s. being at a particluar minor release?  Typically, 
 when you install you are getting a package set available from a specific 
 minor release number.  But what minor release is the o.s. at if I just update 
 the centos-release package, and no other package?  Typically, a 'yum update' 
 is said to take your whole package set to the latest minor release.  But what 
 minor release is the o.s. if you just update certain packages (instead of 
 taking all avaailable updates)?
 
 2) Can I apply package updates made in a minor release greater than my 
 current release without detriment to the integrity of the o.s.?
 E.g. Suppose all my packages are at versions delivered in v5.6.
 Suppose also, that I have a package xyz installed, and that an update to it 
 was made available in v5.8.
 Can I upgrade xyz to the updated version from 5.8 without updating other 
 packages (except for any dependencies xyz has) to the versions available in 
 v5.8?
 
 Thanks,
The minor versions are only snapshots in time when install media is
re-generated... There is no good reason to stay on previous minor versions...
There is really only a 5 version or a 6 version... Staying with older packages
will only give you security problems...

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


Re: [CentOS] Spam, fail2ban and centos

2012-05-10 Thread Scott Silva
on 5/10/2012 9:47 AM Les Mikesell spake the following:
 On Thu, May 10, 2012 at 10:52 AM, Scott Silva ssi...@sgvwater.com wrote:

 I think you are over-analyzing.  The senders are distributed and shift
 around whether you do anything defensive or not, and if you have ever
 accepted an address, even years ago with a system like qmail that
 accepted without checking anything, then tried to bounce bad
 addresses, those addresses will be on some lists that are re-tried
 forever no matter how many times you reject them now.   I haven't
 watched this for a while but I used to be surprised that even though
 the senders were spread over hundreds of IPs, the overall rate seemed
 to be centrally controlled and in what would look like a dictionary
 attack the list seemed to be sorted, at least in big chunks, across
 the senders.

 I would turn that address into a spamtrap and use it to reject on your other
 servers...
 
 It wasn't 'an address'.  It was a dictionary attack to thousands of
 user names that don't exist at a few domains.   Years ago I had used
 an SME server with its stock qmail setup to receive for those domains
 - up to the point where accepting/bouncing rejections became
 impractical.  But by then the addresses must have gotten on some
 'known good' spam list because they had been accepted at least once,
 and from then on there was a steady stream of about 50k/day delivery
 attempts .  For unrelated business reasons we no longer use those
 domains but it went on for years and for all I know the list is still
 being used.  After I switched to receiving with sendmail with all the
 real users in virtusertable the rate wasn't a problem - rejects happen
 very quickly with only a dbm lookup and a default reject rule.
 
But still... If you know those addresses are never legitimate anymore, they
are perfect to port to a spamtrap, and use for local blocking of those 
senders...


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


Re: [CentOS] hack / spam/ probe /attack

2012-05-07 Thread Scott Silva
on 5/3/2012 6:18 PM Bob Hoffman spake the following:
 On 5/3/2012 4:05 PM, m.r...@5-cent.us wrote:
 whois only lists a technical contact ofhostmas...@telepacific.com.
 However, from their website, I went to contact
 http://www.telepacific.com/support/corporate-contacts.asp, and see
 snip
 877-487-8349 Emergency Law Enforcement
 Option 2. Fraud and subpoena compliance
 866-839-8545 Non-Emergency Toll Fraud, Call Annoyance, Subpoena
 Compliance and non-emergency law enforcement
 877-702-2873 Internet Abuse Complaints
 snip
 Thanks for the ideas guys.
 I got home late and could only send a mail to abuse. Gonna try the calls
 tomorrow.
 It would be nice to know the way all these isps would like this stuff
 presented...
 And if I can get this yahoos name and address.

 bob
Even the best abuse departments will probably not give you any info on the 
attacker... That might open them up to liability

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


Re: [CentOS] DKIM Pass - Fail - Solved !!!

2012-05-03 Thread Scott Silva
on 5/2/2012 9:36 AM Prabhpal S. Mavi spake the following:

 ntpdate should be run just once and then just have ntpd on.. the nptdate
 should bring the server to the proper time and cause dovecot to
 fail..you should only need to run it once (assuming the server is left
 on and not off for long periods).
 I run ntpd as a daemon, but not ntpdate...
 you do have to set up ntp as you have done to get in the pools, but
 leaving ntp on as a daemon should not affect it...at least it does not
 with mine.


 Dear BOB. H,

 Thanks for your response, you are right, it is ntpdate that create the
 problem after reboot not ntpd. once the time is corrected by ntpdate
 after that no issues as long as server is up.

 there are other solution, who wish to run both daemons. bash script can
 monitor dovecot every 5min through cron. when dovecot will stop due to
 time shifted error after reboot, script will start it again. and would be
 fine as long as server does not reboot again.

 Thanks / Regards

 Prabh S. Mavi

NTPD will slowly and constantly keep your clock in sync... You do not need to 
run dtpdate constantly as it will force the large time jumps...


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


Re: [CentOS] OT Open Cobol

2012-04-30 Thread Scott Silva
on 4/27/2012 8:04 AM m.r...@5-cent.us spake the 
following:
 Chris Geldenhuis wrote:

 Has anyone on this list had any success with installing and using Open
 Cobol on RH or CentOS?

 Any pointers would be very welcome.

 I have Googled and am working with Vince on the Open Cobol mailing list
 to try to resolve installation problems.

 *sigh*
 pulls brown paper bag over head
 ObAdmission: I wrote *way* too much COBOL a long time ago, in a galaxy far
 away

 It really is past time to migrate to another language, y'know. You could
 probably move it to something  like perl fairly easily, or even *bleah*
 java.

 mark
Just think how much money you could earn at Y3K!!!  DUCKS ;)


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


Re: [CentOS] Hyper Threading Feature

2012-04-12 Thread Scott Silva
on 4/12/2012 5:57 AM Kaushal Shriyan spake the following:
 Hi,

 Any performance bottleneck if HT (Hyper Threading) is enabled in quad core
 processors on CentOS 5.8 running MySQL DB Server ? Please help me
 understand about pros and cons of this feature.

 Regards,

 Kaushal
As far as I know, hyper-threading is sort of like processor emulation... As 
long as the extra threads are hitting different registers, it can help. But if 
it needs any floating point, the thread will wait until it has full access... 
It seems to be hit or miss on how much it will hurt/help a load...

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


Re: [CentOS] Problem with latest kernel install

2012-04-12 Thread Scott Silva
on 4/12/2012 3:50 PM Arthur Pemberton spake the following:
 After a simple `yum update` I got the following on reboot.

 Could not load /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No
 such file or director
 FATAL: Could not load /lib/module.el6.x86_64/modules.dep: No such file
 or directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory
 FATAL: Could not load
 /lib/modules/2.6.32-220.7.1.el6.x86_64/modules.dep: No such file or
 directory

 What's the best way to resolve this?
boot to previous kernel, yum remove new kernel and re-install it to see if it 
was just a temporary glitch... That usually happens if the partition is too full

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


Re: [CentOS] CentOS 6.2 x86_64 Squirrelmail Problem

2012-04-12 Thread Scott Silva
on 3/30/2012 4:38 AM Prabhpal S. Mavi spake the following:
 Hello Mr. Johnny

 This is brilliant!! you are so knowledgeable and professional.
 Your solution fixed the problem right away.
 mbstring.func_overload = 0

 It was like this:
 mbstring.func_overload = 2

Johnny is the third god of CentOS... Or is it the second? ;)


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


Re: [CentOS] One disk speed problem [SOLVED], and a question on hdparm

2012-03-26 Thread Scott Silva
on 3/26/2012 1:49 PM m.r...@5-cent.us spake the 
following:
 I believe I've posted before about one of the speed issues we were having,
 of backups taking many, many hours that should *not* take that long.

 My manager and I finally nailed it down to the h/d itself. Identical
 boxes, and he tried a backup of one system which took under two hours,
 while the same regular one rand nearly six.

 I'd been googling on and off for weeks, and this morning, ran across
 something: partition alignment. A thread where someone who'd done some
 tests and found that was his problem.

 So, here's the answer: we have these Caviar Green 2tb drives (the thread I
 found had either a 1tb, or 1.5tb), (and no, we are *NOT* going to buy
 Caviar Green for servers ever again). The big thing is that they use 4k
 sectors, *not* 512 bytes. Following directions, I pulled it into fdisk,
 and then used a command I've not needed before: u. This changes units from
 cylinders (the default) to sectors. Having done that, p shows that it
 actually starts in sector 63. Again, following directions, I changed it to
 start in sector 64. Finished the partition, wrote it, made the filesystem,
 and tried it out.

 177G transferred in 1h 47+m.

 So, anyone who's got new drives that use 4k sectors should probably follow
 this.

 This also probably explains parted's completely aggravating complaint that
 the partition's not aligned, but gives you no idea *why*, or how to align
 it - I pulled the drive into parted, and told it to print, and it did
 *not* complain the partition wasn't aligned.

 Next trick: hdparm. I want to disable, or at least shove way up, the
 spindown timeout on these drives, which, depending on the thread you read,
 is 6 or 8 seconds. hdparm should let me do that... but before I do, I'd
 like to know what it's set at. Does anyone know how to find that out? And
 no, the manpage is wrong, hdparm -Bno parm) /dev/sdx does *not* read it,
 it just complains it's missing the parm.

   mark
Isn't it sdparm for scsi and scsi emulations?


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


Re: [CentOS] debugging RAM issues

2012-03-13 Thread Scott Silva
on 3/13/2012 11:07 AM Ross Walker spake the following:
 On Mar 13, 2012, at 12:50 PM, Alan McKayalan.mc...@gmail.com  wrote:

 Back about 3 months ago I took this system down and removed all the RAM,
 and stuck individual chips into it and booted it, testing each chip on its
 own.   At that time every single one of them worked!   But I'm about to try
 this again to see what happens.   Back then I also ran memtest86 for some
 time and it seemed OK too.

 It could be a bad physical RAM slot on the motherboard. Try filling the slots 
 one at a time (or two if paired) until you hit the problem slot.

 -Ross
It could also be a power supply problem... Add memory load, and a bit of heat, 
and voltage drops a bit...

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


Re: [CentOS] Cloud on CentOS Server

2012-03-08 Thread Scott Silva
on 3/8/2012 1:44 AM Jonathan Vomacka spake the following:


 On 3/7/2012 9:32 PM, Devin Reade wrote:
 John R Piercepie...@hogranch.com   wrote:

 I don't understand how ANYTHING you do on a single server could be
 called 'cloudy'.

 Well, if it catches fire and produces lots of white smoke ...

 ROFL
When you let all the magic smoke out of a server it will usually stop 
working... ;)

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


Re: [CentOS] Cloud on CentOS Server

2012-03-08 Thread Scott Silva
on 3/8/2012 9:59 AM Lamar Owen spake the following:
 On Thursday, March 08, 2012 12:37:45 PM Scott Silva wrote:
 on 3/8/2012 1:44 AM Jonathan Vomacka spake the following:
 ROFL
 When you let all the magic smoke out of a server it will usually stop
 working... ;)

 I try to procure ones with redundant magic smoke bottles.


 Seriously, though, I have had one server, an old Compaq ProLiant, that let 
 loose a prodigious amount of smoke one day, and kept running.  For a while, 
 at least, until I could get it shutdown safely.  It was a large resistor in 
 one of the two power supplies that let go, and fortunately it didn't cause 
 other failures.  I've seen similar failures with some Cisco catalyst switches 
 with redundant power; actually have smoke boiling out but kept on running.

 Now, on a scarier note, I have had redundant UPS battery packs give it up, 
 and not even throw an alarm, but fill the room with the distinctive aroma of 
 hydrogen sulfide.  I have hydrogen alarms available, but has anyone seen an 
 H2S alarm?
http://www.allgasdetectors.com/hydrogensulfidedetectors.shtml


http://www.generalmonitors.com/products/h2s_s4000th.html

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


Re: [CentOS] Ways To Practice Breaking My System?

2012-02-23 Thread Scott Silva
on 2/21/2012 12:45 AM Alex Walker spake the following:
 Hi All

 I've been looking into some ways to break a CentOS system so I can
 perform some simulated disaster recovery and get some hands-on practice
 with rescue mode and other system recovery tools. I'm thinking to start
 off with things like corrupting the password file with random
 characters, breaking grub.conf.

 I've been doing some research on the net, but would welcome any input
 from list members. Does anybody have any creative suggestions for ways
 to break the CentOS boot process?

 Thanks in advance :)


 Alex.
You can always turn off the firewall and point it to the internet... Some 
kiddy will break it for you!  ;)



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


Re: [CentOS] ViSpan

2012-02-23 Thread Scott Silva
on 2/15/2012 9:25 AM Steve Campbell spake the following:
 I was looking for the old Vispan stuff, and it seems to have disappeared
 from the web. Now I realize it was old, but it did provide some details
 that I liked on my old servers. I've got mailscanner-mrtg running, but
 that only provides a view of what mailscanner sees.

 Does anyone know of a good replacement for vispan that might give
 complete stats on what the mail server is doing instead of just what
 MailScanner is doing?

 thanks
 steve campbell
http://www.while.org.uk/index.php/downloads/cat_view/6-current-software.html


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


Re: [CentOS] Dovecot problems

2012-02-13 Thread Scott Silva
on 2/13/2012 4:35 AM Steve Campbell spake the following:


 On 2/12/2012 2:09 PM, Alexander Dalloz wrote:
 Am 12.02.2012 20:01, schrieb Steve Campbell:
 Actually, I'm having problems with pop and imap.

 I changed mailservers this weekend, going from a Centos 3 box to a
 Centos 6 box. The Centos 3 box used the old standard imap and pop
 servers. We use horde for our webmail. The pop3 mailboxes (mbox)  were
 in /var/spool/mail and the imap folders were in /home/user/mail, which
 horde took care of.
 So 2 classes of users? As John has annotated, mixing POP3 and IMP4 use
 is not advised at all.

 Not really two classes of users. Most of the users use pop for
 retrieving email. Horde is our webmail app, and it reads the mailbox,
 but creates and manages the imap folders in user's home directory. This
 has worked fine in the past, allowing users to read mail from their
 desktop using pop, and if desired, using horde to read mail from
 elsewhere. If they want to be able to see read email from outside the
 building, they set their mail client to leave on server. Horde takes
 care of deleting email from the mbox as well if desired.

 Upon starting the Centos 6 box, I ran into tons of login and viewing
 problems. I tried Cyrus for imap, could log in, but couldn't see mail in
 the imap folders. Using dovecot for pop, I eventually could get logged
 in, but kept getting the couldn't open INBOX message, so no one could
 download their email, even though sendmail was delivering it properly.
 Cyrus-IMAPd is out of the game unless you do a real mail store migration
 as Cyrus-IMAPd uses his own storage scheme.

 My preference is to use dovecot as both pop and imap servers. The Centos
 3 imap server used an rpm named imap-2002d-12 (at least that's the one I
 have on that server). I'm not sure how mixing comes into play here,
 since most people set their smart phones up as imap clients, and they
 can still view their email when they arrive at work using pop.

 So here's my question:

 Can (should) dovecot be used for both imap and pop when considering the
 above setup of mbox in /var/spool/mail and imap folders in ~/mail? Horde
 will read the mbox to display new messages in it's screens.
 Yes.
 That's good to get an opinion. I'm going to proceed thinking dovecot
 will do both. There's also an issue to address later of shared stuff
 I'll have to investigate. We have a few accounts that multiple users use
 in this manner through imap. They log in as a singular user, but there
 are issues of deletions and the like that sometimes cause problems.

 If so, does anyone have a pretty good link to how to make dovecot
 function using the old Centos pop/imap scheme? Should I try and convert
 the old mbox files to another format or destination to make this work?
 See http://wiki.dovecot.org/MailLocation

 I reviewed that quite a bit during the night. I guess I need to read up
 on dovecot's definitions, since that INBOX parameter kept throwing me.
 There really isn't an INBOX to a pop account's mbox, but there is on our
 imap scheme. So I might have been trying to force the issue.

 Thanks for any help. It's been a long night, going on about 14 hours now
 and I'm just getting the old server back to current until I figure this out.
 Not intended to sound smart ass, but changing a production system the
 way you do without prior testing isn't that clever.

 Not taken in any bad way. I had actually tested it pretty well for all
 the stuff I'm running on it. Sendmail worked as expected. All of the
 other apps I have running dealing with email worked fine as well. Apps
 such as MimeDefang, MailScanner, MailWatch, and everything else. I took
 for granted that pop and imap would work fine since on the old system,
 they just worked. I had no idea these services had changed so much. So
 yes, I failed to test the two things that users want most. Egg on my
 face, for sure.

 Thanks for the help, and criticism.

 steve campbell
 I wish you success.
 Thanks.
Steve,
I know I'm late to the party, but you are saying your old server was running 
UWimap ( by the statement of imap-2002d-12)?
If so, there is a little bit of work to do in converting old mail if you 
brought it forward... http://wiki2.dovecot.org/Migration/UW




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


Re: [CentOS] Removing All Packages From Repository

2012-02-13 Thread Scott Silva
on 2/13/2012 12:54 PM Matt spake the following:
 Is there a way to remove all packages from a certain repository such
 as RPMFORGE?
I have done it by something like rpm -qa|grep rf and cat the list into rpm 
-U... I don't have the exact incantation near me, but that will get you a start


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


Re: [CentOS] megaraid/PERC

2011-11-29 Thread Scott Silva
on 11/29/2011 12:35 PM m.r...@5-cent.us spake 
the following:
 I've got two drives from a now-dead server, they were RAIDed, a mirror,
 I'd assume. I need to see if there's anything on them I need to transfer
 to the replacement, so I just shoved them into another Dell server, with a
 PERC 5 controller - I think that's what the dead one had. I fired up
 MegaRAID storage manager... but can't see any way to tell it to recreate
 that RAID. Anyone done this?

  mark
If they were mirrored, you should just be able to mount one and see what you 
can find. If they were striped, then you would need a controller


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


Re: [CentOS] Centos v3.3 CD 2

2011-11-15 Thread Scott Silva
on 11/14/2011 5:38 PM Jonathan Nilsson spake the following:
 Nice mail database...


 apparently the mail client has some nice features too:

 on 11/14/2011 4:09 PM Scott Silva spake the following:

 on 10/29/2004 5:55 AM Luis-Miguel Astudillo spake the following:


 wouldst thou be willing to divulge thy mail client and/or plugin which
 spake in such a manner?

 --
 Ser Jonathan
Thunderbird reading via gmane... Sudden brain fart syndrome I guess...


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


Re: [CentOS] Overlay Filesystem Mounts?

2011-11-15 Thread Scott Silva
on 11/15/2011 9:22 AM Tim Nelson spake the following:
 - Original Message -
 Vreme: 11/15/2011 05:44 PM, Tim Nelson piše:

 However, it is possible to mount all of the shares to one location,
 such that there is one 'data' dir, with the combined contents of
 each of the three shares? So, all shares are mounted at /mnt/s1, and
 the contents of the multiple data dirs appears in one single data
 dir?

 The only time I've seen such functionality is within the XBMC media
 center application. It allows you to mount multiple network shares,
 but shows them all in one location as a sort of 'overlay' view.
 Duplicate directories are shown have their contents merged, but
 remain intact on the actual shares/filesystem.

 Does any of this make sense? Is it possible with CentOS (pref. 6) ?

 If nothing else, you could create ans script that would create
 symlinks
 from all files in those directories into single one. I use that
 technique to create combined repository directory for mrepo.


 I'm already doing this. It works, but is quite messy. I had hoped there 
 would be an actual filesystem merging function that would do this 
 automagically.

In Microsoft terms that sounds like Distributed file system. I think you can 
do that under samba...


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


Re: [CentOS] Overlay Filesystem Mounts?

2011-11-15 Thread Scott Silva
on 11/15/2011 10:48 AM John Hodrien spake the following:
 On Tue, 15 Nov 2011, Scott Silva wrote:

 In Microsoft terms that sounds like Distributed file system. I think you can
 do that under samba...

 Is that the same?  I thought DFS was just about effectively having cross
 server symlinks so that one folder could be on one server and another on
 another transparently, but I didn't know it could effectively merge multiple
 folders into one.

 jh
I suppose it would have to be more like disparate subfolders shared under one 
root...


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


Re: [CentOS] Centos v3.3 CD 2

2011-11-14 Thread Scott Silva
on 10/29/2004 5:55 AM Luis-Miguel Astudillo spake the following:
 Sorry, I have been away for a while. has anyone fixed CD2 fotr CentOS v3.3 ?

CentOS 3.3 is out of production and off support... For a while now...


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


Re: [CentOS] Centos v3.3 CD 2

2011-11-14 Thread Scott Silva
on 11/14/2011 4:09 PM Scott Silva spake the following:
 on 10/29/2004 5:55 AM Luis-Miguel Astudillo spake the following:
 Sorry, I have been away for a while. has anyone fixed CD2 fotr CentOS v3.3 ?

 CentOS 3.3 is out of production and off support... For a while now...
Sorry... For some reason all my old threads are marked as unread...


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


Re: [CentOS] Intel wireless firmware

2011-11-03 Thread Scott Silva
on 10/29/2011 10:41 AM Ron Loftin spake the following:

 This may not be the best place to ask, but Google hasn't given me any
 useful information.

 I have an older laptop that is using the Intel 2200 wireless
 interface.  I installed CentOS 5 on it some time ago and everything is
 fine.  When I was reviewing my kickstart setups I found that the ipw2200
 firmware package is no longer available in RPMForge.  The CentOS site's
 how-to page for this interface still refers to RPMForge, so that now
 seems out of date.

 What happened to the Intel firmware packages on RPMForge and where else
 should I be looking for them ?  I tried ELRepo and didn't see them
 there.

 Suggestions and pointers are welcome, and thanks in advance.

http://packages.atrpms.net/dist/el5/ipw2200/


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


Re: [CentOS] CentOS 4 Dovecot Problem

2011-11-01 Thread Scott Silva
on 11/1/2011 10:30 AM Grant McChesney spake the following:
 On Sun, Oct 23, 2011 at 10:19 AM, John Hintonwebmas...@ew3d.com  wrote:

 For those of you that still are running CentOS 4... I have one system
 that is still going... there is a problem with the newest release of
 Dovecot under mbox. Certain spam is causing this error when users try to
 log on.

 file lib.c: line 37 (nearest_power): assertion failed: (num=
 ((size_t)1  (BITS_IN_SIZE_T-1)))

 Rolling back to a previous release fixes these issues. I'm not bothering
 to file a bug with Redhat as the EOL is rapidly approaching and I just
 about have my one system's users moved to a new server.

 I have not as of yet seen this problem on CentOS 5 mbox systems, but I
 don't have many users on those systems either as I'm 'slowly' migrating
 all to CentOS 6 Maildir systems.




 I got bit by this bug as well.  I rolled back to dovecot-0.9.11-9 for now
 until I find time to upgrade to CentOS 5 or 6.
DO yourself a favor and use a dovecot from a third party repo... the 0.9 
series is YEARS old.


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


Re: [CentOS] Choosing a CentOS version

2011-10-03 Thread Scott Silva
on 10/3/2011 10:21 AM Bade Iriabho spake the following:
 This may be a noob question but there is something I have been trying to
 understand, there are currently three main versions of CentOS 4, 5, and 6.
 My main question is simply how do I know what version I should deploy? I
 have searched online and either I did not do a good job of searching or the
 information I get is inadequate.

 To better understand why I ask this question, here are some of the build up
 questions.
 - Is there an online resource that lists (compare/contrast) the different
 versions (i.e. 4, 5, and 6) and why you should pick a particular one?
 - Is a particular version the best for a web server, how do I know this?
 - Should or does it matter what version I deploy?
 - Can assume that once a version is decided upon, one should stick to the
 latest release. i.e. for version 5, go with 5.7 right now?

 If you can point me to an online resource, that would be awesome as well.

 B.I.
I would install the newest if it is a clean start and not replacing anything. 
It will have the longest remaining support cycle. The versions are more like 
snapshots in time than actually being different. 4 is nearing the end of its 
life, and 5 is over half way through. The only reason to go back to an older 
version is if you have some software that you need, that only will run on the 
older versions, or older hardware that the new version won't run on...


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


Re: [CentOS] 5.7 x86_64 DVD iso

2011-09-29 Thread Scott Silva
on 9/29/2011 8:29 AM Weiner, Michael spake the following:
 I am trying to find a DVD iso that is not a torrent, and looking through
 the mirrors I am unable to find one. Does anyone happen to have a mirror
 or repository that they know of that carries the DVD iso for direct
 download? I am behind a pretty strict firewall and am unable to do
 torrents.


Try the mirror list
http://www.centos.org/modules/tinycontent/index.php?id=30
there is a column that states if a mirror has direct dvd downloads.


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


Re: [CentOS] Hard I/O lockup with EL6

2011-09-26 Thread Scott Silva
on 9/26/2011 3:13 PM Benjamin Smith spake the following:
 On Monday, September 26, 2011 02:42:18 PM Devin Reade wrote:
 --On Monday, September 26, 2011 12:11:47 PM -0700 Benjamin Smith
 Unfortunately in trying to use C6 on the old machine I wound up with
 far too many changed variables to figure out where the problem was.
 Despite that, my gut tells me that it's not a hardware problem.

 Thanks for the feedback. Unfortunately, these aren't ancient 686 systems, they
 are 1-ish year old 8-core Intel Xeons with 32 GB of ECC RAM apiece. I can't
 justify replacing them, especially since two of the four are happily
 deliverying gorgeous performance!


Cane in late, but I suppose you tried the standards like re-seating anything 
that is removable? Cards, memory, etc...


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


Re: [CentOS] Perl module installed via CPAN but its is not found

2011-09-26 Thread Scott Silva
on 9/26/2011 4:32 PM TE Dukes spake the following:
 Hello,

 I am trying to rebuild a zoneminder rpm. It calls for the module
 perl(Sys::Mmap). I installed via CPAN but when I run rpmbuild --rebuild
 zoneminder-xx, it tells me the above module is needed.

 Seems I ran into this once before and fixed it, but I can't remember what I
 did. I have searched for two days now and can't find anything of help.

 TIA

 Eddie

 PS If I can get this zoneminder rpm to rebuild, I will post the location for
 d/l. It is zoneminder 1.24.4
Remember... When building RPM's, the dependencies ALSO need to come by rpm, 
not CPAN.


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


Re: [CentOS] x86_64.rpm v. i686.rpm

2011-09-26 Thread Scott Silva
on 9/26/2011 4:36 PM TE Dukes spake the following:
 Just curious why there are two types of rpms for some packages. Just got my
 first 64 bit machine. Which should I be installing? Both?

 TIA

 Eddie
Because a 64 bit machine can also run 32 bit programs. So the default seems to 
pull in several 32 bit rpms also... It doesn't really hurt to let both 
install, it just takes space.


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


Re: [CentOS] fdisk on centos 6

2011-09-15 Thread Scott Silva
on 9/15/2011 1:57 PM Jerry Geis spake the following:
I am getting the WRONG values reported from fdisk on centos 6.
 This is listing an 8G CF card on /dev/sde

 Disk /dev/sde: 8019 MB, 8019099648 bytes
 247 heads, 62 sectors/track, 1022 cylinders
 Units = cylinders of 15314 * 512 = 7840768 bytes
 Sector size (logical/physical): 512 bytes / 512 bytes
 I/O size (minimum/optimal): 512 bytes / 512 bytes
 Disk identifier: 0xd1b46611


 It should be 255 heads, 63 sectors/track.

 Under centos 5 this is reported correctly.

 I even tried specifying the -S 63 -H 255 on the fdisk command line -
 that did not help.

 my symptom is when I setup my CF card to run linux - I get a grub error 2.

 What kind of madness is happening?

 Jerry
I think the fdisk in 6 tries to align on 4k boundaries. Does fdisk -c do the 
same thing?


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


Re: [CentOS] dealing with spoofing

2011-09-01 Thread Scott Silva
on 9/1/2011 10:39 AM Kenneth Porter spake the following:
 --On Wednesday, August 31, 2011 5:48 PM -0400 Mailing Lists
 mailingl...@theflux.net  wrote:

 http://www.openspf.org/Introduction - SPF FTW

 DKIM is another possibility.

 Blizzard (the game company) signs some (not all) of its mail with DKIM, and
 I use that to spot obvious account-theft scams. Unfortunately some servers
 break the signature, so it can be difficult to use and verify.

 http://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
I get TONS of spam with legitimate DKIM signatures...




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


Re: [CentOS] dealing with spoofing

2011-09-01 Thread Scott Silva
on 9/1/2011 1:14 PM Kenneth Porter spake the following:
 On Thursday, September 01, 2011 12:43 PM -0700 Scott Silva
 ssi...@sgvwater.com  wrote:

 I get TONS of spam with legitimate DKIM signatures...

 DKIM and SPF do not stop you from getting spam. Their purpose is to keep
 you from getting joe-jobbed, by declaring to the world which mail really
 came from you. It protects email sources, not destinations.

 So you're getting honest spam that tells you that it really came from
 where it claims to have come from.
Yes... Hotmail and YAhoo let ANYONE sign up, and flood for a short time until 
they get cut off. Legitimate source, but still crap...


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


Re: [CentOS] keyboard problem

2011-08-09 Thread Scott Silva
on 8/9/2011 10:29 AM bcb spake the following:
 OK, I know what I'm doing is officially unsupported, but perhaps someone
 has some suggestions...

 I have a CentOS 5.6 system running as a virtual machine using VMware
 player.  I cloned the system, booted the clone to make sure everything
 worked after cloning, it did.  I then booted off a CentOS 6 ISO and did an
 upgrade (I know, unsupported!).  I've got the system to the point where
 everything works except the keyboard.

 If I boot to a command line, it works, as soon as X gets involved, there
 is no response at all from the keyboard.  The on-screen keyboard does
 work.  The physical keyboard works in the host OS and all of the other
 guest OSes on the machine.  It works in the original CentOS 5.6 VM.

 I'm at a loss and would love some advice on where to look next.

 Thanks!
 Bruce
Did you look for any leftover packages that didn't upgrade? Something like rpm 
-qa |grep el5


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


Re: [CentOS] keyboard problem

2011-08-09 Thread Scott Silva
on 8/9/2011 12:34 PM bcb spake the following:
 On Tue, 09 Aug 2011 12:09:25 -0700, Scott Silva wrote:

 on 8/9/2011 10:29 AM bcb spake the following:
 OK, I know what I'm doing is officially unsupported, but perhaps
 someone has some suggestions...

 I have a CentOS 5.6 system running as a virtual machine using VMware
 player.  I cloned the system, booted the clone to make sure everything
 worked after cloning, it did.  I then booted off a CentOS 6 ISO and did
 an upgrade (I know, unsupported!).  I've got the system to the point
 where everything works except the keyboard.

 If I boot to a command line, it works, as soon as X gets involved,
 there is no response at all from the keyboard.  The on-screen keyboard
 does work.  The physical keyboard works in the host OS and all of the
 other guest OSes on the machine.  It works in the original CentOS 5.6
 VM.

 I'm at a loss and would love some advice on where to look next.

 Thanks!
 Bruce
 Did you look for any leftover packages that didn't upgrade? Something
 like rpm -qa |grep el5

 bingo!

 xorg-x11-drv-evdev was still haning around from 5.6.  Couldn't update
 it, so erased it, then installed it and all (so far) is right with the
 keyboard.  There are a few others that are still old but that was the
 problem this time.

 Thanks!
 Bruce
I would do my best to eliminate any el5 leftovers, and replace with el6 
versions. It will only come back later and bite you...


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


Re: [CentOS] keyboard problem

2011-08-09 Thread Scott Silva
on 8/9/2011 1:22 PM bcb spake the following:
 On Tue, 09 Aug 2011 12:43:24 -0700, Scott Silva wrote:

 I would do my best to eliminate any el5 leftovers, and replace with el6
 versions. It will only come back later and bite you...

 Of course!.  At the moment, I've eliminated/upgraded all of the el5
 packages to el6 ones except for the various nss packages.  The problem
 there (and maybe I'm just a bit ignorant about the right way around this)
 is nss-softokn-freebl which has a conflict with nss-3.12.8-4.el5_6.
 Normally I'd just rpm --erase --nodeps latter package, but when you do
 that, yum, rpm, etc no longer work to install the newer version,
 complaining vehemently about a missing nss package :-(

 I'd love to know how to resolve that issue.

 Thanks!
 Bruce
download all the deps ahead of time, then install locally


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


Re: [CentOS] keyboard problem

2011-08-09 Thread Scott Silva
on 8/9/2011 1:22 PM bcb spake the following:
 On Tue, 09 Aug 2011 12:43:24 -0700, Scott Silva wrote:

 I would do my best to eliminate any el5 leftovers, and replace with el6
 versions. It will only come back later and bite you...

 Of course!.  At the moment, I've eliminated/upgraded all of the el5
 packages to el6 ones except for the various nss packages.  The problem
 there (and maybe I'm just a bit ignorant about the right way around this)
 is nss-softokn-freebl which has a conflict with nss-3.12.8-4.el5_6.
 Normally I'd just rpm --erase --nodeps latter package, but when you do
 that, yum, rpm, etc no longer work to install the newer version,
 complaining vehemently about a missing nss package :-(

 I'd love to know how to resolve that issue.

 Thanks!
 Bruce
This is a shining example of why RedHat says NOT to upgrade between major 
versions. It takes as much (or more) work to fix it as it does to just start 
over...

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


Re: [CentOS] setting up bare minimal CentOS VM

2011-08-09 Thread Scott Silva
on 8/9/2011 3:10 PM Rudi Ahlers spake the following:
 Hi all,

 I need to setup a real bare minimum CentOS Virtual Machine, but with
 normal internet / network access. i.e. I need SSH, Mutt, Links, lynx,
 ping, tracert, dig, iptables, etc.

 Does anyone know where (if?) I can get a list of applications which
 gets installed with CentOS 6 if every option is deselected in the
 installer so that I can see what I can remove which isn't really
 necessary once installed?



I think they are creating a minimal install CD image, if they haven't already 
released it.

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


Re: [CentOS] setting up bare minimal CentOS VM

2011-08-09 Thread Scott Silva
snip


 Craig, yes, and no. I am actually looking for a list of software
 packages that can be removed without breaking the running OS. like for
 example bluez-libs or cronie-anacron which isn't necessarily needed
 for a bare-minimum system to run.

 I honestly don't just want to delete stuff that I don't know if it
 could break something, so I was hoping maybe someone knows of a list
 (on a wiki / blog / etc) that has a really bare minimum list of
 software that needs to be on a server to function.

 I could install anything else later on if I need to though.



I really think the minimal CD would be about as lean as you would want to go. 
You could maybe trim a few megs, but is it worth the extra work?

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


Re: [CentOS] getting old mail every 5 months or so

2011-07-05 Thread Scott Silva
on 7/5/2011 9:34 AM Bob Hoffman spake the following:
 Using centos 5.x, sendmail, as a server, downloading mail with 
 thunderbird (although this happened with outlook too)
 
 every 5 or 6 months I open my mail client (thunderbird) and one of my 
 mail accounts decides to download 1,000 or so mails from my server. Old 
 mail that I had already downloaded before.
 
 I changed no settings and everything is the same as it was, but this 
 happens enough, on all accounts, that it is just weird. It is like it 
 gets to a certain size and then redownloads the same mails. And they are 
 the same mails. I have had 'redownloads' of the same emails each time.
 
 I look in the queue, nothing there...same with the mailboxes in the user 
 folders, var/spool/mail
 
 these mails are being held somewhere by centos, but I cannot find 
 them...and they seem to want to all be downloaded again and again every 
 6 months..
 
 what am I missing?
 
 thanks
You are missing a lot of detail, and also hijacked someone elses thread.
What MDA... using pop3 or imap... etc...

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


Re: [CentOS] CentOS-6 Status updates

2011-06-14 Thread Scott Silva
on 6/14/2011 2:23 PM gvim spake the following:
,snip
 
 Then 21st, now 24th. Scientific Linux doesn't seem to have these problems. 
 That's why I switched. Don't get it.
 
 gvim

You forgot to switch lists... ;)

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


Re: [CentOS] CentOS-6 Status updates

2011-06-13 Thread Scott Silva
on 6/13/2011 7:23 AM James B. Byrne spake the following:
 
 I just want to say that I really, really, appreciate the information
 given on this site:
 
 http://qaweb.dev.centos.org/qa/calendar
 
What I appreciate is the lack of fighting and Is it done yet? posts that
were flowing out before...

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


Re: [CentOS] CentOS-6 Status updates

2011-06-13 Thread Scott Silva
on 6/13/2011 9:48 AM Paul Heinlein spake the following:
 On Mon, 13 Jun 2011, Devin Reade wrote:
 
 (I'm another one of those who has been delaying deployment of some 
 new systems pending CentOS 6 due to wanting to maximize those 
 systems' useful lifetimes.)
 
 I was wondering if hardware vendors would see an uptick in sales 
 around the time CentOS 6 becomes generally available...
 
When the build issues are resolved with 6.0, 6.1 will not be as far behind.
I'm almost sure that the normal past times of 2 to 3 weeks will work back into
the norm. Since it seems that RedHat has accelerated their major version
releases, it might be a short reprieve... Not that the CentOS team is
slacking, but you can bet that enterprise 7.0 will most likely have new
obstacles...

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


Re: [CentOS] Initial 6.0 trees in QA

2011-05-26 Thread Scott Silva
on 5/26/2011 11:50 AM Steven Crothers spake the following:
snip

 Fedora and Debian in my opinion are both superior to the way CentOS
 opens community development. Having one developer doing all the
 packaging (Johnny) is a waste of resources and intelligence. A simple
 repository where we can all contribute to the build cycle would be far
 more beneficial in the long run for the project. However, they are
 currently worried about people stealing their work and starting
 their own rebuilds of RHEL, which if that was going to happen it would
 have already. The SL team opens their build process and we can get
 close enough with Fedora to make a good start.
 
 Some of the developer paranoia needs to go, and more community
 involvement needs to happen still. However the QA system is a good
 step forward and like I said, hopefully the first of many over the
 next few years.
 
I think they are as much worried about bad things getting introduced into an
uncontrolled build environment. Things like dependencies outside the normal
build, dependencies that break other parts of the distro, and even general
malicious content are all concerns of a full enterprise type of distro. CentOS
is not a community build... The community is in the support. I think opening
up some of the problems in building so maybe patches can be submitted is a
good step, but if I wanted a distro that anybody and his brother can add to, I
would USE Fedora...


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


Re: [CentOS] OT: RHEL 6.1 is out

2011-05-24 Thread Scott Silva
on 5/24/2011 1:06 PM Brunner, Brian T. spake the following:
snip
 
 When the 7th seal is opened there will be silence in heaven for about
 the space of half an hour (Rev 8:1), implying that the net will be down
 world-wide.  THAT will cause Armageddon all by itself (Rev 9:16, 16:16).
 
I thought the silence in heaven line meant that women will be showing up
later!  ;)

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


Re: [CentOS] OT: RHEL 6.1 is out

2011-05-23 Thread Scott Silva
on 5/23/2011 11:02 AM Ljubomir Ljubojevic spake the following:
snip
 
 Then everybody cough on that and started endless flame-war.
 
I survived the rapture to come back to this?  LMAO
http://www.ebiblefellowship.com/outreach/tracts/may21/



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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-17 Thread Scott Silva
on 5/16/2011 3:08 PM R P Herrold spake the following:
snip
 [I see 14 new posts within the past hour that composing this 
 piece has taken ... If I had known the comment by 'Radu 
 Gheorghiu' was coming, about 'waiting for somebody to come and 
 fill their pockets', I would have spent it productively 
 instead.  I think hughesjr was right with his comment that 
 speaking here is just not worth it --- I'd rather get work 
 done than talk in such a hostile environment]
 
 -- Russ herrold

Don't feel too bad... Out of the thousands of CentOS users, and the hundreds
subscribed to this list, I only see a dozen or so people complaining You
could be producing happy rainbows out of thin air, and you would probably
still have a few percentage points of the users complaining

Just remember that although most are silent, they are being silent so you can
get something done besides having to defend yourselves...


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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-17 Thread Scott Silva
on 5/16/2011 2:45 PM cen...@911networks.com spake the
following:
 On Mon, 16 May 2011 13:47:30 -0500
 Johnny Hughes joh...@centos.org wrote:
 
 Can't you ungrateful bastards take the free software I make by
 following the licensing requirements and be happy with that?
 
 Johnny please don't take this personally. I don't know who came with
 the expression:
 
 When you fight with a pig, you both get dirty - but the pig likes it
 
 They like it and your blood pressure rise. Not worth it. Don't listen
 to them.
 
 PS. I'm one of the silent majority! I run a few v4 and v5. Thanks for
 the hard work.
 
+11


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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux) (not)

2011-05-17 Thread Scott Silva
on 5/17/2011 9:36 AM m.r...@5-cent.us spake the
following:
 Johnny Hughes wrote:
 On 05/17/2011 09:46 AM, Scott Silva wrote:
 on 5/16/2011 3:08 PM R P Herrold spake the following:
 snip
 [I see 14 new posts within the past hour that composing this
 piece has taken ... If I had known the comment by 'Radu
 Gheorghiu' was coming, about 'waiting for somebody to come and
 fill their pockets', I would have spent it productively
 instead.  I think hughesjr was right with his comment that
 speaking here is just not worth it --- I'd rather get work
 done than talk in such a hostile environment]

 Don't feel too bad... Out of the thousands of CentOS users, and the
 hundreds subscribed to this list, I only see a dozen or so people
 complaining
 snip
 It is *Millions* of CentOS users :D

 And there are 4200 subscribed to this list.
 
 Must be millions:
 http://linux.slashdot.org/story/11/05/16/2022259/Microsoft-To-Support-CentOS-Linux-In-Hyper-V
 
 M$ wouldn't even see anything smaller.
 
   mark
The buyout will be next... ;)


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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-16 Thread Scott Silva
on 5/16/2011 11:47 AM Johnny Hughes spake the following:

 Can't you ungrateful bastards take the free software I make by following
 the licensing requirements and be happy with that?
I hear ya Johnny... The only hurry I am in over 6 getting out is that FINALLY
some of the whining will stop... For a little while... I saw the same sort of
complaints at Whitebox, and it will never stop...

I hope you don't just get fed up with the bitching and stop the project...

No need to respond... Just go on doing what you need to do...

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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-16 Thread Scott Silva
on 5/16/2011 11:40 AM Janne TH. Nyman spake the following:
 Who cares? I find it amazing that these guys still keep on building and
 providing considering how their users treat them.
 
 Team CentOS, keep your heads up. For me, you are still the best thing
 that happened since sliced bread.
 
I always wondered what was the best thing BEFORE sliced bread... LOL

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


Re: [CentOS] Am I being to paranoid?

2011-05-09 Thread Scott Silva
on 5/8/2011 10:46 AM Jason spake the following:
 Hi All,
 
 I want to know thoughts on if I am being to paranoid/security conscious. 
 
snip
You know what they say;
Just because you are paranoid does not mean that some one is NOT out to get 
you!

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


Re: [CentOS] centos friends?

2011-05-05 Thread Scott Silva
on 5/5/2011 1:55 PM Dave Stevens spake the following:
 Hello All,
 
 I want to ask about CentOS and money. Please do not start some kind of 
 shitstorm over this, it isn't productive.
 
 I have just been looking at archive.org to see when the paypal option went 
 missing from the donate menu at centos.org. I can't pin it down, but it was 
 there on October 16, 2010 and isn't now, so that's the information I have on 
 that point.
 
 There was a great deal of argy-bargy on this list when the 5.6 update was 
 slow 
 arriving. I don't want to go there, I was happy to see it when it arrived, as 
 I always am when there's an update.
 
 The impression I got was that the maintainers and packagers were working as 
 hard as they could and were tetchy about being nagged, being unable to do 
 more. Fair enough, but we need not adopt the status quo entirely.
 
 The donate menu on the web site has this to say, (and more) ...
 
 The CentOS team would like to remind you that the primary means of 
 substaining the development of CentOS is via contributions by CentOS users.
 
 CentOS is now, and will continue to be totally free; however, it takes money 
 and resources to make CentOS available.
 
 If you are able, please consider donating to the CentOS Project. Donations of 
 promo material, public mirrors and dedicated servers are all vital to our 
 contined operations.
 
 Monetary
 
 CentOS is currently reviewing our cash donation program. In the mean time we 
 are not accepting any financial donations. We do appreciate though, if you 
 want to - for example - help out with promo material. See our Wiki page on 
 donations for more up to date information.
 
 So referring as directed to the wiki page shows:
 
 Resource and financial needs
 
 The CentOS Project is entirely based on the efforts of volunteers. We rely on 
 contributions and donations from CentOS users as well, for:
 
 * Logistics related to promotion and infrastructure
 * Specific hardware needs
 * Bandwidth and connectivity
 * Promotion material at conferences and exhibitions
 * Organizing CentOS-related events 
 
 I don't see anything there about money except in the first line and I'm 
 really 
 curious why. Internally it is clear that if the team hasn't put in place some 
 cash donation basis probably the capacity isn't there. But the current team 
 need not go into areas where they have no time or (perhaps) expertise. There 
 are lots of capable money folks in the free software world who can and do 
 accept donations and deal with administrative infrastructure and channel 
 support to projects. So the name apache-friends is suggestive. Without 
 necessarily using that model I wonder why there isn't a CentOS Friends group 
 or fund to which I and others can donate. I can't help but believe that if 
 there were, say, a couple of paid staff with CentOS as the day job, things 
 would not be so burdensome to the devs we have now and maybe we could build 
 on 
 that.
 
 For my part, I installed CentOS on some machines I administer for non-profit 
 groups in Canada. The lack of licencing fees makes a big difference to them, 
 non-profits groups are perpetuually long on brains and short on cash. But 
 even 
 so I think we could cough up, say, ten bucks a year per machine to put some 
 payback into CentOS. Given general widespread goodwill this might be 
 multiplied significantly.
 
 I have not seen this discussed on the list and would be happy to know if 
 there 
 is some reason it hasn't been attempted.
 
 Please let me repeat, this is meant as a constructive suggestion, there is no 
 problem with the product, quite the reverse.
 
 Comments?
 
 Dave
 
 
 
 
Here is a bit of why the donation button went away (It was back in 2009 or 
so)...


http://news.cnet.com/8301-1001_3-10300222-92.html

http://www.osnews.com/comments/21921

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


Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Scott Silva
on 4/28/2011 12:40 PM Alexander Farber spake the following:
 Thank you all, it seems to have finished - I'm rebooting.
 
 Just curious why is the State of md3 active, while the others are clean?
 
If I remember right, clean means it is completely synced and not being written
to or mounted. Active means it is or has been written to and is synced.
Usually dirty means that there is un-synced data on one or the other drives.

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


Re: [CentOS] Rsync 3 from rpmforge

2011-04-28 Thread Scott Silva
on 4/27/2011 7:46 AM Jussi Hirvi spake the following:
 Thanks for a triple answer. :-) Now I remember - like I said, I solved 
 this problem once already. Hm, I should document better what I do...
 
 - Jussi
Where's the fun in that?  ;)

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


Re: [CentOS] Convert Filesystem to Ext4

2011-04-19 Thread Scott Silva
on 4/19/2011 10:42 AM Matt spake the following:
 On a running 64 bit CentOS 5.6 box is it possible to convert from Ext3
 to Ext4 to improve performance?  Right now I can deal with a few hours
 of downtime on it.  This is an email server with lots of I/O due to
 seek time.  Software RAID1 as well.  Will Ext4 offer much of an
 improvement?
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/Migration_Planning_Guide/ch03s02.html


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


Re: [CentOS] Convert Filesystem to Ext4

2011-04-19 Thread Scott Silva
on 4/19/2011 11:16 AM Scott Silva spake the following:
 on 4/19/2011 10:42 AM Matt spake the following:
 On a running 64 bit CentOS 5.6 box is it possible to convert from Ext3
 to Ext4 to improve performance?  Right now I can deal with a few hours
 of downtime on it.  This is an email server with lots of I/O due to
 seek time.  Software RAID1 as well.  Will Ext4 offer much of an
 improvement?
 http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/96/html/Migration_Planning_Guide/ch03s02.html
I know it is for RH 6, but probably sound advice.

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


[CentOS] Just a question about the Announce List

2011-04-11 Thread Scott Silva
Did the Announce go out for CentOS 5.6, or are people just jumping the gun?
If it went out, I missed it, and need to look at my spam filters.

If it hasn't gone out yet, then maybe I'm OK...

See... No is it ready crap in here!

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


Re: [CentOS] Just a question about the Announce List

2011-04-11 Thread Scott Silva
on 4/11/2011 2:12 PM William Hooper spake the following:
 On Mon, Apr 11, 2011 at 5:07 PM, Scott Silva ssi...@sgvwater.com wrote:
 Did the Announce go out for CentOS 5.6, or are people just jumping the gun?
 If it went out, I missed it, and need to look at my spam filters.

 If it hasn't gone out yet, then maybe I'm OK...

 See... No is it ready crap in here!
 
 It went out:
 
 http://lists.centos.org/pipermail/centos-announce/2011-April/017282.html
 
 You might want to log into Mailman and check your filters.  When I
 didn't get it, I noticed that there was a filter for (IIRC) Centos-5
 that I didn't have checked in mailman.
 
Thank you... I did for some reason have the base announcements cleared. All
fixed for the next one! I don't see one for base Centos 6 announcements yet,
just arch filters...


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


Re: [CentOS] Centos 6 Update?

2011-04-07 Thread Scott Silva
on 4/6/2011 2:59 PM Hendrik spake the following:
 2011/4/6 Karanbir Singh mail-li...@karan.org:
 On 04/06/2011 09:53 PM, Dag Wieers wrote:
 That's not hard to do - stop reading them then.

 And once again we are avoiding a proper solution.


 No, once again you dont understand the issues, the problem or the
 efforts going into the solution.

 Really, try stopping reading for a few weeks. You might surprise yourself.
 
 Do you notice nothing? Or is that the Indian mentality?
 
 --
 Hendrik
I would say that if the moderators don't ban this person, they are WAY more
forgiving than I would be. Maybe you could have called him a jerk, an ass,
even butthead... But racial slurs just make you look childish...

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


Re: [CentOS] Feeding CentOS build results to twitter

2011-04-07 Thread Scott Silva
on 4/5/2011 11:46 PM John R Pierce spake the following:
 On 04/05/11 11:32 PM, Emmanuel Noobadmin wrote:
 A lot of the anxiety seems to be about the silence about any kind of
 progress.
 
 there's a fair amount of traffic on centos-devel
 
 archives here,
 http://lists.centos.org/pipermail/centos-devel/2011-April/thread.html
Most of the traffic lately is the same is it done yet stuff on here. The
rest is developer and distro bashing/defending.

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


Re: [CentOS] Centos 6 Update?

2011-04-07 Thread Scott Silva
on 4/7/2011 1:02 PM Dag Wieers spake the following:
 On Thu, 7 Apr 2011, R P Herrold wrote:
 
 On Thu, 7 Apr 2011, Tom H wrote:

 This is the kind of answer that CentOS as a project
 shouldn't allow (KB's recent use-something-else email is
 another example) because it makes the developers look like
 rank amateurs.

 It is _so_ easy to tell others what they should or should not
 do.  Easier still for a bystander to criticize to jeer and
 mock from the sidelines
 
 When people state the project can do better, who did translate the 
 project to Johnny or Karanbir ? Nobody did, except Johnny and 
 Karanbir.
 
 Nobody is asking Johnny or Karanbir to work harder, that's the fallacy.
 
 But only Johnny and Karanbir can change how this project is organized at 
 the moment and the project is currently organized in such a way that if we 
 want more timely releases and updates, or we want better communication, or 
 we want more transparancy, Johnny and Karanbir will have to work harder.
 
 It doesn't have to be like this, but it feels like certain forces want to 
 keep things framed like this in discussions.
 
Are they resistant to change, or maybe just really don't know where to start?
It looks like the latter may apply a little better.



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


Re: [CentOS] Centos 6 Update?

2011-04-07 Thread Scott Silva
on 4/7/2011 2:28 PM Les Mikesell spake the following:
 On 4/7/2011 3:55 PM, R P Herrold wrote:
 On Thu, 7 Apr 2011, Les Mikesell wrote:

 rebuilding RHEL src rpms under RHEL, it should be made
 public and either fixed or acknowleged as the intended
 outcome.

 Off topic here as to what RHEL and its vendor should or should
 not do, Les.
 
 OK, I'll rephrase.  What they do do should be made public.
 
 And 'self-hosting' has NEVER been a goal of the upstream's
 full product line [and indeed cannot be, as parts of it
 include binary blobs for which sources are not released]
 
 And yet, there are probably people who believe that RH releases sources 
 that can be rebuilt to usable binaries and make decisions based on that.
 
The GPL says they must release source. It doesn't say they have to also
release any magic spells they use to compile it.

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


Re: [CentOS] Centos 6 Update?

2011-04-07 Thread Scott Silva
on 4/7/2011 2:08 PM Emmanuel Noobadmin spake the following:
 On 4/8/11, Rudi Ahlers r...@softdux.com wrote:
 On Thu, Apr 7, 2011 at 10:58 PM, R P Herrold herr...@owlriver.com wrote:
 and so we should tell people:
We will ship it when it is done; please come back
then

 Got it.  Great idea
 Isn't that what you've beeb telling people this whole time?
 
 I think the problem here is people can see the bread is still steaming
 hot at the bakery. Unfortunately the current situation is that we
 don't see the bread here and it's been so long that people feel it
 should be cool enough to slice and too many of them didn't hear the
 brief and far in between mutters that says bread had to be reheated to
 kill bacterias detected. ;)
It's more like they are still fixing the oven, and mixing the dough

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


Re: [CentOS] Centos 6 Update?

2011-04-04 Thread Scott Silva
on 4/4/2011 3:11 PM David Brian Chait spake the following:
 SL didn't pass the muster in our env in terms of a drop in replacement  
 for Centos.
 
 On the other hand, we have simply dropped in Centos in place of RHEL w/ 
 o issue.
 
 Our env is a rather complex CGI/VFX based pipeline that is not trivial  
 to design or support.
 
 So if you have 12-24 months, I'd wait, seriously man, what's the rush?
 
 
 I have to provide a reliable and scalable infrastructure, and that requires a 
 reliable provider / updates. While I do not need Centos 6 today, this 
 development cycle has certainly raised questions as to whether the 
 development process can be relied upon. The whole when it's ready mantra 
 works well for academic/individual users, but you can't plan business 
 processes based on it. 
If you need the real thing for business cases, then you shouldn't be looking
at copies and knockoffs. You should buy direct from the manufacturer, RedHat...

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


Re: [CentOS] Centos 6 Update?

2011-04-04 Thread Scott Silva
on 4/4/2011 10:35 AM Hendrik spake the following:
 2011/4/4 Gilbert Sebenste seben...@weather.admin.niu.edu:
 
 Karanbir said on the Twitter account (and elsewhere) roughly 3 weeks after
 CentOS 5.6 gets released, and that will be hopefully by tomorrow. He says
 all but 30 packages are OK with CentOS 6, but 5.6 is their first
 priority.
 
 If Karanbir says 3 weeks it takes 3 months. (as well as with CentOS 5.6)
 
 --
 Hendrik
REALLY?  More of this crap?


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


Re: [CentOS] WD RE4-GP Dropped From Raid

2011-04-01 Thread Scott Silva
on 4/1/2011 4:35 AM Steve Brooks spake the following:
 
 Hi All,
 
 I have a WD RE4-GP which dropped an Adaptec 51645 RAID controller. I ran a 
 smartctl short test on the drive and it failed with a read error. So I ran 
 the Western Digital's own diagnostic software (DLGDIAG), both the short 
 and extended test on the drive and it passed with no errors. So I ran the 
 smartctl short test again and again it failed. I then ran smartctl long 
 test and that also failed at the same logical block address as the short 
 test. Can anyone shed any light on this? Can I RMA the drive even if it 
 passes Western Digital's own tests? Thanks in advance for any advice.
 
 Cheers,
 
 Steve
I have RMA'd many drives to WD without any proof of testing. They usually will
send you a rebuilt equivalent drive.

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


Re: [CentOS] logical volume - device present without table

2011-04-01 Thread Scott Silva
on 4/1/2011 8:22 AM neubyr spake the following:
 I am trying to mount a logical volume for creating new initrd image.
 The lvs command is showing a logical volume with 'd' attribute -
 device present without tables. It's getting listed under /dev/mapper
 but not under /dev/VolGroup00. Any help on what might be wrong here?
 
 --
 thanks,
 neuby.r
Does it span 2 PV's?

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



Re: [CentOS] question on software raid

2011-04-01 Thread Scott Silva
on 4/1/2011 8:32 AM Jerry Geis spake the following:
 dmesg is not reporting any issues.
 
 The /proc/mdstat looks fine.
 md0 : active raid1 sdb1[1] sda1[0]
 X blocks [2/2]  [UU]
 
 however /var/log/messages says:
 
 smartd[3392] Device /dev/sda 20 offline uncorrectable sectors
 
 The machine is running fine.. raid array looks good - what
 is up with smartd?
 
 THanks,
 
 Jerry
Could it be that the bad sectors so far have been in unused areas? Once a
drive runs out of sectors to map corrections to, I would really think about
replacing it.

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


Re: [CentOS] Corporate support for CentOS

2011-03-28 Thread Scott Silva
on 3/27/2011 5:36 AM Ian Murray spake the following:
 
 

 What makes you think CentOS is not willing to be commercially sponsored?
 (Or only work developing CentOS?)

 I would LOVE to be able to do CentOS as my only job.

 No one that we know of is willing to pay a full time salary for 1 or 2
 or 3 people to develop CentOS.  If they would pay for it, we would
 likely do it.

 They might be willing for us to let their current employees do some
 CentOS things ... but not willing to pay for CentOS development.
 
 
 Sorry, that was just my impression from previous posts. I guess I have that 
 wrong. Maybe I am confusing the reluctance to take donations at the moment 
 with commercial sponsorship. Thanks for correcting me.
 
 Couple of questions, then
 
 What is the average current time commitment per week, i.e. man hours that is 
 currently volunteered by the core developers?
 
 What would that need to increase to, to significantly reduce release times 
 (which I think was the overall goal)?
 
 What would the *market rate* be for the skills required? Just to give a rough 
 figure to work with and shouldn't be related to any particular person's 
 current day job.
 
 Thanks in advance,
 
 Ian.
 
 
   
A good linux sysadmin in the US makes from 60K to 80K USD a year... High level
programmers a bit more... So with benefits, and other support costs... How
about a half million to three quarters of a million a year to commercialize
CentOS... In US dollars... Get your checkbook out...

Anyone know someone who can front at least 2 years working capital to get
started and productive?

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


Re: [CentOS] Server locking up everyday around 3:30 AM

2011-03-14 Thread Scott Silva
snip
 
 (those commands should run the cron normally except starting at 03:00,
 where it should kick off at 3:15 instead of 03:05)
 
 If it also fails to start at 03:15 then that would suggest that
 something is happening to the cron job the last time it is run to make
 it hang (or make the system think it is hung).
 
I wonder if the other end has some file(s) locked for writing or other reason
and that is choking the local wget.

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


Re: [CentOS] write-back cache question

2011-02-17 Thread Scott Silva
on 2/16/2011 5:31 AM James Chase spake the following:
 Can anyone with write-back cache working just confirm that they see some 
 sort of indication of write-back in dmesg?
 
SCSI device sda: drive cache: write back, no read (daft)
SCSI device sda: drive cache: write back, no read (daft)
SCSI device sdb: drive cache: write through
SCSI device sdb: drive cache: write through

But not a PERC... Maybe your driver is not reporting back properly?


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


Re: [CentOS] Looking for back versions of centos 3

2011-02-17 Thread Scott Silva
on 2/16/2011 7:39 AM Bowie Bailey spake the following:
 On 2/14/2011 1:23 AM, Bruce Ferrell wrote:

 Yeah, I'm rebuilding a server with Oracle RAC and I wasn't sure exactly
 what version of RedHat was used to build it originally.  Centos 5.5
 results in the external iscsi volumes being improperly sized.  It turns
 out Centos 3.5 works.  Once, many years ago, someone told me he wouldn't
 tackle a job he was 100 percent sure of.  This is one of those so I'm
 doing this very gingerly to avoide losing the DB on the raw disk
 
 If you are going with CentOS 3, you might as well go ahead and get 3.9.
 
 3.5 + security updates = 3.9
 
And I would image all the raw drives before doing anything if you are not
sure... Just a precaution.

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


Re: [CentOS] Any update on 5.6 / 6?

2011-02-14 Thread Scott Silva
on 2/14/2011 1:50 PM Morten P.D. Stevens spake the following:
 2011/2/14 robert mena robert.m...@gmail.com:
 Hi,
 Despite the mailing list and twitter I did not find any updated info on
 either versions regarding the current status.
 So, what is the current status of both versions? (like 60%)
 
 I wonder for a long time why there is no detailed information about the 
 release status.
 
 For example:
 
 1) Upstream 5.6 release
 2) rebuilding packages (2-3 days)
 3) CentOS patches (1-7 days)
 4) QA (2-3 weeks)
 5) distribution on the mirrors (3-4 days)
 6) CentOS 5.6 Release
 
 A small roadmap would certainly help many users.
 
 Best regards,
 
 Morten
I suppose the CentOS devs have other minor duties like feeding families,
taking children to ball games and dance recitals, helping with homework,
etc... The dev staff is not large, and any time spent answering is it done
yet queries will slow them down further.

I never ask, and never complain, since I don't feel this totally free product
owes me anything... As a matter of fact, we owe the project...

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


Re: [CentOS] centos 5.5 check memoray usage too high???

2011-02-02 Thread Scott Silva
on 2/2/2011 1:58 PM mcclnx mcc spake the following:
 We have DELL R900 server with 128GB RAM (CENTOS 5.5)in it.  This server only 
 have one application running and few people use it.
 
 Every week I ata least get one or two messages from monitor tool mail to me 
 say:
 
 Message=Memory Utilization is 92.02%, crossed warning (80) or critical (90) 
 threshold. 
 
 Since server have 128 GB RAM and only 1 application.  I really don't belive 
 that.  Does there has some way can check memory utilitation ?
 
 Thanks.
Linux has a habit of using memory to store buffers and speed disk re-accesses.
As soon as an application needs that memory, it will be flushed if dirty and
released. Memory unused is memory not needed.

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


Re: [CentOS] Centos 5.5 - Kernel Panic while booting.

2011-01-06 Thread Scott Silva
on 1-5-2011 3:50 AM David Latham spake the following:
 Hi,
 
 When I make DVDs of Centos and any others for that matter, I take the
 following steps:
 
 1. Find an official torrent if possible.  (Centos has torrents for the DVD. 
 Unfortunately no Jigdo so far as I know.)
 
Jigdo is a Debianism... Don't know too many places outside of their community
using it. It seems to be a cross between bittorrent and rsync...

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


Re: [CentOS] yum update troubles

2011-01-04 Thread Scott Silva
on 1-3-2011 9:00 PM Luigi Rosa spake the following:
 Matt said the following on 03/01/11 21:39:
 
 Running yum update on CentOS 4.8 32 bit I keep getting this:
 
 -- Running transaction check
 -- Processing Dependency: perl(Compress::Raw::Zlib) = 2.024 for
 package: perl-IO-Compress
 -- Finished Dependency Resolution
 Error: Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed
 by package perl-IO-Compress
 
 I try to uninstall perl-IO-Compress but something like 91 packages
 depend on it.  Any ideas?
 
 Conflict with rpmforge, happened to several installation since mid December.
 
 Solved removing perl RPM packages and using CPAN.
 
CPAN will just hide the problems, since RPM will NOT know about any CPAN
packages and will happily overwrite them.

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


Re: [CentOS] Converting to maildir

2011-01-04 Thread Scott Silva
snip 

 Odd that you would mention that, just after saying you 
 shouldn't care... 
   And in fact, some servers (e.g. dovecot) may handle more 
 
 Thank you. http://wiki.dovecot.org/MailboxFormat/Maildir
 
 I am now going to look for a setup guide of procmail-Maildir-dovecot on
 RHEL/Centos
 
A good side effect of moving to dovecot from wuimap is a BIG speed increase...

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


Re: [CentOS] x86_64 and Thunderbird Trash folder.

2010-12-03 Thread Scott Silva
on 12-1-2010 3:57 PM Jerry Geis spake the following:

 Um, do you ever log out, or close firefox? For that matter, do you have it
 set to empty trash when done? Or do you ever manually compress
 folders/empty trash?

   mark or just leave it running for a year at a time?

   
 NO - your correct I dont log out it's got messages in there from way back.
 I'd like to keep them for history. I thought on a 64bit machine there 
 were no 4G limits.
 
 
 Jerry
If you want to keep them, then why delete them in the first place? A trash can
is for trash, not archives. Do you bag up the kitchen trash and then put it in
the garage just in case you want to look through it?

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


Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Scott Silva
on 11-10-2010 11:02 AM John Kennedy spake the following:
 When will CentOS 6 be released???
 
 (Just kidding...Just wanted to let you all know that RHEL6 has been
 released...And yes, I know that most of you all know...)
 John
So the usual 4 to 6 week (maybe 8 week) build and QA/QC process... Like anyone
will wait to start hounding...

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


Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Scott Silva
on 11-10-2010 11:13 AM Scott Robbins spake the following:
 On Wed, Nov 10, 2010 at 11:05:53AM -0800, Scott Silva wrote:
 on 11-10-2010 11:02 AM John Kennedy spake the following:
 When will CentOS 6 be released???

 So the usual 4 to 6 week (maybe 8 week) build and QA/QC process... Like 
 anyone
 will wait to start hounding...

 
 Well, some will wait, or be busy hounding about CentOS 5.6--isn't there
 an upgrade in 4.x too?  :)
 
 Not knowing how much preparation the development team has done, I'd
 expect it to be longer than usual---there are some major changes. 
 
 However, I suspect we're all looking foward to it. 
 (Save those tasked with immediately implementing it in production as
 soon as it's released.)
 
 
Last time there was only one build queue, so if 5.6 and 6 come out at the same
time, they will have to choose which one gets attention first. CentOS doesn't
have the multi-million dollar infrastructure to support multiple simultaneous
releases.

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


  1   2   3   4   5   6   7   8   9   10   >