Re: [CentOS] PHP version dilemma

2012-10-05 Thread Travis Fraser
On Fri, 2012-10-05 at 19:27 -0700, Todd Cary wrote:
> In trying to run some old php programs, I have discovered that 
> mcrypt is not part of php53.  Not sure how to research this.

http://wiki.centos.org/AdditionalResources/Repositories

EPEL

-- 
Travis Fraser 

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
In trying to run some old php programs, I have discovered that 
mcrypt is not part of php53.  Not sure how to research this.

Todd

Ariste Software
Bend, OR 97702

http://www.aristesoftware.com

On 10/5/2012 11:37 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 20:38 schrieb Todd Cary :
>
>> Concrete5 "
>
> http://www.concrete5.org/documentation/background/system_requirements
>
>
> "PHP 5.2.x or 5.3x"
>
> So use 5.3, please.
>
> GD is included:
>
> http://mirror.switch.ch/ftp/mirror/centos/5.8/os/x86_64/CentOS/
>
> …
> php53-5.3.3-5.el5.x86_64.rpm
> 23-Feb-2012 11:20  1.3M
> php53-bcmath-5.3.3-5.el5.x86_64.rpm 
> 23-Feb-2012 11:20   42K
> php53-cli-5.3.3-5.el5.x86_64.rpm
> 23-Feb-2012 11:20  2.4M
> php53-common-5.3.3-5.el5.x86_64.rpm 
> 23-Feb-2012 11:20  605K
> php53-dba-5.3.3-5.el5.x86_64.rpm
> 23-Feb-2012 11:20   39K
> php53-devel-5.3.3-5.el5.x86_64.rpm  
> 23-Feb-2012 11:20  591K
> php53-gd-5.3.3-5.el5.x86_64.rpm 
> 23-Feb-2012 11:20  110K
> php53-imap-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20   52K
> php53-intl-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20   76K
> php53-ldap-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20   37K
> php53-mbstring-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20  1.2M
> php53-mysql-5.3.3-5.el5.x86_64.rpm  
> 23-Feb-2012 11:20   92K
> php53-odbc-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20   53K
> php53-pdo-5.3.3-5.el5.x86_64.rpm
> 23-Feb-2012 11:20   67K
> php53-pgsql-5.3.3-5.el5.x86_64.rpm  
> 23-Feb-2012 11:20   75K
> php53-process-5.3.3-5.el5.x86_64.rpm
> 23-Feb-2012 11:20   39K
> php53-pspell-5.3.3-5.el5.x86_64.rpm 
> 23-Feb-2012 11:20   26K
> php53-snmp-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20   29K
> php53-soap-5.3.3-5.el5.x86_64.rpm   
> 23-Feb-2012 11:20  146K
> php53-xml-5.3.3-5.el5.x86_64.rpm
> 23-Feb-2012 11:20  119K
> php53-xmlrpc-5.3.3-5.el5.x86_64.rpm
> ….
>
>
> ___
> 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


[CentOS] Dovecot & pam issues

2012-10-05 Thread Mike Watson

I'm replacing my old Fedora 7 mail server with a new one running 
CentOS6.3. The old server uses plain-text logins and password for pop3 
and IMAP.

I'm unable to get dovecot to authenticate. It's failing the password check.

Trying 192.168.1.50...
Connected to orion (192.168.1.50).
Escape character is '^]'.
+OK orion.crucis.net Dovecot ready.
user joe
+OK
pass abcdefg
-ERR Authentication failed.
quit
+OK Logging out
Connection closed by foreign host.

However, another user on the same system works!

Trying 192.168.1.50...
Connected to orion (192.168.1.50).
Escape character is '^]'.
+OK orion.crucis.net Dovecot ready.
user bob
+OK
pass jklmnop
+OK Logged in.
quit
+OK Logging out.
Connection closed by foreign host.

I'm looping through eth0 in both of the above. The results are the same 
if I telnet from 192.168.1.30.

User bob was the one I created on the initial CentOS install, joe was 
added later.

Here is the extract from maillog.

Oct 4 15:54:12 orion dovecot: auth: pam(joe,192.168.1.30): 
pam_authenticate() failed: Auth
authentication failure (password mismatch?) (given password:abcdefg)
Oct 4 15:54:14 orion dovecot: auth: Debug: client out: FAIL#0113#011user=joe
Oct 4 15:54:14 orion dovecot: IMAP-login: Disconnected (auth failed, 3 
attempts): user=, method=PLAIN, rip=192.168.1.30, lip=192.168.1.50
Oct 4 15:54:14 orion dovecot: auth: Debug: client out: 
CONT#0112#011VXNlcm5hbWU6
Oct 4 15:54:14 orion dovecot: auth: Debug: client in: CONT#0112#011Y3J1Y2lz
Oct 4 15:54:14 orion dovecot: auth: Debug: client out: 
CONT#0112#011UGFzc3dvcmQ6
Oct 4 15:54:14 orion dovecot: auth: Debug: client in: 
CONT#0112#011dzB0bXcvMA==
Oct 4 15:54:14 orion dovecot: auth: Debug: pam(joe,192.168.1.30): lookup 
service=dovecot
Oct 4 15:54:14 orion dovecot: auth: Debug: pam(joe,192.168.1.30): #1/1 
style=1 msg=Passwor
d:
Oct 4 15:54:16 orion dovecot: auth: pam(crucis,192.168.1.30): 
pam_authenticate() failed: Auth
entication failure (password mismatch?) (given password: abcdefg)

Here's the output from dovecot -n

# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.5.2.el6.x86_64 x86_64 CentOS release 6.3 (Final)
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = plain
disable_plaintext_auth = no
listen = *
login_greeting = orion.crucis.net Dovecot ready.
mail_location = mbox:~/mail:INBOX=/var/mail/%u
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope 
encoded-character vacation subaddress comparator-i;ascii-numeric 
relational regex IMAP4flags copy include variables body enotify 
environment mailbox date
mbox_write_locks = fcntl
passdb {
args = session=yes dovecot
driver = pam
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
ssl_cert = http://crucis-court.com
http://www.crucis.net/1632search

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread John R Pierce
On 10/05/12 12:50 PM, Todd Cary wrote:
> Sorry I missed that...probably the same for MySQL.

# yum list php53\*
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
  * base: centos.mirror.facebook.net
  * extras: centos.mirrors.hoobly.com
  * updates: mirror.5ninesolutions.com
Available Packages
php53.i386 5.3.3-13.el5_8  
updates
php53-bcmath.i386 
5.3.3-13.el5_8  updates
php53-cli.i386 
5.3.3-13.el5_8  updates
php53-common.i386 
5.3.3-13.el5_8  updates
php53-dba.i386 
5.3.3-13.el5_8  updates
php53-devel.i386 
5.3.3-13.el5_8  updates
php53-gd.i386 
5.3.3-13.el5_8  updates
php53-imap.i386 
5.3.3-13.el5_8  updates
php53-intl.i386 
5.3.3-13.el5_8  updates
php53-ldap.i386 
5.3.3-13.el5_8  updates
php53-mbstring.i386 
5.3.3-13.el5_8  updates
php53-mysql.i386 
5.3.3-13.el5_8  updates
php53-odbc.i386 
5.3.3-13.el5_8  updates
php53-pdo.i386 
5.3.3-13.el5_8  updates
php53-pgsql.i386 
5.3.3-13.el5_8  updates
php53-process.i386 
5.3.3-13.el5_8  updates
php53-pspell.i386 
5.3.3-13.el5_8  updates
php53-snmp.i386 
5.3.3-13.el5_8  updates
php53-soap.i386 
5.3.3-13.el5_8  updates
php53-xml.i386 
5.3.3-13.el5_8  updates
php53-xmlrpc.i386 
5.3.3-13.el5_8  updates



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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:58 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 21:04 schrieb Todd Cary :
>

If any of you that were so generous with your assistance (and 
patience) should come to Bend, Oregon, please look me up...I owe 
you a Boneyard RPM IPA beer!

With appreciation

Todd Cary

Bend, OR 97702


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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
Sorry I missed that...probably the same for MySQL.

Todd

Ariste Software
Bend, OR 97702

http://www.aristesoftware.com

On 10/5/2012 12:37 PM, John R Pierce wrote:
> On 10/05/12 12:43 PM, Todd Cary wrote:
>> The remaining problem is that version is compiled without GD;
>> something I need.  Is there an easy way to get php53 WITH gd?
> yum install php53-gd, as was pointed out to you several times.
>
>
>


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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:58 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 21:04 schrieb Todd Cary :
>
>> What is the best way around this problem:
>>
>> Resolving Dependencies
>> --> Running transaction check
>> ---> Package php53.i386 0:5.3.3-13.el5_8 set to be updated
>> --> Processing Dependency: php53-common = 5.3.3-13.el5_8 for package:
>> php53
>> --> Processing Dependency: php53-cli = 5.3.3-13.el5_8 for package: php53
>> --> Running transaction check
>> ---> Package php53-cli.i386 0:5.3.3-13.el5_8 set to be updated
>> ---> Package php53-common.i386 0:5.3.3-13.el5_8 set to be updated
>> --> Processing Conflict: php53-common conflicts php-common
>> --> Finished Dependency Resolution
>> php53-common-5.3.3-13.el5_8.i386 from updates has depsolving problems
>>--> php53-common conflicts with php-common
>> Error: php53-common conflicts with php-common
>>   You could try using --skip-broken to work around the problem
>>   You could try running: package-cleanup --problems
>>  package-cleanup --dupes
>>  rpm -Va --nofiles --nodigest
>>
>>
>> I ran yum remove php.  Should I have done more?
>
>
>
> rpm -qa |grep php |grep -v php53
>
> and remove (that is rpm -e) everything that is php (and not php53).
>
> RHEL5/CentOS5 comes with both php (which is php5.1) and php53 (which is 
> php5.3.something).
>
> You can't nor do you want to have both!
Oh yes!  And no MySQL support: '--without-mysql' '--without-gd'

Not sure they would do that.

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread John R Pierce
On 10/05/12 12:43 PM, Todd Cary wrote:
> The remaining problem is that version is compiled without GD;
> something I need.  Is there an easy way to get php53 WITH gd?

yum install php53-gd, as was pointed out to you several times.



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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:58 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 21:04 schrieb Todd Cary :
>
>> What is the best way around this problem:
>>
>> Resolving Dependencies
>> --> Running transaction check
>> ---> Package php53.i386 0:5.3.3-13.el5_8 set to be updated
>> --> Processing Dependency: php53-common = 5.3.3-13.el5_8 for package:
>> php53
>> --> Processing Dependency: php53-cli = 5.3.3-13.el5_8 for package: php53
>> --> Running transaction check
>> ---> Package php53-cli.i386 0:5.3.3-13.el5_8 set to be updated
>> ---> Package php53-common.i386 0:5.3.3-13.el5_8 set to be updated
>> --> Processing Conflict: php53-common conflicts php-common
>> --> Finished Dependency Resolution
>> php53-common-5.3.3-13.el5_8.i386 from updates has depsolving problems
>>--> php53-common conflicts with php-common
>> Error: php53-common conflicts with php-common
>>   You could try using --skip-broken to work around the problem
>>   You could try running: package-cleanup --problems
>>  package-cleanup --dupes
>>  rpm -Va --nofiles --nodigest
>>
>>
>> I ran yum remove php.  Should I have done more?
>
>
>
> rpm -qa |grep php |grep -v php53
>
> and remove (that is rpm -e) everything that is php (and not php53).
>
> RHEL5/CentOS5 comes with both php (which is php5.1) and php53 (which is 
> php5.3.something).
>
> You can't nor do you want to have both!
>

Thanks to your assistance, I now have php53 running: 
www.toddcary.com/testphp.php !

The remaining problem is that version is compiled without GD; 
something I need.  Is there an easy way to get php53 WITH gd?

Todd

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


Re: [CentOS] dropbox

2012-10-05 Thread Mike Burger

> Am 05.10.2012 um 18:39 schrieb Andrei Rolando León Salas:
>> i want to have dropbox in server, with my account, so i am the only one
>> that can see my files. dropbox use Secure Sockets Layer (SSL) and
>> AES-256
>> bit encryption. so i thought was safe. and i can select wich folder to
>> sych. like only sycn the www folder. so i simply copy and paste in my pc
>> and is copied in server via dropbox. i like dropbox because i can ahve
>> versions of file. so if i scrub some html file, i simply restore. thats
>> what i want mean "have dropbox in server". its posible?
>
>
> because this is a general question i suggest to ask this here:
>
>   https://forums.dropbox.com/

Or, one could simply search google for "linux and dropbox"...the first hit
takes one to https://www.dropbox.com/install?os=lnx
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org http://dogpound2.citadel.org
https://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email to:

site-update-subscr...@bubbanfriends.org


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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Rainer Duffner

Am 05.10.2012 um 21:04 schrieb Todd Cary :

> 
> What is the best way around this problem:
> 
> Resolving Dependencies
> --> Running transaction check
> ---> Package php53.i386 0:5.3.3-13.el5_8 set to be updated
> --> Processing Dependency: php53-common = 5.3.3-13.el5_8 for package:
> php53
> --> Processing Dependency: php53-cli = 5.3.3-13.el5_8 for package: php53
> --> Running transaction check
> ---> Package php53-cli.i386 0:5.3.3-13.el5_8 set to be updated
> ---> Package php53-common.i386 0:5.3.3-13.el5_8 set to be updated
> --> Processing Conflict: php53-common conflicts php-common
> --> Finished Dependency Resolution
> php53-common-5.3.3-13.el5_8.i386 from updates has depsolving problems
>   --> php53-common conflicts with php-common
> Error: php53-common conflicts with php-common
>  You could try using --skip-broken to work around the problem
>  You could try running: package-cleanup --problems
> package-cleanup --dupes
> rpm -Va --nofiles --nodigest
> 
> 
> I ran yum remove php.  Should I have done more?




rpm -qa |grep php |grep -v php53

and remove (that is rpm -e) everything that is php (and not php53).

RHEL5/CentOS5 comes with both php (which is php5.1) and php53 (which is 
php5.3.something).

You can't nor do you want to have both!


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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary

What is the best way around this problem:

Resolving Dependencies
--> Running transaction check
---> Package php53.i386 0:5.3.3-13.el5_8 set to be updated
--> Processing Dependency: php53-common = 5.3.3-13.el5_8 for package:
php53
--> Processing Dependency: php53-cli = 5.3.3-13.el5_8 for package: php53
--> Running transaction check
---> Package php53-cli.i386 0:5.3.3-13.el5_8 set to be updated
---> Package php53-common.i386 0:5.3.3-13.el5_8 set to be updated
--> Processing Conflict: php53-common conflicts php-common
--> Finished Dependency Resolution
php53-common-5.3.3-13.el5_8.i386 from updates has depsolving problems
   --> php53-common conflicts with php-common
Error: php53-common conflicts with php-common
  You could try using --skip-broken to work around the problem
  You could try running: package-cleanup --problems
 package-cleanup --dupes
 rpm -Va --nofiles --nodigest


I ran yum remove php.  Should I have done more?

Todd



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


[CentOS] [SOLVED] Re: lost udp packets

2012-10-05 Thread James Pifer
Reboot didn't help, but modifying my snmpd.conf and adding "master 
agentx" did the trick. Apparantly snmpd was quietly denying snmptrapd 
from connecting. Just happened to come across the suggestion.

Now I need to figure out how to have the traps forwarded but retain the 
real source of the trap.

Thanks for the help.

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Rainer Duffner

Am 05.10.2012 um 20:38 schrieb Todd Cary :

> Concrete5 "


http://www.concrete5.org/documentation/background/system_requirements


"PHP 5.2.x or 5.3x"

So use 5.3, please.

GD is included:

http://mirror.switch.ch/ftp/mirror/centos/5.8/os/x86_64/CentOS/

…
php53-5.3.3-5.el5.x86_64.rpm
23-Feb-2012 11:20  1.3M  
php53-bcmath-5.3.3-5.el5.x86_64.rpm 
23-Feb-2012 11:20   42K  
php53-cli-5.3.3-5.el5.x86_64.rpm
23-Feb-2012 11:20  2.4M  
php53-common-5.3.3-5.el5.x86_64.rpm 
23-Feb-2012 11:20  605K  
php53-dba-5.3.3-5.el5.x86_64.rpm
23-Feb-2012 11:20   39K  
php53-devel-5.3.3-5.el5.x86_64.rpm  
23-Feb-2012 11:20  591K  
php53-gd-5.3.3-5.el5.x86_64.rpm 
23-Feb-2012 11:20  110K  
php53-imap-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20   52K  
php53-intl-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20   76K  
php53-ldap-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20   37K  
php53-mbstring-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20  1.2M  
php53-mysql-5.3.3-5.el5.x86_64.rpm  
23-Feb-2012 11:20   92K  
php53-odbc-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20   53K  
php53-pdo-5.3.3-5.el5.x86_64.rpm
23-Feb-2012 11:20   67K  
php53-pgsql-5.3.3-5.el5.x86_64.rpm  
23-Feb-2012 11:20   75K  
php53-process-5.3.3-5.el5.x86_64.rpm
23-Feb-2012 11:20   39K  
php53-pspell-5.3.3-5.el5.x86_64.rpm 
23-Feb-2012 11:20   26K  
php53-snmp-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20   29K  
php53-soap-5.3.3-5.el5.x86_64.rpm   
23-Feb-2012 11:20  146K  
php53-xml-5.3.3-5.el5.x86_64.rpm
23-Feb-2012 11:20  119K  
php53-xmlrpc-5.3.3-5.el5.x86_64.rpm
….


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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:05 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 18:57 schrieb Todd Cary :
>
>> I am running Centos 5.8; at least
>>
>> uname -rmi
>>
>> gives me centos-release-5-8.el5.centos
>>
>> A CMS package is telling me that I need PHP 5.2x, however yum
>> update says that I am fully up to date.
>>
>> Is there a "safe" way to upgrade PHP to 5.2x?
>>
>
> Has RedHat ever shipped PHP 5.2?
> I thought, I had only seen 5.1 and then 5.3 - but I admit I don't use RedHat 
> or CentOS for PHP if I can avoid it.
>
>
> The PHP project has stopped supporting PHP 5.2 some time ago and it's on 
> "life support" by
> the backports-project: http://code.google.com/p/php52-backports/
>
> E.g. it will drop out of FreeBSD's ports-tree sometime spring 2013. Some 
> Debian release may keep it alive longer.
>
> Does you CMS absolutely need PHP 5.2 or does it also work with PHP 5.3?
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
>
The Error page for Concrete5 "encourages" one not to run php 5.1; 
instead to use 5.2.  So, I would assume 5.3 will work.

My reading of your suggestion and that of others is to use the 
php53 install since it will be upgraded until 2017 (I'll be on 
Centos 6 by then if I am still alive :-)).

I also need the GD library...is that part of php53?

Todd

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Rainer Duffner

Am 05.10.2012 um 18:57 schrieb Todd Cary :

> I am running Centos 5.8; at least
> 
> uname -rmi
> 
> gives me centos-release-5-8.el5.centos
> 
> A CMS package is telling me that I need PHP 5.2x, however yum 
> update says that I am fully up to date.
> 
> Is there a "safe" way to upgrade PHP to 5.2x?
> 


Has RedHat ever shipped PHP 5.2?
I thought, I had only seen 5.1 and then 5.3 - but I admit I don't use RedHat or 
CentOS for PHP if I can avoid it.


The PHP project has stopped supporting PHP 5.2 some time ago and it's on "life 
support" by
the backports-project: http://code.google.com/p/php52-backports/

E.g. it will drop out of FreeBSD's ports-tree sometime spring 2013. Some Debian 
release may keep it alive longer.

Does you CMS absolutely need PHP 5.2 or does it also work with PHP 5.3?



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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Todd Cary said the following on 05/10/12 19:45:

> However, I am not sure what you mean by
> 
> and then install the php53 packages you previously had

if the output of rpm -q --all | grep php is  (for instance)

php
php-cli
php-gd
php-mysql

you should yum install this packages:

php53
php53-cli
php53-gd
php53-mysql

> Another question has to do with the GD library.  How can I tell if it is
> installed *or* is it automatically part of php35?

I can answer your question: it is not included in php53 package; you have to
install php53-gd

> Oh yes...if there is a problem with php35, are there any problems in
> reinstalling php 5.1?

If everithing fails, just remove the php53 packages, yum install the php
packages you removed and restore /etc/php.ini



Ciao,
luigi

- -- 
/
+--[Luigi Rosa]--
\

Statistics are used as a drunken man uses lamp posts: For support rather than
illumination.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBvIDQACgkQ3kWu7Tfl6ZSNYwCdETGMMzCM5GJ5iSqeJJ3stDbM
YMAAoK8TWfuM1IFtOb5KCRSXExzXg9+6
=lB+C
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Karanbir Singh
erm,
On 10/05/2012 06:54 PM, Karanbir Singh wrote:
> Thats exactly what Leon said. And also that only applies to

packages apps - which if Todd was using, he would not have had this
issue since the app would have requested the right build anyway


-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
ICQ: 2522219| Yahoo IM: z00dax  | Gtalk: z00dax
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Karanbir Singh
On 10/05/2012 06:51 PM, John R. Dennison wrote:
>> @Todd: Just to clarify - the functionality and reliability 
>>of php53 is not restricted/"faulty" or what ever ...
> 
> Actually, it is.  The EL php53 package does not "Provide: php" so any
> other package depending on that being present will fail to install
> without force.  

Thats exactly what Leon said. And also that only applies to

There is nothing wrong with the php53 rpms provided in the distro - and
I would argue they are better in that they guarantee the api/abi for
another 6 odd years. I suspect the app being deployed will move along
sooner.


-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
ICQ: 2522219| Yahoo IM: z00dax  | Gtalk: z00dax
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP version dilemma

2012-10-05 Thread John R. Dennison
On Fri, Oct 05, 2012 at 07:06:14PM +0200, Leon Fauster wrote:
> 
> @Todd: Just to clarify - the functionality and reliability 
>of php53 is not restricted/"faulty" or what ever ...

Actually, it is.  The EL php53 package does not "Provide: php" so any
other package depending on that being present will fail to install
without force.  This may or may not be a show-stopper in any particular
environment.  There is also no php-mcrypt available in the base CentOS
updates and this is a matter that upstream will not fix; it is, however,
available from EPEL for those that need it.  There used to be a number
of other issues with the base php53 packages as supplied by TUV but
many, if not most, of these have been since resolved.  I no longer track
the issues as I've long since moved to IUS for php requirements.

As Brian pointed out earlier IUS is the go-to source for php53 / php54
packages that work.  Please see:

http://wiki.centos.org/AdditionalResources/Repositories

for more information.  There is also a yum-plugin-replace add-on from
IUS that will permit single transaction migration from stock php
packages to the IUS provided php53u packages.  Information is available
at the IUS website.





John
-- 
We're not ending the journey today, we're completing a chapter of a journey
that will never end.  Let's light this shuttle one more time ... and
witness this nation at its best.  The crew of Atlantis is ready to launch.

-- Atlantis Commander Chris Ferguson, just before the 11:29:29am EDT
   launch of STS-135, the final Space Shuttle mission, 8 July 2011


pgpjXz7HnLjVX.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 10:10 AM, Luigi Rosa wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Todd Cary said the following on 05/10/12 18:57:
>
>> Is there a "safe" way to upgrade PHP to 5.2x?
> rpm -q --all | grep php
>
> save the list of php packages
>
> stop httpd
>
> save /etc/php.ini, even if is renamed by rpm, but better have another copy,
> just in case
>
> remove all php packages
>
> yum install php53
>
> and then install the php53 packages you previously had
>
> apply the customizations of /etc/php.ini including the correct timezone (some
> php applications may complain if it is not set)
>
> start httpd
>
>
> I did this on 20+ servers when php53 was available. No problem at all.
>
>
>
> Ciao,
> luigi
>
> - -- 
> /
> +--[Luigi Rosa]--
> \
>
> The basic questions of design, material and shielding, in combining a
> nuclear reactor with a home boiler and cooling unit, no longer are
> problems... The system would heat and cool a home, provide unlimited
> household hot water, and melt the snow from sidewalks and driveways.
> All that could be done for six years on a single charge of fissionable
> material costing about $300.
> --Robert Ferry, U.S. Institute of Boiler and Radiator
>   Manufacturers, 1955
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
>
> iEYEARECAAYFAlBvFG0ACgkQ3kWu7Tfl6ZRWMACghtIfr16tKo8+xs6IzOyiuciS
> LK0AoIq4mdpoiH4Wdi3AwPiEKEHGgDz7
> =N9Tv
> -END PGP SIGNATURE-
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
>
Luigi -

I assume that after saving the php.ini I would

yum remove php

yum install php53

However, I am not sure what you mean by

and then install the php53 packages you previously had

I have been running PHP as it came with Centos 5.

Another question has to do with the GD library.  How can I tell 
if it is installed *or* is it automatically part of php35?

Oh yes...if there is a problem with php35, are there any problems 
in reinstalling php 5.1?

Many thanks

-- 
Ariste Software
Bend, OR 97702

http://www.aristesoftware.com


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


Re: [CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread m . roth
James B. Byrne wrote:
> On Fri, October 5, 2012 10:43, Phil Dobbin wrote:
>> m.r...@5-cent.us wrote:
>>> Nux! wrote:
 On 05.10.2012 14:31, Nux! wrote:
> On 05.10.2012 14:05, James B. Byrne wrote:
>
>> So what is it that I am missing?  What other step is required to
>> get my 'normal' gnome desktop with the utilities ans such displayed
>> in the title bar?
> Try:
> yum groupinstall "Desktop" "Desktop Platform" "General Purpose
> Desktop"
>
>>> 
>>> Yeah... they keep changing the group names, for no good reason
>>> AFAIK. For
>>> example, between 5 and 6, they changed KDE from "KDE (K Desktop
>>> Environment)" to  "KDE Desktop". Note that we groupinstall "X Window
>>> System" and Desktop, and *then* the KDE; I'd assume gnome was the
>>> same.

> yum groupinstall "Desktop" "Desktop Platform" "General Purpose Desktop"
>
> appears to have worked.  As I had already installed two of these I

Glad to hear it. I've not a clue why you need three seperate groups

> infer that the missing bit was "Desktop Platform".  Is there a purpose
> served by making the process of installing the gnome-desktop so
> opaque?  Not that it matters much to me for I am likely to be
> switching to kde once Redhat embraces Gnome3.  But it does seem

I had to deal with that on one user's Fedora. AUGHGHGHGHGH The "k3wl"
icons that only appear when you roll over them, and fade from transparent
to off

Must be fun, being a developer who's never worked anywhere "normal"

> There is one 'gotcha' however.  When I installed the three of these
> packages NetworkManager got turned on.  This evidently overrode the
> NM_CONTROLLED=NO configuration in the ifcfg files.

My manager and I have agreed that if I feel like, I can uninstall
NetworkManager. I have done so, with no problems.

But then, I always shut down avahi-daemon, and close the firewall hole for
it. I mean, in a wired environment, and it's a *server*?!

  mark

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


Re: [CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread James B. Byrne

On Fri, October 5, 2012 10:43, Phil Dobbin wrote:
> m.r...@5-cent.us wrote:
>
>> Nux! wrote:
>>> On 05.10.2012 14:31, Nux! wrote:
 On 05.10.2012 14:05, James B. Byrne wrote:

> So what is it that I am missing?  What other step is required to
> get
> my 'normal' gnome desktop with the utilities ans such displayed
> in
> the title bar?
 Try:
 yum groupinstall "Desktop" "Desktop Platform" "General Purpose
 Desktop"

 Btw, you can't really have "minimal" AND "gnome" ... :-)
>> 
>> Yeah... they keep changing the group names, for no good reason
>> AFAIK. For
>> example, between 5 and 6, they changed KDE from "KDE (K Desktop
>> Environment)" to  "KDE Desktop". Note that we groupinstall "X Window
>> System" and Desktop, and *then* the KDE; I'd assume gnome was the
>> same.
>>
>>mark, confirmed gnome disliker (and hater of gnome 3)
>
> If I require a minimal desktop in CentOS 6, I usually use the net
> install ISO & when the time comes, just select 'minimal desktop' &
> there's a small(ish) gnome desktop installed but without all the major
> cruft.
>
> Granted this minimal desktop does include Firefox but then again, if I
> want a desktop environment, I usually want Firefox.
>
yum groupinstall "Desktop" "Desktop Platform" "General Purpose Desktop"

appears to have worked.  As I had already installed two of these I
infer that the missing bit was "Desktop Platform".  Is there a purpose
served by making the process of installing the gnome-desktop so
opaque?  Not that it matters much to me for I am likely to be
switching to kde once Redhat embraces Gnome3.  But it does seem
needlessly convoluted.  I thought that the whole purpose of
groupinstall was to avoid this sort of peek-a-boo package selection.

Anyway, it is installed and working.  This is a temporary arrangement
as I intend to remove the desktop components from the kvm host OS once
I am finished.

There is one 'gotcha' however.  When I installed the three of these
packages NetworkManager got turned on.  This evidently overrode the
NM_CONTROLLED=NO configuration in the ifcfg files.

This is not a good thing when you have eth0 linked to a bridge and you
have a dhcp server somewhere on your lan.  I ended up with br0 having
one IP and eth0 having another, which had, shall we say, interesting
effects on connectivity.

Thank you for the help. I am very much afraid that I would never have
sorted this out on my own.

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Todd Cary said the following on 05/10/12 18:57:

> Is there a "safe" way to upgrade PHP to 5.2x?

rpm -q --all | grep php

save the list of php packages

stop httpd

save /etc/php.ini, even if is renamed by rpm, but better have another copy,
just in case

remove all php packages

yum install php53

and then install the php53 packages you previously had

apply the customizations of /etc/php.ini including the correct timezone (some
php applications may complain if it is not set)

start httpd


I did this on 20+ servers when php53 was available. No problem at all.



Ciao,
luigi

- -- 
/
+--[Luigi Rosa]--
\

The basic questions of design, material and shielding, in combining a
nuclear reactor with a home boiler and cooling unit, no longer are
problems... The system would heat and cool a home, provide unlimited
household hot water, and melt the snow from sidewalks and driveways.
All that could be done for six years on a single charge of fissionable
material costing about $300.
   --Robert Ferry, U.S. Institute of Boiler and Radiator
 Manufacturers, 1955
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBvFG0ACgkQ3kWu7Tfl6ZRWMACghtIfr16tKo8+xs6IzOyiuciS
LK0AoIq4mdpoiH4Wdi3AwPiEKEHGgDz7
=N9Tv
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Leon Fauster
Am 05.10.2012 um 18:58 schrieb Brian Mathis:
> On Fri, Oct 5, 2012 at 12:57 PM, Todd Cary  wrote:
>> A CMS package is telling me that I need PHP 5.2x, however yum update says 
>> that I am fully up to date.
>> Is there a "safe" way to upgrade PHP to 5.2x?
> 
> Take a look at the IUS package repo:
>   http://iuscommunity.org/pages/About.html
> 
> It's the one most people use to get PHP updates.  Stay away from the
> official "php53" packages distributed with CentOS, as they don't
> integrate well with many packages looking for php (it does not
> "provide" the "php" capability)



this is valid only if the cms is packaged. 

@Todd: Just to clarify - the functionality and reliability 
   of php53 is not restricted/"faulty" or what ever ...

--
LF

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Leon Fauster
Am 05.10.2012 um 18:57 schrieb Todd Cary:
> I am running Centos 5.8; at least
> 
> uname -rmi
> 
> gives me centos-release-5-8.el5.centos
> 
> A CMS package is telling me that I need PHP 5.2x, however yum 
> update says that I am fully up to date.
> 
> Is there a "safe" way to upgrade PHP to 5.2x?


yum remove php

yum install php53

--
LF

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


Re: [CentOS] PHP version dilemma

2012-10-05 Thread Brian Mathis
On Fri, Oct 5, 2012 at 12:57 PM, Todd Cary  wrote:
> I am running Centos 5.8; at least
> uname -rmi
> gives me centos-release-5-8.el5.centos
>
> A CMS package is telling me that I need PHP 5.2x, however yum
> update says that I am fully up to date.
>
> Is there a "safe" way to upgrade PHP to 5.2x?
>
> Todd


Take a look at the IUS package repo:
   http://iuscommunity.org/pages/About.html

It's the one most people use to get PHP updates.  Stay away from the
official "php53" packages distributed with CentOS, as they don't
integrate well with many packages looking for php (it does not
"provide" the "php" capability)


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


Re: [CentOS] dropbox

2012-10-05 Thread Leon Fauster
Am 05.10.2012 um 18:39 schrieb Andrei Rolando León Salas:
> i want to have dropbox in server, with my account, so i am the only one
> that can see my files. dropbox use Secure Sockets Layer (SSL) and AES-256
> bit encryption. so i thought was safe. and i can select wich folder to
> sych. like only sycn the www folder. so i simply copy and paste in my pc
> and is copied in server via dropbox. i like dropbox because i can ahve
> versions of file. so if i scrub some html file, i simply restore. thats
> what i want mean "have dropbox in server". its posible?


because this is a general question i suggest to ask this here:  

  https://forums.dropbox.com/

--
LF



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


[CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
I am running Centos 5.8; at least

uname -rmi

gives me centos-release-5-8.el5.centos

A CMS package is telling me that I need PHP 5.2x, however yum 
update says that I am fully up to date.

Is there a "safe" way to upgrade PHP to 5.2x?

Todd

-- 
Ariste Software
Bend, OR 97702

http://www.aristesoftware.com


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


Re: [CentOS] dropbox

2012-10-05 Thread Andrei Rolando León Salas
Message: 3
Date: Thu, 4 Oct 2012 12:55:46 -0400
From: m.r...@5-cent.us
Subject: Re: [CentOS] About dropbox
To: "CentOS mailing list" 
Message-ID: <607ac5fc98b9b8090a2b39fabba2241a.squir...@mail.5-cent.us>
Content-Type: text/plain;charset=utf-8

Andrei Rolando Le?n Salas wrote:
> Hello, i use dropbox to have a back up in my computer. Theres a way to
> have dropbox in server? and have www folder in dropbox? to use dropbox
instead
> ftp.

So, you don't mind if someone gets to look at your data? ftp has been
strongly deprecated for years.

And I don't understand your syntax: "have dropbox in server" - do you mean
back your stuff up on your server?

   mark


i want to have dropbox in server, with my account, so i am the only one
that can see my files. dropbox use Secure Sockets Layer (SSL) and AES-256
bit encryption. so i thought was safe. and i can select wich folder to
sych. like only sycn the www folder. so i simply copy and paste in my pc
and is copied in server via dropbox. i like dropbox because i can ahve
versions of file. so if i scrub some html file, i simply restore. thats
what i want mean "have dropbox in server". its posible?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 92, Issue 3

2012-10-05 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CEBA-2012:1334  CentOS 6 gnome-keyring Update (Johnny Hughes)
   2. CEEA-2012:1338  CentOS 6 tzdata Update (Johnny Hughes)
   3. CEBA-2012:1337  CentOS 6 systemtap Update (Johnny Hughes)
   4. CEBA-2012:1340 CentOS 6 perl-GSSAPI FASTTRACK Update
  (Johnny Hughes)
   5. CEBA-2012:1339  CentOS 6 file FASTTRACK Update (Johnny Hughes)


--

Message: 1
Date: Thu, 4 Oct 2012 18:53:43 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1334  CentOS 6 gnome-keyring
Update
To: centos-annou...@centos.org
Message-ID: <20121004185343.ga1...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1334 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1334.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
834ad2fc6f3d74700c5fc601b4298e7383b8eddd8e4e1aff7d6f3144361bfa76  
gnome-keyring-2.28.2-8.el6_3.i686.rpm
5f2e85812df807b7595444e66120286dcc713fa9e89b6fa3be5a58cefb713c87  
gnome-keyring-devel-2.28.2-8.el6_3.i686.rpm
3e297c34b0f7a304ffa607768609570554854d8fe095a72a510518821b6c3a75  
gnome-keyring-pam-2.28.2-8.el6_3.i686.rpm

x86_64:
834ad2fc6f3d74700c5fc601b4298e7383b8eddd8e4e1aff7d6f3144361bfa76  
gnome-keyring-2.28.2-8.el6_3.i686.rpm
1869fe23409b8bc0ea6211f1992e84cb10707b58e7e1b3d87a2db7dbbfad49d7  
gnome-keyring-2.28.2-8.el6_3.x86_64.rpm
5f2e85812df807b7595444e66120286dcc713fa9e89b6fa3be5a58cefb713c87  
gnome-keyring-devel-2.28.2-8.el6_3.i686.rpm
bd2e9b7940179afde7368bbc1d5d79064e4b50c7f5b9dbf2b0f60aec1b884651  
gnome-keyring-devel-2.28.2-8.el6_3.x86_64.rpm
3e297c34b0f7a304ffa607768609570554854d8fe095a72a510518821b6c3a75  
gnome-keyring-pam-2.28.2-8.el6_3.i686.rpm
3434eae0d56a0b446827f46c8b2c1649772613bae3211bed38d4ce21f56fc992  
gnome-keyring-pam-2.28.2-8.el6_3.x86_64.rpm

Source:
570a53399d7612d6898f5afbc8a93422b8c0208bc8d8e2d356fa5b6e0881c9c2  
gnome-keyring-2.28.2-8.el6_3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 2
Date: Thu, 4 Oct 2012 18:54:04 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEEA-2012:1338  CentOS 6 tzdata Update
To: centos-annou...@centos.org
Message-ID: <20121004185404.ga1...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Enhancement Advisory 2012:1338 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2012-1338.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
014b6b2ef2b4750c086d061ef6db6aa6a62b64004d01fd89b0b8174725f8babf  
tzdata-2012f-1.el6.noarch.rpm
c80dfb4483cdec155c951b51dce37d3800b8fa59c3585b611a1d7292cd1b9c40  
tzdata-java-2012f-1.el6.noarch.rpm

x86_64:
7c597e0c86d37857826733b94d8e5d4ca2928d0bf7cbc9480967b1450f676a49  
tzdata-2012f-1.el6.noarch.rpm
49c187d4818ca21b7bc461a8e63fdf173bc5d2825ccef4fa423c83e29919d06b  
tzdata-java-2012f-1.el6.noarch.rpm

Source:
0d0cd5c2202b295989580fd786dc587f7c9763ede8712e4fe7a3a2c7e406bb75  
tzdata-2012f-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 3
Date: Thu, 4 Oct 2012 18:54:28 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1337  CentOS 6 systemtap Update
To: centos-annou...@centos.org
Message-ID: <20121004185428.ga1...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1337 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1337.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
78e4e7183cabb6a0f708f24c57a8c4aaeed1d6e564aa49d4e4c85cce9fa1efa2  
systemtap-1.7-5.el6_3.1.i686.rpm
c3e874e4ac0eb033bacb5b3b1d569a070f123f057c2c9598f14e6cd4899be026  
systemtap-client-1.7-5.el6_3.1.i686.rpm
810b9f059205510925460cfc6fbb7b93a86acb631c8037b9e0df58bcd88dce18  
systemtap-devel-1.7-5.el6_3.1.i686.rpm
017617af799c8b27832c1823db37c1f48154da43667a6183cdc195f2a7e8c034  
systemtap-grapher-1.7-5.el6_3.1.i686.rpm
4c160c477f55be5969781e357f948638629c9a8f57b17cf1aa98b15dbb4de7bb  
systemtap-initscript-1.7-5.el6_3.1.i686.rpm
bc64d58a9ea07e7f9abbce361a123c23e51af112b924dfdce34155c8581d  
systemtap-runti

Re: [CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread Phil Dobbin
m.r...@5-cent.us wrote:

> Nux! wrote:
>> On 05.10.2012 14:31, Nux! wrote:
>>> On 05.10.2012 14:05, James B. Byrne wrote:
>>>
 So what is it that I am missing?  What other step is required to get
 my 'normal' gnome desktop with the utilities ans such displayed in
 the title bar?
>>> Try:
>>> yum groupinstall "Desktop" "Desktop Platform" "General Purpose
>>> Desktop"
>>>
>>> Btw, you can't really have "minimal" AND "gnome" ... :-)
> 
> Yeah... they keep changing the group names, for no good reason AFAIK. For
> example, between 5 and 6, they changed KDE from "KDE (K Desktop
> Environment)" to  "KDE Desktop". Note that we groupinstall "X Window
> System" and Desktop, and *then* the KDE; I'd assume gnome was the same.
> 
>mark, confirmed gnome disliker (and hater of gnome 3)

If I require a minimal desktop in CentOS 6, I usually use the net
install ISO & when the time comes, just select 'minimal desktop' &
there's a small(ish) gnome desktop installed but without all the major
cruft.

Granted this minimal desktop does include Firefox but then again, if I
want a desktop environment, I usually want Firefox.

Cheers,

  Phil...

-- 
currently (ab)using
CentOS 6.3, Debian Squeeze, Fedora Beefy, OS X Snow Leopard, Ubuntu Precise




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread m . roth
Nux! wrote:
> On 05.10.2012 14:31, Nux! wrote:
>> On 05.10.2012 14:05, James B. Byrne wrote:
>>
>>> So what is it that I am missing?  What other step is required to get
>>> my 'normal' gnome desktop with the utilities ans such displayed in
>>> the title bar?
>>
>> Try:
>> yum groupinstall "Desktop" "Desktop Platform" "General Purpose
>> Desktop"
>>
>> Btw, you can't really have "minimal" AND "gnome" ... :-)
>

Yeah... they keep changing the group names, for no good reason AFAIK. For
example, between 5 and 6, they changed KDE from "KDE (K Desktop
Environment)" to  "KDE Desktop". Note that we groupinstall "X Window
System" and Desktop, and *then* the KDE; I'd assume gnome was the same.

   mark, confirmed gnome disliker (and hater of gnome 3)

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


Re: [CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread Nux!
On 05.10.2012 14:31, Nux! wrote:
> On 05.10.2012 14:05, James B. Byrne wrote:
>
>> So what is it that I am missing?  What other step is required to get
>> my 'normal' gnome desktop with the utilities ans such displayed in
>> the
>> title bar?
>
> Try:
> yum groupinstall "Desktop" "Desktop Platform" "General Purpose 
> Desktop"
>
> Btw, you can't really have "minimal" AND "gnome" ... :-)

Also, make sure you install "gdm" and "gdm-user-switch-applet" if you 
want a graphical login manager. /etc/inittab default runlevel needs to 
be 5.
-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread Nux!
On 05.10.2012 14:05, James B. Byrne wrote:

> So what is it that I am missing?  What other step is required to get
> my 'normal' gnome desktop with the utilities ans such displayed in 
> the
> title bar?

Try:
yum groupinstall "Desktop" "Desktop Platform" "General Purpose Desktop"

Btw, you can't really have "minimal" AND "gnome" ... :-)

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Installing a gnome-desktop on CENTOS-6.3 following minimal system install.

2012-10-05 Thread James B. Byrne

I am still trying without much success to get a desktop on my minimal
+ virtualization install of a CentOS-6.3 kvm host.  When I run startx
I get a desktop but other than the icons for computer, home and trash
there is nothing displayed.  I can right click the mouse and from
there I can open a terminal window and creat a folder on the desktop
but I have no title bar and no status bar.  There are no drop down
menus for applications, system or anything else.

This is the content of my env:

env | sort
_=/bin/env
COLORTERM=gnome-terminal
CVS_RSH=ssh
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-tComprYFWO,guid=d2919a7fcf4b75fd97d539fe0062
DISPLAY=:0.0
G_BROKEN_FILENAMES=1
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GNOME_KEYRING_SOCKET=/tmp/keyring-Q8NLAk/socket
GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
HISTCONTROL=ignoredups
HISTSIZE=1000
HOME=/root
HOSTNAME=vhost04.hamilton.harte-lyne.ca
LANG=en_US.UTF-8
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=root
LS_COLORS=.  .  . *.xspf=01;36:
MAIL=/var/spool/mail/root
ORBIT_SOCKETDIR=/tmp/orbit-root
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
PWD=/root/Desktop
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2690,unix/unix:/tmp/.ICE-unix/2690
SHELL=/bin/bash
SHLVL=3
SSH_AGENT_PID=2691
SSH_AUTH_SOCK=/tmp/keyring-Q8NLAk/socket.ssh
TERM=xterm
USER=root
WINDOWID=29365969
WINDOWPATH=7
XAUTHORITY=/root/.Xauthority
XDG_SESSION_COOKIE=2a071ee033f2806e361d3a130010-1349440548.28361-792141036

I have installed the following packages via yum:

reinstall gnome-desktop-2.28.2-9.el6.centos.x86_64
install   gdm-1:2.30.4-33.el6_2.x86_64
groupinstall  "x window system"
groupinstall  "general purpose desktop"
install   gnome-desktop

ps shows these active processes that appear to pertain to the window
session:

root  2651  2623  0 08:35 tty1 00:00:00 /bin/sh /usr/bin/startx
root  2667  2651  0 08:35 tty1 00:00:00 xinit
/etc/X11/xinit/xinitrc --
/usr/bin/X :0 -auth /root/.serverauth.2651
root  2668  2667  1 08:35 tty7 00:00:20 /usr/bin/X :0 -auth
/root/.serve
rauth.2651
root  2674  2667  0 08:35 ?00:00:00
/usr/bin/ck-xinit-session /usr/b
in/ssh-agent /etc/X11/xinit/Xclients
root  2681 1  0 08:35 ?00:00:00 dbus-launch
--sh-syntax --exit-w
ith-session
root  2682 1  0 08:35 ?00:00:01 /bin/dbus-daemon
--fork --print-
pid 5 --print-address 7 --session
root  2690  2674  0 08:35 ?00:00:00 /usr/bin/gnome-session
root  2691  2690  0 08:35 ?00:00:00 /usr/bin/ssh-agent
/etc/X11/xini
t/Xclients
root  2698 1  0 08:35 ?00:00:00
/usr/libexec/devkit-power-daemon
root  2721 1  0 08:35 ?00:00:00
/usr/libexec/gnome-settings-daem
on
root  2724 1  0 08:35 ?00:00:00 seahorse-daemon
root  2725 1  0 08:35 ?00:00:00 gnome-keyring-daemon
--start
root  2729 1  0 08:35 ?00:00:00 /usr/libexec/gvfsd
root  2735 1  0 08:35 ?00:00:00
/usr/libexec//gvfs-fuse-daemon /
root/.gvfs
root  2745  2690  0 08:35 ?00:00:01 metacity
root  2756  2690  0 08:35 ?00:00:02 nautilus
root  2759  2690  0 08:35 ?00:00:00 gnome-power-manager
root  2763  2690  0 08:35 ?00:00:00
gnome-volume-control-applet
root  2764  2690  0 08:35 ?00:00:00
/usr/libexec/gdu-notification-da
emon
root  2767  2690  0 08:35 ?00:00:00
/usr/libexec/polkit-gnome-authen
tication-agent-1
root  2770 1  0 08:35 ?00:00:00
/usr/libexec/udisks-daemon
root  2773  2690  0 08:35 ?00:00:00 bluetooth-applet
root  2775 1  0 08:35 ?00:00:00
/usr/libexec/polkit-1/polkitd
root  2776  2770  0 08:35 ?00:00:00 udisks-daemon: polling
/dev/sr0
root  2784 1  0 08:35 ?00:00:00 /usr/sbin/restorecond -u
root  2786 1  0 08:35 ?00:00:00
/usr/libexec/gvfsd-trash --spawn
er :1.8 /org/gtk/gvfs/exec_spaw/0
root  2788 1  0 08:35 ?00:00:00
/usr/libexec/gvfs-gdu-volume-mon
itor
root  2790 1  0 08:35 ?00:00:00
/usr/libexec/gvfs-gphoto2-volume
-monitor
root  2792 1  0 08:35 ?00:00:00
/usr/libexec/gvfs-afc-volume-mon
itor
root  2798 1  0 08:35 ?00:00:00
/usr/libexec/gvfsd-burn --spawne
r :1.8 /org/gtk/gvfs/exec_spaw/1
root  2801 1  0 08:36 ?00:00:00
/usr/libexec/gvfsd-computer --sp
awner :1.8 /org/gtk/gvfs/exec_spaw/2
root  2805 1  0 08:36 ?00:00:00
/usr/libexec/gvfsd-metadata
root  2821 1  0 08:37 ?00:00:03
/usr/bin/gnome-terminal -x /bin/
sh -c cd '/root/Desktop' && exec $SHELL
root  2822  2821  0 08:37 ?00:00:00 gnome-pty-helper
root  2823  2821  0 08:37 pts/000:00:00 /bin/bash
root  2841 1  0 08:37 ?00:00:00 seahorse-daemon

So what is it that I am missing?  What other step is required to get
my 'normal' gnome desktop with the utilities ans such display

Re: [CentOS] gnome-desktop on Centos-6.3

2012-10-05 Thread Nicolas Thierry-Mieg
James B. Byrne wrote:
>
> On Thu, October 4, 2012 10:55, m.r...@5-cent.us wrote:
> e change in behaviour.
>>
>> Sounds almost like you've got twm running. You might need to switch
>> window managers.
>>
>
> There is however, not even the minimal title bar that twm is supposed
> to provide, or has that been configured out ib the default X-Windows
> install?
>
> In any case, how do I switch this to default to gdm for all users?

you're starting in runlevel 5 in /etc/inittab right?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread John R Pierce
On 10/05/12 2:30 AM, John R Pierce wrote:
> On 10/05/12 1:53 AM, adekoya adekunle wrote:
>> >how to install phpmyadmin on centos 6.3 ?
> assuming you want to use postgresql 9.1 on a 64bit CentOS 6.x system
> with phpPgAdmin..

wait, ignore this.   I thought I was on the postgres list and that read 
phpPGadmin, not myadmin.   its 2:30am here, and I'm tired. zz






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


Re: [CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread John R Pierce
On 10/05/12 2:15 AM, Tony Mountifield wrote:
>> I would appreciate your kind and timely response on this.
> This is a community list - we are not obliged to do "timely"

indeed, that almost made it sound like a RFQ [*]  for a contract.



[*] Request for Quotation

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


Re: [CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread John R Pierce
On 10/05/12 1:53 AM, adekoya adekunle wrote:
> how to install phpmyadmin on centos 6.3 ?

assuming you want to use postgresql 9.1 on a 64bit CentOS 6.x system 
with phpPgAdmin...

# rpm -Uvh 
http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/pgdg-centos91-9.1-4.noarch.rpm
...
# yum install postgresql91-server postgresql91-contrib phpPgAdmin
...
# chkconfig postgresql-9.1 on
# service postgresql-9.1 initdb
## (tweak /var/lib/pgsql/9.1/postgresql.conf and pg_hba.conf to suit [*])
# service postgresql-9.1 start
# su - postgres
$ createuser --superuser -P username
(enter a password for this new sql user at the prompt)
$ createdb -O username username
$ ^D
# service httpd start   ## or reload if its already running


now, on that server, http://localhost/phpPgAdmin   should get you 
phpPgAdmin initially connect to localhost:5432 as user username to 
database username with the password you gave above.   you'll need to 
tweak /etc/httpd/conf.d/phpPgAdmin.conf  to enable access from other 
hosts and reload httpd.




[*] in particular, change pg_hba.conf to read like...

# TYPE  DATABASEUSERADDRESS METHOD

# "local" is for Unix domain socket connections only
local   all postgrespeer
local   all all md5
# IPv4 local connections:
hostall all 127.0.0.1/32md5
# IPv6 local connections:
hostall all ::1/128 md5
# host  all all   x.y.z.w/24 md5 # 
uncomment this line and change to your subnet if you want LAN 
connections to postgres


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


Re: [CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread Tony Mountifield
In article ,
adekoya adekunle  wrote:
> Hi guys,
> 
> Pls I need good and working instructions on how to install phpmyadmin on
> centos 6.3 ?

http://lmgtfy.com/?q=installing+phpmyadmin+on+centos

> I would appreciate your kind and timely response on this.

This is a community list - we are not obliged to do "timely", although
most of us try to do "kind".

Cheers
Tony
-- 
Tony Mountifield
Work: t...@softins.co.uk - http://www.softins.co.uk
Play: t...@mountifield.org - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread John Doe
From: adekoya adekunle 
> Pls I need good and working instructions on how to install phpmyadmin on
> centos 6.3 ?
> I would appreciate your kind and timely response on this.

I kindly and timely suggest you go look in phpmyadmin's download section.
Hint: they have a distributions section.
Then, I suggest the phpmyadmin documentation.

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


[CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread adekoya adekunle
Hi guys,

Pls I need good and working instructions on how to install phpmyadmin on
centos 6.3 ?

I would appreciate your kind and timely response on this.


regards

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