[CentOS] Google Chrome

2013-11-20 Thread Michael B Allen
I have been using CentOS on my laptop for a few days now and it works great! Great work-around for the Fedora GNOME 3 debacle. But I'm starting to miss Google Chrome pretty seriously. Firefox is just not what it once was. It's slow. Spell check is weak. Sometimes it straight up fails to display pa

Re: [CentOS] CentOS still dies on me

2013-11-20 Thread Lamar Owen
On Nov 20, 2013, at 11:12 PM, John R Pierce wrote: > On 11/20/2013 7:40 PM, Michael Hennebry wrote: >> Might this have something to do with the following boot message?: >> Starting virt-who: Traceback (most recent call last): >> ... > > random centos6.4 system I looked at doesn't even have a d

Re: [CentOS] CentOS still dies on me

2013-11-20 Thread John R Pierce
On 11/20/2013 7:40 PM, Michael Hennebry wrote: > Might this have something to do with the following boot message?: > Starting virt-who: Traceback (most recent call last): > File "/usr/share/virt-who/virt-who.py", line 33, in > from subscriptionmanager import SubscriptionManager, > Subscr

Re: [CentOS] restarting network interface

2013-11-20 Thread Wes James
On Wed, Nov 20, 2013 at 8:40 PM, Clint Dilks wrote: > Hi, > > The most likely answer is that your interface is not enabled. > > Try someting like > > cat /etc/sysconfig/network-scripts/ifcfg-em1 > > You will see for a disabled interface ONBOOT="no" > > Change the no to a yes and you should be goo

Re: [CentOS] restarting network interface

2013-11-20 Thread Wes James
On Wed, Nov 20, 2013 at 8:40 PM, Clint Dilks wrote: > Hi, > > The most likely answer is that your interface is not enabled. > > Try someting like > > cat /etc/sysconfig/network-scripts/ifcfg-em1 > > You will see for a disabled interface ONBOOT="no" > > Change the no to a yes and you should be goo

[CentOS] CentOS still dies on me

2013-11-20 Thread Michael Hennebry
Might this have something to do with the following boot message?: Starting virt-who: Traceback (most recent call last): File "/usr/share/virt-who/virt-who.py", line 33, in from subscriptionmanager import SubscriptionManager, SubscriptionManagerError File "/usr/share/virt-who/subscripti

Re: [CentOS] restarting network interface

2013-11-20 Thread Clint Dilks
Hi, The most likely answer is that your interface is not enabled. Try someting like cat /etc/sysconfig/network-scripts/ifcfg-em1 You will see for a disabled interface ONBOOT="no" Change the no to a yes and you should be good :) On Thu, Nov 21, 2013 at 4:32 PM, Wes James wrote: > I google

[CentOS] restarting network interface

2013-11-20 Thread Wes James
I googled to see how I might restart the network interface in CentOS. I initially tried before googling: sudo service network restart I noticed that only the loopback interface was restarted. To confirm this I did: service network stop and then did ifconfig and the loopback info was gone.

Re: [CentOS] vpn client setup/plugin

2013-11-20 Thread Wes James
On Wed, Nov 20, 2013 at 11:22 AM, Tucker wrote: > Setting up an IPSec client via trial and error is an absolute pain. The > best results I've had have been with the Shrew Soft ( > https://www.shrew.net/) > client. You may still have to monkey around with the settings for a while > but I felt th

Re: [CentOS] vpn client setup/plugin

2013-11-20 Thread Tucker
Setting up an IPSec client via trial and error is an absolute pain. The best results I've had have been with the Shrew Soft (https://www.shrew.net/) client. You may still have to monkey around with the settings for a while but I felt that my chances for success were dramatically increased by usin

Re: [CentOS] vpn client setup/plugin

2013-11-20 Thread Wes James
On Wed, Nov 20, 2013 at 8:44 AM, John Doe wrote: > From: Wes James > > > I'm using CentOS 6.4 x64. > > I wonder if the instructions for setting it up have different options > based > > on its age. The one the installs on CentOS may not have the options he > is > > talking about. > > Maybe try t

Re: [CentOS] vpn client setup/plugin

2013-11-20 Thread John Doe
From: Wes James > I'm using CentOS 6.4 x64. > I wonder if the instructions for setting it up have different options based > on its age.  The one the installs on CentOS may not have the options he is > talking about. Maybe try this (untested) one: http://agix.com.au/blog/?p=3063 JD _

Re: [CentOS] Any experience with lanner appliances?

2013-11-20 Thread Steve Clark
Hi, We have about 1000 FW-7535s (replaced by FW-7541) deployed using CentOS 6.x. The only problem we ran into was a bug in the CentOS driver that is fixed by installing kmod-e1000e-2.5.4-1.el6.elrepo driver. The issue only showed up on the 7541 which has a newer rev intel ethernet chip. http:/

Re: [CentOS] Any experience with lanner appliances?

2013-11-20 Thread Devin Reade
> On Nov 20, 2013, at 7:22, John Doe wrote: > anybody has installed CentOS on an lanner appliance...? I've got a 2010e that is quite solid running openbsd. I wouldn't expect there to be any problems running centos. Nice little boxes if you don't need the number of drive bays that the microser

Re: [CentOS] Any experience with lanner appliances?

2013-11-20 Thread m . roth
John Doe wrote: > > anybody has installed CentOS on an lanner appliance...? > Eg. http://www.lannerinc.com/products/all-purpose-box-computers/industrial-automation/lec-2126 > I was planning to buy an hp microserver to make a "small" CentOS firewall > (and more since it is overpowered), but I am won

[CentOS] Any experience with lanner appliances?

2013-11-20 Thread John Doe
Hi, anybody has installed CentOS on an lanner appliance...? Eg. http://www.lannerinc.com/products/all-purpose-box-computers/industrial-automation/lec-2126 I was planning to buy an hp microserver to make a "small" CentOS firewall (and more since it is overpowered), but I am wondering if I could g

Re: [CentOS] CentOS LiveCD on USB

2013-11-20 Thread m . roth
Timothy Murphy wrote: > m.r...@5-cent.us wrote: > >> Are you trying to boot from the USB? If so, I'd fix the grub menu on >> that, if it's on /dev/sda1 of the flash drive, to use /dev/sda2 for the root= > > I don't think this is good advice. > It is much better to use the UUID, "root=UUID=..." > wh

Re: [CentOS] CentOS LiveCD on USB

2013-11-20 Thread Timothy Murphy
m.r...@5-cent.us wrote: > Are you trying to boot from the USB? If so, I'd fix the grub menu on that, > if it's on /dev/sda1 of the flash drive, to use /dev/sda2 for the root= I don't think this is good advice. It is much better to use the UUID, "root=UUID=..." where the UUID can be found by blkid

Re: [CentOS] VNC

2013-11-20 Thread Earl A Ramirez
On 27 October 2013 12:47, Larry Martell wrote: > On Sat, Oct 26, 2013 at 3:07 PM, Earl Ramirez >wrote: > > > On Sat, 2013-10-26 at 11:26 -0600, Larry Martell wrote: > > > On Fri, Oct 25, 2013 at 10:25 PM, Earl Ramirez > >wrote: > > > > > > > On Sun, 2013-10-20 at 07:44 -0600, Larry Martell wrot