Re: [CentOS] CentOS IRC

2021-07-20 Thread Earl Ramirez
> Yes, we did. Further details at
> https://blog.centos.org/2021/06/centos-irc-migration-complete/
> 
Thank you, sir.


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS IRC

2021-07-20 Thread Earl Ramirez
Good day, 

Did CentOS moved from freenode to LibraIRC?
-- 
  
Kind Regards,

Earl A. Ramirez
2021-07-20T21:27:00 (PST +0800)



signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Earl Ramirez
> 
> What do people do to get their syslog messages on CentOS 7 into a
> remote ELK stack.  I've tried lots of things involving rsyslog,
> filebeat, redis, logstash and so on in lots of different
> configurations
> but nothing really works.

I did this a couple times, I will share the configs in couple of days. 


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Documentation SIG: Participation wanted

2020-07-02 Thread Earl Ramirez
On Tue, 2020-06-30 at 14:20 -0400, Rich Bowen wrote:
> If any of the above appeals to you, I would ask you to let me know.
> I 
> 
> would like to create a SIG around the wiki. Please let me know if
> you're 
> 
> interested. I know that there are a number of you who are
> consistently 
> 
> active on this list. I would like to find a way to give us a little
> more 
> 
> power/authority over the wiki to make higher-level editorial
> decisions 
> 
> about information architecture. Also, having a formal SIG might be a
> way 
> 
> to engage more people to join the effort and dedicate some time to
> it.

I will like to volunteer for this endeavour. 


signature.asc
Description: This is a digitally signed message part
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] How to Load Custom CentOS 7 Image

2020-05-21 Thread Earl Ramirez
>   *   Provision a VM with standard CentOS 7 NetInstall ISO & my post
> script. The file system is created on top of LVM
>   *   Export entire VM as custom ISO image to be loaded into physical
> hardware
>   *   Kickstart physical hardware using above exported custom image &
> different grub/isolinux configuration
You can also include your post scripts in kickstart and build a custom
ISO, I haven't tried exporting a VM to an ISO but I have been adding
kickstart to my custom ISOs and it does everything that I need.
> 


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to Load Custom CentOS 7 Image

2020-05-14 Thread Earl Ramirez
On Thu, 2020-05-14 at 19:47 +, Xinhuan Zheng wrote:
> Dear All,
> 
> I want to create a CentOS 7 VMWARE VM. I need to install various
> Runtime libraries, e.g., Tomcat, into the VM. Once all looks good,
> then I want to make a Custom Image of the entire VM. Later I want to
> load this Custom Image to a physical HW, so that I don’t need to go
> through all kinds Runtime installation. Does anyone know how to
> handle creating a Custom Image and Load to physical HW process? How
> does boot loader work when VM vs Physical HW has different devices?
> 
> 
I created a custom ISO a couple of years ago [0], you can use it as
your base of one of the following links[1-4], should be sufficient to
get you started.

[0] https://github.com/EarlRamirez/snipeit_iso
[1] https://gist.github.com/vkanevska/fd624f708cde7d7c172a576b10bc6966
[2] 
https://blog.mousetech.com/creating-a-functional-custom-centos-install-dvd/
[3] 
https://serverfault.com/questions/517908/how-to-create-a-custom-iso-image-in-centos
[4] 
https://www.golinuxhub.com/2017/05/how-to-create-customized-bootable-boot.html




signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GNS3 installation docs for CentOS 8

2020-05-01 Thread Earl Ramirez
> 
> Crazy stuff, installing foreign binary packages :-)
> 
Unfortunately, these packages do not exists in EPEL, but it's available
in Fedora and a couple of COPR repo one ones that was tested from CORP
failed due to a couple of missing dev packages. Maybe, this is
something that can be included into appstream?



signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GNS3 installation docs for CentOS 8

2020-04-29 Thread Earl Ramirez

> Does anyone have GNS3 installation guide for CentOS 8?
This was validated in a KVM

- Install dependencies 
  $ sudo dnf -y install platform-python-devel qt5-qtbase python3-qt5
- Download and install dynamips and ubridge 
  ubridge-0.9.14-5.fc30.x86_64.rpm [
https://rpmfind.net/linux/rpm2html/search.php?query=ubridge]
  dynamips-0.2.21-1.el8.x86_64 [
https://rpmfind.net/linux/rpm2html/search.php?query=dynamips]
  $ sudo dnf install ~/Downloads/ubridge-0.9.14-5.fc30.x86_64.rpm
  $ sudo dnf install ~/Downloads/dynamips-0.2.21-1.el8.x86_64.rpm
- install GNS3 packages
  $ pip3 install gns3-gui gns3-server gns3-netifaces gns3-net-converter

I tested a couple of docker container and a cisco router, hope this
helps
  


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GNS3 installation docs for CentOS 8

2020-04-29 Thread Earl Ramirez

> Does anyone have GNS3 installation guide for CentOS 8?
I have some notes for the installation that I use for Fedora, I can
test for CentOS 8 and share it with you or stick it on the Wiki.


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] qemu-kvm

2019-11-20 Thread Earl Ramirez
> 
> how do I get the qemu-kvm to pop up a console window
You will have to use virt-viewer for this.


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 8 Mate?

2019-09-25 Thread Earl Ramirez
> 
> If you want it ... package and build it when building on 8 becomes
> available via CBS to SIGs.  Should be early next week.
With the new initiative CentOS and Fedora Stream, wouldn't it be easier
collaborate with Fedora SIGs to bring an updated version of Mate to
CentOS

> and build whatever you want to build.  The question is ,, is someone
> going to do it.

I am not an expert here, I am very happy with GNOME but if there is
anyone that will like to kick off the alternate desktop count me in. 


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gedit font size

2019-07-07 Thread Earl Ramirez


On Mon, 2019-07-08 at 01:44 +, Chris Olson wrote:
>  Earl,
> 
> Thanks for your very informative reply.  We tried changing
> the font size from the application and it worked perfectly.

Glad that it worked for you
> 
> Now if we could figure out how to launch mplayer with a
> double click of .mp4 icons in the file manager, we would
> have most of our CentOS 7 issues resolved.
> 
I don't have mplayer installed but you should be able to change the default
player to mplayer from Settings ==> Details ==> Default Applications


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gedit font size

2019-07-07 Thread Earl Ramirez

> Is there a standard method to make the gedit font size larger?
> 
> 
You can change the font size from the application itself, Text Editor ==>
Preferences ==> Font and color and adjust the size and font as desired. Or you
can use gsettings.

#Get the font and size
gsettings get org.gnome.desktop.interface monospace-font-name

#Set the font and size
gsettings set org.gnome.desktop.interface monospace-font-name 'monospace 15' 

Let me know if this helps.


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Alternitives to Firefox...

2019-06-26 Thread Earl Ramirez


On Wed, 2019-06-26 at 15:58 -0400, Robert Heller wrote:
> OK, I recently ugraded to the current ESR release of Firefox for CentOS 6.  
> And I am having problems with the user interface (basically it has become
> hard 
> [for me] to use).
> 
> What alternitives are there?  (Chrome and Chromium are not possible with 
> CentOS, and Chrome and Chromium are actually worse).
> 
> 

Pale moon is also one that I have used on CentOS


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Alternitives to Firefox...

2019-06-26 Thread Earl Ramirez


On Wed, 2019-06-26 at 15:58 -0400, Robert Heller wrote:
> OK, I recently ugraded to the current ESR release of Firefox for CentOS 6.  
> And I am having problems with the user interface (basically it has become
> hard 
> [for me] to use).
> 
> What alternitives are there?  (Chrome and Chromium are not possible with 
> CentOS, and Chrome and Chromium are actually worse).
> 
> 
You can give Midori a try


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ansible tutorials for beginners?

2019-06-17 Thread Earl Ramirez


On Mon, 2019-06-17 at 05:53 +0200, Ralf Prengel wrote:
> Hallo,
> has anyone here good links abut ansible tutorials for beginners?
> 
> Thanks
> Ralf
> 

You can check out these webinars

https://www.ansible.com/resources/webinars-training/introduction-to-ansible


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Custom ISO With Post Installation Scripts

2018-06-09 Thread Earl Ramirez
On Sat, 2018-06-09 at 15:10 +0200, Ulf Volmer wrote:
> On 09.06.2018 14:48, Earl Ramirez wrote:
> 
> > # copy scripts to the destintion of the server
> > cp -v $SRCDIR/postinstall/script1.sh >
> > $DSTDIR/etc/rc.d/rc.local/script1.sh
> 
> are you sure about this line? rc.local must be a file, not a
> directory.
> 
> best regards
> Ulf

Thanks Ulf

That was a typo on the email

cp -v $SRCDIR/postinstall/snipeit.sh $DSTDIR/etc/rc.d/rc.local

# Make scripts executable
chmod +x $DSTDIR/etc/rc.d/rc.local


-- 
Earl Ramirez 

signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Custom ISO With Post Installation Scripts

2018-06-09 Thread Earl Ramirez
Dear All

I have been working on a custom ISO with kickstart and a couple of post
installation scripts and would like to have the script run before the
login prompt.

The custom ISO works; however, the scripts fails because some of the
services, e.g. mariadb does not start before the server installation
has been completed and rebooted; therefore, I have been putting the
scripts in /etc/profile.d/ and after logging in the scripts will
execute and upon completion of the script will be deleted from
/etc/profile.d/.

DuckDuckGo suggested that I copy the script to /etc/rc.d/rc.local and
make it executable; however, I have tried that a few times and the
script simply does not execute.

Below is an excerpt from the ks.cfg.


export SRCDIR="/run/install/repo"
export DSTDIR="/mnt/sysimage"

# copy scripts to the destintion of the server
cp -v $SRCDIR/postinstall/script1.sh
$DSTDIR/etc/rc.d/rc.local/script1.sh

# Make scripts executable
chmod +x $DSTDIR/etc/rc.d/rc.local.sh

Since this is a ISO for a community project, don't think that tools
such as Ansible, Chef, Puppet, etc. will work here. 

Also, it is a one time execution; therefore, I did not consider using
systemd because the goal would be to have visibility while the script
is running just as I see after I login; however, just need the script
to be executed after the OS was installed and restarted and before the
login prompt.

All suggestions are welcome.

Thanks in advance.
-- 
Earl Ramirez 

signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread Earl Ramirez
On Mon, 2018-02-12 at 20:13 -0500, H wrote:
> On 02/12/2018 07:24 PM, Liam O'Toole wrote:
> > On 2018-02-12, H <age...@meddatainc.com> wrote:
> > > Running CentOS 7 on workstation and having a problem with ssh
> > > disconnects. My ssh_config contains:
> > > 
> > > Host *
> > > TCPKeepAlive yes
> > > ServerAliveInterval 30
> > > ServerAliveCountMax 300
> > > 
> > > and sshd_config on the server contains:
> > > 
> > > TCPKeepAlive yes
> > > ClientAliveInterval 60
> > > ClientAliveCountMax 300
> > > 
> > > Have I missed any setting needed to prevent these random
> > > disconnects?
> > > I don't think there is anything wrong with the network card, the
> > > driver, or the cable, since if I am on a VPN connection via
> > > another
> > > server, the VPN and any ssh connection stay up indefinitely.
> > > 
> > > Thanks.
> > 
> > Another poster has provided some possible reasons for the
> > disconnections. Whatever the cause, autossh (from the epel repo) is
> > a
> > good workaround.
> > 
> 
> Not that this happens while I do large scp file transfers that may
> take more than half an hour, simply restarting an ssh session is not
> going to help since I will lose the file transfer.
> 

I don't know if this would help but I had a similar issue and it turned
out that there was a custom script in /etc/profile.d/ that contain
TMOUT 900.

You can also check in /etc/profile, usually, the security logs has
something about the disconnects, of you can use wireshark or a similar
tool to capture and analyse the packets.

-- 
Earl Ramirez <earlarami...@gmail.com>

signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS6 - Stop NUX Skype auto-start with gnome desktop

2016-07-20 Thread Earl Ramirez
On Wed, 2016-07-20 at 08:33 -0400, James B. Byrne wrote:
> How does one configure Skype/Gnome such that one can have Skype
> installed but not auto-start when the Gnome desktop opens?
> 
> I have looked in the 'System/Preferences/Startup Applications' menu
> but Skype is not listed there.  There are no options in the
> Application itself that allow this setting either.
> 
> If there no other way then I will remove the application package and
> re-install when I need it.  But surely there is a way to control this
> behaviour and the problem is that I simply cannot find it.
> 
> Thanks.
> 
Do you see .desktop in /etc/xdg/autostart/? I usually disable some
application, E.g. tracker* from here.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 7 Yum conflict libicalss

2015-12-05 Thread Earl Ramirez
On Sat, 2015-12-05 at 17:39 -0800, david wrote:
> Folks
> 
> My Centos 7 systems are all failing to update because of
> 
> Error: Package: orage-4.10.0-4.el7.x86_64 (@epel)
> Requires: libicalss.so.0()(64bit)
> Removing: libical-0.48-6.el7.x86_64 (@base)
> libicalss.so.0()(64bit)
> Updated By: libical-1.0.1-1.el7.x86_64 (cr)
>~libicalss.so.1()(64bit)
> Error: Package: orage-4.10.0-4.el7.x86_64 (@epel)
> Requires: libicalvcal.so.0()(64bit)
> Removing: libical-0.48-6.el7.x86_64 (@base)
> libicalvcal.so.0()(64bit)
> Updated By: libical-1.0.1-1.el7.x86_64 (cr)
>~libicalvcal.so.1()(64bit)
> Error: Package: orage-4.10.0-4.el7.x86_64 (@epel)
> Requires: libical.so.0()(64bit)
> Removing: libical-0.48-6.el7.x86_64 (@base)
> libical.so.0()(64bit)
> Updated By: libical-1.0.1-1.el7.x86_64 (cr)
>~libical.so.1()(64bit)
>   You could try using --skip-broken to work around the problem
>   You could try running: rpm -Va --nofiles --nodigest
> 
> 
> Is there something I should (not) be doing?
> The command was:
>yum update
> 
> 
> 
> David
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos

Hello David, 

The conflict is caused by 'orage' from epel, I am not to familiar with
that package, you can try and uninstall it and run 'yum clean all' and
try to update your box again. Or you can exclude it from epel repo. 


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


Re: [CentOS] CentOS 7.2 - no GUI login after upgrade

2015-12-04 Thread Earl Ramirez
On Fri, 2015-12-04 at 09:41 +, John Hodrien wrote:
> On Fri, 4 Dec 2015, Leon Fauster wrote:
> 
> >> Any pointers on how to get the login screen?
> >
> > What about the gstreamer1 stuff, are all necessary
> > libraries (linkage) in place? Especially for the EPEL
> > stuff.
> 
> You *need* to upgrade the gstreamer libraries or you break gnome (which breaks
> gdm).  Uninstall whatever is clashing from epel, upgrade gstreamer, all will
> be well.
> 
> There's a missing dependency there in the RPMs, but to be honest that's not at
> all uncommon.  I'd never recommend a partial update over a point release.
> 
> jh
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos

Thank Leon and John,

Removed the gstreamer that was installed from epel repo and I used the
packages that are from base and I am now able to login to the laptop.

Thanks again guys.

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


Re: [CentOS] CentOS 7 - Firewall always allows outgoing packets?

2014-08-08 Thread Earl Ramirez

On Fri, 2014-08-08 at 16:55 -0500, Neil Aggarwal wrote:
 Hello all:
 
 I am looking at the documentation of the new firewalld service in CentOS 7.
 It looks like no matter what I configure with it, outgoing connections are
 still going to be allowed.  That does not seem very secure.
 
 I always set my servers to default policy of DROP for everything incoming
 and outgoing and then add rules to allow very specific traffic through.
 
 Is this possible using the new firewalld service or should I disable it and
 go back to using iptables?
 
 Thanks,
   Neil
 
 --
 Neil Aggarwal, (972) 834-1565
 We lend money to investors to buy or refinance single family rent houses.
 No origination fees, quick approval, no credit check.
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Hello Neil,

You can check out the following document
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html

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


Re: [CentOS] Centos 7 - how to play mp3

2014-07-30 Thread Earl Ramirez
On Wed, 2014-07-30 at 09:41 +0200, ambrogio cirillo wrote:
 Dear Sirs,
 no way to play mp3 on Centos 7.
 I tried all suggestions w/o success!
 Could you please tell me how to?
 Thank you in advance.
 Best regards,
 Ambrus
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Hello Ambrus,

You will need to install nux repo[0] and epel repo[1], when both of
these repos are installed you can install the following packages:

$ sudo yum -y install gstreamer1-libav
gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld
gstreamer1-plugins-base-tools updates gstreamer1-plugins-good-extras
gstreamer1-plugins-ugly gstreamer1-plugins-bad-free
gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1

OR you can install vlc
$ sudo yum install vlc

[0] http://li.nux.ro/repos.html 
[1]
http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ (use 
the option for CentOS 7)

Hope this helps

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


Re: [CentOS] iptables question

2014-06-16 Thread Earl Ramirez
On Mon, 2014-06-16 at 21:42 -0500, Chuck Campbell wrote:
 All of the suggestions are graciously accepted, however, I was actually 
 asking 
 what I was doing wrong with iptables, and why, with the rules I put in place, 
 someone was still able to connect to my machine.
 
 I understand there might be better ways, but if I don't understand what I did 
 wrong last time, how am I going to figure out how to deny all, then allow 
 selected, ehrn I can't seem to allow all and deny selected.
 
 There must be a misunderstanding on my part about how iptables are supposed 
 to work.
 
 -chuck
 
 

As John R Pierce mentioned one of your first rule in the chain is 
RH-Firewall-1-INPUT  all  --  anywhere anywhere, this
simply mean everything with DROP after it will be ignored. iptables
will work its way down the chain, therefore you have to options
1. remove that line or 
2. move it at the bottom of the chain.


-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] possible kernel bug?

2014-04-02 Thread Earl Ramirez
On Wed, 2014-04-02 at 13:52 +0200, Fabian Zimmermann wrote:
 Hello,
 
 i'm using centos 6.5. It was running fine for months. 2-3 days ago I
 updated the system incl. kernel, but now the system is restarting once a
 day caused by a panic.
 
 --
 1BUG: unable to handle kernel paging request at 4d01
 1IP: [810657f3] load_balance_fair+0x2a3/0x300
 4PGD 0
 4Oops:  [#1] SMP
 4last sysfs file: /sys/kernel/mm/ksm/run
 4CPU 0
 4Modules linked in: ebtable_nat ebtables ipt_MASQUERADE iptable_nat
 nf_nat xt_CHECKSUM iptable_mangle autofs4 cpufreq_ondemand acpi_cpufreq
 freq_table mperf bridge stp llc ipt_REJECT nf_conntrack_ipv4 nf_defrag_ipv4
 iptable_filter ip_tables ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6
 xt_state nf_conntrack ip6table_filter ip6_tables ipv6 ext3 jbd vhost_net
 macvtap macvlan tun kvm_intel kvm ppdev parport_pc parport iTCO_wdt
 iTCO_vendor_support microcode r8169 mii i2c_i801 sg lpc_ich mfd_core shpchp
 ext4 jbd2 mbcache raid1 sd_mod crc_t10dif ahci xhci_hcd wmi i915
 drm_kms_helper drm i2c_algo_bit i2c_core video output dm_mirror
 dm_region_hash dm_log dm_mod [last unloaded: scsi_wait_scan]
 4
 4Pid: 23490, comm: qemu-kvm Not tainted 2.6.32-431.11.2.el6.x86_64 #1 MSI
 MS-7816/H87-G43 (MS-7816)
 4RIP: 0010:[810657f3]  [810657f3]
 load_balance_fair+0x2a3/0x300
 4RSP: 0018:8806c0045a98  EFLAGS: 00010046
 4RAX:  RBX: 0001 RCX: 0002
 4RDX: 8806c004d440 RSI: 88040e872200 RDI: 8806c004d400
 4RBP: 8806c0045b58 R08:  R09: 0001
 4R10:  R11:  R12: 0002
 4R13:  R14: 0002 R15: 8806c004d400
 4FS:  7f6215948700() GS:88002820()
 knlGS:
 4CS:  0010 DS: 002b ES: 002b CR0: 8005003b
 4CR2: 4d01 CR3: 0003ee2dd000 CR4: 001427e0
 4DR0:  DR1:  DR2: 
 4DR3:  DR6: fffe0ff0 DR7: 0400
 4Process qemu-kvm (pid: 23490, threadinfo 8806c0044000, task
 8803ee039540)
 4Stack:
 4 0402 01fc 88038d4ca000 01fc
 4d 880028216840 01fc 0001 002a
 4d 0002 880028316840  88002820fbe0
 4Call Trace:
 4 [81528350] thread_return+0x46e/0x76e
 4 [a0292db5] kvm_vcpu_block+0x75/0xc0 [kvm]
 4 [8109b290] ? autoremove_wake_function+0x0/0x40
 4 [a02a73d7] kvm_arch_vcpu_ioctl_run+0x627/0x10b0 [kvm]
 4 [a028eb04] kvm_vcpu_ioctl+0x434/0x580 [kvm]
 4 [81060b13] ? perf_event_task_sched_out+0x33/0x70
 4 [8100bb8e] ? apic_timer_interrupt+0xe/0x20
 4 [8119dc12] vfs_ioctl+0x22/0xa0
 4 [8119e0da] do_vfs_ioctl+0x3aa/0x580
 4 [8100bb8e] ? apic_timer_interrupt+0xe/0x20
 4 [a029b6ab] ? kvm_on_user_return+0x7b/0x90 [kvm]
 4 [8119e331] sys_ioctl+0x81/0xa0
 4 [8100b072] system_call_fastpath+0x16/0x1b
 4Code: 8b 55 18 41 8b 45 20 3b 02 7d 02 89 02 4c 89 ff 4d 89 f4 e8 60 ee
 ff ff 49 89 c5 4d 85 ed 0f 85 78 ff ff ff 0f 1f 40 00 4c 89 e1 4c 8b b4
 58 ff ff ff 4c 8b a5 50 ff ff ff 4c 8b bd 48 ff ff ff
 1RIP  [810657f3] load_balance_fair+0x2a3/0x300
 4 RSP 8806c0045a98
 4CR2: 4d01
 --
 
 Any hints/tipps how to pin down the problem?
 
 Thanks a lot,
 
 Fabian
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Do you experience the same behaviour when you boot into the previous
kernel, prior to the update?

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC

2013-10-26 Thread Earl Ramirez
On Sat, 2013-10-26 at 11:26 -0600, Larry Martell wrote:
 On Fri, Oct 25, 2013 at 10:25 PM, Earl Ramirez earlarami...@gmail.comwrote:
 
  On Sun, 2013-10-20 at 07:44 -0600, Larry Martell wrote:
   On Sat, Oct 19, 2013 at 11:15 PM, Earl A Ramirez earlarami...@gmail.com
  wrote:
  
Sorry for top posting, this is the only option that the phone allow.
   
If the host is running a X server you can use -X option with ssh.
   
$ ssh -X user@host
And start virt-manager to manage the VMs.
   
  
  
   I am running putty from Windows. I do have X11 forwarding enabled. But I
   still get  'could not open display' I though perhaps I needed to install
   Xming, but I don't have admin rights on the Windows box, so I couldn't do
   that.
  
 
  Hello Larry,
 
  Were you able to connect to the VM using VNC?
 
 
 No, no one there could make it work on a VM. I switched to using a physical
 host.
I will be able to replicate your environment within a few days are you
willing to give it another shot? SilverTip257 had an interesting
question with regards to how the network is setup.

I'm assuming that the host has a bridge nic compared to the bridge that
is created by libvirtd virbr0, which has the default network of
192.168.122.0/24.

Can you confirm my assumption and let me know if you are willing to
continue to work on a resolution.

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

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC

2013-10-25 Thread Earl Ramirez
On Sun, 2013-10-20 at 07:44 -0600, Larry Martell wrote:
 On Sat, Oct 19, 2013 at 11:15 PM, Earl A Ramirez 
 earlarami...@gmail.comwrote:
 
  Sorry for top posting, this is the only option that the phone allow.
 
  If the host is running a X server you can use -X option with ssh.
 
  $ ssh -X user@host
  And start virt-manager to manage the VMs.
 
 
 
 I am running putty from Windows. I do have X11 forwarding enabled. But I
 still get  'could not open display' I though perhaps I needed to install
 Xming, but I don't have admin rights on the Windows box, so I couldn't do
 that.
 

Hello Larry,

Were you able to connect to the VM using VNC?

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] which kernel do people use?

2013-10-24 Thread Earl Ramirez
On Tue, 2013-10-22 at 19:44 -0700, Keith Keller wrote:
 Hi all,
 
 I'm doing a very informal and unscientific poll: which kernel do you use
 on your CentOS machines?  Not which version of the CentOS kernel, but
 which repository.  Here are some examples I can think of off the top of
 my head:
 
 ==CentOS stock
 ==build own from CentOS SRPMs
 ==kernel-ml (from ELRepo)
 ==kernel-lt (from ELRepo)
 ==OpenVZ kernel
 ==build own from kernel.org
 ==other?
 
 One reason I'm curious is that on occasion there are features that I
 would like to have from a newer kernel (e.g., --want-replacement from
 md) that (AFAICT) are not in the stock CentOS kernel.  I've been using
 kernel-ml for these but am curious what other folks do in these
 situations, or whether people default to a different kernel for whatever
 reason.
 
 (And as an aside, who remembers when moving even from, say, a 1.2 to a
 1.4 kernel, was an enormous amount of effort?  I'm so old.  Now anybody
 can go from a 2.6 to a 3.11 kernel in less than ten minutes!)
 
 --keith
 

I use ELRepo's Kernel-ml for an ASUS laptop and all servers and HP
laptops use the stock kernel.

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OFF TOPIC - Android Phones Keyboard

2013-10-20 Thread Earl Ramirez
On Sat, 2013-10-19 at 23:19 -0600, Frank Cox wrote:
 On Sun, 20 Oct 2013 13:15:55 +0800
 Earl A Ramirez wrote:
 
  Sorry for top posting, this is the only option that the phone allow.
 
 Are you using an Android phone?  If so, install the Hackers Keyboard from the
 google play store and get a keyboard with all of the keys on it.
 

Thanks Frank, it worked like a charm.
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC

2013-10-19 Thread Earl Ramirez
On Sat, 2013-10-19 at 17:23 -0600, Larry Martell wrote:
 On Sat, Oct 19, 2013 at 4:56 PM, Larry Martell larry.mart...@gmail.comwrote:
 
  I had posted last week about trying to get VNC working. I was never
  successful nor were multiple admins. But we realized that all the hosts we
  tried on were VMs. We followed the same procedure (
  http://wiki.centos.org/HowTos/VNC-Server) on a machine with physical HW
  and it worked with no problem. But on the VM I can connect, but I don't get
  any window displayed. Here is what is in the log:
 
  Sat Oct 19 18:39:55 2013
   vncext:  VNC extension running!
   vncext:  Listening for VNC connections on all interface(s), port 5902
   vncext:  created VNC server for screen 0
  GNOME_KEYRING_SOCKET=/tmp/keyring-Y6Tg3c/socket
  SSH_AUTH_SOCK=/tmp/keyring-Y6Tg3c/socket.ssh
  GNOME_KEYRING_PID=19728
  Failed to play sound: File or data not found
 
  ** (nm-applet:19775): WARNING **: WARN  request_name(): Could not
  acquire the NetworkManagerUserSettings service.
Error: (9) Connection :1.552 is not allowed to own the service
  org.freedesktop.NetworkManagerUserSettings due to security policies in
  the configuration file
 
 
 Googling that error I found this:
 https://bbs.archlinux.org/viewtopic.php?id=63576 and I followed the advice
 there. Now I don't get that error, but I still get no display. Now all I
 get in the log is this:
 
 
 19/10/2013 07:14:27 PM [IPv6] Got connection from client
 :::10.250.151.75
 19/10/2013 07:14:27 PM   other clients:
 19/10/2013 07:14:27 PM Client Protocol Version 3.7
 19/10/2013 07:14:27 PM Advertising security type 2
 19/10/2013 07:14:28 PM Client returned security type 2
 
 My xstartup file is identical on the VM and the physical host.
 
 Does anyone out there have VNC working on a VM?
 
 
  19/10/2013 06:39:59 PM Autoprobing TCP port in (all) network interface
  19/10/2013 06:39:59 PM Listening IPv{4,6}://*:5900
  19/10/2013 06:39:59 PM Autoprobing selected port 5900
  19/10/2013 06:39:59 PM Advertising authentication type: 'VNC
  Authentication' (2)
  19/10/2013 06:39:59 PM Advertising security type: 'VNC Authentication' (2)
 
  (polkit-gnome-authentication-agent-1:19796): GLib-GObject-WARNING **:
  cannot regster existing type `_PolkitError'
 
  (polkit-gnome-authentication-agent-1:19796): GLib-CRITICAL **:
  g_once_init_leave: assertion `initialization_value != 0' failed
  Initializing nautilus-gdu extension
  Initializing nautilus-open-terminal extension
 
  ** (gnome-panel:19761): CRITICAL **: panel_applet_frame_change_background:
  assertion `PANEL_IS_WIDGET (GTK_WIDGET (frame)-parent)' failed
 
  (polkit-gnome-authentication-agent-1:19796): polkit-gnome-1-WARNING **: No
  icon for themed icon with name 'preferences-system-network-proxy'
  Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message
  with a timestamp of 0 for 0x2c3 (Authentica)
  Window manager warning: meta_window_activate called by a pager with a 0
  timestamp; the pager needs to be fixed.
  Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message
  with a timestamp of 0 for 0x2c3 (Authentica)
  Window manager warning: meta_window_activate called by a pager with a 0
  timestamp; the pager needs to be fixed.
  19/10/2013 06:40:48 PM [IPv6] Got connection from client
  :::10.250.151.75
  19/10/2013 06:40:48 PM   other clients:
  19/10/2013 06:40:49 PM Client Protocol Version 3.7
  19/10/2013 06:40:49 PM Advertising security type 2
  19/10/2013 06:40:49 PM Client returned security type 2
 
 
  Anyone have any clues as to what could be wrong and why it works on a
  physical host and not on a VM?
 

I believe that I just find the answer for this question. I have been
beating up myself for the last few hours and I was getting the same
error that you posted. 

Test Environment**
2 Laptops
1 of the two laptop has several linux KVMs

**

The reason why you are not able to connect with the KVM Guest is because
by default KVM Guest uses VNC, which will conflict with tiger-vncserver.

What is your current VM environment, to resolved the issue I switch from
VNC to spice for the choice of display for the KVM Guest and I was
finally able to establish communication with the KVM guest.

Let me know if this works for you.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC

2013-10-19 Thread Earl Ramirez
On Sat, 2013-10-19 at 21:18 -0600, Larry Martell wrote:
 On Saturday, October 19, 2013, Earl Ramirez wrote:
 
  On Sat, 2013-10-19 at 17:23 -0600, Larry Martell wrote:
   On Sat, Oct 19, 2013 at 4:56 PM, Larry Martell larry.mart...@gmail.com
  wrote:
  
I had posted last week about trying to get VNC working. I was never
successful nor were multiple admins. But we realized that all the
  hosts we
tried on were VMs. We followed the same procedure (
http://wiki.centos.org/HowTos/VNC-Server) on a machine with physical
  HW
and it worked with no problem. But on the VM I can connect, but I
  don't get
any window displayed. Here is what is in the log:
   
Sat Oct 19 18:39:55 2013
 vncext:  VNC extension running!
 vncext:  Listening for VNC connections on all interface(s), port
  5902
 vncext:  created VNC server for screen 0
GNOME_KEYRING_SOCKET=/tmp/keyring-Y6Tg3c/socket
SSH_AUTH_SOCK=/tmp/keyring-Y6Tg3c/socket.ssh
GNOME_KEYRING_PID=19728
Failed to play sound: File or data not found
   
** (nm-applet:19775): WARNING **: WARN  request_name(): Could not
acquire the NetworkManagerUserSettings service.
  Error: (9) Connection :1.552 is not allowed to own the service
org.freedesktop.NetworkManagerUserSettings due to security policies
  in
the configuration file
   
  
   Googling that error I found this:
   https://bbs.archlinux.org/viewtopic.php?id=63576 and I followed the
  advice
   there. Now I don't get that error, but I still get no display. Now all I
   get in the log is this:
  
  
   19/10/2013 07:14:27 PM [IPv6] Got connection from client
   :::10.250.151.75
   19/10/2013 07:14:27 PM   other clients:
   19/10/2013 07:14:27 PM Client Protocol Version 3.7
   19/10/2013 07:14:27 PM Advertising security type 2
   19/10/2013 07:14:28 PM Client returned security type 2
  
   My xstartup file is identical on the VM and the physical host.
  
   Does anyone out there have VNC working on a VM?
  
  
19/10/2013 06:39:59 PM Autoprobing TCP port in (all) network interface
19/10/2013 06:39:59 PM Listening IPv{4,6}://*:5900
19/10/2013 06:39:59 PM Autoprobing selected port 5900
19/10/2013 06:39:59 PM Advertising authentication type: 'VNC
Authentication' (2)
19/10/2013 06:39:59 PM Advertising security type: 'VNC Authentication'
  (2)
   
(polkit-gnome-authentication-agent-1:19796): GLib-GObject-WARNING **:
cannot regster existing type `_PolkitError'
   
(polkit-gnome-authentication-agent-1:19796): GLib-CRITICAL **:
g_once_init_leave: assertion `initialization_value != 0' failed
Initializing nautilus-gdu extension
Initializing nautilus-open-terminal extension
   
** (gnome-panel:19761): CRITICAL **:
  panel_applet_frame_change_background:
assertion `PANEL_IS_WIDGET (GTK_WIDGET (frame)-parent)' failed
   
(polkit-gnome-authentication-agent-1:19796): polkit-gnome-1-WARNING
  **: No
icon for themed icon with name 'preferences-system-network-proxy'
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message
with a timestamp of 0 for 0x2c3 (Authentica)
Window manager warning: meta_window_activate called by a pager with a 0
timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message
with a timestamp of 0 for 0x2c3 (Authentica)
Window manager warning: meta_window_activate called by a pager with a 0
timestamp; the pager needs to be fixed.
19/10/2013 06:40:48 PM [IPv6] Got connection from client
:::10.250.151.75
19/10/2013 06:40:48 PM   other clients:
19/10/2013 06:40:49 PM Client Protocol Version 3.7
19/10/2013 06:40:49 PM Advertising security type 2
19/10/2013 06:40:49 PM Client returned security type 2
   
   
Anyone have any clues as to what could be wrong and why it works on a
physical host and not onI believe that I just find the answer for this
  question. I have been
  beating up myself for the last few hours and I was getting the same
  error that you posted.
 
  Test Environment**
  2 Laptops
  1 of the two laptop has several linux KVMs
 
  **
 
  The reason why you are not able to connect with the KVM Guest is because
  by default KVM Guest uses VNC, which will conflict with tiger-vncserver.
 
  What is your current VM environment, to resolved the issue I switch from
  VNC to spice for the choice of display for the KVM Guest and I was
  finally able to establish communication with the KVM guest.
 
 
 What exactly did you do to effect this change?

From the KVM Guest, under Show Virtual Hardware Detail, I change the
type from VNC to Spice from the Display option, which was Display VNC
prior to the change.

You don't have to make the change if you don't want to as I was able to
connect to the KVM Guest after it was started with the following command
and the Display

Re: [CentOS] VNC

2013-10-11 Thread Earl Ramirez

On Fri, 2013-10-11 at 15:18 -0600, Larry Martell wrote:
 I'm trying to set up a VNC server using the instructions at
 http://www.techrepublic.com/blog/linux-and-open-source/linux-101-easy-vnc-server-setup/
 .
 
 I am up to step 6:
 
 Step 6: Edit iptables
 
 In order for the VNC connections to get through, you must allow them with
 iptables. To do this, open up the file /etc/sysconfig/iptables and add the
 line:
 
 -A INPUT -m state --state NEW -m tcp -p tcp -m multiport --dports
 5901:5903,6001:6003 -j ACCEPT
 
 Save the file and restart iptables with the command:
 
 service iptables restart
 
 When I issue the restart command I get:
 
 iptables: Applying firewall rules: iptables-restore: line 1 failed
[FAILED]
 
 Note that I did not have an iptables file before but there is
 an iptables-config file.
 
 Can someone help me complete this configuration.
 
 Thanks!
 -larry
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Can you post the content of the file, I just edit the config file and I
didn't get any errors when I issue the command 

$ sudo /sbin/service iptables restart

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wireless connection issue - athero 9300 pci wireless card

2013-10-10 Thread Earl Ramirez
Hello Xianyi,

Can you post the output of 

$ lspci -nn | grep Atheros

$ lspci -nn | grep Atheros
03:00.0 Network controller [0280]: Atheros Communications Inc. AR9285
Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)

My bad, the card that I'm using is AR9285, I will file a bug report at
ELRepo to see if they can create the package that is required for the
drivers.

Another option you can try is to install Kernel-ml [0] or kernel-lt [1]
as the driver is supported in either of these kernel.

[0] http://elrepo.org/tiki/kernel-ml
[1] http://elrepo.org/tiki/kernel-lt

I forgot to ask, did you try sudo modprobe ath9k?



On Wed, 2013-10-09 at 17:03 -0500, Xianyi wrote:
 On 10/09/2013 01:39 PM, Earl Ramirez wrote:
  On Wed, 2013-10-09 at 12:40 -0500, Xianyi wrote:
  Hi all,
 
  I am new to CentOS. I built myself a desktop with an additional PCI
  wireless card 'TP-LInk WPN3800', which I have checked needs an ath9k 
  driver.
  *
  **04:00.0 Network controller: Atheros Communications Inc. AR9300
  Wireless LAN adaptor*
 
  Following the wireless connection tutorial on CentOS wiki, I have both
  kernel-devel 2.6.6 and ath9k installed. Then I tried
  *
  $ modprobe ath9k
 
  *but nothing happened.
 
  Then I input
 
  *$ service NetworkManager start
  $ chkconfig NetworkManager on
 
  *to access the Network Manager and no wireless connection options appear.
 
  I do not think it is a big problem for you guys, but I am really a
  beginner. Please share me some solutions for that.
 
  Thank you!
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
  You can try the drivers from ELRepo [0], did you install CentOS 6.4? The
  latest kernel is 2.6.32.
 
  I'm using the same drivers on my laptop and the package that I installed
  was kmod-atl1e-1.0.1.14-1.el6.elrepo.x86_64
 
  [0] http://elrepo.org/tiki/tiki-index.php
 
 
 
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 Thank you Earl.
 
 It is CentOS 6.4 I have installed. And my kernel is 2.6.32 now. However, 
 after finding some information about ath9k driver, it seems like elrepo 
 currently does not support ath9k in CentOS 6.4.
 
 Can you tell me how did you fix that?
 
 Thank you any way.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] - problem gcc with yum

2013-10-10 Thread Earl Ramirez
On Thu, 2013-10-10 at 13:23 +0200, Paolo De Michele wrote:
 hi all,
 
 today, I have this problem:
 
 
 # yum install gcc
 Loaded plugins: fastestmirror, security
 Loading mirror speeds from cached hostfile
  * base: ftp.hosteurope.de
  * epel: mirror.de.leaseweb.net
  * extras: ftp.hosteurope.de
  * updates: ftp.hosteurope.de
 Setting up Install Process
 Resolving Dependencies
 -- Running transaction check
 --- Package gcc.x86_64 0:4.4.7-3.el6 will be installed
 -- Processing Dependency: libgomp = 4.4.7-3.el6 for package:
 gcc-4.4.7-3.el6.x86_64
 -- Processing Dependency: cpp = 4.4.7-3.el6 for package:
 gcc-4.4.7-3.el6.x86_64
 -- Processing Dependency: glibc-devel = 2.2.90-12 for package:
 gcc-4.4.7-3.el6.x86_64
 -- Processing Dependency: cloog-ppl = 0.15 for package:
 gcc-4.4.7-3.el6.x86_64
 -- Processing Dependency: libgomp.so.1()(64bit) for package:
 gcc-4.4.7-3.el6.x86_64
 -- Running transaction check
 --- Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
 -- Processing Dependency: libppl_c.so.2()(64bit) for package:
 cloog-ppl-0.15.7-1.2.el6.x86_64
 -- Processing Dependency: libppl.so.7()(64bit) for package:
 cloog-ppl-0.15.7-1.2.el6.x86_64
 --- Package cpp.x86_64 0:4.4.7-3.el6 will be installed
 -- Processing Dependency: libmpfr.so.1()(64bit) for package:
 cpp-4.4.7-3.el6.x86_64
 --- Package glibc-devel.x86_64 0:2.12-1.107.el6_4.4 will be installed
 -- Processing Dependency: glibc-headers = 2.12-1.107.el6_4.4 for package:
 glibc-devel-2.12-1.107.el6_4.4.x86_64
 -- Processing Dependency: glibc-headers for package:
 glibc-devel-2.12-1.107.el6_4.4.x86_64
 --- Package libgomp.x86_64 0:4.4.7-3.el6 will be installed
 -- Running transaction check
 --- Package glibc-headers.x86_64 0:2.12-1.107.el6_4.4 will be installed
 -- Processing Dependency: kernel-headers = 2.2.1 for package:
 glibc-headers-2.12-1.107.el6_4.4.x86_64
 -- Processing Dependency: kernel-headers for package:
 glibc-headers-2.12-1.107.el6_4.4.x86_64
 --- Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
 --- Package ppl.x86_64 0:0.10.2-11.el6 will be installed
 -- Finished Dependency Resolution
 Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates)
Requires: kernel-headers = 2.2.1
 Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates)
Requires: kernel-headers
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
 
 
Do you have the kernel-headers install? If not 
yum install kernel-headers 

This should resolve the issue because it's required but missing.

 
 how can I fix?
 thanks in advance
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wireless connection issue - athero 9300 pci wireless card

2013-10-09 Thread Earl Ramirez
On Wed, 2013-10-09 at 12:40 -0500, Xianyi wrote:
 Hi all,
 
 I am new to CentOS. I built myself a desktop with an additional PCI 
 wireless card 'TP-LInk WPN3800', which I have checked needs an ath9k driver.
 *
 **04:00.0 Network controller: Atheros Communications Inc. AR9300 
 Wireless LAN adaptor*
 
 Following the wireless connection tutorial on CentOS wiki, I have both 
 kernel-devel 2.6.6 and ath9k installed. Then I tried
 *
 $ modprobe ath9k
 
 *but nothing happened.
 
 Then I input
 
 *$ service NetworkManager start
 $ chkconfig NetworkManager on
 
 *to access the Network Manager and no wireless connection options appear.
 
 I do not think it is a big problem for you guys, but I am really a 
 beginner. Please share me some solutions for that.
 
 Thank you!
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

You can try the drivers from ELRepo [0], did you install CentOS 6.4? The
latest kernel is 2.6.32.

I'm using the same drivers on my laptop and the package that I installed
was kmod-atl1e-1.0.1.14-1.el6.elrepo.x86_64

[0] http://elrepo.org/tiki/tiki-index.php


-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6: kickstart problems with additional repo

2013-10-08 Thread Earl Ramirez
On Tue, 2013-10-08 at 17:42 +0200, Rainer Traut wrote:
 Hi,
 
 I'm kickstarting a vm in ESXi 5.1.
 
 ks.cfg is on floppy, install media is ISO file.
 
 This works great as long as I don't add an additional repo, in our case 
 it is vmware tools on one of our webservers.
 
 If I add the repo line, anaconda asks then for the used network card and 
 indeed, switching to console the interfaces are still unconfigured.
 Chosing eth0 in gui continues the installation!
 
 This is the relevant part of ks.cfg
 
 install
 cdrom
 lang de_DE.UTF-8
 keyboard de-latin1
 skipx
 
 network --onboot yes --device eth0 --bootproto static 
 --ip=192.168.200.28 --netmask=255.255.255.0 --gateway=192.168.200.1 
 --nameserver=192.168.200.9
 --noipv6
 network --onboot no --device eth1 --bootproto static --noipv6
 network --onboot no --device eth2 --bootproto static --noipv6
 
 repo --name=vmware51 
 --baseurl=http://xxx/repo/vmware/5.1/rhel6Server-x86_64/
 

I think you need to add the --cost=100

--baseurl=http://xxx/repo/vmware/5.1/rhel6Server-x86_64/ --cost=100

 I'm beginning to think the problem is, my install media is ISO and I 
 have an additional http repo which is not available in this stage...
 
 Is there any workaround?
 
 Thx
 Rainer
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6: kickstart problems with additional repo

2013-10-08 Thread Earl Ramirez
On Tue, 2013-10-08 at 18:20 +0200, Rainer Traut wrote:
 Am 08.10.2013 18:08, schrieb Earl Ramirez:
 
  network --onboot yes --device eth0 --bootproto static
  --ip=192.168.200.28 --netmask=255.255.255.0 --gateway=192.168.200.1
  --nameserver=192.168.200.9
  --noipv6
  network --onboot no --device eth1 --bootproto static --noipv6
  network --onboot no --device eth2 --bootproto static --noipv6
 
  repo --name=vmware51
  --baseurl=http://xxx/repo/vmware/5.1/rhel6Server-x86_64/
 
 
  I think you need to add the --cost=100
 
  --baseurl=http://xxx/repo/vmware/5.1/rhel6Server-x86_64/ --cost=100
 
  I'm beginning to think the problem is, my install media is ISO and I
  have an additional http repo which is not available in this stage...
 
 No, does not help. GUI still says it needs an active network connection. :(
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Are you able to establish communication with the web server that is
hosting vmware tools

I do not have the same environment as you, therefore my ks.cfg,
installation media and the repo is on the same FTP server. 

I'm only being asked to configure the network, if I'm not able to
establish communication with the FTP server, verify that the appropriate
access is on file/s that the server need to connect to.
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
On Fri, 2013-10-04 at 14:11 -0500, Joseph Hesse wrote:
 Hello,
 
 I am trying to learn how to use Samba.  I first just want to get it to 
 work, then I'll make it better.
 I am not concerned about security since everything is on a private network.
 I am following the material in CentOS 6 Linux Server Cookbook by 
 Jonathan Hobson.
 I am using two virtual computers with Virtual Box running on Fedora 19.  
 Both virtual computers have bridged networking.
 One virtual computer is Win7, the other is CentOS 6.4.
 They are both up to date. There is only one user, admin, on the CentOS 
 virtual computer.
 
 The Win7 computer can successfully ping the CentOS computer.
 
 My Win7 computer can not see the share on the Samba server.
 
 The command # testparm shows no errors.
 
 The command below gives the following error:
 
 [admin@CentOS ~]$ smbclient //CentOS/admin
 Enter admin's password:
 Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.9-151.el6_4.1]
 tree connect failed: NT_STATUS_ACCESS_DENIED
 
 My smb.conf file, below, is taken from the book I am using.
 
 Any suggestions or help would be much appreciated.
 
 Thank you,
 Joe Hesse
 
 [global]
 unix charset = UTF-8
 dos charset = CP932
 workgroup = WORKGROUP
 server string = CentOS
 netbios name = CentOS
 dns proxy = no
 wins support = no
 interfaces = 127.0.0.0/8 192.168.0.0/24 eth0
 bind interfaces only = no
 log file = /var/log/samba/log.%m
 max log size = 1000
 syslog only = no
 syslog = 0
 panic action = /usr/share/samba/panic-action %d
 security = user
 encrypt passwords = true
 passdb backend = tdbsam
 obey pam restrictions = yes
 unix password sync = yes
 passwd program = /usr/bin/passwd %u
 passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\
 spassword:* %n\n *password\supdated\ssuccessfully* .
 pam password change = yes
 map to guest = bad user
 usershare allow guests = no
 domain master = no
 local master = no
 preferred master = no
 os level = 8
 [homes]
 comment = Home Directories
 browseable = yes
 writable = yes
 valid users = %S
 create mask =0755
 directory mask =0755
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Hello Joseph,

Is the samba service runing?

$ service smb start
$ service nmb start

You will also need to configure the firewall for the following ports,
137, 138, 139 and 445.



-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
On Fri, 2013-10-04 at 14:27 -0500, Joseph Hesse wrote:
 On 10/04/2013 02:15 PM, Earl Ramirez wrote:
  On Fri, 2013-10-04 at 14:11 -0500, Joseph Hesse wrote:
  Hello,
 
  I am trying to learn how to use Samba.  I first just want to get it to
  work, then I'll make it better.
  I am not concerned about security since everything is on a private network.
  I am following the material in CentOS 6 Linux Server Cookbook by
  Jonathan Hobson.
  I am using two virtual computers with Virtual Box running on Fedora 19.
  Both virtual computers have bridged networking.
  One virtual computer is Win7, the other is CentOS 6.4.
  They are both up to date. There is only one user, admin, on the CentOS
  virtual computer.
 
  The Win7 computer can successfully ping the CentOS computer.
 
  My Win7 computer can not see the share on the Samba server.
 
  The command # testparm shows no errors.
 
  The command below gives the following error:
 
  [admin@CentOS ~]$ smbclient //CentOS/admin
  Enter admin's password:
  Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.9-151.el6_4.1]
  tree connect failed: NT_STATUS_ACCESS_DENIED
 
  My smb.conf file, below, is taken from the book I am using.
 
  Any suggestions or help would be much appreciated.
 
  Thank you,
  Joe Hesse
 
  [global]
  unix charset = UTF-8
  dos charset = CP932
  workgroup = WORKGROUP
  server string = CentOS
  netbios name = CentOS
  dns proxy = no
  wins support = no
  interfaces = 127.0.0.0/8 192.168.0.0/24 eth0
  bind interfaces only = no
  log file = /var/log/samba/log.%m
  max log size = 1000
  syslog only = no
  syslog = 0
  panic action = /usr/share/samba/panic-action %d
  security = user
  encrypt passwords = true
  passdb backend = tdbsam
  obey pam restrictions = yes
  unix password sync = yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\
  spassword:* %n\n *password\supdated\ssuccessfully* .
  pam password change = yes
  map to guest = bad user
  usershare allow guests = no
  domain master = no
  local master = no
  preferred master = no
  os level = 8
  [homes]
  comment = Home Directories
  browseable = yes
  writable = yes
  valid users = %S
  create mask =0755
  directory mask =0755
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
  Hello Joseph,
 
  Is the samba service runing?
 
  $ service smb start
  $ service nmb start
 
  You will also need to configure the firewall for the following ports,
  137, 138, 139 and 445.
 
 
 
 
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 Both services are running.  I checked with service smb status and 
 service nmb status  Also checked with chkconfig --list
 The ports are open.  I checked with system-config-firewall and the 
 ports for Samba and Samba Client are open.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Did you create the a samba account admin, to test you can do the
following 
$ smbclient -L localhost -U  sambausername

You will also need to check the SELinux label for the directory that you
are sharing.




Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
On Fri, 2013-10-04 at 18:27 -0500, Joseph Hesse wrote:
 On 10/04/2013 02:39 PM, John R Pierce wrote:
  On 10/4/2013 12:11 PM, Joseph Hesse wrote:
  security = user
 
  you'll need to run
 
smbpasswd -a admin
 
  on the samba server, and give the 'admin' SMB user a password. Samba
  can't use the unix /etc/password|shadow combination as the hashes used
  by SMB aren't compatible.
 
 
 I used smbpasswd to assign a Samba password to user admin.  My Win7 
 virtual machine still couldn't see the share.  It is my impression that 
 the smb.conf file in the book I am using allows passwordless access to 
 the shares.
snip
Are you able to authenticate to the samba server from the Windows 7
machine? 

 Also, if it helps, here is some more output.
 
 [root@CentOS ~]# smbclient -L localhost -U
 Enter root's password:
 Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.9-151.el6_4.1]
 
  Sharename   Type  Comment
  -     ---
  homes   Disk  Home Directories
  IPC$IPC   IPC Service (CentOS)
 Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.9-151.el6_4.1]
 
  Server   Comment
  ----
  CENTOS   CentOS
  WIN7VM
 
  WorkgroupMaster
  ----
  WORKGROUPWIN7VM

What is the out put from smbclient -L localhost -U admin?

I saw that you have the home directory enabled, by default SELinux does
not permit access to the home directory, unless you enable the boolean

$ sudo setsebool -P samba_enable_home_dirs on

When you try to access the samba share from the windows 7 machine, what
is happening? Are you being prompt for the credentials?

If you do not have a backup of the smb.conf file, I have placed a copy
from a clean install [0]

[0] http://trinipino.com/share/smb.conf
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can someone help confirm a bug? kio_http kdegraphics

2013-07-17 Thread Earl Ramirez
On Tue, 2013-07-16 at 23:49 -0400, Kwan Lowe wrote:
 On Tue, Jul 16, 2013 at 10:58 AM, Earl Ramirez earlarami...@gmail.com wrote:
 
  Hello Kwan,
 
  I will fire up a KVM vm and try to reproduce the problem/bug with the
  steps provided, in what architect are you currently experiencing this
  with?
 
 Thanks Earl...
 
 I am running on CentOS 6.4 64bit (x86_64).   I'm spinning up a RHEL
 instance to see if it's an upstream issue also.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Kwan,

I carried out the steps using the following 

Build: CentOS 6.4 x86_64
Kernel: 2.6.32-358.11.1.el6.x86_64

I only installed html2ps, everything else was installed using the
default Desktop installation together with the KDE GUI.

When I click on the click, which point to http://ovh.com, I receive
two notification and the same behaviour as you mentioned previously.

When I check the output of ps -ef, I see the following, this was for
two windows though.

kde   5136  2352  1 13:09 ?00:00:01 konqueror -mimetype
text/html http://ovh.com/
kde   5140  2352  0 13:09 ?00:00:00 kdeinit4: kio_http
[kdeinit] http local:/tmp/ksocket-kde/klauncherMT2353.sla
kde   5142  2352  0 13:09 ?00:00:00 kdeinit4: kio_http
[kdeinit] http local:/tmp/ksocket-kde/klauncherMT2353.sla
kde   5143  2352  0 13:09 ?00:00:00 kdeinit4: kio_http
[kdeinit] http local:/tmp/ksocket-kde/klauncherMT2353.sla
kde   5155  2352  2 13:10 ?00:00:01 konqueror -mimetype
text/html http://ovh.com/
kde   5159  2352  0 13:10 ?00:00:00 kdeinit4: kio_http
[kdeinit] http local:/tmp/ksocket-kde/klauncherMT2353.sla
kde   5161  2352  0 13:10 ?00:00:00 kdeinit4: kio_http
[kdeinit] http local:/tmp/ksocket-kde/klauncherMT2353.sla
kde   5162  2352  0 13:10 ?00:00:00 kdeinit4: kio_http
[kdeinit] http local:/tmp/ksocket-kde/klauncherMT2353.sla
kde   5164  2352  0 13:10 ?00:00:00 kdeinit4: kio_file
[kdeinit] file local:/tmp/ksocket-kde/klauncherMT2353.sla 

I also get the same results from SL 6.4 x86_64, hope this helps.
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can someone help confirm a bug? kio_http kdegraphics

2013-07-16 Thread Earl Ramirez
On Tue, 2013-07-16 at 08:09 -0400, Kwan Lowe wrote:
 Hello:
 I'm trying to track down a kio_http problem using CentOS 6.4 with KDE.
 This causes multiple kio_http procs to spawn and lots of
 notifications.
 
 Several steps are needed:
 Create a foo.html with an href
 foo.html
   htmlheadTest/headbodya
 href=http://ovh.comhttp://ovh.com/a/body/html [^]
 
 Use html2ps then ps2pdf to create a PDF document
 
 html2ps foo.htmlfoo.ps
 ps2pdf foo.ps
 okular foo.pdf
 
 Using the KDE desktop, open the PDF in Okular then click the click.
 Immediately there are desktop notifications that website was contacted
 and waiting for reply. A 'ps -ef' shows man kio_http processes being
 spawned.
 
 I'm not able to reproduce on all random websites, but the ovh.com
 always does so. This link was found in the latest Linux Journal so
 others may inadvertently cause this.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Hello Kwan,

I will fire up a KVM vm and try to reproduce the problem/bug with the
steps provided, in what architect are you currently experiencing this
with?
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot find some packages in CentOS 6.2

2013-07-09 Thread Earl Ramirez
On Tue, 2013-07-09 at 12:41 +, Miraj Mohamed wrote:
 Hi
I am trying to run a set of applications (which was build and run on 
 CentOS 5 successfully) on CentOS 6.2 (x86_64).
 I can't find following packages
 
fonts-chinese
liberation-fonts
freeradius2
freeradius2-utils
 
 Why are these packages not available in CentOS6?
 What are the replacement for these packages?
 
 Thanks
 -miraj
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
Miraj, 

A yum search liberation produce the following output:

liberation-fonts-common.noarch : Shared common files of Liberation font
families
liberation-mono-fonts.noarch : Monospace fonts to replace commonly used
 : Microsoft Courier New
liberation-sans-fonts.noarch : Sans-serif fonts to replace commonly used
 : Microsoft Arial
liberation-serif-fonts.noarch : Serif fonts to replace commonly used
Microsoft
  : Times New Roman




-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RedHat software collections and CentOS

2013-07-08 Thread Earl Ramirez
On Mon, 2013-07-08 at 12:37 +0200, Patrick Hurrelmann wrote:
 On 08.07.2013 11:57, Tru Huynh wrote:
  On Mon, Jul 08, 2013 at 09:33:56AM +0200, Filip Bartmann wrote:
  I found, that RedHat released RedHat Software Collections for RedHat EL
  6, will this be sometimes available for CentOS too?
  
  http://lists.centos.org/pipermail/centos-devel/2013-January/009007.html
  
  Tru
 
 Hi Tru,
 
 I guess Filip was more referring to the software collection itself. I'm
 also very interested in builds for mysql-5.5, postgresql-9.2 and
 especially in ruby-1.9.3.
 
 There are some beta/candidate repositories at
 http://people.redhat.com/~hhorak/software-collections/ and
 http://people.redhat.com/bkabrda/
 
 Does anyone have access to the sources? At least I could not find them
 on upstream's ftp and would be happy to try rebuilding them.
 
 Best regards
 Patrick
 

Hello Patrick,

Atomic Corp [0] packages mysql-5-5, you can give them a try I have been
using their repo for over a year, however I only use them for mysql and
openvas-manager.

[0] https://www.atomicorp.com/installers/atomic
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mount CIFS issue with CentOS 6.4

2013-06-19 Thread Earl Ramirez
On Wed, 2013-06-19 at 15:59 -0500, Dan Carl wrote:
 I have a NAS that I can connect to just fine with a CentOS 6.3 box.
 But when I try the same exact command on my CentOS 6.4 box I get this error.
 mount -t cifs //xxx.xxx.xxx.xxx/mailserver/ /mnt/test -o 
 username=xxx,password=xxx
 mount error(13): Permission denied
 Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
 
 I've been googling, trying different things all afternoon, please help
 
 Thanks
 Dan
 
Good Day Dan,

Assuming that the credentials are the same you might be missing a
package on the 6.4 box.
   
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Earl Ramirez
On Thu, 2013-04-25 at 13:04 +0100, Adekoya Adekunle wrote:
 I want to know the right command to type from a bash shell so that i can
1) Check the version of my cent os

lsb_release -a

2)  Check all the open ports (tcp and udp) on my machine

netstat -atulp (man netstat)

3)  Open a specific port say port 3306 so that a  telnet request from a
 remote machiene can be accepted
man iptables 

   4)  Disable the effect of 3 above in case I want to
 
 Thanks in anticiaption of your kind responses to the questions above.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to make a network interface come up automatically on link up?

2013-03-25 Thread Earl Ramirez
On Mon, 2013-03-25 at 18:09 -0600, Joakim Ziegler wrote:
 On 24/03/13 4:01, Nux! wrote:
  On 24.03.2013 02:27, Joakim Ziegler wrote:
  I have a recently installed Mellanox VPI interface in my server. This
  is
  an InfiniBand interface, which, through the use of adapters, can also
  do
  10GbE over fiber. I have one of the adapter's two ports configured for
  10GbE in this way, with a point to point link to a Mac workstation
  with
  a Myricom 10GbE card.
 
  I've configured this interface on the Linux box (eth2) using
  /etc/sysconfig/network-scripts/ifcfg-eth2 , setting its IP address,
  MTU,
  subnet, etc.
 
  Try adding HOTPLUG=yes in the cfg file.
 
 Neither HOTPLUG=yes or MANAGED=no seems to make this interface come back
 up when the cable is unplugged and then plugged, unfortunately. For
 instance, before unplugging anything, ifconfig says:
 
 eth2  Link encap:Ethernet  HWaddr 00:02:C9:29:64:8F
  inet addr:10.10.0.1  Bcast:10.10.255.255  Mask:255.255.0.0
  inet6 addr: fe80::2:c900:129:648f/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
  RX packets:47 errors:0 dropped:0 overruns:0 frame:0
  TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:14924 (14.5 KiB)  TX bytes:3940 (3.8 KiB)
 
 Then I unplug the cable, which, in dmesg, gives me:
 
 mlx4_en: eth2: Link Down
 
 And in /var/log/messages:
 
 Mar 25 11:36:24 resolve02 ntpd[4819]: Deleting interface #14 eth2,
 10.10.0.1#123, interface stats: received=0, sent=0, dropped=0,
 active_time=163 secs
 
 (Which I guess is just ntpd reacting)
 
 And then I plug the cable back in, and in dmesg, I have:
 
 mlx4_en: eth2: Link Up
 
 Mar 25 11:38:09 resolve02 kernel: mlx4_en: eth2: Link Up
 Mar 25 11:38:09 resolve02 NetworkManager[4429]: info (eth2): carrier
 now ON (device state 2)
 Mar 25 11:38:09 resolve02 NetworkManager[4429]: info (eth2): device
 state change: 2 - 3 (reason 40)
 
 But ifconfig gives me:
 
 eth2  Link encap:Ethernet  HWaddr 00:02:C9:29:64:8F
  inet6 addr: fe80::2:c900:129:648f/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
  RX packets:104 errors:0 dropped:0 overruns:0 frame:0
  TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:25567 (24.9 KiB)  TX bytes:3940 (3.8 KiB)
 
 So no IP address, and no joy. ifup eth2 brings me back to:
 
 eth2  Link encap:Ethernet  HWaddr 00:02:C9:29:64:8F
  inet addr:10.10.0.1  Bcast:10.10.255.255  Mask:255.255.0.0
  inet6 addr: fe80::2:c900:129:648f/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
  RX packets:104 errors:0 dropped:0 overruns:0 frame:0
  TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:25567 (24.9 KiB)  TX bytes:6493 (6.3 KiB)
 
 Ideas?
 

I am just shooting in the dark what happen if you have NM_CONTROLLED=yes
in the eth2 network script?
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to make a network interface come up automatically on link up?

2013-03-23 Thread Earl Ramirez
On Sat, 2013-03-23 at 20:27 -0600, Joakim Ziegler wrote:
 I have a recently installed Mellanox VPI interface in my server. This is 
 an InfiniBand interface, which, through the use of adapters, can also do 
 10GbE over fiber. I have one of the adapter's two ports configured for 
 10GbE in this way, with a point to point link to a Mac workstation with 
 a Myricom 10GbE card.
 
 I've configured this interface on the Linux box (eth2) using 
 /etc/sysconfig/network-scripts/ifcfg-eth2 , setting its IP address, MTU, 
 subnet, etc.
 
 Everything seems to work fine, with a single exception. If I reboot the 
 Mac on the other end, causing the link state of the fiber interface to 
 bounce, the network interface on the Linux box doesn't come back up when 
 the link comes back up. That is, ifconfig shows it as having the link 
 up, but it doesn't do the equivalent of ifup eth2 when the link comes 
 back, so it doesn't get an IP, the routing table doesn't get updated, etc.
 
 So, my question is, how can I make CentOS automatically configure this 
 interface when the link comes back up? It's a bit annoying having to log 
 in and do ifup eth2 every time...
 

Joakim,

Do you have ONBOOT=yes in the /etc/sysconfig/network-scripts/ifcfg-eth2?
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ntfs-3g

2013-03-14 Thread Earl Ramirez
On Wed, 2013-03-13 at 23:36 -0700, Al Sparks wrote:
 I'm looking for ntfs-3g.  I'm getting lots of hits through google, but I'm 
 suspicious of some of the sites.
 
 The one rpm I downloaded from rpmfind wouldn't install because of some 
 missing library.  Where's a good place to get the tarball?
 === Al
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Al,

You can use the package from epel repo

Installed Packages
ntfs-3g.x86_64  2:2011.4.12-5.el6
@epel

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] BIND Setup Issue

2013-03-10 Thread Earl Ramirez
On Sun, 2013-03-10 at 17:27 +0530, Austin Einter wrote:
 Dear All
 I have a CentOS 6.3 machine. I am trying to setup DNS BIND setup in that
 machine. It is having a static global IP. I have done lot of reading ,
 google search and tried all possible option, but still not able to resolve
 the issue.
 
 My named.conf looks as below.
 
 *
 *
 *
 // named.conf
 //
 // Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
 // server as a caching only nameserver (as a localhost DNS resolver only).
 //
 // See /usr/share/doc/bind*/sample/ for example named configuration files.
 //
 
 options {
 listen-on port 53 { 127.0.0.1; 10.0.0.1; };
 listen-on-v6 port 53 { ::1; };
 directory   /var/named;
 dump-file   /var/named/data/cache_dump.db;
 query-source address * port 53;
 statistics-file /var/named/data/named_stats.txt;
 memstatistics-file /var/named/data/named_mem_stats.txt;
 allow-query { localhost; 10.0.0.1/24; 10.0.0.254/24; };
 recursion yes;
 dnssec-enable yes;
 dnssec-validation yes;
 dnssec-lookaside auto;
 
 /* Path to ISC DLV key */
 bindkeys-file /etc/named.iscdlv.key;
 
 managed-keys-directory /var/named/dynamic;
 };
 
 logging {
 channel default_debug {
 file data/named.run;
 severity dynamic;
 };
 };
 
 zone . IN {
 type hint;
 file named.ca;
 };zone netcloudjobs.com {
 type master;
 file netcloudjobs.com.fwd;
 allow-update { none; };
 };
 
 zone 189.201.173.in-addr.arpa  {
 type master;
 file netcloudjobs.com.rev;
 allow-update { none; };
 };
 
 include /etc/named.rfc1912.zones;
 include /etc/named.root.key;
 *
 Next my forward zone file looks as below
 *
 $TTL 86400
 @   IN  SOA ns1.netcloudjobs.com. root.netcloudjobs.com. (
 2021071001  ;Serial
 3600;Refresh
 1800;Retry
 604800  ;Expire
 86400   ;Minimum TTL
 )
 
 @   IN  NS  ns1.netcloudjobs.com.
 @   IN  NS  ns2.netcloudjobs.com.
 
 ns1 IN  A   173.201.189.43
 ns2 IN  A   173.201.189.43
 *
 And my reverse zone file looks as
 
 
 *$TTL 86400
 @  IN SOA ns1.netcloudjobs.com. root.netcloudjobs.com. (
 2021071001  ;Serial
 3600;Refresh
 1800;Retry
 604800  ;Expire
 86400   ;Minimum TTL
 )
 
 @   IN  NS  ns1.netcloudjobs.com.
 @   IN  NS  ns2.netcloudjobs.com.
 ns1 IN  A   173.201.189.43
 ns2 IN  A   173.201.189.43
 43  IN  PTR ns1.netcloudjobs.com.
 44  IN  PTR ns2.netcloudjobs.com.
 *
 I hope I am doing something wrong with configuration. I have done this
 since more than 60 hours. Still I am not able to resolve
 ns1.netcloudjobs.com.
 
 Can somebody help here.
 
 Best Regards
 Austin
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
Austin,

What is the DNS server that you are pointing to in /etc/resolv.conf
-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)

2013-03-09 Thread Earl Ramirez
On Sat, 2013-03-09 at 11:24 +0200, Eero Volotinen wrote:
 Hi List,
 
 Any idea how to get wireless lan : 03:00.0 Network controller: Intel
 Corporation Centrino Advanced-N 6205 (rev 34)
 working on centos 5?
 
 Eero
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Eero,

Have you tried the drives from ElRepo?


-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Earl Ramirez
On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote:
 Has anyone gotten 64-bit google earth to run on el6 x86_64?
 
 It dies almost immediately, complaining for lack of ld-lsb.so.3.
 Perusing user forums at google I see a few others with the problem,
 but no (working) solutions.
 
 Thanks in advance!
 
Fred,

You will need to install the following 32 bit packages

1. redhat-lsb.i686
2. mesa-libGL.i686
3. mesa-libGLU.i686

I get this to work on my laptop a few days ago.

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos certification

2013-01-23 Thread Earl Ramirez
On Wed, 2013-01-23 at 14:10 +0200, Eero Volotinen wrote:
 2013/1/23 Adekoya Adekunle adekunleadek...@gmail.com:
  hi,
 
  any certification on centos ?  if yes where can i buy study materials ?
 
 rhce/rhcsa
 
 http://www.amazon.com/RHCSA-Linux-Certification-Study-Edition/dp/0071765654/ref=sr_1_3?ie=UTF8qid=1358942993sr=8-3keywords=rhce
 
 --
 Eero, rhce
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

+1 
You may also want to check the [1] Red Hat deployment guide for a little
clarification on a few laps

[1] https://access.redhat.com/knowledge/docs/Red_Hat_Enterprise_Linux/

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] crush after update

2012-11-17 Thread Earl Ramirez
On 17 November 2012 23:53, Hossein Lanjanian hossein.lanjan...@gmail.comwrote:

 Hi every body!
 I installed centos 6 64bit on my sony labtop.
 I updated it`s kernel by yum command, and rebooted it.
 But it crush after grub page, right before the centos login page.

 --
 With The Best
 H.Lanjanian
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



Are you able to boot into single user?

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installing Java 7 on a system with Java 6

2012-11-08 Thread Earl Ramirez
On 9 November 2012 09:30, John J. Boyer john.bo...@abilitiessoft.comwrote:

 My system is 5.6, with upgrades. I installed Java 6 from the Centos
 repository. It doesn't seem to have Java 7. I need the development
 package. How can I install Java 7 development safely? I imagine I will
 first have to uninstall Java 6.

 Thanks,
 John

 --
 John J. Boyer; President, Chief Software Developer
 Abilitiessoft, Inc.
 http://www.abilitiessoft.com
 Madison, Wisconsin USA
 Developing software for people with disabilities

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


John,

I use the following link to install java 7 on CentOS 6.3

http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Desktop Switcher

2012-11-03 Thread Earl Ramirez
On 3 November 2012 14:09, John R Pierce pie...@hogranch.com wrote:

 On 11/02/12 8:51 PM, Mark LaPierre wrote:
  Does CentOS have a desk top switcher similar to what you find on Fedora?
 
  A friend of mine want's to be able to switch between desktops.  I've
  only got Gnome installed on my machine so I don't switch.  A search of
  Google turns up reference to CentOS 4 for desktop switcher but I don't
  see anything for CentOS 6.3.
 its built into gnome, you can enable as many virtual desktops as you
 like, and move windows onto any of them.they should up as little
 boxes to the right end of the bottom toolbar (taskbar?). I forget if it
 comes up with 1 or 2 configured.

 I forget offhand how you configure them, but its not hard to find.


 --
 john r pierceN 37, W 122
 santa cruz ca mid-left coast

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


You can enable it via Desktop Effects, it is located under System |
Preferences | Desktop Effects. I believe it only works with 3D graphics
card which is pretty much standard these days, however if you are using
NVIDIA Optimus cards with bumblebee installed you will only get two
compared to four desktop/workspace.

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] mtrr_gran_size and mtrr_chunk_size

2012-11-03 Thread Earl Ramirez
 currently has 16GB of RAM and 8GB of swap as indicated below

$ cat /proc/meminfo
MemTotal:   16235284 kB
MemFree:15024984 kB
Buffers:   28128 kB
Cached:   412944 kB
SwapCached:   134284 kB
Active:   404240 kB
Inactive: 440124 kB
Active(anon): 224792 kB
Inactive(anon):   230964 kB
Active(file): 179448 kB
Inactive(file):   209160 kB
Unevictable:   0 kB
Mlocked:   0 kB
SwapTotal:   8388600 kB
SwapFree:7555824 kB
Dirty: 8 kB
Writeback: 0 kB
AnonPages:291668 kB
Mapped:45216 kB
Shmem: 52452 kB
Slab: 120600 kB
SReclaimable:  32100 kB
SUnreclaim:88500 kB
KernelStack:4344 kB
PageTables:35824 kB
NFS_Unstable:  0 kB
Bounce:0 kB
WritebackTmp:  0 kB
CommitLimit:16506240 kB
Committed_AS:3714116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:  393260 kB
VmallocChunk:   34359332704 kB
HardwareCorrupted: 0 kB
AnonHugePages:165888 kB
HugePages_Total:   0
HugePages_Free:0
HugePages_Rsvd:0
HugePages_Surp:0
Hugepagesize:   2048 kB
DirectMap4k:   10228 kB
DirectMap2M:16676864 kB

$ cat /proc/swaps
FilenameTypeSizeUsedPriority
/dev/dm-0   partition8388600832688-1

The laptop is running the latest updates and kernel
$ uname -r
2.6.32-279.11.1.el6.x86_64

I saw that this was a bug from Fedora 14 and CentOS as well, however it
does not appear to be resolved.
https://bugzilla.redhat.com/show_bug.cgi?id=584493
http://bugs.centos.org/view.php?id=5659


At random times my laptop will just lock up and I will have to power cycle
it, I don't know if this is related. I had CentOS 5.8 installed for over a
week and I did not experience this behaviour.

Do I need file this as a new bug or is there a solution for this?


-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NTP server problem behind firewall

2012-09-02 Thread Earl Ramirez
On Sun, 2012-09-02 at 07:46 +, Artifex Maximus wrote:
 Hello!
 
 I would like to setup an NTP server for my Windows network using
 CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses
 port 123 UDP. I have two NIC cards. One for internal network and one
 for access internet. Both cards in private address range. The problem
 is when I am using firewall described below the client cannot access
 the server. No idea why. Without firewall everything works flawless.
 So the problem is not in the NTP configuration. No idea why but with
 disabled firewall the first query gives error but all other query is
 work. I am using arpwatch to see what is happen on network (new
 machines and so). Not know is that related to the problem or not.
 
 First I had used the system-config-firewall generated firewall
 (standard firewall with port 123:udp added). No success, client cannot
 connect.
 
 Next I made a script for myself and saved with 'service iptables save'
 command. The configuration is:
 
 eth0 10.0.0.99/24
 eth1 10.0.1.10/24
 
 The script for making firewall rules:
 iptables -P INPUT ACCEPT
 iptables -F
 iptables -A INPUT -i lo -j ACCEPT
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p udp --dport 123 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p tcp --dport 123 -j ACCEPT
 iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix iptables
 denied:  --log-level 7
 iptables -A INPUT -j DROP
 iptables -P FORWARD DROP
 iptables -P OUTPUT ACCEPT

I might be wrong but I think you need to add the IP Address of the NTP
server

you can also use tcpdump to capture the traffic between the clients and
the ntp server to see what is being blocked.

# iptables -A OUTPUT -o eth0 -p udp -s client IPs --sport 123 -d NTP
Server IP --dport 123 -m state --state NEW -j ACCEPT.
 
 Windows client time server is set to 10.0.0.99. Just for sure I
 enabled 123 TCP as well even I think that was unnecessary. The rule
 which related to NTP (123 UDP) increments its packet and byte count
 with 'iptables -L -n -v' so some connection was made. But no success
 on sync.
 
 Any idea what is wrong?
 
 Bye,
 a
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to trigger automount of USB drives in Centos6

2012-08-01 Thread Earl Ramirez
On 1 August 2012 14:49, Emmanuel Noobadmin centos.ad...@gmail.com wrote:

 In brief: Is there is anyway to trigger the same automount mechanism,
 that X appears to use, on unmounted USB drives that are already
 connected?

 Background:
 I've got a C6 server with default desktop GUI installed for the sake
 of the onsite admin. There is a bash script I wrote that runs every
 night checking for specific folders on any drive and dumps data into
 it.

 To ensure fs integrity, I do an unmount in the script when it's done
 in case anybody simply yanks the drive out without doing the proper
 process.

 Now due to that, I would need to remount the drive when the script
 runs if it wasn't unplugged and replugged to trigger the automount.

 Problem is, it is not certain that the same drive will be used so I
 cannot simply hard code a line that just do a mount -t ntfs-3g
 /dev/sde1 /media/backup. I cannot assume it would always be say
 /dev/sde1 or /dev/sdf2 as that depends on how many drives are
 connected before that and how was that particular drive partitioned.

 The inbuilt auto mount mechanism also appears to use different
 mountpoints for different USB drives (based on drive label?) and so
 the best way for me is to force all USB drives to be remounted, and
 scan through the /media folder as that is where the automount mounts
 the partitions.

 I could try to mount all drives found in /proc/partitions but that
 seems very dangerous since the list includes md partitions and array
 members.

 So the question is whether there is anyway to trigger the same
 automount mechanism, that X appears to use, on any unmounted USB
 drives?

 Trying resources I found online, It doesn't seem to be autofs or
 gnome-mount mechanism as neither of these are installed on the server.
 Both automount and gnome-mount command not found.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Emmanuel,

You can use the UUID instead of the device name


-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libre office

2012-07-10 Thread Earl Ramirez
On 11 July 2012 11:17, Michel Donais don...@telupton.com wrote:

 Why in 6.3 they move OpenOffice to LibreOffice?


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


Michel,

I believe that is the reason why, I can be wrong

LibreOffice replaced OpenOffice as the standard office productivity suite
in Red Hat Enterprise Linux 6. The 6.3 upgrade offers a new set of
LibreOffice packages to replace remaining OpenOffice packages. There will
be complete compatibility of documents between the older packages and
LibreOffice’s newer ones. *This offers faster bug fixes and improved MS
Office compatibility*


-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firefox 10.0.5 will not run Java plugin

2012-06-18 Thread Earl Ramirez
On 19 June 2012 04:27, James B. Byrne byrn...@harte-lyne.ca wrote:


 How do I get Firefox 10.0.5 to run Java-1.7.0 on Cent)S-5.8?  Firefox
 appears to have had Java deliberately disabled by Mozilla.

 --
 ***  E-Mail is NOT a SECURE channel  ***
 James B. Byrnemailto:byrn...@harte-lyne.ca
 Harte  Lyne Limited  http://www.harte-lyne.ca
 9 Brockley Drive  vox: +1 905 561 1241
 Hamilton, Ontario fax: +1 905 561 0757
 Canada  L8E 3C3

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


I used the following link, which worked for me

http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM with 6.2 i686 guest

2012-05-31 Thread Earl Ramirez
On 30 May 2012 21:14, Jerry Geis ge...@pagestation.com wrote:

  Jerry,
 
  I believe that by default the network is down and the BOOTPROTO=dhcp is
  not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
  similar issue on a KVM guest with minimal install
 
 Earl

 Was there something else missing also?
 I not added the BOOTPROTO=DHCP and same issue happening.
 dmesg shows link up, service network restart shows OK and ifconfig
 shows no address.


 jerry


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


Jerry,

That was all I did on my KVM VM and ran ifup eth0 so that it will get the
IP address.

You can also try a static IP, which looks like this

DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
IPADDR=192.168.122.100 NETMASK=255.255.255.0NETWORK=192.168.122.1

My KVM host is using the default connection, which is NAT
**

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM with 6.2 i686 guest

2012-05-30 Thread Earl Ramirez
On 30 May 2012 05:36, Jerry Geis ge...@pagestation.com wrote:

 I just installed a KVM guest, centos 6.2 i686 (6.2 x86_64 host) and the
 network module is loaded .
 The modules is/are 8139too,8139cp is what lsmod shows. Dmesg shows link
 up but ifconfig does not give me an address?
 service network restart shows OK no errors but again no address.

 I set the ifcfg-eth0 file to not be NM controlled, onboot yes and
 rebooted. Same no address.

 I run 5.8 images all the time and they get the address?

 Did I forget something?

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


Jerry,

I believe that by default the network is down and the BOOTPROTO=dhcp is
not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
similar issue on a KVM guest with minimal install

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] support for Broadcom BCM4313

2012-05-25 Thread Earl Ramirez
On 25 May 2012 08:39, Philippe Naudin philippe.nau...@supagro.inra.frwrote:

 Hello,

 The support for Broadcom Corporation BCM4313 802.11b/g/n Wireless is
 native in the kernel since 2.6.37 (module brcm80211, renamed brcmsmac
 since 2.6.39).

 But is it backported to some kernel available for CentOS ?

 Thanks,

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


Philippe,

You can try ELRepo, I believe that they have the drivers for boderdom, they
also have kernel 3.3.x, please read their note about using kernel 3.3.x. I
have tried it and I did not have any issues with it.

http://elrepo.org/tiki/kernel-ml

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [OT] Cannot boot into GUI after Video Driver is Installed

2012-05-24 Thread Earl Ramirez
On 24 May 2012 12:00, Akemi Yagi amy...@gmail.com wrote:

 On Tue, May 22, 2012 at 2:03 AM, Earl Ramirez earlarami...@gmail.com
 wrote:
  On 21 May 2012 14:46, Ned Slider n...@unixmail.co.uk wrote:

  To the best of my knowledge Nvidia do not currently support Optimus on
  Linux.

  Thanks, I believe that I am heading in the right direction, Any graphic
  card will work for now as I only bought the laptop to play with KVM. I
 keep
  you guys posted if I get it working on CentOS 6.

 Regarding the lack of Optimus support for the Nvidia Linux driver, you
 may want to try 'bumblebee' [1] available from ELRepo:

 http://elrepo.org/tiki/bumblebee


 bumblebee and the required packages are currently in the testing
 repository. With enough feedback, they can be promoted to the main
 repository.

 Akemi

 [1] http://bumblebee-project.org/
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Thanks Akemi,

I have installed Fedora and Ubuntu on a USB drive and I was able to get
bumblebee to work, however I was not so successful when I tried it on
CentOS 6.2. I used the packages from ELRepo and they were installed
successfully but it did no work from the get go. Modify the config file and
I will still boot up with the intel driver.

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [OT] Cannot boot into GUI after Video Driver is Installed

2012-05-22 Thread Earl Ramirez
On 21 May 2012 14:46, Ned Slider n...@unixmail.co.uk wrote:

 On 21/05/12 17:08, Earl Ramirez wrote:
  On 21 May 2012 11:34,m.r...@5-cent.us  wrote:
 
  Earl Ramirez wrote:
  I don't know if this will shed any light but usually before you see the
  login screen you will see nvidia once it have been installed correctly,
  however I am see intel which is strange.
 
  *That* is extremely strange. Could there be a second, Intel, video?
 
 
  Don't see any thing that indicates that there is a second intel video
 only
  thing that is intel is the processor and the chipset
 
  This the the laptop that was bought
  http://www.xoticpc.com/asus-n55slds71-preorder-p-3556.html
 

 That advert says the laptop has Optimus technology which is Nvidia speak
 for it also having integrated graphics, Intel in this case I would assume.

 You are correct, that explains why I am seing intel and Nvidia.

To the best of my knowledge Nvidia do not currently support Optimus on
 Linux. Is is possible to disable the Intel onboard graphics? I don't
 have any first hand experience of these products.

 Unfortunately, there is no option in the BIOS to disable intel graphic
card. In future I must do more researsh before I make such purchase.

You should probably ask on the nvidia linux forums if you require more
 detailed help, or start by googling nvidia optimus linux and see what
 comes up.

 Thanks, I believe that I am heading in the right direction, Any graphic
 card will work for now as I only bought the laptop to play with KVM. I keep
 you guys posted if I get it working on CentOS 6.




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




-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] [OT] Cannot boot into GUI after Video Driver is Installed

2012-05-21 Thread Earl Ramirez
) LoadModule: dri2
[17.947] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[17.949] (II) Module dri2: vendor=X.Org Foundation
[17.949] compiled for 1.10.4, module version = 1.2.0
[17.949] ABI class: X.Org Server Extension, version 5.0
[17.949] (II) Loading extension DRI2
[17.949] (II) LoadModule: nvidia
[17.951] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[17.965] (II) Module nvidia: vendor=NVIDIA Corporation
[17.966] compiled for 4.0.2, module version = 1.0.0
[17.966] Module class: X.Org Video Driver
[17.971] (II) NVIDIA dlloader X Driver  295.53  Fri May 11 23:29:56 PDT
2012
[17.971] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[17.972] (++) using VT number 1

[17.975] (EE) No devices detected.
[17.975]
Fatal server error:
[17.975] no screens found
[17.975]
Please consult the CentOS support
 at http://wiki.centos.org/Documentation
 for help.
[17.975] Please also check the log file at /var/log/Xorg.0.log for
additional information.
[17.975]

Below is the content of the xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 302.11  (
buildmeis...@swio-display-x86-rhel47-03.nvidia.com)  Thu May 17 18:43:43
PDT 2012


Section ServerLayout
Identifier Layout0
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
ModulePath  /usr/lib64/xorg/modules/extensions/nvidia
ModulePath  /usr/lib64/xorg/modules
EndSection

Section InputDevice

# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/input/mice
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice

# generated from data in /etc/sysconfig/keyboard
Identifier Keyboard0
Driver kbd
Option XkbLayout us
Option XkbModel pc105
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
EndSection

I removed the xorg.conf file and I am able to boot into the GUI with the
default drivers.

Below is the output from lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family
DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core
Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family
High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family
PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family
PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family
PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family
PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset
Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus
Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT
555M] (rev a1)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless
Network Adapter (PCI-Express) (rev 01)
04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host
Controller
05:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0
Gigabit Ethernet (rev c0)

Is there anything that I can do to resolve the issue so that I am able to
use the kmod-nvidia drivers on CentOS 6.2?

Any help or guidance will be greatly appreciated.

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [OT] Cannot boot into GUI after Video Driver is Installed

2012-05-21 Thread Earl Ramirez
On 21 May 2012 10:06, m.r...@5-cent.us wrote:

 Earl Ramirez wrote:
  Good Day,
 
  I am not 100% certain if here is the right place to bring this up,
 however
  if this is the wrong place for this please redirect me to right place.
 
  A few weeks ago I was trying to install KVM on my laptop, I bought a new
  laptop and immediately after I install the nVidia drivers I receive the
  following error libfcoe_device_notification: NETDEV_UNREGISTER lo
 
  I spent several hours googling the error and there are several issues,
  however none of them are related to my situation.
 
  I am running CentOS 6.2
 snip
 You say that you deleted xorg.conf, and could then boot into runlevel 5
 using the default drivers. If you do an lsmod, does it show nouveau?

 When I do lsmod I see nvidia
 i2c_core   31276  7
videodev,i2c_i801,nvidia,i915,drm_kms_helper,drm,i2c_algo_bit
video  21032  1 i915
output  2505  1 video



 Second question: does the version of kmod-nvidia support your graphics
 card?


This is interesting now that you mention it, the sticker on the laptops
says nvidia GEFORCE GT 635M 2GB and when I run lspci I see the following.
 01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT
555M] (rev a1).

I verified that nvidia 635M is supported on the nvidia site.
Version:295.53 CertifiedRelease Date:2012.05.16Operating System:Linux
Language:English (U.S.)File Size:33.1 MB

[image: 
Download]http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-x86/295.53/NVIDIA-Linux-x86-295.53.runlang=ustype=GeForce

Release Highlights
Supported products
Additional information

   - Added support for the following GPUs:
  GeForce GTX 670
  GeForce 605
  GeForce GT 610
  GeForce GT 630
  GeForce GT 640
  GeForce GT 645
   - Fixed a bug affecting some G-Sync configurations which could cause
   active stereo content to be inverted on some display devices.

 I checked all the supported drivers and I also see the version from the
output from lspci which is supported as well
*GeForce 600 series:*
GTX 690, GTX 680, GTX 670, GT 645, GT 640, GT 630, GT 620, GT 610, 605

*GeForce 600M series:*
GT 635M, GT 630M, G610M

*GeForce 500 series:*
GTX 590, GTX 580, GTX 570, GTX 560 Ti, GTX 560, GTX 550 Ti, GT 545, GT 530,
GT 520, 510

*GeForce 500M series:*
GTX 580M, GTX 570M, GTX 560M, GT 555M, GT 550M, GT 540M, GT 525M, GT 520MX,
GT 520M

*GeForce 400 series:*
GTX 480, GTX 470, GTX 465, GTX 460 SE v2, GTX 460 SE, GTX 460, GTS 450, GT
440, GT 430, GT 420, 405


 Oh, and did you yum install it, so that you got nvidia-x11-drv?

 I installed it using yum.


mark, who just noticed that he's got that, *and*
 nvidia-x11-drv-32bit,
 on his x86_64 system for some reason


 The correct version is x86_64
[wildfire@wildfire ~]$ rpm -qa | grep nvidia
nvidia-x11-drv-295.53-1.el6.elrepo.x86_64
kmod-nvidia-295.53-1.el6.elrepo.x86_64
[wildfire@wildfire ~]$

I don't know if this will shed any light but usually before you see the
login screen you will see nvidia once it have been installed correctly,
however I am see intel which is strange.


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




-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [OT] Cannot boot into GUI after Video Driver is Installed

2012-05-21 Thread Earl Ramirez
On 21 May 2012 11:34, m.r...@5-cent.us wrote:

 Earl Ramirez wrote:
  On 21 May 2012 10:06, m.r...@5-cent.us wrote:
  Earl Ramirez wrote:
 snip
   A few weeks ago I was trying to install KVM on my laptop, I bought a
   new laptop and immediately after I install the nVidia drivers I
 receive
   the following error libfcoe_device_notification: NETDEV_UNREGISTER
 lo
  
   I spent several hours googling the error and there are several issues,
   however none of them are related to my situation.
  
   I am running CentOS 6.2
  snip
  You say that you deleted xorg.conf, and could then boot into runlevel 5
  using the default drivers. If you do an lsmod, does it show nouveau?
 
  When I do lsmod I see nvidia
 snip
  Second question: does the version of kmod-nvidia support your graphics
  card?
 
  This is interesting now that you mention it, the sticker on the laptops
  says nvidia GEFORCE GT 635M 2GB and when I run lspci I see the
  following.
   01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT
  555M] (rev a1).
 
  I verified that nvidia 635M is supported on the nvidia site.
  Version:295.53 CertifiedRelease Date:2012.05.16Operating System:Linux
 snip
 
  Oh, and did you yum install it, so that you got nvidia-x11-drv?
 
  I installed it using yum.

 But what I was asking was whether this version of kmod-nvidia uses the
 nvidia-released support for that card. You said you bought a new laptop
 that this is on - is that brand new out of the box, or new-to-you, used?


Yes the version of kmod-nvidia supports it and it's new out of the box

 
   The correct version is x86_64
  [wildfire@wildfire ~]$ rpm -qa | grep nvidia
  nvidia-x11-drv-295.53-1.el6.elrepo.x86_64
  kmod-nvidia-295.53-1.el6.elrepo.x86_64
  [wildfire@wildfire ~]$
 
  I don't know if this will shed any light but usually before you see the
  login screen you will see nvidia once it have been installed correctly,
  however I am see intel which is strange.

 *That* is extremely strange. Could there be a second, Intel, video?


Don't see any thing that indicates that there is a second intel video only
thing that is intel is the processor and the chipset

This the the laptop that was bought
http://www.xoticpc.com/asus-n55slds71-preorder-p-3556.html


  mark

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




-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Error connecting to KVM on CentOS 6.2

2012-05-12 Thread Earl Ramirez
Hello List Mates,

I don't know if here is the right place for this question if it's not I
will appreciate it if you can point me to the right mailing list.

I have successfully installed KVM on my x86_64 laptop, however I am getting
the following error when I try to connect QEMU from the Virtual Machine
Manager

Error polling connection 'qemu:///system': internal error Cannot find
suitable emulator for x86_64

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 440, in _tick
conn.tick()
  File /usr/share/virt-manager/virtManager/connection.py, line 1414, in
tick
newNets, self.nets) = self._update_nets()
  File /usr/share/virt-manager/virtManager/connection.py, line 1277, in
_update_nets
lookup_func, build_class)
  File /usr/share/virt-manager/virtManager/connection.py, line 1209, in
_poll_helper
if not check_support():
  File /usr/share/virt-manager/virtManager/connection.py, line 501, in
is_network_capable
virtinst.support.SUPPORT_CONN_NETWORK)
  File /usr/lib/python2.6/site-packages/virtinst/support.py, line 574, in
check_conn_support
return _check_support(conn, feature, conn)
  File /usr/lib/python2.6/site-packages/virtinst/support.py, line 443, in
_check_support
actual_drv_ver = _hv_ver(conn, uri)
  File /usr/lib/python2.6/site-packages/virtinst/support.py, line 376, in
_hv_ver
ret = cmd(*args)
  File /usr/lib64/python2.6/site-packages/libvirt.py, line 2823, in
getVersion
if ret == -1: raise libvirtError ('virConnectGetVersion() failed',
conn=self)
libvirtError: internal error Cannot find suitable emulator for x86_64

I using CentOS 6.2

[user1@trining ~]$ cat /etc/redhat-release
CentOS release 6.2 (Final)

Below are the processor that I am using, however I do not see any svm or
vmx flags and there is no option to change anything in the BIOS for the
processor. Does this mean I need to replace my current laptop to get KVM to
work?

[user1@training ~]$ cat /proc/cpuinfo
processor: 0
vendor_id: GenuineIntel
cpu family: 6
model: 23
model name: Intel(R) Core(TM)2 Duo CPU T6400  @ 2.00GHz
stepping: 10
cpu MHz: 1200.000
cache size: 2048 KB
physical id: 0
siblings: 2
core id: 0
cpu cores: 2
apicid: 0
initial apicid: 0
fpu: yes
fpu_exception: yes
cpuid level: 13
wp: yes
flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm
constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor
ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts
bogomips: 3990.12
clflush size: 64
cache_alignment: 64
address sizes: 36 bits physical, 48 bits virtual
power management:

processor: 1
vendor_id: GenuineIntel
cpu family: 6
model: 23
model name: Intel(R) Core(TM)2 Duo CPU T6400  @ 2.00GHz
stepping: 10
cpu MHz: 1200.000
cache size: 2048 KB
physical id: 0
siblings: 2
core id: 1
cpu cores: 2
apicid: 1
initial apicid: 1
fpu: yes
fpu_exception: yes
cpuid level: 13
wp: yes
flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm
constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor
ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts
bogomips: 3990.11
clflush size: 64
cache_alignment: 64
address sizes: 36 bits physical, 48 bits virtual
power management:

I am running the x86-64 version of CentOS 6.2 with the latest updates

[user1@training ~]$ uname -a
Linux training 2.6.32-220.13.1.el6.x86_64 $1 SMP Tue Apr 17 23:56:34 BST
2012 x86_64 x86_64 x86_64 GNU/Linux

All the required packages have been installed

[user1@training ~]$ rpm -qa | grep kvm
qemu-kvm-0.12.1.2-2.209.el6_2.4.x86_64
qemu-kvm-tools-0.12.1.2-2.209.el6_2.4.x86_64
[user1@training ~]$ rpm -qa | grep virt
virt-v2v-0.8.3-5.el6.x86_64
libvirt-client-0.9.4-23.el6_2.8.x86_64
libvirt-0.9.4-23.el6_2.8.x86_64
virt-who-0.3-3.el6.noarch
virt-manager-0.9.0-7.el6.x86_64
python-virtinst-0.600.0-5.el6.noarch
libvirt-snmp-0.0.2-3.el6.x86_64
virt-viewer-0.4.1-7.el6.x86_64
virt-top-1.0.4-3.11.el6.x86_64
virt-what-1.11-1.1.el6.x86_64
libvirt-python-0.9.4-23.el6_2.8.x86_64
libvirt-java-0.4.7-1.el6.noarch
libvirt-cim-0.5.14-2.el6.x86_64
libvirt-qmf-0.3.0-7.el6_2.x86_64

None of the modules are installed, which I believe is related to the svm
and vmx missing from the processor flags

[user1@training ~]$ lsmod | grep kvm

[user1@training ~]$ modprobe kvm

[user1@training ~]$ lsmod | grep kvm
kvm   305988  0
[user1@training ~]$

I have been googling all night everything that I have tried did not
resolved.

Any thoughts?

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http

Re: [CentOS] Error connecting to KVM on CentOS 6.2

2012-05-12 Thread Earl Ramirez
On 12 May 2012 09:35, Johnny Hughes joh...@centos.org wrote:

 On 05/12/2012 07:50 AM, Nux! wrote:
  On 12.05.2012 09:24, Earl Ramirez wrote:
  Hello List Mates,
 
  I don't know if here is the right place for this question if it's not
  I
  will appreciate it if you can point me to the right mailing list.
 
  I have successfully installed KVM on my x86_64 laptop, however I am
  getting
  the following error when I try to connect QEMU from the Virtual
  Machine
  Manager
 
  Error polling connection 'qemu:///system': internal error Cannot find
  suitable emulator for x86_64
  Your CPU is not VT-x capable (you should see vmx flag in
  /proc/cpuinfo if it is).
 
 http://ark.intel.com/products/40479/Intel-Core2-Duo-Processor-T6400-%282M-Cache-2_00-GHz-800-MHz-FSB%29
 

 Sometimes the CPU is compatible (ie, has a vmx or svm flag), but the
 Virtualization must be turned on in the computer's BIOS.

 http://www.sysprobs.com/disable-enable-virtualization-technology-bios

 (Different machines have it in different places in the menu, this is
 just an example)


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


Thanks Guys,

The processor does not support VT-x technology, I have purchased a new
laptop that support such technology as I am about to embark on the journey
to RHCSA.

Thanks again all

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 2 systems, can't connect to apache on one

2012-05-04 Thread Earl Ramirez
On 4 May 2012 20:25, Larry Martell larry.mart...@gmail.com wrote:

 I have 2 systems, both with the same version of CentOS installed. Both
 have identical versions of apache running and identical httpd.conf
 files. From a third system, if I point my browser at system 1, I can
 connect to it with no problem. But if I point my browser at system 2,
 I cannot connect. There is nothing logged anywhere that I can find on
 system 2 - not in the apache error log or access log, or the audit
 log, or anywhere. I tried disabling selinux, but that did not help. I
 can ping and ssh into system 2, so I know I have a route to it. It's
 like the request never reaches the server.

 Anyone have any ideas as to what could be causing this or what I could
 check to help me diagnose the problem?

 TIA!
 -larry
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Hi Larry,

If you use netstat can you see if the service is listening on port 80 or
443?


-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Does SMTP Connection Drop When Posfix Reload is Issued ?

2012-04-25 Thread Earl Ramirez
On 25 April 2012 07:42, Prabhpal S. Mavi prabh...@digital-infotech.netwrote:

 Dear Community Friends Greetings,

 i work with ISP, we host email service for almost 500+ companies and 200+
 mail servers relay through my smart host.

 i implemented something that when our smart host would become blacklisted.
 It will automatic switch to next available smart host (which is ready
 sitting). that mean it will start relaying message through another smart
 host automatically.

 i think i must tell little background as well. it is actually php script
 that perform blacklist check every minute through cron. if it found that
 IP is blacklisted. It will then insert relay host = value in main.cf and
 reload postfix service. When IP is no more blacklisted it will then remove
 the same directive from main.cf and reload postfix.

 everything is working as expected. i have one question, when we reload
 postfix does it drop active SMTP session?

 for example lets say that remote SMTP server is delivering message to my
 postfix that has 8MB attachment. message was not fully transferred. lets
 say that 4MB was transferred. and i issued postfix reload. will that
 connection drop or continue to deliver the mail?


 Thanks / Regards
 Prabhpal S. Mavi



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


Postfix reload will not disrupt any connection and in your example the mail
will continue to be delivered

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] fqdn hostname fails after reboot

2012-02-08 Thread Earl Ramirez
On Wed, Feb 8, 2012 at 5:52 PM, Chris xchris...@googlemail.com wrote:

 2012/2/8 Tony Schreiner anthony.schrei...@bc.edu:
 
  On Feb 8, 2012, at 4:22 PM, Chris wrote:
 
  Hi,
 
  I have several machines running CentOS 6.2 and a strange problem with
  the hostname of one machine... After every reboot it loses the fqdn
  hostname.
 
  Here is my confguration:
 
  ifconfig | grep inet addr
   inet addr:10.0.0.12  Bcast:10.0.0.255  Mask:255.255.255.0
   inet addr:127.0.0.1  Mask:255.0.0.0
 
  /etc/sysconfig/network
 
  NETWORKING=yes
  HOSTNAME=x800.mydomain.local
  GATEWAY=10.0.0.1
 
  127.0.0.1   localhost localhost.localdomain localhost4
 localhost4.localdomain4
  ::1 localhost localhost.localdomain localhost6
 localhost6.localdomain6
  10.0.0.12   x800.mydomain.local   x800
 
  ... after a reboot:
 
  hostname
  x800.mydomain.local  OK
 
  hostname -f
  hostname: Unknown hostNOT OK
 
  dnsdomainname
  dnsdomainname: Unknown host   NOT OK
 
  If I set the hostname manually:
 
  hostname x800.mydomain.local
 
  hostname -f
  x800.mydomain.local OK
 
  dnsdomainname
  mydomain.local OK
 
  Everything is okay ...
 
  Something I've never experienced before. Does anyone have an idea?
 
  thx
 
  --
  Chris
 
  When I strace hostname -f  I see it checking with my name server.
  Are your 2 systems set up differently with respect to name resolution
 and/or DNS?

 I have 5 systems with the same DNS configuration. (name servers in
 /etc/resolv.conf)

 It seems that /etc/hosts is ignored.. on this system only. But I do
 not know why :(

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


Chris,

verify the config in your /etc/nsswitch.conf

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Increase audio volume

2011-08-10 Thread Earl Ramirez
On Wed, Aug 10, 2011 at 9:51 AM, Juan C. Valido j...@juanyjosefina.netwrote:

 Is there a way to increase the audio volume on CentOS 6. I have it set
 at the max and still very low. Thank you.

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


Hi Juan,

Have you tried adjusting the volume under System - Preference - Sound?

There you can increase the volume as well even for each application.

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] nouveau driver one centos 6

2011-07-21 Thread Earl Ramirez
Hi Jerry,

The following link worked for me.

http://scientificlinuxforum.org/index.php?showtopic=15

On Thu, Jul 21, 2011 at 8:08 AM, Jerry Geis ge...@pagestation.com wrote:

 I wish to not load the or even install the nouveau driver by default.
 I want to use the NVIDIA binary driver.

 I have tried a number of things:

 1) in my kickstart package section add the line:
 -xorg-x11-drv-nouveau

 This did not work - it was still installed.

 2) use the nvidia installer and it asks to create a modprobe.conf file
 to blacklist
 the driver. I said yes thats what I want. I verified the file being
 present and rebooted.
 The driver is still loaded lsmod | grep nou still showed it present.

 3) I tried rpm -e xorg-x11-drv-nouveau --nodeps. This seeming worked
 however
 the files for nouveau were still present. find / | grep nouveau showed
 driver files and more

 So - anyone know how to get this off of my machine???
 I thought the - in the kickstart package section would work, but no.

 Thanks so much for any thoughts.

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




-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Changing Host Name

2011-07-06 Thread Earl Ramirez
On Wed, Jul 6, 2011 at 10:06 PM, John J. Boyer john.bo...@abilitiessoft.com
 wrote:

 Thanks to all of you who are answering my dumb questions about my new
 CentOS instgallation.

 I modified /etc/hosts, as the hostname man page seemed to suggest, and
 rebooted. The hostname is still localhost. I want to change it to
 jjb-centos. I also want to change the domain name to abilitiessoft.com

 Thanks,
 John

 --
 John J. Boyer; President, Chief Software Developer
 Abilitiessoft, Inc.
 http://www.abilitiessoft.com
 Madison, Wisconsin USA
 Developing software for people with disabilities

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


You can change the host name by modifying the /etc/sysconfig/network

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Which file system to use for a USB backup

2011-03-13 Thread Earl Ramirez
For Mac he can use fuse for mac or NTFS-3G for Mac, that will give you the
ability to write to ntfs drives on a Mac.

http://www.macupdate.com/app/mac/23729/macfuse

I use NTFS-3G for Mac and it works fine.

http://sourceforge.net/projects/fuse-for-macosx/

On Sun, Mar 13, 2011 at 12:16 PM, Kenneth Porter sh...@sewingwitch.comwrote:

 --On Wednesday, March 09, 2011 2:56 PM -0800 Todd Cary
 t...@aristesoftware.com wrote:

  I have some photographs on my Centos 4 server that I want to copy
  to a USB drive.  However, I want to be able to access the files
  from Windows or Mac OS's.  Where should I look for instructions
  on how to mount and format the USB drive and is FAT32 the only
  option?

 I don't know about Mac, but you could set up NTFS with Fuse on CentOS to
 allow you to format and mount it as an NTFS filesystem.

 You could also format as ext3 and install a filesystem driver on Windows to
 understand ext3.

 http://www.fs-driver.org/

 Since the Mac is BSD-based, it might even understand ext3. There's this
 project:

 http://ext2fsx.sourceforge.net/

 I haven't used these, as I haven't needed to export files to another OS
 this way.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-09-21 Thread Earl Ramirez
You can try the below like.

http://rpm.pbone.net/index.php3/stat/4/idpl/6098977/dir/centos_5/com/zoneminder-1.22.3-9.el5.kb.i386.rpm.html

On Wed, 2010-09-22 at 00:02 +, Joseph L. Casale wrote:
 I have a few dvr's that I am contemplating converting to Zoneminder (don't
 know any other app) and would prefer to use CentOS over fedora obviously
 but the only rpm I see exists for Fedora.
 
 I don't want the hassle of manually compiling this, as we have our own config
 mgmt.
 
 Anyone using this rpm (srpm recompiled) in CentOS or know of a solution
 that exists?
 
 Thanks!
 jlc
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] 8-15 TB storage: any recommendations?

2010-01-06 Thread earl ramirez
You can have a look at this, I don't know what your budget is like

http://www.drobo.com/Products/drobopro/index.php

I have a drobo and it worked off the bat with a few linux distros

On Wed, Jan 6, 2010 at 7:15 PM, James A. Peltier jpelt...@fas.sfu.cawrote:

 On Wed, 6 Jan 2010, Hakan Koseoglu wrote:

  Seconded. Also you can chain a couple of MD1000s at the back of the
  MD3000 to get even more storage over SAS. We have a number of those
  with the upstream OS installed but usually a single MD3000 is enough
  for what we use them for (mainly Oracle DB server or VMWare hosts). We
  tend to split the storage between two nodes and then do OCFS2.

 For the cost/performance they're not too bad a unit.  We grow by about
 45TB per year of Medical Imaging Data.  For each 15TB we buy a new head
 node, we're up to three now, so performance to our cluster just gets
 better as we go.  These are all NFS/CIFS servers on a Jumbo Frame ethernet
 network.  I originally had difficulty with the MD3000 talking multipath to
 the units and the only way I could get it to work reliably in an
 active/active configuration was to use the provided mptsas driver which
 was a cinch to install.

 This was not the case with the Solaris hosts as they didn't talk RAID and
 ZFS with Solaris Multi-Pathing had built in support for the devices.

 --
 James A. Peltier
 Systems Analyst (FASNet), VIVARIUM Technical Director
 HPC Coordinator
 Simon Fraser University - Burnaby Campus
 Phone   : 778-782-6573
 Fax : 778-782-3045
 E-Mail  : jpelt...@sfu.ca
 Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca
   http://blogs.sfu.ca/people/jpeltier
 MSN : subatomic_s...@hotmail.com

 Treat your password like your toothbrush.  Don't let anybody
 else use it, and get a new one every six months.
  - Clifford Stoll
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 
Evolution Of Linux OS The Most Powerful Operating System In The World
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Google Earth - How to uninstall, before installing newest version?

2009-12-16 Thread earl ramirez
The easiest way to do this is to navigate to /opt/google-earth
then execute the following command from the command line

*./uninstall
*

[r...@commandcenter google-earth]# ./uninstall
Product: Google Earth
Installed in /opt/google-earth
Uninstalling desktop menu entries...
Uninstalling mimetypes...
Google Earth has been successfully uninstalled.


On Wed, Dec 16, 2009 at 2:35 PM, Lanny Marcus lmmailingli...@gmail.comwrote:

 Desktop is CentOS 5.4 (32 bit).  I have Google Earth version
 4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall
 (spelling?) installed, but am not sure if that was installed before or
 after Google Earth was installed. I have the Google Repository
 installed, but apparently Google Earth cannot be updated via yum and
 probably it was not installed via yum.

 Question: What is the best way for me to uninstall this version of
 Google Earth, completely, before I install the newest version?
 (This also applies to removing Skype, which I am certain was not
 installed via yum, before I install the static version of Skype, that
 was recently recommended on the list).

 TIA and Happy Holidays!  Lanny
 Magazine subscriptions Largest discount Credit/Debit Card Check PayPal
 http://www.lowcostmagazines.com/
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 
Evolution Of Linux OS The Most Powerful Operating System In The World
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Hello Everyone

2009-11-14 Thread earl ramirez
  Hello Everyone,
   My names is Earl Ramirez, I am from the little islands of Trinidad and
   Tobago.I will like to be part of this wonderful community
   I'm new to CentOS and I will like to contribute in any way that I can, I
   have a few certificates which include Security+ and Linux+ from Comptia.
I'm
   currently preparing for RHEL exam so I think that I might be able to
   contribute in some little way.
   I hope that you accept me as part of this community
   Thank
   Earl

- Done.


-- 
Evolution Of Linux OS The Most Powerful Operating System In The World
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos