Re: [CentOS] [OT] Godaddy hell...
Jason Pyeron wrote: > Can I get some recommendations: > > We are looking for a hosting provider (other than godaddy) with > > 1: SLA > 2: SSH access > 3: subversion/rsync or the ability to install binaries / compile source. I've been very happy with http://www.bluehost.com They offer ssh, rsync, SSL, and seem to have a compiler installed. Very responsive service. I've been using them for 15 months without a single complaint of problem. I have no affiliation with this company - just a client. > Would like them to include http/https and email. Not sure about https - but I think so. Email support includes IMAP, POP and web via squirrel mail. -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] What is Judy?
Robert Moskowitz wrote: > I am trying to build Miredo 1.1.5 > (http://www.remlab.net/miredo/devel.shtml.en) > > I have followed the rpmbuild instructions from: > http://www.owlriver.com/tips/non-root/, and have the miredo source in > ~/build/miredo-1.1.5. > > I run ./configure (as the INSTALL text file tells me to do) and get the > error: > > checking for Judy.h usablity... no > checking for Judy.h presence... no > checking for Judy.h... no > configure: WARING: If you don't care about scalability, re-run configure > with ' --without-Judy'. > configure: error: Required Judy dynamic arrays library missing. Is it this? http://judy.sourceforge.net/ -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Re: central patch list
Scott Silva wrote: on 10-16-2008 9:49 AM Mark Belanger spake the following: Is there a list somewhere of available updates for a given CentOS release? Something like this: https://rhn.redhat.com/errata/rhel4ws-errata.html Ideally I would like a something like: Bug DescriptionLink to update kernel blah,etchttp://some.rpm.com/.rpm -Mark Shouldn't the CentOS patches follow the RedHat patch list? They may be behind by a few days when the number of patches is large, but the announce list seems to parallel the RedHat list. Probably but it's just a bit klunky to tranlate RH patches into CentOS announce list and finally into a patch location. -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] central patch list
Is there a list somewhere of available updates for a given CentOS release? Something like this: https://rhn.redhat.com/errata/rhel4ws-errata.html Ideally I would like a something like: Bug DescriptionLink to update kernel blah,etchttp://some.rpm.com/.rpm -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] detecting boot order
William L. Maltby wrote: On Fri, 2008-08-29 at 13:58 -0400, Mark Belanger wrote: Given that I have a machine with possibly multiple disks, each of which is bootable(has an MBR) Is there a command that will query the BIOS and tell me which disk is the default boot disk. BTW - this is x86. The goal is to remotely reboot the workstation into the desired disk(which contain different centos versions). Having said all that, why do you want to do it that way? It's much better (and easier for you to accomplish your stated goal) by setting up a single (and a backup, *maybe* - there's a couple more tricks needed for that if using LVM) boot partition that loads and handles the differences you need to support. Make your boot partition(s) larger, if needed, to support multiple versions of kernels, initrd, config.* and system maps. The using the "default" command of grub you can point to a boot configuration that will load different kernels, pass different initrds, mount different roots and even load different OSs (see the "chain" descriptions in "info grub"). Thanks for the info - very detailed. I'm trying to find a one-size-fits-all method that is grub based. We have many different configurations here so I want something that can work with any of them. So far, the best thing I've seen is sfdisk -l which will show me bootable partitions. In a pinch, I could mount all the bootably parts and scriptify the altering of grub.conf -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] detecting boot order
Given that I have a machine with possibly multiple disks, each of which is bootable(has an MBR) Is there a command that will query the BIOS and tell me which disk is the default boot disk. BTW - this is x86. The goal is to remotely reboot the workstation into the desired disk(which contain different centos versions). tia, -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] rpm dependency question
I have an rpm I've created that has a dependency on a library provided by a third party. This dependency is not specified anywhere in my spec file yet the package seems to know about when I run: # rpm -qip --requires MyPackage.rpm The third party rpm is installed and uninstalled via a vendor-supplied script so that they can prompt you to accept licenses and so on. Problem is, the vendor supplied un-install script fails to un-install because of the dependency MyPackage has on one of it's libraries. Is there a way to build my package so that it has no knowledge of external dependencies? My other option is to alter the vendor supplied uninstall script so that it does rpm -e --nodeps. I'd very much prefer to not mess with the vendor supplied scripts. I guess as a related question, how does my rpm know about external dependencies? Is rpmbuild doing some analysis of it's content via ldd or something? -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] slow NFS speed
John R Pierce wrote: Mag Gam wrote: We upgraded from a 10/100Mbs to a 2 100/1000 bonding. We notice the speeds of NFS to be around 70-80Mb/sec. Which is slow, especially with bonding. I was wondering if we need to tune anything special with the Network and NFS. Does anyone have any experience with this? my general experience is that Linux has a rather poor implementation of NFS server. Solaris works much better as a NFS server. I wouldn't completely disagree with that but we have a number of linux NFS servers running that are working really well - once we tweaked the mount options. We are using these: -rw,bg,nosuid,timeo=50,retry=1 -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] sys-unconfig
Does sys-unconfig work as advertised in 4.x? Meaning that if I have a fully configured box on my internal net and run sys-unconfig, will I be able to power up the node on a totally different network and have things work providing I answer the questions properly. Most typically this will mean taking a box that is using NIS in DNS domain A, NIS domain B, and static IP addr and move it to DNS domain C, NIS domain D, and dynamic IP. I can't remember the details now, but something didn't work right in 3.x -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] OT - host/asset tracking
John Plemons wrote: Why not setup a simple DB, or use a spread sheet... Open Office should have the tools you need Easily done of course. I was thinking a simple web based asset tracker may save a little wheel-reinvention and give me a few nice reports for the suits. -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] OT - host/asset tracking
Can anyone recommend something for tracking assets particularly computer. I'm looking to capture: hostname OS/arch Hardware info(cpu, mem, etc) Function(i.e. what is the machine used for) -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Re: NFS problems with CentOS 4.5
Steve Thompson wrote: On Thu, 10 Jan 2008, Mark Belanger wrote: This really seems like a client side issue. The targeted NFS dirs range from CentOS 3.x hosts to NetApp filers. All exhibit the same problem and all work fine when our builds are run on CentOS3.x or Solaris I have also regularly seen this issue and agree that it appears to be client-side. It has occurred for every version of Linux NFS server that I have used, from RH 5.0 up to CentOS 5.1. I also do not see it for any non-Linux client (Tru64, OS X, Solaris). I also have not seen it for CentOS 3/4/5 64-bit clients, but I do see it for CentOS 3 32-bit clients. I have no problems on 3.x - and we use NFS on a massive scale. We did have to set some mount options to get solid performance. By comparing /proc/mounts I saw that my CentOS 4.5 machine was using tcp and proto=tcp in it's mount options - whereas the CentOS 3.5 machines are using udp,proto=udp. I have made that change and it "seems" to have solved the problem. I'll report back later if this continues. In the meantime, I welcome any thoughts on Linux NFS and offer my current mount options for CentOS 3.5: -rw,bg,nosuid,timeo=50,retry=1 the output of /proc/mounts for a typical nfs volume is: rw,v3,rsize=8192,wsize=8192,hard,udp,lock On CentOS 4 - this seems to work: -rw,bg,nosuid,timeo=50,retry=1,udp,proto=udp the output of /proc/mounts for a typical nfs volume is: nfs rw,nosuid,v3,rsize=8192,wsize=8192,hard,udp,lock,proto=udp,timeo=50,retrans=5 -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Re: NFS problems with CentOS 4.5
Jeremy Sanders wrote: Mark Belanger wrote: We are currently using mount options of: rw,nosuid,bg,timeo=50,retry=1 And have also tried: rw,intr,bg,proto=tcp,nfsvers=3,rsize=32768,wsize=32768 without success. This might be a silly question, but does /proc/mounts show the "hard" option? You need this unless you like getting R/W errors when you get a lot of traffic. I can't remember what the default for CentOS 4.5 is Yes. It shows: rw,nosuid,v3,rsize=8192,wsize=8192,hard,tcp,lock,proto=tcp,timeo=50,retrans=5,addr=myhost 0 0 This really seems like a client side issue. The targeted NFS dirs range from CentOS 3.x hosts to NetApp filers. All exhibit the same problem and all work fine when our builds are run on CentOS3.x or Solaris -Mark -- Mark Belanger LTX Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] NFS problems with CentOS 4.5
Our large and complex build system is having very sporadic failurs as we try to update to CentOS 4.5. This takes the form of files that exist - and have existed for some time - not being found: file.whatever: No such file: No such file or directory This happens both with source files, .o's - meaning that the errors come from both the compiler and linker. The build storage is on NFS and the errors don't happen when we target local disk. We also have solaris nad Centos 3.x building the same code base in a similar fashion with no problem. We are currently using mount options of: rw,nosuid,bg,timeo=50,retry=1 And have also tried: rw,intr,bg,proto=tcp,nfsvers=3,rsize=32768,wsize=32768 without success. Any suggestions welcome. -Mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Dell T3400 on CentOS 3.X
For reasons I'd rather not go into, I need to get CentOS 3.anything on a Dell T3400: http://www.dell.com/content/products/productdetails.aspx/precn_t3400?c=us&l=en&s=bsd&cs=04 The hard drive is not seen at install time. Can someone point me in the right direction to see if this is possible and how to proceed? Regards, -mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos