Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread Rainer Duffner
John Plemons schrieb:
> Thanks for the feedback, but not exactly what I have in mind, the
> inventory is fluid and quantity changes are updated daily.  My goal
> would be a real time link to a secondary DB which has a update push
> from the primary DB, the primary is a Firebird DB under Windows 2003
> server..
>


>From a (very) brief look at the google-site, I gather that there is an
API where you can push data into Google-Base.

Google-Base is really the only way to get mass-data into Google.
Do you think Google spiders ebay?
Do you think they are going to spider your "site"?

You have to write an adapter that communicates changes in your DB to
Google-Base, using the XML-RPC API that they provide.



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Tom Brown


It makes a difference. All of what I hear about KVM clearly states that 
its performance is much worse than a paravirtualized RHEL/CentOS.


  


i never mentioned anything about performance - pvirt works very well for 
me right now on a large scale so with 'support' being around for over 6 
years i see no reason to try anything else at the moment.

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


Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread John Plemons
Frank thank you for the feedback...  I understand that there will not be 
a real time Spidering and update of Google, that's fine, once the 
150,000 part numbers are Spidered once, then that is 1/2 the work done.  
The other side, that I want to be some what real time, is a onsite 
search feature so that real customers can see true, or close to true 
information...
What some people do, is build a pade with every part number know to man 
on it, just a basic stream of text on a page, one after an other, after 
several tens if not hundreds of pages they have the information on the 
web.  In that manner, they then can be Spidered by the search engines.  
These companies don't have the product, but they do get requests for the 
product and then they go out into the world to fine it, they are known 
as brokers.  The other side of the coin is what we do, we hold inventory 
on at least 150,000 different part numbers, in a mix of quantities 
amounting to millions of pieces of inventory on hand.
I have this inventory in a Firebird DB, I'd like to find a way of 
dumping this information into a program that will create pages on our 
website, or at least create a catalog on our website that can be 
spidered by the various search engines.  My first thought was a basic 
Shopping Cart, I use one now on our surplus electronics and consumer 
website..  Some basic information on the part, entered in plain text, 
and the cart uses its PHP scripting to generate a page, these pages are 
captured by the search engine spiders, driving people to our website.  
It is called SquirrelCart, but it has more bells an whistles than is 
needed for this project, if a person gets to our site, I just want them 
to be able to see if we have the item in stock and show them a quantity, 
if we do, then give them a phone number to yalk with my sales 
department, or a web form to let them contact us...  KISS, I want to 
keep it simple...


John
http://www.mavin.com



Frank Cox wrote:

On Tue, 25 Nov 2008 22:28:50 -0500
John Plemons <[EMAIL PROTECTED]> wrote:

  
Thanks for the feedback, but not exactly what I have in mind, the 
inventory is fluid and quantity changes are updated daily.  My goal 
would be a real time link to a secondary DB which has a update push from 
the primary DB, the primary is a Firebird DB under Windows 2003 server..



I don't think you're going to get the results that you think you're going to
get, assuming that by "search engines" you mean Google, MSN and the like.  Your
site may or many not be spidered by the search engines on a daily, weekly or
monthly basis.  "Google works in mysterious ways."

I get the impression that you want someone who searches one of the search
engines for Widget No. 12345 to be sent to your site if you happen to have
Widget No. 12345 in stock today.  You're planning to use Google as your database
frontend and salesman, in other words.  Nothing wrong with that in theory, I
suppose, but I really don't think you're going to be able to keep an
up-to-the-minute inventory on Google unless you pay them for the service in
some way.

  




No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.9.10/1810 - Release Date: 11/24/2008 2:36 PM


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


[CentOS] replicate package installation on multiple machines

2008-11-26 Thread Davide Cittaro

Hi all,
Is there a way to dump the current packages installed on a machine and  
use it do install/uninstall packages on other machines? I've  
configured one at install time but to speed up other installations I  
would like to install default packages and then install/uninstall some  
starting from my first machine configuration...


thanks

d

PS
Oh, I'm going to RTFM too... but I'm new to CentOS and yum...


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


Re: [CentOS] replicate package installation on multiple machines

2008-11-26 Thread Ralph Angenendt
Davide Cittaro wrote:
> Hi all,
> Is there a way to dump the current packages installed on a machine and  
> use it do install/uninstall packages on other machines? I've configured 
> one at install time but to speed up other installations I would like to 
> install default packages and then install/uninstall some starting from my 
> first machine configuration...

rpm -qa > foobar

scp foobar machine2:/var/tmp

ssh machine2

sudo yum install $(cat /var/tmp/foobar)

Ralph


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


Re: [CentOS] replicate package installation on multiple machines

2008-11-26 Thread Davide Cittaro


On Nov 26, 2008, at 12:10 PM, Ralph Angenendt wrote:


rpm -qa > foobar

scp foobar machine2:/var/tmp

ssh machine2

sudo yum install $(cat /var/tmp/foobar)



Great! Thanks!

d

/*
Davide Cittaro

Cogentech - Consortium for Genomic Technologies
via adamello, 16
20139 Milano
Italy

tel.: +39(02)574303007
e-mail: [EMAIL PROTECTED]
*/



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Kai Schaetzl
Karanbir Singh wrote on Wed, 26 Nov 2008 10:49:20 +:

> Fedora10 does have DomU support for Xen, dom0 
> support wasent ready in time,

what exactly does that mean? That you can run Fedora as a pv guest in 
other distros, but not under Fedora itself?

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Rainer Duffner wrote:
On a small scale, running VMware ESX3i or VMware-server is perfectly 
possible.


There seems to be a lot of fanboy affinity around ESXi - and with the 
fact that its 'available' off the shelf, zero cost up front. however to 
make it do anything you still need to buy into vmware tools. I dont see 
how that is a lot more of a technology lockdown than Xen or KVM.


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


[CentOS] Reassemble software RAID

2008-11-26 Thread Kai Schaetzl
I have a machine on CentOS 5 with two disks in RAID1 using Linux software 
RAID. /dev/md0 is a small boot partition, /dev/md1 spans the rest of the 
disk(s). /dev/md1 is managed by LVM and holds the system partition and 
several other partitions. I had to take out disk sda from the RAID and low 
level format it with the tool provided by Samsung. Now I put it back and 
want to reassemble the array.
Machine boots fine from sdb and I was able to re-add /dev/sda1 to /dev/md0 
easily. However, I can't do the same with /dev/sda2 to /dev/md1 because 
there's no /dev/md1 anymore and mdadm tells me it doesn't have the RAID 
superblock.
If possible I want to avoid deleting the already existing setup and data.
I'm wondering what I shall do next. Can I simply create /dev/md1 as if it 
was a new array? Is the problem created by the fact that the running 
system was booted from a logical volume on /dev/sda2? Should I better boot 
the system from a live CD and then reassemble/create anew /dev/md1?

In general, would it be better to *not* put the main system on a logical 
volume on a RAID partition? (The other logical volumes carry virtual 
machines.) Thus:
/dev/md0 with /boot
/dev/md1 with / (no LVM on it)
/dev/md2 managed by LVM


Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Karanbir Singh wrote:
There seems to be a lot of fanboy affinity around ESXi - and with the 
fact that its 'available' off the shelf, zero cost up front. however to 
make it do anything you still need to buy into vmware tools. I dont see 
how that is a lot more of a technology lockdown than Xen or KVM.


s/is a lot/is not a lot/

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


Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread John R Pierce

John Plemons wrote:
Frank thank you for the feedback...  I understand that there will not 
be a real time Spidering and update of Google, that's fine, once the 
150,000 part numbers are Spidered once, then that is 1/2 the work 
done.  The other side, that I want to be some what real time, is a 
onsite search feature so that real customers can see true, or close to 
true information...
What some people do, is build a pade with every part number know to 
man on it, just a basic stream of text on a page, one after an other, 
after several tens if not hundreds of pages they have the information 
on the web. 


a web catalog should NOT be creating static page files for each catalog 
item in the database, it should be a browsable dynamic HTML thing, thats 
generating the pages on the fly based on database queries.   to the 
user, both implementations would look approximately the same.   if you 
want your catalog 'spiderable', then it should have hierarchical 
navigation that will get you to every item (category, subcategory, item, 
next, last, etc), also hide the ?q=x&pn= stuff via URL 
redirection so the web pages appear as 
http://yourcatalog/toplevelcategory/category/subcategory/part/option  or 
whatever.









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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Adam Tauno Williams
On Wed, 2008-11-26 at 13:37 +, Karanbir Singh wrote:
> Rainer Duffner wrote:
> > On a small scale, running VMware ESX3i or VMware-server is perfectly 
> > possible.
> There seems to be a lot of fanboy affinity around ESXi - 

No, the hypervisor in a virtualized environment is an absolutely
critical component;  there is no room at all for fanboys.  VMware is a
well established solution [+50% customer satisfaction, Citrix at ~30%;
and +50% vs. ~20% marketshare.  VMware is the only virtualization
solution to have increased its market share in the last year.]  With
something this central do an organizations architecture it pays to be
risk-averse;  and migrating between solutions is a miserable experience.

> and with the 
> fact that its 'available' off the shelf, zero cost up front. however to 
> make it do anything you still need to buy into vmware tools.

This statement is false;  I have several stand-alone ESXi boxes running.
There are no commercial products required for a working setup;  the
commercial components provide motion, consolidated backed and the
centralized management console [which is crap anyway].

> I dont see 
> how that is a lot more of a technology lockdown than Xen or KVM.


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


Re: [CentOS] [Q] what is difference between CENTOS and ORACLE unbreak Linux

2008-11-26 Thread Karanbir Singh

mcclnx mcc wrote:
ORACLE unbreak Linux and CENTOS both source code come from Redhat 
LINUX.  Does there have other difference between CENTOS and ORACLE Linux?


ok, you seem confused and seem to be buying into the marketing that 
oracle sends down the line. The 1 major difference is that CentOS really 
is binary compatible with upstream RedHat. Oracle isnt. They ( oracle ) 
patch and change gcc / glibc - use a custom kernel, modify configs, 
remove and add packages to the distro enough that they cant and do not 
have basic reproduceability that one would inherit into CentOS from 
Redhat[1].


Also, oracle lacks credible inhouse support. If you really want to get a 
contract, go with RHEL. or with CentOS and your local vendor. imho the 
support you get from the local vendor and CentOS is way better than what 
Oracle are able to offer for a linux OS.


Oracle are also not open source friendly - their sources and updates are 
not publicly listed[2].


Also, dont buy into that 'oracle test a lot more' - they dont. Their 
packages are inherited from CentOS and they actually rely on the testing 
that we do with the packages.


- KB

[1] Oracle Linux on a specific machine was only able to hit 12k emails 
per minute, whereas on CentOS and RHEL we got 18000 emails per minute. 
Same machine, same kickstart configs and the same package manifests + 
configs.


[2] If someone knows where they are - can you please tell me ?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Adam Tauno Williams
> >>> I was thinking about implementing Xen for our school district. Now
> >>> that
> >>> I'm hearing all of this I guess I need to look at something else.
> >>> What does everyone recommend?
> >>> Thanks
> >>> Bo Lynch
> >> How much money do you have?
> >> What (how many systems, what do they do?) do you actually want to
> >> virtualize?
> >> Are you going to be around your school for the next couple of years?
> >> On a small scale, running VMware ESX3i or VMware-server is perfectly
> >> possible.
> > Right now we have a about 30 servers. Mixture of  
> > CentOS,debian,slack,windows.
> > Free is always the best cost and is why we have been moving toward  
> > open source as much as possible.
> Hm. For 30 servers, ESX3i might still be OK.
> Provided, you don't want/need live-migration etc.
> AFAIK, you can buy-in that at a later point.

Yes, you can.  You just install Virtual Center and add the ESX hosts
(provided you can enough licenses to add all your [physcial] hosts).
For 30 servers I'd *guess* that would be around three physical hosts.

> What I hate about ESX(i) is the fact that you have to use Windows to  
> manage the stuff (in the long run).

True;  but at the last VMworld they did announce they are going to
refactor Virtual Center [which sucks, Windows or not, currently] to be
cross platform.

> I'm not sure if KVM is upto the task, yet.

The toolset, documentation, and support/community are really important
to successful virtualization;  VMware easy trumps other solutions in all
those categories IMO.

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


Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread Ralph Angenendt
John Thomas wrote:
> John Plemons wrote:
>> Set up a web page that can be cataloged by search engines capturing all 
>> of the part numbers in a db.  This page would be tied to a MySql or  
>> other  Linux DB so that people can also do a basic on site part number  
>> search..  We have 150,000 different part numbers, we would like all  
>> 150,000 picked up by the different search engines.
>
> http://drupal.org

Erm, yes. Good answer (maybe) but you seem to have hit reply on the
wrong question.

Ralph


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


Re: [CentOS] replicate package installation on multiple machines

2008-11-26 Thread Kai Schaetzl
Davide Cittaro wrote on Wed, 26 Nov 2008 11:54:18 +0100:

> Oh, I'm going to RTFM too... but I'm new to CentOS and yum...

I think you want to look into mirroring the CentOS repo locally and point 
your machines and new kickstart installations to it.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Ned Slider wrote:
*If* xen is not included in RHEL6 then it will, by definition, be 
deprecated in favour of KVM irrespective of whether (or not) RH 
continues to support it throughout the life of RHEL5. Note that xen was 
dropped (not deprecated, dropped) in Fedora 10, read into that what you 
will :)


Ned, this is not true. Fedora10 does have DomU support for Xen, dom0 
support wasent ready in time, the timeline does indicate that Fedora11 
will bring dom0 support back pending xen on paravirt_ops running 
production grade. But then once that happens, it does not really matter, 
 since I'd expect most of Xen to get upstreamed into the mainline 
kernel - making distro support kind of academic.


Also, fedora10 contains all of xend and libvirt support, so if anyone 
wants to bring in a kernel specially built for it, all the userland and 
setup is already in place.


Xen isnt going anywhere - Redhat and others have put in major efforts 
into making it work and as far as I can see, while kvm might be a far 
superior platform, its only an 'alternative' platform. Not the 
replacement one.


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


Re: [CentOS] Reassemble software RAID

2008-11-26 Thread Kai Schaetzl
It's obvious but I should have mentioned it nevertheless that I copied the 
partition table from sdb back to sda, of course.
I wonder how the superblock for /dev/md1 could be missing?

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Kai Schaetzl wrote:

Karanbir Singh wrote on Wed, 26 Nov 2008 10:49:20 +:

Fedora10 does have DomU support for Xen, dom0 
support wasent ready in time,


what exactly does that mean? That you can run Fedora as a pv guest in 
other distros, but not under Fedora itself?


Fedora10, yes, not yet. Lets see how the updates pan out.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] tightvnc server fails to start

2008-11-26 Thread Robert Moskowitz

MHR wrote:

On Tue, Nov 25, 2008 at 1:14 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
  

I tried to use tightvnc back in August and had some help, but I stopped due
to IPv6 support.  Now I am back at tightvnc and cannot get the server
started.  This is on a new Centos install that did have regular vncserver
working on it (I did a yum erase vnc-server first).




Are you sure you don't want to ask this in the rpmforge list?
  


I have and on the vnc list.


Tightvnc is an rpmforge package, not a CentOS (or RHEL) package


yes, but there could well be people here that have it working that do 
not follow either the rpmforge list or the vnc list.



I did some more testing.  This problem only occurs for userid root (yes 
I am allowing root login via VNC, but this is in a test setup in a 
closed network on test servers).  userid foo only has font problems 
which are fixed with:


cd /usr/X11R6/
mkdir lib
cd lib
ln -s /usr/share/X11


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


Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread John Thomas

Ralph Angenendt wrote:

John Thomas wrote:

John Plemons wrote:
Set up a web page that can be cataloged by search engines capturing all 
of the part numbers in a db.  This page would be tied to a MySql or  
other  Linux DB so that people can also do a basic on site part number  
search..  We have 150,000 different part numbers, we would like all  
150,000 picked up by the different search engines.

http://drupal.org


Erm, yes. Good answer (maybe) but you seem to have hit reply on the
wrong question.


Ouch!

It brings to mind the saying, that I will probably mess up, "If you 
learn to use a hammer, everything becomes a nail."  I have learned to 
use Drupal and thought it was a good solution to consider.  Perhaps I 
need to take a screwdriver course to broaden my base.


--
Sincerely,
John Thomas
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB or PCI dialup modem supported by Centos

2008-11-26 Thread Lanny Marcus
2008/11/25 Ramon Nieto <[EMAIL PROTECTED]>:
>> Ramon: Look here:
>> http://computacion.mercadolibre.com.mx/
> I'll contact the ones that sell new modems.
> Thank you

You're welcome. That's probably the easiest and fastest way for you to
get the external modem.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Adam Tauno Williams wrote:

No, the hypervisor in a virtualized environment is an absolutely
critical component;  there is no room at all for fanboys.  VMware is a
well established solution [+50% customer satisfaction, Citrix at ~30%;
and +50% vs. ~20% marketshare.  VMware is the only virtualization
solution to have increased its market share in the last year.]  With


If I cared about any of that boo-haa-haa I'd not be using Open Source or 
CentOS.



something this central do an organizations architecture it pays to be
risk-averse;  and migrating between solutions is a miserable experience.


Depends on what you are doing and how much you know about it, I've 
recently helped migrate a 50 node ( real hardware ) platform from VMware 
to Xen, the total effort was about 2 days onsite, and downtime was 8 
minutes.


and with the 
fact that its 'available' off the shelf, zero cost up front. however to 
make it do anything you still need to buy into vmware tools.


This statement is false;  I have several stand-alone ESXi boxes running.
There are no commercial products required for a working setup;  the
commercial components provide motion, consolidated backed and the
centralized management console [which is crap anyway].


How do you actually connect to the ESXi instance to setup a new VM and 
manage existing ones ?


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


Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread Lanny Marcus
On Tue, Nov 25, 2008 at 7:34 PM, John Plemons <[EMAIL PROTECTED]> wrote:
> I'm looking for a application, and or ideas on how to 
>
> Set up a web page that can be cataloged by search engines capturing all of
> the part numbers in a db.  This page would be tied to a MySql or other
>  Linux DB so that people can also do a basic on site part number search..
>  We have 150,000 different part numbers, we would like all 150,000 picked up
> by the different search engines.

One thing I suggest you do, regardless of what technology you end up
with, is have a Sitemap for Google and a Sitemap for Yahoo on your web
site. Google has Webmaster Tools and you can register the site with
them and their Search Engines will visit your site.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ray Leventhal

Hi all,

Please pardon my newbie-ness on this issueI've a / partition which 
is full (quite suddenly, actually) and I'm not sure how to fix this.


I've searched for uneeded logs, etc in /var/log and /tmp to no avail. 
The system is CentOS 5.2 and is not connected to the internet, serves as 
a local LAN server running stock stuff...sendmail, dovecot, 
apache..nothing strange or special going on.


I have additional HDDs available if growing the partition is in order 
(would appreciate pointers to that, if applicable), but I'm really 
stumped as to where the space is being eaten up.


Thanks in advance,
-Ray


My layout is:

#df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
 131G  130G 0 100% /
/dev/sdc1 271G  156G  102G  61% /home
/dev/sdd1 271G  4.5G  253G   2% /home/905
/dev/sda1  99M   29M   66M  31% /boot
tmpfs 442M 0  442M   0% /dev/shm



# cat /etc/fstab
/dev/VolGroup00/LogVol00 /   ext3defaults1 1
LABEL=/home /home   ext3defaults1 2
LABEL=/home/905 /home/905   ext3defaults1 2
LABEL=/boot /boot   ext3defaults1 2
tmpfs   /dev/shmtmpfs   defaults0 0
devpts  /dev/ptsdevpts  gid=5,mode=620  0 0
sysfs   /syssysfs   defaults0 0
proc/proc   procdefaults0 0
/dev/VolGroup00/LogVol01 swapswapdefaults0 0



# cat /etc/mtab
/dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/sdc1 /home ext3 rw 0 0
/dev/sdd1 /home/905 ext3 rw 0 0
/dev/sda1 /boot ext3 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0


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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread nate
Karanbir Singh wrote:

> Xen isnt going anywhere - Redhat and others have put in major efforts
> into making it work and as far as I can see, while kvm might be a far
> superior platform, its only an 'alternative' platform. Not the
> replacement one.

http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1322965,00.html

With only 20,000 lines of code, KVM is simpler to develop
and maintain than the 300,000-line Xen, he added.

"The best judge of the better hypervisor is the Linux
community," Schnaider said. "And the momentum is shifting
from Xen to KVM," with Red Hat and Ubuntu both announcing
adoption of KVM, he said.
[..]
Cathrow cautioned, however, that although Red Hat will
continue to develop new features for both platforms, it
"might not make sense" to incorporate all the latest
enhancements in Xen, he said.

"Xen's been a great solution, but KVM offers more
innovation and faster features," Cathrow said.
"Technology moves forward, and KVM is the future."

--

nate


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


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Rudi Ahlers
On Wed, Nov 26, 2008 at 4:50 PM, Ray Leventhal <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Please pardon my newbie-ness on this issueI've a / partition which is
> full (quite suddenly, actually) and I'm not sure how to fix this.
>
> I've searched for uneeded logs, etc in /var/log and /tmp to no avail. The
> system is CentOS 5.2 and is not connected to the internet, serves as a local
> LAN server running stock stuff...sendmail, dovecot, apache..nothing strange
> or special going on.
>
> I have additional HDDs available if growing the partition is in order (would
> appreciate pointers to that, if applicable), but I'm really stumped as to
> where the space is being eaten up.
>
> Thanks in advance,
> -Ray
>
>
> My layout is:
>
> #df -h
> FilesystemSize  Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00
> 131G  130G 0 100% /
> /dev/sdc1 271G  156G  102G  61% /home
> /dev/sdd1 271G  4.5G  253G   2% /home/905
> /dev/sda1  99M   29M   66M  31% /boot
> tmpfs 442M 0  442M   0% /dev/shm
>
>
>
> # cat /etc/fstab
> /dev/VolGroup00/LogVol00 /   ext3defaults1 1
> LABEL=/home /home   ext3defaults1 2
> LABEL=/home/905 /home/905   ext3defaults1 2
> LABEL=/boot /boot   ext3defaults1 2
> tmpfs   /dev/shmtmpfs   defaults0 0
> devpts  /dev/ptsdevpts  gid=5,mode=620  0 0
> sysfs   /syssysfs   defaults0 0
> proc/proc   procdefaults0 0
> /dev/VolGroup00/LogVol01 swapswapdefaults0 0
>
>
>
> # cat /etc/mtab
> /dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
> proc /proc proc rw 0 0
> sysfs /sys sysfs rw 0 0
> devpts /dev/pts devpts rw,gid=5,mode=620 0 0
> /dev/sdc1 /home ext3 rw 0 0
> /dev/sdd1 /home/905 ext3 rw 0 0
> /dev/sda1 /boot ext3 rw 0 0
> tmpfs /dev/shm tmpfs rw 0 0
> none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
> sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
>
>
> ___


Do a search for coredump file (i.e. run updatedb && locate core.*) -
they can often fill up the HDD very quicly if something coredumps.


-- 

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

nate wrote:

Cathrow cautioned, however, that although Red Hat will
continue to develop new features for both platforms, it
"might not make sense" to incorporate all the latest
enhancements in Xen, he said.


... Redhat are not the only people working on Xen and the Linux kernel...


"Xen's been a great solution, but KVM offers more
innovation and faster features," Cathrow said.
"Technology moves forward, and KVM is the future."


I agree. However KVM isnt here yet, does not work that well and does not 
have anywhere near the momentum / userbase that Xen has today. So while 
I totally agree KVM is quite cool, I am not giving up on my Xen installs 
quite yet. Besides, who knows what the future holds :D there might even 
be something to top KVM, like a hypervisor in the bios of the machine... 
hey, isnt that where this started from in the first place!


And keep in mind that you cant even install KVM in a stable supported 
setup today. A situation that is looking quite unlikely to change for a 
while yet.


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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread nate
Karanbir Singh wrote:
> Rainer Duffner wrote:
>> On a small scale, running VMware ESX3i or VMware-server is perfectly
>> possible.
>
> There seems to be a lot of fanboy affinity around ESXi - and with the
> fact that its 'available' off the shelf, zero cost up front. however to
> make it do anything you still need to buy into vmware tools. I dont see
> how that is a lot more of a technology lockdown than Xen or KVM.

You don't really need to buy anything, you do if you want
fancy enterprise-like management of multiple systems from
one screen. And there are limitations in ESXi, it certainly
isn't equivalent in abilities to enterprise or standard edition.

But as far as using it to virtualize systems it works ok, and
you can use Virtual Infrastructure client, the same client you
use for their non free versions of ESX(assuming no VirtualCenter
of course). VI Client is free.

A big downside to ESXi is it does not support serial consoles(yet),
and we've had some painful experiences trying to get 802.3ad+802.1q
working, while it was painless doing the same in ESX Foundation,
not sure what the issue was.

I've also read in their features list that ESXi does not support
cold migrations, nor snapshots, I haven't tested either of these
situations yet myself. These are two key things that I find
critical. If your not on shared storage than cold (or hot)
migrations isn't an issue.

nate

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


RE: [CentOS] PPTP VPN server

2008-11-26 Thread Jason Pyeron

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of "Germán 
> Andrés Pulido F."
> Sent: Wednesday, November 26, 2008 12:08 AM
> To: CentOS mailing list
> Subject: Re: [CentOS] PPTP VPN server
> 
> Hi!
> 
> Thanks everyone who helped me. In the end, it seems the 
> problem is the virtualizing software, since I installed 
> openvpn, configured it, and the exact same thing happens. Is 
> there any log i can look to have any clue about this kind of reboots?


Everytime we have had this problem, it was the powersupply. That does not mean
it is the power supply, but that is the first thing we check.


> 
> Thanks!
> 
> Jason Pyeron wrote:
> >> -Original Message-
> >> From: [EMAIL PROTECTED]
> >> [mailto:[EMAIL PROTECTED] On Behalf Of "Germán 
> Andrés Pulido 
> >> F."
> >> Sent: Tuesday, November 25, 2008 11:46 AM
> >> To: CentOS mailing list
> >> Subject: Re: [CentOS] PPTP VPN server
> >>
> >> Hi!
> >>
> >> Thanks for your help. The free version of vmware is ESXi,
> >> 
> >
> > http://www.vmware.com/download/server/ (using 1.x series)
> >
> >
> >   
> >> that's what you are using right? I also authenticate VPN sessions 
> >> against the domain controller, that also works beautifully. Only 
> >> issue is the reboot of the server. However, I found that terminal 
> >> services is not the only think that produces the reboot, once I 
> >> managed to reboot it while just
> >> 
> >
> > What is the uptime on the VM host?
> >
> >   
> >> browsing some of our internal web servers (plain HTTP) so 
> the bug is 
> >> not strictly related to Terminal Services. Now, the fact that you 
> >> have the same configuration running seems to imply that 
> the issue is 
> >> with something specific to my installation. Now, a quick question: 
> >> did you compile pptpd yourself? or you used RPMs from the official 
> >> web site?
> >> 
> >
> > No compiling here, we have no time... Direct from a CentOS 
> yum repo near you.
> >
> > [EMAIL PROTECTED] ~]# cat /etc/issue CentOS release 5 (Final) 
> > Kernel \r on an \m [EMAIL PROTECTED] ~]# rpm -qf /usr/sbin/pptpd
> > pptpd-1.3.4-1.rhel5.1
> > [EMAIL PROTECTED] ~]# uname -a
> > Linux XX.ZZ 
> 2.6.18-53.1.14.el5 #1 SMP 
> > Wed Mar 5
> > 11:36:49 EST 2008 i686 athlon i386 GNU/Linux 
> [EMAIL PROTECTED] ~]#
> >
> >   
> >> Thanks again.
> >>
> >> Jason Pyeron wrote:
> >> 
> >>> Sorry for the late jump in here, hence the top post
> >>>   
> >> (missing earlier
> >> 
> >>> posts).
> >>>  
> >>> I have a working setup as you described with out the reboot
> >>>   
> >> problem. 
> >> 
> >>> There is one difference, we are using VMWare (free version).
> >>>  
> >>> It even authenticates against the domain controller for vpn
> >>>   
> >> sessions.
> >> 
> >>>  
> >>> I would be happy to help find the differences in your
> >>>   
> >> setup, or help
> >> 
> >>> you "copy" ours.
> >>>  
> >>> -Jason
> >>>  
> >>>   
> >> --
> >>
> >> 
> >
> >
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > -   -
> > - Jason Pyeron  PD Inc. http://www.pdinc.us -
> > - Principal Consultant  10 West 24th Street #100-
> > - +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
> > -   -
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > This message is copyright PD Inc, subject to license 20080407P00.
> >  
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> >   
> 
> 
> -- 
> 
> Cordialmente,
> 
> 
>  GERMAN ANDRES PULIDO F.
>  Ingeniero de Proyectos
>  GLOBAL TECHNOLOGY SERVICES - GTS S.A.
>  -
>  Tel: (571) 658 34 10 ext 110
>  Carrera 7b No. 123-46
>  Bogotá-Colombia
>  Sitio Web: www.gtscolombia.com
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 




--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.
 

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


RE: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Sorin Srbu
Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

> I have additional HDDs available if growing the partition is in order
> (would appreciate pointers to that, if applicable), but I'm really
> stumped as to where the space is being eaten up.

Try a yum clean all. That might help. But if it's as you say, not connected to 
the internet, you probably are not running yum at all, so it might not help. 
Check your temp-directories and clean out as necessary.

You still have 1gig free. Did you do a full install? If you can live with it, 
uninstall packages you don't need.
-- 
/Sorin 


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


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread William L. Maltby

On Wed, 2008-11-26 at 09:50 -0500, Ray Leventhal wrote:
> Hi all,
> 
> Please pardon my newbie-ness on this issueI've a / partition which 
> is full (quite suddenly, actually) and I'm not sure how to fix this.
> 
> I've searched for uneeded logs, etc in /var/log and /tmp to no avail. 
> The system is CentOS 5.2 and is not connected to the internet, serves as 
> a local LAN server running stock stuff...sendmail, dovecot, 
> apache..nothing strange or special going on.

I suggest "man du ..." with the -x or --one-file-system flag along with
the others. That will tell you where the largest stuf is at. Then you
can cd into suspect places and do it again to get clues as to the hogs.

> 
> I have additional HDDs available if growing the partition is in order 
> (would appreciate pointers to that, if applicable), but I'm really 
> stumped as to where the space is being eaten up.

If you need to do that after the above investigation, it will not be
hard as pvcreate and lgexpand (?, man not at hand) will allow easy
expansion.



HTH
-- 
Bill


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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Kai Schaetzl
Tom Brown wrote on Wed, 26 Nov 2008 09:42:30 +:

> i never mentioned anything about performance

Exactly, that's why I did it. You wrote it doesn't make a difference, it 
does.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

nate wrote:

You don't really need to buy anything, you do if you want
fancy enterprise-like management of multiple systems from
one screen. And there are limitations in ESXi, it certainly
isn't equivalent in abilities to enterprise or standard edition.


I've been repeatedly told ( including by people @vmware ) that you need 
the VI-client in order to get a management interface on ESXi, which 
neither runs on Linux nor is freely available.


Am I being lied to ?

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


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ray Leventhal

Rudi Ahlers wrote:

On Wed, Nov 26, 2008 at 4:50 PM, Ray Leventhal <[EMAIL PROTECTED]> wrote:
  

Hi all,

Please pardon my newbie-ness on this issueI've a / partition which is
full (quite suddenly, actually) and I'm not sure how to fix this.

I've searched for uneeded logs, etc in /var/log and /tmp to no avail. The
system is CentOS 5.2 and is not connected to the internet, serves as a local
LAN server running stock stuff...sendmail, dovecot, apache..nothing strange
or special going on.

I have additional HDDs available if growing the partition is in order (would
appreciate pointers to that, if applicable), but I'm really stumped as to
where the space is being eaten up.

Thanks in advance,
-Ray


Do a search for coredump file (i.e. run updatedb && locate core.*) -
they can often fill up the HDD very quicly if something coredumps.


  


Thanks, Rudi...I hadn't thought of that.  The results, however, weren't 
overly helpful for this issue in this case.


I had about 11M of core dumps from March in the samba/cores directory

The big deal here is that the system is choking...any advice on finding 
what's making it choke and/or relieving the strain on / would be 
appreciated. 


Again, my thanks,
-Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Robert



Ray Leventhal wrote:

Hi all,

Please pardon my newbie-ness on this issueI've a / partition which 
is full (quite suddenly, actually) and I'm not sure how to fix this.


I've searched for uneeded logs, etc in /var/log and /tmp to no avail. 
The system is CentOS 5.2 and is not connected to the internet, serves 
as a local LAN server running stock stuff...sendmail, dovecot, 
apache..nothing strange or special going on.


I have additional HDDs available if growing the partition is in order 
(would appreciate pointers to that, if applicable), but I'm really 
stumped as to where the space is being eaten up.


Thanks in advance,
-Ray


My layout is:

#df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
 131G  130G 0 100% /
/dev/sdc1 271G  156G  102G  61% /home
/dev/sdd1 271G  4.5G  253G   2% /home/905
/dev/sda1  99M   29M   66M  31% /boot
tmpfs 442M 0  442M   0% /dev/shm



# cat /etc/fstab
/dev/VolGroup00/LogVol00 /   ext3
defaults1 1
LABEL=/home /home   ext3
defaults1 2
LABEL=/home/905 /home/905   ext3
defaults1 2
LABEL=/boot /boot   ext3
defaults1 2
tmpfs   /dev/shmtmpfs   
defaults0 0
devpts  /dev/ptsdevpts  
gid=5,mode=620  0 0
sysfs   /syssysfs   
defaults0 0
proc/proc   proc
defaults0 0
/dev/VolGroup00/LogVol01 swapswap
defaults0 0




# cat /etc/mtab
/dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/sdc1 /home ext3 rw 0 0
/dev/sdd1 /home/905 ext3 rw 0 0
/dev/sda1 /boot ext3 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0

I'm working myself out of one those unhappy situations right now.  The 
way I always start is to pick some arbitrary value of file size, larger 
than which there will (or should) be a very small number of files and then:

# find / -size +2G -print
...which will present me with a list of candidates for removal.

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


[CentOS] CentOS-announce Digest, Vol 45, Issue 15

2008-11-26 Thread centos-announce-request
---

Message: 8
Date: Wed, 26 Nov 2008 01:53:53 +0200
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0972 Important CentOS 4 s390(x)
kernel  - security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0972

https://rhn.redhat.com/errata/RHSA-2008-0972.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

s390:
updates/s390/RPMS/kernel-2.6.9-78.0.8.EL.s390.rpm
updates/s390/RPMS/kernel-devel-2.6.9-78.0.8.EL.s390.rpm
updates/s390/RPMS/kernel-doc-2.6.9-78.0.8.EL.noarch.rpm

s390x:
updates/s390x/RPMS/kernel-2.6.9-78.0.8.EL.s390x.rpm
updates/s390x/RPMS/kernel-devel-2.6.9-78.0.8.EL.s390x.rpm
updates/s390x/RPMS/kernel-doc-2.6.9-78.0.8.EL.noarch.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20081126/ace8abc0/attachment-0001.bin

--

Message: 9
Date: Wed, 26 Nov 2008 01:55:05 +0200
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0978 Critical CentOS 4 ia64
firefox -   security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0978

https://rhn.redhat.com/errata/RHSA-2008-0978.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

ia64:
updates/ia64/RPMS/firefox-3.0.4-1.el4.centos.ia64.rpm
updates/ia64/RPMS/nss-3.12.1.1-3.el4.centos.ia64.rpm
updates/ia64/RPMS/nss-devel-3.12.1.1-3.el4.centos.ia64.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20081126/17a26af4/attachment-0001.bin

--

___
CentOS-announce mailing list
[EMAIL PROTECTED]
http://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 45, Issue 15
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Joost Waversveld

Ray,

You can find where the data is through the following command:

du -h --max-depth=1

Start in the root (/) and follow the trail.

Succes

Best regards,

Joost Waversveld

Ray Leventhal wrote:

Rudi Ahlers wrote:

On Wed, Nov 26, 2008 at 4:50 PM, Ray Leventhal <[EMAIL PROTECTED]> wrote:
 

Hi all,

Please pardon my newbie-ness on this issueI've a / partition 
which is

full (quite suddenly, actually) and I'm not sure how to fix this.

I've searched for uneeded logs, etc in /var/log and /tmp to no avail. 
The
system is CentOS 5.2 and is not connected to the internet, serves as 
a local
LAN server running stock stuff...sendmail, dovecot, apache..nothing 
strange

or special going on.

I have additional HDDs available if growing the partition is in order 
(would
appreciate pointers to that, if applicable), but I'm really stumped 
as to

where the space is being eaten up.

Thanks in advance,
-Ray


Do a search for coredump file (i.e. run updatedb && locate core.*) -
they can often fill up the HDD very quicly if something coredumps.


  


Thanks, Rudi...I hadn't thought of that.  The results, however, weren't 
overly helpful for this issue in this case.


I had about 11M of core dumps from March in the samba/cores directory

The big deal here is that the system is choking...any advice on finding 
what's making it choke and/or relieving the strain on / would be 
appreciated.

Again, my thanks,
-Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



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


Re: [CentOS] [Q] what is difference between CENTOS and ORACLE unbreak Linux

2008-11-26 Thread Larry Vaden
On Wed, Nov 26, 2008 at 4:32 AM, Karanbir Singh <[EMAIL PROTECTED]> wrote:
>
> Also, oracle lacks credible inhouse support.

We also found this to be true.

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


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Rudi Ahlers
On Wed, Nov 26, 2008 at 5:19 PM, Ray Leventhal <[EMAIL PROTECTED]> wrote:
> Sorin Srbu wrote:
>>
>> Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:
>>
>>
>>>
>>> I have additional HDDs available if growing the partition is in order
>>> (would appreciate pointers to that, if applicable), but I'm really
>>> stumped as to where the space is being eaten up.
>>>
>>
>> Try a yum clean all. That might help. But if it's as you say, not
>> connected to the internet, you probably are not running yum at all, so it
>> might not help. Check your temp-directories and clean out as necessary.
>>
>> You still have 1gig free. Did you do a full install? If you can live with
>> it, uninstall packages you don't need.
>>  
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
> Hi Sorin,
>
> It was a nearly-full install and I do connect periodically to do updates.  I
> did a yum clean all before writing to the list, with no significant change
> to the disk usage.
>
> I will list packages next and see what can be removed safely.  I truly don't
> know what is filling the 130G...this should be more than sufficient as I've
> loaded CentOS5.x on many systems without this issue.
>
> Thanks again for your input,
> -Ray
> ___


Have you rebooted? Maybe there's a glitch in there.

Also, do a search for .ISO files? Maybe, just maybe someone dumped
some ISO's on there? Altenatively, if you run du -h ./ | more, you'll
be able to see which folder is the biggest, and then goto that folder
and see what's in there.


-- 

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


Re: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread Les Mikesell

John Plemons wrote:
Thanks for the feedback, but not exactly what I have in mind, the 
inventory is fluid and quantity changes are updated daily.  My goal 
would be a real time link to a secondary DB which has a update push from 
the primary DB, the primary is a Firebird DB under Windows 2003 server..




150,000 entries is not a big number for databases - you should be able 
to hook perl DBI connections to both databases and pull updates at some 
reasonable interval.  I'd search on freashmeat.net for a 'shopping cart' 
application to display the catalog and try to find one where the db 
entries are easy to match up with what you already have.


--
  Les Mikesell
   [EMAIL PROTECTED]

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


SOLVED Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ray Leventhal

Sorin Srbu wrote:

Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

  

I have additional HDDs available if growing the partition is in order
(would appreciate pointers to that, if applicable), but I'm really
stumped as to where the space is being eaten up.



Try a yum clean all. That might help. But if it's as you say, not connected to 
the internet, you probably are not running yum at all, so it might not help. 
Check your temp-directories and clean out as necessary.




Thanks to all who replied.

/ filled up when my nightly rsync snapshot did something which I'm still 
looking into.


I run a nightly rsync script to make copies (to an external HDD 
connected via USB) of user data files:


#backup to USB drive location for /home
# /media/bkup is /dev/sdg1 (USB 700GB drive)
rsync -av --delete /home/ /media/bkup
cd

Well, in /media, there were 2 folders, not just one.../bkup and /bkup_  
as well as 2 .lock files.  I determined which was the last complete 
backup and deleted the other... needless to say / space began to 
increase, but I'm truly puzzled about why a mount point would take up 
space on / when the media is external.


Anyone with insight into my flawed logic, please let me know :)

Thanks for all help and the ongoing knowledge gained from this list.

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


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Rainer Duffner
Ray Leventhal schrieb:
> Hi all,
>
> Please pardon my newbie-ness on this issueI've a / partition which
> is full (quite suddenly, actually) and I'm not sure how to fix this.
>


du -xck / |sort -n -r |less


If du << df, then reboot.
Maybe you've got open filehandles...


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


Re: SOLVED Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Monty Shinn



Thanks to all who replied.

/ filled up when my nightly rsync snapshot did something which I'm still 
looking into.


I run a nightly rsync script to make copies (to an external HDD 
connected via USB) of user data files:


#backup to USB drive location for /home
# /media/bkup is /dev/sdg1 (USB 700GB drive)
rsync -av --delete /home/ /media/bkup
cd

Well, in /media, there were 2 folders, not just one.../bkup and /bkup_  
as well as 2 .lock files.  I determined which was the last complete 
backup and deleted the other... needless to say / space began to 
increase, but I'm truly puzzled about why a mount point would take up 
space on / when the media is external.


Anyone with insight into my flawed logic, please let me know :)

Thanks for all help and the ongoing knowledge gained from this list.

-Ray



Ray,

Perhaps your usb drive became unmounted for some reason.

You might try unmounting your usb drive, and see what is in the mount 
point directory in the root partition.


For instance, if your usb drive is mounted at /media/bkup, unmount the 
drive, then cd into /media/bkup and see what's there.


HTH

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


Re: SOLVED Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Joost Waversveld



Ray Leventhal wrote:

Sorin Srbu wrote:

Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

 

I have additional HDDs available if growing the partition is in order
(would appreciate pointers to that, if applicable), but I'm really
stumped as to where the space is being eaten up.



Try a yum clean all. That might help. But if it's as you say, not 
connected to the internet, you probably are not running yum at all, so 
it might not help. Check your temp-directories and clean out as 
necessary.




Thanks to all who replied.

/ filled up when my nightly rsync snapshot did something which I'm still 
looking into.


I run a nightly rsync script to make copies (to an external HDD 
connected via USB) of user data files:


#backup to USB drive location for /home
# /media/bkup is /dev/sdg1 (USB 700GB drive)
rsync -av --delete /home/ /media/bkup
cd

Well, in /media, there were 2 folders, not just one.../bkup and /bkup_  
as well as 2 .lock files.  I determined which was the last complete 
backup and deleted the other... needless to say / space began to 
increase, but I'm truly puzzled about why a mount point would take up 
space on / when the media is external.


Anyone with insight into my flawed logic, please let me know :)

Thanks for all help and the ongoing knowledge gained from this list.

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


when you mount an device, you will mount it to an existing directory 
(/media/bkup in this case).


when the drive is mounted, everything that is written to /media/bkup 
will be written on the external disk.


When the drive is unmounted, everything that is written to that 
directory, will be written to.. euhm.. the directory, thus the local 
file system.


So maybe something happened with the mount of the external disk??

Best regards,

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


Re: [CentOS] USB or PCI dialup modem supported by Centos

2008-11-26 Thread Karanbir Singh

Ramon Nieto wrote:
I've searched google for a while looking for a list of USB or PCI dialup 
modems supported by CentOS without success.


I have a Motorola SLVR L6 attached via usb to one of my servers in the 
DC, that works fine over usb-serial. I've used my main phone, E61, to 
get onto the net often, again over usb-serial :D

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread nate
Karanbir Singh wrote:
> nate wrote:
>> You don't really need to buy anything, you do if you want
>> fancy enterprise-like management of multiple systems from
>> one screen. And there are limitations in ESXi, it certainly
>> isn't equivalent in abilities to enterprise or standard edition.
>
> I've been repeatedly told ( including by people @vmware ) that you need
> the VI-client in order to get a management interface on ESXi, which
> neither runs on Linux nor is freely available.

It does not run directly on linux today that is true but it
is free(included with ESXi). Of course free here means cost,
not open source etc.

nate

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


Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ray Leventhal

Sorin Srbu wrote:

Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

  

I have additional HDDs available if growing the partition is in order
(would appreciate pointers to that, if applicable), but I'm really
stumped as to where the space is being eaten up.



Try a yum clean all. That might help. But if it's as you say, not connected to 
the internet, you probably are not running yum at all, so it might not help. 
Check your temp-directories and clean out as necessary.


You still have 1gig free. Did you do a full install? If you can live with it, 
uninstall packages you don't need.
  



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

Hi Sorin,

It was a nearly-full install and I do connect periodically to do 
updates.  I did a yum clean all before writing to the list, with no 
significant change to the disk usage.


I will list packages next and see what can be removed safely.  I truly 
don't know what is filling the 130G...this should be more than 
sufficient as I've loaded CentOS5.x on many systems without this issue.


Thanks again for your input,
-Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [SOLVED] [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ray Leventhal

Sorin Srbu wrote:

Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

  

I have additional HDDs available if growing the partition is in order
(would appreciate pointers to that, if applicable), but I'm really
stumped as to where the space is being eaten up.



Try a yum clean all. That might help. But if it's as you say, not connected to 
  

Hi again all,

There was a 3.5hr power outage last night which explains it all.  Sadly, 
I've got some investigation to do about why my *supposed* 5hrs of 
battery backup didn't last long enough to cover, but the
mount point was, in fact, unmounted and so rsync did it's job right into 
the folder as opposed to the ext. drive.


As always, my sincere thanks to this list and to our CentOS maintainers.

Kindest regards,
-Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: SOLVED Re: [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Rudi Ahlers
On Wed, Nov 26, 2008 at 5:50 PM, Ray Leventhal <[EMAIL PROTECTED]> wrote:
> Sorin Srbu wrote:
>>
>> Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:
>>
>>
>>>
>>> I have additional HDDs available if growing the partition is in order
>>> (would appreciate pointers to that, if applicable), but I'm really
>>> stumped as to where the space is being eaten up.
>>>
>>
>> Try a yum clean all. That might help. But if it's as you say, not
>> connected to the internet, you probably are not running yum at all, so it
>> might not help. Check your temp-directories and clean out as necessary.
>> 
>>
> Thanks to all who replied.
>
> / filled up when my nightly rsync snapshot did something which I'm still
> looking into.
>
> I run a nightly rsync script to make copies (to an external HDD connected
> via USB) of user data files:
>
> #backup to USB drive location for /home
> # /media/bkup is /dev/sdg1 (USB 700GB drive)
> rsync -av --delete /home/ /media/bkup
> cd
>
> Well, in /media, there were 2 folders, not just one.../bkup and /bkup_  as
> well as 2 .lock files.  I determined which was the last complete backup and
> deleted the other... needless to say / space began to increase, but I'm
> truly puzzled about why a mount point would take up space on / when the
> media is external.
>
> Anyone with insight into my flawed logic, please let me know :)
>
> Thanks for all help and the ongoing knowledge gained from this list.
>
> -Ray
> ___


That all depends on how the USB HDD was mounted. If it wasn't mounted
sucesfully, then /media will be treated as just another folder.

How do you mound the HDD?


-- 

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Adam Tauno Williams
On Wed, 2008-11-26 at 14:33 +, Karanbir Singh wrote:
> Adam Tauno Williams wrote:
> > No, the hypervisor in a virtualized environment is an absolutely
> > critical component;  there is no room at all for fanboys.  VMware is a
> > well established solution [+50% customer satisfaction, Citrix at ~30%;
> > and +50% vs. ~20% marketshare.  VMware is the only virtualization
> > solution to have increased its market share in the last year.]  With
> If I cared about any of that boo-haa-haa I'd not be using Open Source or 
> CentOS.

It doesn't make sense not to care about such things as they have real
bearing on the viability of a product/project.  And customer
satisfaction does mean something.   I do care about such things (they
are not the ONLY things) and they are reasons *to use* Open Source and,
particularly, CentOS.

> >> and with the 
> >> fact that its 'available' off the shelf, zero cost up front. however to 
> >> make it do anything you still need to buy into vmware tools.
> > This statement is false;  I have several stand-alone ESXi boxes running.
> > There are no commercial products required for a working setup;  the
> > commercial components provide motion, consolidated backed and the
> > centralized management console [which is crap anyway].
> How do you actually connect to the ESXi instance to setup a new VM and 
> manage existing ones ?

You use the VIC client, which does not require the VIC server but can
connect directly to any ESX/ESXi host.  After you install ESXi you
navigate to the box with a web browser and there is a link to download
VIC directly from the host.

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Adam Tauno Williams
On Wed, 2008-11-26 at 15:16 +, Karanbir Singh wrote:
> nate wrote:
> > You don't really need to buy anything, you do if you want
> > fancy enterprise-like management of multiple systems from
> > one screen. And there are limitations in ESXi, it certainly
> > isn't equivalent in abilities to enterprise or standard edition.
> I've been repeatedly told ( including by people @vmware ) that you need 
> the VI-client in order to get a management interface on ESXi, which 
> neither runs on Linux nor is freely available.

It does not run on LINUX, but it is free.  And comes with every single
ESXi install.  Once you install ESXi the VI-client is downloadable
directly from that host;  just point your browser at the VMware host.

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


Re: [SOLVED] [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Robert



Ray Leventhal wrote:

Sorin Srbu wrote:

Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

 

I have additional HDDs available if growing the partition is in order
(would appreciate pointers to that, if applicable), but I'm really
stumped as to where the space is being eaten up.



Try a yum clean all. That might help. But if it's as you say, not 
connected to   

Hi again all,

There was a 3.5hr power outage last night which explains it all.  
Sadly, I've got some investigation to do about why my *supposed* 5hrs 
of battery backup didn't last long enough to cover, but the
mount point was, in fact, unmounted and so rsync did it's job right 
into the folder as opposed to the ext. drive.


As always, my sincere thanks to this list and to our CentOS maintainers.

Kindest regards,
-Ray
I noticed the chorus of agreement that your problem was likely a result 
of failure to mount your backup drive.  My backup script, which also 
uses rsync begins like this, insuring a good mount before shoving bytes 
around.  It's not SUPPOSED to be mounted before the script runs but I 
test for that, too.  (The drive label is OTOT):


   #!/bin/bash
   # Backup using rsync and rotating directories
   #
   #Set the Dest. Mount
   UD=/media/OTOT
   MS=8388608 # Minimum free space 8GB
   #
   # Drive mount logic:
   #
   if [ -z $(mount | grep $UD | awk '{ print $3 }') ]; then
 mount $UD
   fi
   if [ -z $(mount | grep $UD | awk '{ print $3 }') ]; then
 echo "Drive refuses to mount!!"
 exit 1
   fi
   #
   # Drive is mounted. Get device name
   #
   XDR=$(mount | grep $UD | awk '{ print $1 }')

etc., etc.

   



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


Re: [SOLVED] [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread William L. Maltby

On Wed, 2008-11-26 at 11:15 -0500, Ray Leventhal wrote:
> Sorin Srbu wrote:
> >

>
> Hi again all,
> 
> There was a 3.5hr power outage last night which explains it all.  Sadly, 
> I've got some investigation to do about why my *supposed* 5hrs of 
> battery backup didn't last long enough to cover, but the
> mount point was, in fact, unmounted and so rsync did it's job right into 
> the folder as opposed to the ext. drive.

My rsync backup script has a check in it to suppress the backup and
issue a message if the media is not mounted.

> 
> As always, my sincere thanks to this list and to our CentOS maintainers.
> 
> Kindest regards,
> -Ray
> 

-- 
Bill

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


RE: [CentOS] Looking for an application to work with Centos

2008-11-26 Thread John
 
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Frank Cox
> Sent: Wednesday, November 26, 2008 12:01 AM
> To: CentOS mailing list
> Subject: Re: [CentOS] Looking for an application to work with Centos
> 
> On Tue, 25 Nov 2008 22:28:50 -0500
> John Plemons <[EMAIL PROTECTED]> wrote:
> 
> > Thanks for the feedback, but not exactly what I have in mind, the 
> > inventory is fluid and quantity changes are updated daily.  My goal 
> > would be a real time link to a secondary DB which has a 
> update push from 
> > the primary DB, the primary is a Firebird DB under Windows 
> 2003 server..
> 
> I don't think you're going to get the results that you think 
> you're going to
> get, assuming that by "search engines" you mean Google, MSN 
> and the like.  Your
> site may or many not be spidered by the search engines on a 
> daily, weekly or
> monthly basis.  "Google works in mysterious ways."

True google works in mysterious ways but,,,
I hate to say this but this can be done VIA the Google Search Appliance and
it is native to Linux also!!

JohnStanley
 
> I get the impression that you want someone who searches one 
> of the search
> engines for Widget No. 12345 to be sent to your site if you 
> happen to have
> Widget No. 12345 in stock today.  You're planning to use 
> Google as your database
> frontend and salesman, in other words.  Nothing wrong with 
> that in theory, I
> suppose, but I really don't think you're going to be able to keep an
> up-to-the-minute inventory on Google unless you pay them for 
> the service in
> some way.

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


Re: [CentOS] USB or PCI dialup modem supported by Centos

2008-11-26 Thread Ramon Nieto
I have a Motorola SLVR L6 attached via usb to one of my servers in the DC,
> that works fine over usb-serial. I've used my main phone, E61, to get onto
> the net often, again over usb-serial :D
>
>
That sounds cool, i haven't thought using a cell phone instead a modem and a
landline.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [SOLVED] [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ned Slider

Ray Leventhal wrote:


There was a 3.5hr power outage last night which explains it all.  Sadly, 
I've got some investigation to do about why my *supposed* 5hrs of 
battery backup didn't last long enough to cover, but the
mount point was, in fact, unmounted and so rsync did it's job right into 
the folder as opposed to the ext. drive.




Well, the system must have stayed up otherwise it couldn't have done the 
rsync backup at all. It sounds more like only the ext. usb drive went 
down which prompts the question - was it connected to the backup battery 
source?


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


Re: [SOLVED] [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Toby Bluhm

Ray Leventhal wrote:

Sorin Srbu wrote:

Ray Leventhal <> scribbled on Wednesday, November 26, 2008 3:50 PM:

 

I have additional HDDs available if growing the partition is in order
(would appreciate pointers to that, if applicable), but I'm really
stumped as to where the space is being eaten up.



Try a yum clean all. That might help. But if it's as you say, not 
connected to   

Hi again all,

There was a 3.5hr power outage last night which explains it all.  Sadly, 
I've got some investigation to do about why my *supposed* 5hrs of 
battery backup didn't last long enough to cover, but the
mount point was, in fact, unmounted and so rsync did it's job right into 
the folder as opposed to the ext. drive.




You may want to add some logic to your rsync script to check for a 
properly mounted disk.



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


RE: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Joseph L. Casale
>There seems to be a lot of fanboy affinity around ESXi - and with the 
>fact that its 'available' off the shelf, zero cost up front. however to 
>make it do anything you still need to buy into vmware tools.

Huh, Tools are free? I do _a lot_ of nothing apparently without what
I assume you meant, Virtual Center.

ESXi, like all vmware products, is highly polished and very reliable.
I am a HUGE fan of Xen, spent a lot of time learning it and I love it.
But don't discount ESXi since it's not open source.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Joseph L. Casale
>I've been repeatedly told ( including by people @vmware ) that you need 
>the VI-client in order to get a management interface on ESXi, which 
>neither runs on Linux nor is freely available.

>Am I being lied to ?

yes, VI is free. It does not run on Linux though which sucks, but same for
XenServer's commercial product...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [SOLVED] [CentOS] disk space issues...any help is greatly appreciated

2008-11-26 Thread Ray Leventhal

Robert wrote:


I noticed the chorus of agreement that your problem was likely a 
result of failure to mount your backup drive.  My backup script, which 
also uses rsync begins like this, insuring a good mount before shoving 
bytes around.  It's not SUPPOSED to be mounted before the script runs 
but I test for that, too.  (The drive label is OTOT):


   #!/bin/bash
   # Backup using rsync and rotating directories
   #
   #Set the Dest. Mount
   UD=/media/OTOT
   MS=8388608 # Minimum free space 8GB
   #
   # Drive mount logic:
   #
   if [ -z $(mount | grep $UD | awk '{ print $3 }') ]; then
 mount $UD
   fi
   if [ -z $(mount | grep $UD | awk '{ print $3 }') ]; then
 echo "Drive refuses to mount!!"
 exit 1
   fi
   #
   # Drive is mounted. Get device name
   #
   XDR=$(mount | grep $UD | awk '{ print $1 }')

etc., etc.

Thanks Robert, Ned, William, et al (no offense intended to the many not 
named here), who replied with the need for logic and for checking that 
all devices, including the ext HDD, were connected to the UPS.


Re: Logic in the script: no doubt, I will be modifying it to check for 
valid mount point before starting.  As always, I'm learning from my 
mistakes :)


As for the server having been up, I think what happened was the server 
and the HDD (which was connected to the UPS) went down before the rsync 
was scheduled to run.  When power was lost, the mount point wasn't 
properly released.  When it came back up and online, the USB drive was 
mounted to /media/bkup_ (trailing _ provided by the system) which turned 
out to be a folder on /, not a pointer to the external drive.


Again, thanks for the tips, pointers and sound ideas.

-Ray


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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Vandaman
Ned Slider wrote:

> Which is why I originally wrote...
> 
> "*Some* are interpreting this... as an indication that
> xen will be dropped from RHEL6 as they direct their efforts
> towards KVM."
> 
> *If* xen is not included in RHEL6 then it will, by
> definition, be deprecated in favour of KVM irrespective of
> whether (or not) RH continues to support it throughout the
> life of RHEL5. Note that xen was dropped (not deprecated,
> dropped) in Fedora 10, read into that what you will :)
> 
> So xen isn't technically deprecated yet, but if I were
> a betting man, I wouldn't be putting all my eggs in a
> virtualized xen basket.
> 
> Some might choose to call that FUD, and that's their
> prerogative. In a way they're right as Red Hat's
> statement on xen does contain elements of uncertainty and
> doubt as they have not committed to continued ongoing
> support of xen past the current RHEL5 product lifecycle, and
> that may make some fearful for it's long term future
> within the Red Hat landscape.
> 

You seem to be putting words in Fedora's mouth and 
this is the problem with rumour-mongering. Show us a link
where it says Xen was dropped by Fedora. Fedora works with
upstream and Xen (Dom0 support) was not ready in time for Fedora 10, 
but that does not mean it cannot come by way of an update or 
Fedora 11 which is expected to be the base of RHEL 6.

You are welcome to join any of the discussions upstream, 
rather than spreading FUD or being misinformed.

See http://fedoraproject.org/wiki/Features/XenPvopsDom0

Regards,
Vandaman.




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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Adam Tauno Williams wrote:

It doesn't make sense not to care about such things as they have real
bearing on the viability of a product/project.  And customer
satisfaction does mean something.   I do care about such things (they
are not the ONLY things) and they are reasons *to use* Open Source and,
particularly, CentOS.


I fail to see you logic, please elaborate on that. Why should I care 
what 5 other people are running when I get a better bang for my buck 
with a technology I use, costs less and provides me a means to 
contribute back into the community pool.



You use the VIC client, which does not require the VIC server but can
connect directly to any ESX/ESXi host.  After you install ESXi you
navigate to the box with a web browser and there is a link to download
VIC directly from the host.


yes, but there is technology shortcomings there, it requires me to 
invest in Windows as a base OS, which in turn means a lot of other legal 
and vendor lock in issues.


Anyway, I think the point is made, Vmware is by far the most locked in 
product out there, offers medium to low performance compared to other 
similar products, however has a lower user ability threshold to get into.


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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Adam Tauno Williams wrote:

It does not run on LINUX, but it is free.  And comes with every single
ESXi install.  Once you install ESXi the VI-client is downloadable
directly from that host;  just point your browser at the VMware host.


yes, but Linux is my chosen base to work on, which means vmware is 
incapable of delivering a platform that I might be able to use.


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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Joseph L. Casale wrote:

yes, VI is free. It does not run on Linux though which sucks, but same for
XenServer's commercial product...


your definition of Free is kinda warped if by your free you mean, having 
to buy windows, agreeing to the draconian MS licenses and adding all 
that layer on top in order to get to the product.


Also, I dont need a commercial product to look at provisioning or 
managing anything on Xen.



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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Joseph L. Casale wrote:

ESXi, like all vmware products, is highly polished and very reliable.
I am a HUGE fan of Xen, spent a lot of time learning it and I love it.
But don't discount ESXi since it's not open source.


I discount it as a product I cant use. And as a product that does not 
give me the best value overall.



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


RE: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread nate
Joseph L. Casale wrote:

> ESXi, like all vmware products, is highly polished and very reliable.
> I am a HUGE fan of Xen, spent a lot of time learning it and I love it.
> But don't discount ESXi since it's not open source.

So very much off topic but I can't resist :)

I like vmware a lot because they have made good products and have
been a very long time supporter of linux. I have been using vmware
since before 1.0 back in 1999 or maybe late 1998 on linux. In 2003-2005
I used a bunch of VMWare GSX(again on linux), worked well, never let
me down. In 2007 I started using ESX 3, so far only used the foundation
version not the enterprise, but it's dirt cheap, $999 per 2 sockets,
the same exact software was $3750 per 2 sockets a little over a year
ago.

It's among the most solid pieces of software I've ever used myself.

nate

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Ross Walker
On Wed, Nov 26, 2008 at 1:01 PM, nate <[EMAIL PROTECTED]> wrote:
> Joseph L. Casale wrote:
>
>> ESXi, like all vmware products, is highly polished and very reliable.
>> I am a HUGE fan of Xen, spent a lot of time learning it and I love it.
>> But don't discount ESXi since it's not open source.
>
> So very much off topic but I can't resist :)
>
> I like vmware a lot because they have made good products and have
> been a very long time supporter of linux. I have been using vmware
> since before 1.0 back in 1999 or maybe late 1998 on linux. In 2003-2005
> I used a bunch of VMWare GSX(again on linux), worked well, never let
> me down. In 2007 I started using ESX 3, so far only used the foundation
> version not the enterprise, but it's dirt cheap, $999 per 2 sockets,
> the same exact software was $3750 per 2 sockets a little over a year
> ago.
>
> It's among the most solid pieces of software I've ever used myself.

Well put, I also think that too.

I think the failure of Xen was it's failure to get included in the Linux kernel
early on. Now it's too late, there is such a wide gap between their
2.6.18 kernel and the current 2.6.27 kernel and the work to catch up
their hypervisor/kernel to current is going to make the work of polishing
their existing code suffer, not to mention that the distributions out there
are readying new releases on more current kernels that won't have the
Xen api built in and will need to either drop or patch/maintain them
which is too much work/effort = $$$.

Not getting Xen into the kernel earlier is going to be Xen's downfall.

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


[CentOS] enable repo download and save but no install

2008-11-26 Thread Jerry Geis
Is there a way to enable a repo, and ask it to download a package and 
all dependencies
and save these files to a given directory then some time later execute a 
command

to install those files that were saved.

Is that possible?

I would like to take a snapshot of something like VLC on dag and always 
install those same vlc packages and dependencies
that were saved locally. Not go out over the net and install them the 
next time. I'm not concerned about

updates to this package.

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


Re: [CentOS] enable repo download and save but no install

2008-11-26 Thread Lee Perez

Jerry Geis wrote:
Is there a way to enable a repo, and ask it to download a package and 
all dependencies
and save these files to a given directory then some time later execute 
a command

to install those files that were saved.

Is that possible?

I would like to take a snapshot of something like VLC on dag and 
always install those same vlc packages and dependencies
that were saved locally. Not go out over the net and install them the 
next time. I'm not concerned about

updates to this package.

Hi Jerry,

I think that was just discussed the other day on 11-24 as subject yum 
download.  If you follow this thread I think this is what you will be 
looking for:


http://lists.centos.org/pipermail/centos/2008-November/068284.html

I hope this helps.  Dang finally get to answer someone.

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


RE: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Joseph L. Casale
> offers medium to low performance compared to other 
>similar products

I get it, you *hate* Microsoft and Windows and ... That's cool. But before you
make claims about facts (not opinion, which is very valid as I respect your
personal choices to be good for you) you should verify those. Vmware is does 
some
impressive stuff, again, that's what paying for software can sometimes*** 
grant:
The gigantic dev team making good progress. This thread has suggested esx 
performance
is medium to low, and that is just not true, for Linux or Windows guests. It's 
pretty
freaking fast. Lots of us have the infrastructure to back that up.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Karanbir Singh

Joseph L. Casale wrote:
offers medium to low performance compared to other 
similar products


I get it, you *hate* Microsoft and Windows and ...


Thats not true, I just dont have any use for either of them and noone I 
work with does either. Joseph, you are letting your imagination run away 
with you.


> That's cool. But before you

make claims about facts (not opinion, which is very valid as I respect your
personal choices to be good for you) you should verify those. Vmware is does 
some
impressive stuff, again, that's what paying for software can sometimes*** 
grant:
The gigantic dev team making good progress.  This thread has suggested esx 
performance
is medium to low, and that is just not true, for Linux or Windows guests. It's 
pretty
freaking fast. Lots of us have the infrastructure to back that up.


I'd be happy to have you over my place and we can do some real world 
performance testing in server roles. I'd also be happy to show you 
exactly how mediocre the vmware platform appears to be in some real 
world deployments.


vmware have been around for a long time, and they do have a usable 
product and it does do loads in different incantations. But one thing 
its not good at is SME virtualisation. An area they know well, and 
something they are quite concerned about.


btw, as might not be clear to some people, I dont do Windows 
hosts/guests so dont know what the issues there might be. My experience 
is purely based on Linux centric stuff.


--
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Joseph L. Casale
>I'd be happy to have you over my place and we can do some real world 
>performance testing in server roles

I would actually love that (just for the sake of learning) but me thinks were on
opposite sides of the pond:)

>btw, as might not be clear to some people, I dont do Windows 
>hosts/guests so dont know what the issues there might be. My experience 
>is purely based on Linux centric stuff.

Well, I have had very good luck with both. The commercial Xen product from my
tests and real world deployments ran Windows slower than esx. Open source 
version
of Xen doesn't have stable hv drivers for windows so it's not even worth 
talking about.

I found Linux to run well on both and never found any issues with CentOS on esx.

Once KVM settles down, I will gladly have a learn at it but until then I keep 
playing
with Xen but run esx in production as I need Windows guests as well.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Rainer Duffner


Am 26.11.2008 um 18:55 schrieb Karanbir Singh:


Adam Tauno Williams wrote:

It doesn't make sense not to care about such things as they have real
bearing on the viability of a product/project.  And customer
satisfaction does mean something.   I do care about such things (they
are not the ONLY things) and they are reasons *to use* Open Source  
and,

particularly, CentOS.


I fail to see you logic, please elaborate on that. Why should I care  
what 5 other people are running when I get a better bang for my buck  
with a technology I use, costs less and provides me a means to  
contribute back into the community pool.



You use the VIC client, which does not require the VIC server but can
connect directly to any ESX/ESXi host.  After you install ESXi you
navigate to the box with a web browser and there is a link to  
download

VIC directly from the host.


yes, but there is technology shortcomings there, it requires me to  
invest in Windows as a base OS, which in turn means a lot of other  
legal and vendor lock in issues.




Agreed - I hate the fact the the VIC only runs on Windows.
There is AFAIK, an experimental GUI from a 3rd-party using Adobe AIR -  
but even without trying it (AIR doesn't run on my 64bit desktop  
anyway...) I hesitate to call this a "solution"

;-)
VMware is very Windows-centric. They do know that they have a customer- 
base that in part absolutely hates this - but from what I read on the  
forums, it's not an immediate concern to them.

And above all, the stupid VIC is slow as a snail.



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


Re: [CentOS] USB or PCI dialup modem supported by Centos

2008-11-26 Thread Nicholas
Places like where I am, cell phone charges are very high if connection 
is for longer periods. I've got a USB Thundercom modem but could not get 
it connected to go online.


A list of modems, (might be outdated) can be found at
http://www.linuxsecurity.com.br/info/unix/winmodem.html

Ramon Nieto wrote:


That sounds cool, i haven't thought using a cell phone instead a modem 
and a landline.




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




--- 


OSCC MAMPU MyMeeting Version 2.0 Release
http://knowledge.oscc.org.my/solution-areas/application/mymeeting


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


[CentOS] Looking for a method to keep at least 5% CPU

2008-11-26 Thread Ryan J M
Hi all,
   Sometimes, the working threads occupy 100% CPU, and I just cann't
ssh login with root. my question is: Is there any solution for this
case?
I googled and  found some related links, but not helpful.
http://www.linuxquestions.org/questions/linux-general-1/limit-cpu-usage-for-a-process-269019/




-- 
FIXME if it is wrong.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Looking for a method to keep at least 5% CPU

2008-11-26 Thread nate
Ryan J M wrote:
> Hi all,
>Sometimes, the working threads occupy 100% CPU, and I just cann't
> ssh login with root. my question is: Is there any solution for this
> case?
> I googled and  found some related links, but not helpful.

I'm not aware of any method under linux directly to reserve a set
amount of CPU resources. You can use /etc/security/limits.conf to
restrict certain amounts of resources but there is nothing there
even that impacts CPU usage on a percentage basis, and of course
nothing that will reserve CPU.

If you can't login with root it sounds like the load on your system
is likely very high, so I'd reduce the amount of working threads.
There's a big difference between cpu usage being at 100% and a
low number of things that are contributing to that 100% usage
number, and having cpu be at 100% and many things contributing
to that number. The latter will definitely have far more serious
performance impact than the former in my experience.

I can recall on countless occasions over the years being able to
login to a system that is running at 100% cpu usage and not
really have any noticeable impact on being able to login or
interact with the system.

nate

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Les Mikesell

Karanbir Singh wrote:


Anyway, I think the point is made, Vmware is by far the most locked in 
product out there, offers medium to low performance compared to other 
similar products, however has a lower user ability threshold to get into.


Do you mean some specific version of VMware or what as being locked 
in?   I move images around among Linux/Windows/Mac hosts with the free 
server on Linux/Windows and Fusion on the Mac.


--
 Les Mikesell
  [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Looking for a method to keep at least 5% CPU

2008-11-26 Thread Christopher Chan



I can recall on countless occasions over the years being able to
login to a system that is running at 100% cpu usage and not
really have any noticeable impact on being able to login or
interact with the system.



I agree here. I do remember not being able to log in when i/o is 
completely swamped though. Maybe the problem is not so much 100% cpu 
usage but disk i/o. The box might be thrashing swap.

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


[CentOS] Centos 5.2 install problem

2008-11-26 Thread Michael Kress
Hi, I'm trying a fresh install on a x86_64 (Supermicro X7dbe, 2xIntel
Xeon X5450, 8 GB, 3WARE 9650SE-8LPML, 3 disks in RAID 5).
The format takes quite long (2,7 TB), that seems to be normal, but then
the first boot will not take place, instead the system loops. Any hints?
The message follows:
Regards
Michael

Mounting root filesystem.
mount: could not find filesystem '/dev/root'
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!

-- 
Michael Kress, [EMAIL PROTECTED]
http://www.michael-kress.de / http://kress.net
P E N G U I N S   A R E   C O O L

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


Re: [CentOS] Centos 5.2 install problem

2008-11-26 Thread Michael Kress
Michael Kress wrote:
> Hi, I'm trying a fresh install on a x86_64 (Supermicro X7dbe, 2xIntel
> Xeon X5450, 8 GB, 3WARE 9650SE-8LPML, 3 disks in RAID 5).
> ...
> Mounting root filesystem.
> mount: could not find filesystem '/dev/root'
>   


Hi, I'd like to add this to my problem: I tried to mount the system in
rescue mode, but mount fails, the syslog says:
<4>GFS2: Unrecognized block device or mount point /dev/sda2
<4>GFS2: gfs2 mount does not exist

Further top the syslog says
<5>sda : very big device. try to use READ CAPACITY(16).

Any hints?

TIA
Michael


-- 
Michael Kress, [EMAIL PROTECTED]
http://www.michael-kress.de / http://kress.net
P E N G U I N S   A R E   C O O L

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


Re: [CentOS] Stop the FUD Xen is not deprecated

2008-11-26 Thread Morten Torstensen

Adam Tauno Williams wrote:

It does not run on LINUX, but it is free.  And comes with every single
ESXi install.  Once you install ESXi the VI-client is downloadable
directly from that host;  just point your browser at the VMware host.


Well, but why do you assume people run Windows where you run your 
browser? You need a Windows license to run VIC, so the price of 
installing ESXi/VIC is around $100 and up.


--

//Morten Torstensen
//Email: [EMAIL PROTECTED]
//IM: [EMAIL PROTECTED]

I can't listen to that much Wagner. I start getting the urge to conquer 
Poland.

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


Re: [CentOS] Centos 5.2 install problem

2008-11-26 Thread Daisuke Tonoki
nate wrote:
> Michael Kress wrote:
>> Hi, I'm trying a fresh install on a x86_64 (Supermicro X7dbe, 2xIntel
>> Xeon X5450, 8 GB, 3WARE 9650SE-8LPML, 3 disks in RAID 5).
>> The format takes quite long (2,7 TB), that seems to be normal, but then
>> the first boot will not take place, instead the system loops. Any hints?
> 
> Try again using a volume that is less than 2TB in size and see
> if it makes a difference?
> 
> nate

In addition.
I remember that my server had same problem with over 2TB logical volumes.
Installation successfully is point, but can not boot it.
Maybe old 3ware driver can't treat over 2TB volumes.
go with nate's talk.

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


Re: [CentOS] Centos 5.2 install problem

2008-11-26 Thread nate
Michael Kress wrote:
> Hi, I'm trying a fresh install on a x86_64 (Supermicro X7dbe, 2xIntel
> Xeon X5450, 8 GB, 3WARE 9650SE-8LPML, 3 disks in RAID 5).
> The format takes quite long (2,7 TB), that seems to be normal, but then
> the first boot will not take place, instead the system loops. Any hints?

Try again using a volume that is less than 2TB in size and see
if it makes a difference?

nate

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