Re: [CentOS] 1680x1050 Monitor

2007-12-31 Thread Carlos Daniel Ruvalcaba Valenzuela
I have the same monitor actually, here are some tips: Add this modeline to your "Monitor" section: modeline "[EMAIL PROTECTED]" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync Add the new resolution to your "Screen" section ("[EMAIL PROTECTED]"), finally restart X, set the new re

Re: [CentOS] 1680x1050 Monitor

2008-01-01 Thread Carlos Daniel Ruvalcaba Valenzuela
Here is my xorg.conf I hope it could be useful to you. Good luck On Dec 31, 2007 12:28 PM, <[EMAIL PROTECTED]> wrote: > On Mon, 31 Dec 2007 02:28:58 -0700 > "Carlos Daniel Ruvalcaba Valenzuela" <[EMAIL PROTECTED]> wrote: > > > I have the same monitor actu

Re: [CentOS] Securing SSH

2008-03-26 Thread Carlos Daniel Ruvalcaba Valenzuela
We have a public server and we did the following for SSH: * Only Protocol v2 * Only key authentication, no password and large keys (just for the fun). * Disable root login. * Monitoring, we usually blacklists IPs trying to log in with many unsuccessful attempts, using some custom scripts and iptab

Re: [CentOS] username list?

2007-07-12 Thread Carlos Daniel Ruvalcaba Valenzuela
The file /etc/passwd should show all the system users (if you are using local loging and not NIS or other remote authentication systems), you will also see many systems users (like a user for apache, mysql, etc). On 7/12/07, Rogelio Bastardo <[EMAIL PROTECTED]> wrote: Where/how in CentOS can I g

Re: [CentOS] Tired of temp induced shutdowns

2007-07-15 Thread Carlos Daniel Ruvalcaba Valenzuela
Well I don't know really well and there is not much documentation (easily accessible via google) but you can check /etc/acpi/events In theory you can execute a script when a given acpi event occurs, this includes power button press, closing laptop lid, etc. You can look up at the proc interfaces

Re: [CentOS] Havp Version 0.86 RPM ?

2007-07-17 Thread Carlos Daniel Ruvalcaba Valenzuela
[EMAIL PROTECTED] SPECS]# rpmbuild -ba havp.spec error: File /usr/src/redhat/SOURCES/havp- init.patch: No such file or directory It seems that the SPEC file (of older version) does some patching to the sources, you can edit the SPEC file and comment it out or delete the patch part, in the end yo

Re: [CentOS] Havp Version 0.86 RPM ?

2007-07-18 Thread Carlos Daniel Ruvalcaba Valenzuela
I was a bit concerned that the patch won't apply to a new version of the package, but if your package compiled fine, then it should be ok. The differences between using -ba and -ta is that -ta looks for the SPEC file inside the tarball while -ba doesn't (check the man page). Regards, Carlos Ruva

Re: [CentOS] Security checklist for new Centos server?

2007-07-21 Thread Carlos Daniel Ruvalcaba Valenzuela
For ssh I highly recommend disabling password login, use only key pairs, this will really help improve your security with SSH, another thing you can do is monitor SSH logs, you will find that at times there will be someone trying to loging using a dictionary of users, you can easily create a scrip

Re: [CentOS] rpmrebuild or rpmbuild question

2007-06-25 Thread Carlos Daniel Ruvalcaba Valenzuela
You could use the PHP SPEC file to build your own rpm with your own options, this way you can keep the version changes of the package within th package manager (RPM). On 6/25/07, Jim Perrin <[EMAIL PROTECTED]> wrote: On 6/25/07, Centos <[EMAIL PROTECTED]> wrote: > php was compiled on server, by

Re: [CentOS] TinyCA2 on rpmforge EL4 but not EL5

2007-06-26 Thread Carlos Daniel Ruvalcaba Valenzuela
You probably can without trouble, as TinyCA2 is written in perl and package is architecture independent. You might also want to rebuild the package for your system (CentOS 5), just download the source package for the software (http://tinyca.sm-zone.net/tinyca2-0.7.5-0.src.rpm) and use rpmbuild:

Re: [CentOS] what package is opengl

2007-07-03 Thread Carlos Daniel Ruvalcaba Valenzuela
Check for mesa packages: mesa-libGLU-6.5.1-7.2.el5 mesa-libGL-devel-6.5.1-7.2.el5 mesa-libGLU-devel-6.5.1-7.2.el5 mesa-libGL-6.5.1-7.2.el5 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Personal Wiki for CentOS

2008-07-19 Thread Carlos Daniel Ruvalcaba Valenzuela
backup and move if you don't want to use a database such mysql for it. In any case I can suggest you to compare between wikis, I recall www.wikimatrix.org has comparisons of many wiki engines. Regards, Carlos Daniel Ruvalcaba Valenzuela On Sat, Jul 19, 2008 at 9:38 AM, Joseph L. Casale &l

Re: [CentOS] 3.2 kernel with C5? Or ndiswrapper?

2012-04-04 Thread Carlos Daniel Ruvalcaba Valenzuela
> I compile 3.2.9, install the modules and then try an boot...  and > it fails to find my root disk and panics.  I can see from the boot > messages that the kernel is seeing them, but it's failing to mount and > switchroot. Seems to me that your kernel build configuration does not include the FS m