Re: [CentOS] how to install centos on the attached external usb hard disk?

2010-07-24 Thread hadi motamedi
On Sat, Jul 24, 2010 at 5:26 PM, Jim Perrin  wrote:

>
>
> Step 1: Configure virtualbox to see the drive you want.
> Step 2:
> http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Installation_Guide/index.html
>
>
> Hadi, as much as I enjoy this community, learning from it,
> contributing to it, etc... I can't help but feel that you're simply
> abusing it to avoid doing your own work. I cannot recall a single
> question you've asked which has shown that you've put any effort at
> all into helping yourself. Please at least attempt to figure things
> out for yourself first.
>
>
>
> --
> During times of universal deceit, telling the truth becomes a revolutionary
> act.
> George Orwell
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
I tried to do it as the following :
#dd if=/dev/hda of=/dev/sda
But it was not successful. The primary disk is 150GB and the external usb
disk is 20GB. As I check with the 'df -m' , with respect to the used space ,
the 20GB capacity seems to be sufficient. Can you please let me know how to
modify my command to have the os installed on the primary disk to be cloned
to the external usb disk ?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM iptables rules

2010-07-24 Thread aditya hilman
On Sun, Jul 25, 2010 at 2:20 AM, Silviu Hutanu  wrote:
> After I installed kvm I noticed that some rules are appended automatically
> by some tools that come with kvm packages(I installed all KVM group with
> yum) .
> The problem is that after I appended my rules I and used the
> /etc/init.d/iptables script to save changes in /etc/sysconfig/iptables I saw
> that after restarted the machine that tool appended the rules once again ...
> so now I have double entries for kvm rules.
> Does anyone know how can I block this mysterious tool to append rules in my
> tables ?
>
> Kind Regards,
>
> Silviu Hutanu
>
>
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>

virsh net-destroy default
virsh net-undefine default

-- 
Regards,
Adit
http://simplyaddo.web.id
ym : science2rule
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cpuspeed: missing drivers ???

2010-07-24 Thread ken
On 07/23/2010 08:46 PM Alexander Dalloz wrote:
> Am 25.07.2010 02:01, schrieb ken:
> 
>> Plus, I would think we both should have cpufreq_performance.ko as it's
>> one of the drivers mentioned in the cpuspeed docs and manpage.
> 
> No, as that is build into the kernel, rather than being build as a
> loadable module.
> 
> # grep CPU_FREQ /boot/config-2.6.18-194.8.1.el5
> CONFIG_CPU_FREQ=y
> CONFIG_CPU_FREQ_TABLE=m
> CONFIG_CPU_FREQ_DEBUG=y
> CONFIG_CPU_FREQ_STAT=m
> CONFIG_CPU_FREQ_STAT_DETAILS=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
> CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
> CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
> CONFIG_CPU_FREQ_GOV_POWERSAVE=m
> CONFIG_CPU_FREQ_GOV_USERSPACE=y
> CONFIG_CPU_FREQ_GOV_ONDEMAND=m
> CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

Da ist es.  Vielen Dank!

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


Re: [CentOS] cpuspeed: missing drivers ???

2010-07-24 Thread Alexander Dalloz
Am 25.07.2010 02:01, schrieb ken:

> Plus, I would think we both should have cpufreq_performance.ko as it's
> one of the drivers mentioned in the cpuspeed docs and manpage.

No, as that is build into the kernel, rather than being build as a
loadable module.

# grep CPU_FREQ /boot/config-2.6.18-194.8.1.el5
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=m
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

Alexander

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


Re: [CentOS] cpuspeed: missing drivers ???

2010-07-24 Thread Rob Kampen

ken wrote:

On 07/23/2010 12:48 PM Rob Kampen wrote:
  

ken wrote:


One problem I've discovered in cpuspeed is that there are drivers
missing:

# cd /lib/modules/2.6.18-194.8.1.el5/kernel/drivers/cpufreq
# ll
total 72
-rwxr--r-- 1 root root 14408 Jul  1 21:40 cpufreq_conservative.ko
-rwxr--r-- 1 root root 16168 Jul  1 21:40 cpufreq_ondemand.ko
-rwxr--r-- 1 root root  7624 Jul  1 21:40 cpufreq_powersave.ko
-rwxr--r-- 1 root root 12524 Jul  1 21:40 cpufreq_stats.ko

Or is this what everyone has?
  
  

I also have
freq_table.ko
also sizes of files differ
HTH


# uname -rmops
Linux 2.6.18-194.8.1.el5 i686 i686 GNU/Linux
  


Rob,

Thanks for the reply.

If you're running the same OS cpuspeed versions and on the same hardware
as I am, then something's amiss in distribution.

# cpuspeed --help 2>&1|head -1
cpuspeed v1.2.1


Plus, I would think we both should have cpufreq_performance.ko as it's
one of the drivers mentioned in the cpuspeed docs and manpage.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  
Initially I checked on my x86_64 workstation and thus sizes differed and 
it had the additional file.
Now I check on my 32 bit laptop and see just the same four files, same 
size as you have indicated.

Same version of cpuspeed.
I have a little monitor icon on my top panel that shows changes in cpuspeed.
It appears to work okay.
HTH
<>___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cpuspeed: missing drivers ???

2010-07-24 Thread ken

On 07/23/2010 12:48 PM Rob Kampen wrote:
> ken wrote:
>> One problem I've discovered in cpuspeed is that there are drivers
>> missing:
>>
>> # cd /lib/modules/2.6.18-194.8.1.el5/kernel/drivers/cpufreq
>> # ll
>> total 72
>> -rwxr--r-- 1 root root 14408 Jul  1 21:40 cpufreq_conservative.ko
>> -rwxr--r-- 1 root root 16168 Jul  1 21:40 cpufreq_ondemand.ko
>> -rwxr--r-- 1 root root  7624 Jul  1 21:40 cpufreq_powersave.ko
>> -rwxr--r-- 1 root root 12524 Jul  1 21:40 cpufreq_stats.ko
>>
>> Or is this what everyone has?
>>   
> I also have
> freq_table.ko
> also sizes of files differ
> HTH
>> # uname -rmops
>> Linux 2.6.18-194.8.1.el5 i686 i686 GNU/Linux

Rob,

Thanks for the reply.

If you're running the same OS cpuspeed versions and on the same hardware
as I am, then something's amiss in distribution.

# cpuspeed --help 2>&1|head -1
cpuspeed v1.2.1


Plus, I would think we both should have cpufreq_performance.ko as it's
one of the drivers mentioned in the cpuspeed docs and manpage.

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


[CentOS] KVM iptables rules

2010-07-24 Thread Silviu Hutanu
After I installed kvm I noticed that some rules are appended automatically
by some tools that come with kvm packages(I installed all KVM group with
yum) .
The problem is that after I appended my rules I and used the
/etc/init.d/iptables script to save changes in /etc/sysconfig/iptables I saw
that after restarted the machine that tool appended the rules once again ...
so now I have double entries for kvm rules.
Does anyone know how can I block this mysterious tool to append rules in my
tables ?

Kind Regards,

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


Re: [CentOS] www.centos.org - SSL Cert Expired - CSS fubar'd

2010-07-24 Thread didi
Hey

On Mon, Jul 19, 2010 at 5:26 PM, R P Herrold  wrote:
> On Mon, 19 Jul 2010, Mike Putnam wrote:
>
>> I hadn't seen mention of it on the mailing list yet so I
>> thought I'd post it.

http://projects.centos.org/ is still out of date. :)

projects.centos.org uses an invalid security certificate.

The certificate expired on 07/17/2010 01:23 AM.

(Error code: sec_error_expired_certificate)

Just mentioning

Cheers Didi


-- 
Hoffmann Geerd-Dietger
http://contact.ribalba.de
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to install centos on the attached external usb hard disk?

2010-07-24 Thread Jim Perrin
On Sat, Jul 24, 2010 at 3:28 AM, hadi motamedi  wrote:
> Dear All
> I have centos running on my VBox guest on my Windows host. I need to install
> centos on the attached external usb hard disk ,connected to my guest
> machine.Can you please let me know how can install centos on this external
> usb hard disk?
> Thank you


Step 1: Configure virtualbox to see the drive you want.
Step 2: 
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Installation_Guide/index.html


Hadi, as much as I enjoy this community, learning from it,
contributing to it, etc... I can't help but feel that you're simply
abusing it to avoid doing your own work. I cannot recall a single
question you've asked which has shown that you've put any effort at
all into helping yourself. Please at least attempt to figure things
out for yourself first.



-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Small Business support for *nix systems in Spain

2010-07-24 Thread ken

On 07/23/2010 03:57 PM John R Pierce wrote:
>   On 07/23/10 12:05 PM, Kurt Hansen wrote:
>> Our company has 30 shops that connect to a central server where the
>> point -of-sale software runs, and is currently operating on Unix (it´s
>> an old system we acquired when we bought another company). It seems
>> obvious we have to replace this Unix architecture with something more
>> modern (and better able to manage our growing needs). 

It's probably not well known, but Sherwin-Williams, a Fortune 100
company with two thousand shops across the country (and in some foreign
countries), uses Linux in all their "shops"... all 2000 of them.  Yep,
walk into any Sherwin-Williams store and what you buy is run up on a
Linux POS system.  The manager who put his neck on the line by proposing
and implementing this system (other (risk averse) managers in the
company weren't supportive and didn't make it easy for him) ended up
with a big bonus and a significant promotion.  After all, he saved the
company 2000 times what the Windows software would have cost... at least
a million bucks, likely more.

Of course at corporate headquarters they have about 250 UNIX servers to
handle the back-end stuff, really not a lot of servers for a company its
size.


> The computer
>> consultants we work with have suggested two options:
>>
>> - Moving to Windows Terminal server (cheaper)
>> - Moving to Citrix with virtualized servers (more expensive but
>> apparently much faster and more powerful).
> 
> before picking an operating system for the central server, its a good 
> idea to pick the Point-of-sale system architecture.
> 
> using terminal server/citrix/nx/etc type connectivity for POS from 
> remote locations means if the network is down, the cash registers are 
> down.  thats not good. most POS systems have a local onsite store 
> server at each location, the registers are terminals to this server, but 
> usually run the cash register POS software directly, then the store 
> server communicates with the corporate mothership as needed, either live 
> or batching transaction logs as appropriate.
> 
> different sorts of retail businesses have widely varying POS 
> requirements, for instance, the POS system for a restaurant chain is 
> very different than the one for a auto parts chain.
> 
> All these questions should be sorted out long before getting into 
> implementation details like operating systems, hardware platforms.

Wise words.  Planning is always good.  But Linux runs on anything,
making it about as scalable as an OS can be.  If your needs outgrow the
hardware your data's on, you can move the whole system to bigger
hardware, then re-purpose the old hardware for something else.  The only
reason for not having Linux on a box would be because the hardware
support contract ran out.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] how to install centos on the attached external usb hard disk?

2010-07-24 Thread hadi motamedi
Dear All
I have centos running on my VBox guest on my Windows host. I need to install
centos on the attached external usb hard disk ,connected to my guest
machine.Can you please let me know how can install centos on this external
usb hard disk?
Thank you
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos