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/m

[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.cen

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 co

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/isoli

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 Im

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 in

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/se

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 ___

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/c

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 y

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

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

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 ar

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 ar

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

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 l

[CentOS] Custom ISO With Post Installation Scripts

2018-06-09 Thread Earl Ramirez
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 signat

Re: [CentOS] Problem with ssh disconnecting

2018-02-12 Thread Earl Ramirez
ilar 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 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 ar

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) > li

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 up

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 al

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 lis

Re: [CentOS] iptables question

2014-06-16 Thread Earl Ramirez
k 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 __

Re: [CentOS] possible kernel bug?

2014-04-02 Thread Earl Ramirez
<4> [] sys_ioctl+0x81/0xa0 > <4> [] system_call_fastpath+0x16/0x1b > <4>Code: 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 b

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 wrote: > > > On Sun, 2013-10-20 at 07:44 -0600, Larry Martell wrote: > > > On Sat, Oct 19, 2013 at 11:15 PM, Earl A Ramirez > >wrote: > > > > > &

Re: [CentOS] VNC

2013-10-25 Thread Earl Ramirez
n'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 par

Re: [CentOS] which kernel do people use?

2013-10-24 Thread Earl Ramirez
atever > 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 Kerne

[CentOS] OFF TOPIC - Android Phones Keyboard

2013-10-20 Thread Earl Ramirez
t; 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

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 > >wrote: > > > > > > >

Re: [CentOS] VNC

2013-10-19 Thread Earl Ramirez
vironment** 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 cur

Re: [CentOS] VNC

2013-10-11 Thread Earl Ramirez
os.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:

Re: [CentOS] - problem gcc with yum

2013-10-10 Thread Earl Ramirez
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 > _

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

2013-10-10 Thread Earl Ramirez
o 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

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

2013-10-09 Thread Earl Ramirez
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 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

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

2013-10-08 Thread Earl Ramirez
x27;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 > Cen

Re: [CentOS] CENTOS 5 incoming SFTP

2013-10-05 Thread Earl Ramirez
kstart? > > > > its also enabled on a 'minimal' install. > > > > > > > > -- > > john r pierce 37N 122W > > somewhere on the middle of the left coast > > > > _______ > > CentOS mailing

Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
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]

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 > &g

Re: [CentOS] Samba problem

2013-10-04 Thread Earl Ramirez
k =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

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 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 curren

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

2013-07-16 Thread Earl Ramirez
es 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

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

2013-07-09 Thread Earl Ramirez
icrosoft 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 E

Re: [CentOS] RedHat software collections and CentOS

2013-07-08 Thread Earl Ramirez
m > 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

Re: [CentOS] mount CIFS issue with CentOS 6.4

2013-06-19 Thread Earl Ramirez
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 signatu

Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Earl Ramirez
s 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 ___

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

2013-03-25 Thread Earl Ramirez
0.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

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

2013-03-23 Thread Earl Ramirez
s 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 digital

Re: [CentOS] ntfs-3g

2013-03-14 Thread Earl Ramirez
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
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. > >

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

2013-03-09 Thread Earl Ramirez
__ > 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 i

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

2013-03-03 Thread Earl Ramirez
ns. > > 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.as

Re: [CentOS] centos certification

2013-01-23 Thread Earl Ramirez
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

Re: [CentOS] crush after update

2012-11-17 Thread Earl Ramirez
he 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 ___ Cen

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

2012-11-08 Thread Earl Ramirez
___ > 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-jr

[CentOS] mtrr_gran_size and mtrr_chunk_size

2012-11-03 Thread Earl Ramirez
#x27;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@c

Re: [CentOS] Desktop Switcher

2012-11-03 Thread Earl Ramirez
eferences | 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

Re: [CentOS] NTP server problem behind firewall

2012-09-02 Thread Earl Ramirez
ny 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-07-31 Thread Earl Ramirez
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@cento

Re: [CentOS] libre office

2012-07-10 Thread Earl Ramirez
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
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 ___

Re: [CentOS] KVM with 6.2 i686 guest

2012-05-31 Thread Earl Ramirez
TPROTO=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
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
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 wrote: > On Tue, May 22, 2012 at 2:03 AM, Earl Ramirez > wrote: > > On 21 May 2012 14:46, Ned Slider wrote: > > > To the best of my knowledge Nvidia do not currently support Optimus on > >> Linux. > > >> Thanks

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 wrote: > On 21/05/12 17:08, Earl Ramirez wrote: > > On 21 May 2012 11:34, wrote: > > > >> Earl Ramirez wrote: > >>> I don't know if this will shed any light but usually before you see the > >>> login s

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

2012-05-21 Thread Earl Ramirez
On 21 May 2012 11:34, wrote: > Earl Ramirez wrote: > > On 21 May 2012 10:06, wrote: > >> Earl Ramirez wrote: > > >> > 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 d

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

2012-05-21 Thread Earl Ramirez
On 21 May 2012 10:06, 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

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

2012-05-21 Thread Earl Ramirez
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.

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

2012-05-12 Thread Earl Ramirez
On 12 May 2012 09:35, Johnny Hughes 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 &

[CentOS] Error connecting to KVM on CentOS 6.2

2012-05-12 Thread Earl Ramirez
[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://lists.centos.org/mailman/listinfo/centos

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

2012-05-04 Thread Earl Ramirez
> 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
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
gt; 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 DN

Re: [CentOS] Increase audio volume

2011-08-10 Thread Earl Ramirez
tp://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 maili

Re: [CentOS] nouveau driver one centos 6

2011-07-21 Thread Earl Ramirez
____ > 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
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

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

2011-03-13 Thread Earl Ramirez
urceforge.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) a

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 wrote: > On Wed, 6 Jan 2010, Hakan Koseoglu wrote: > > > Seconde

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...

[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+