Re: [Server-devel] EduBlog: Issue Posting to Blogger from Venango (XS 163)

2008-07-16 Thread Tony Pearson
Tarun,
Why does git-pull work on your /home/tarun directory but not the main 
directory.  Does git-pull written in PHP itself?

PHP is not part of the standard XS-163 build.  I did a standard yum 
install php and also got php-gd and php-xml.  This is at 5.2.4 level. 
 I can download the latest php-5.2.6 source, recompile it with the options 
you need.  However, this means that I have to uninstall the current php, 
so the Web site must be down for this.  I see from who command that you 
are logged on, so can wait until you are off before I do this. 

Please advise.





Tony Pearson
Senior Storage Consultant, IBM System Storageā„¢
Telephone: +1 520-799-4309 |  tie 321-4309 |  Cell: +1 520 990-8669
email: [EMAIL PROTECTED] |  GSA: http://tucgsa.ibm.com/~tpearson
Blog: http://www.ibm.com/developerworks/blogs/page/InsideSystemStorage
AKA: 990tony Paravane, eightbar specialist 






Tarun Pondicherry [EMAIL PROTECTED] 
07/15/2008 11:49 PM

To
Tony Pearson/Tucson/[EMAIL PROTECTED], Martin Langhoff [EMAIL PROTECTED]
cc
Glen [EMAIL PROTECTED], Greg [EMAIL PROTECTED], Greg Smith 
[EMAIL PROTECTED], marcel r [EMAIL PROTECTED], Pablo Flores 
[EMAIL PROTECTED], Said Ramirez [EMAIL PROTECTED], Samuel Klein 
[EMAIL PROTECTED], server-devel@lists.laptop.org
Subject
Re: EduBlog: Issue Posting to Blogger from Venango (XS 163)






Hi Tony, Martin,

Tony:
Glen told me nothing is blocked in PA.  I've tracked the problem to our 
php install, so my initial suspicion was wrong.  PHP was compiled with 
--disable-dom, but that is required for the GData lib to operate.  I 
tried to find how to install it manually, but so far my searching has 
only turned up that it is part of the php core and no install is required.

Martin:
I'm wondering if this has to do with the set up of the school server.  I 
think php is part of the xs build (can't find the exact page, but 
remember seeing it somewhere).  If so, is there a reason for disabling 
this extension?

Thanks,
Tarun

Tony Pearson wrote:

 Tarun,
 Yes, firewall is enabled as part of the standard XS-163 install.   I 
 opened up ports for HTTP, HTTPS, SSH.Nobody mentioned 443 as a 
 port that needs to be opened, and I don't know what changes to make to 
 make that happen.However, the blocking should be incoming not 
 outgoing, so perhaps Glen has additional filtering/blocking in Oil 
 City, PA where the machine is located.  Glen? 


image/jpeg___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] EduBlog: Issue Posting to Blogger from Venango (XS 163)

2008-07-16 Thread Tony Pearson
Tarun,
Ok, I restarted httpd and confirmed DOM/XML is enabled. 


Yes, if you get bumped off the system, it will appear you are logged in 
when perhaps you are not.  In my case, I am using wireless at the Le 
Meridian hotel in Mumbai, so it happened to me today.  When I came back 
in, I saw that I was logged in twice.  I could tell that one was much 
older than the other, and used kill to delete it.  I don't understand 
why 'wall' and 'write' don't reach you on your SSH client, can you issue 
mesg and verify that it responds is y?

D:\ssh [EMAIL PROTECTED]
Enter passphrase for key '/home/Administrator/.ssh/id_dsa':
Last login: Wed Jul 16 05:38:07 2008 from 203.199.55.210

Welcome to Edublog - an OLPC School Server: XS-163
[XS-tony ~]$ who
tony pts/02008-07-16 07:43 (124.30.244.228)
tony pts/22008-07-16 05:38 (203.199.55.210)
tarunpts/32008-07-16 07:35 (124.123.65.230)
[XS-root ~]# ps ax | grep tony
 4696 ?S  0:00 sshd: tony [priv]
 4698 ?S  0:00 sshd: [EMAIL PROTECTED]/2
 4863 ?S  0:00 sshd: tony [priv]
 4865 ?S  0:00 sshd: [EMAIL PROTECTED]/0
 4966 pts/0S  0:00 grep tony
[XS-root ~]# kill 4698
[XS-root ~]# ps ax | grep tony
 4863 ?S  0:00 sshd: tony [priv]
 4865 ?S  0:00 sshd: [EMAIL PROTECTED]/0
 4968 pts/0S  0:00 grep tony
[XS-root ~]# who
tony pts/02008-07-16 07:43 (124.30.244.228)
tarunpts/32008-07-16 07:35 (124.123.65.230)
[XS-root ~]# exit
[XS-tony ~]$ mesg
is y

Thanks




Tony Pearson
Senior Storage Consultant, IBM System Storageā„¢
Telephone: +1 520-799-4309 |  tie 321-4309 |  Cell: +1 520 990-8669
email: [EMAIL PROTECTED] |  GSA: http://tucgsa.ibm.com/~tpearson
Blog: http://www.ibm.com/developerworks/blogs/page/InsideSystemStorage
AKA: 990tony Paravane, eightbar specialist 






Tarun Pondicherry [EMAIL PROTECTED] 
07/16/2008 04:32 AM

To
Tony Pearson/Tucson/[EMAIL PROTECTED]
cc
Glen [EMAIL PROTECTED], Greg [EMAIL PROTECTED], Greg Smith 
[EMAIL PROTECTED], marcel r [EMAIL PROTECTED], Martin Langhoff 
[EMAIL PROTECTED], Pablo Flores [EMAIL PROTECTED], Said 
Ramirez [EMAIL PROTECTED], server-devel@lists.laptop.org, Samuel 
Klein [EMAIL PROTECTED]
Subject
Re: EduBlog: Issue Posting to Blogger from Venango (XS 163)






Hi Tony,

I don't think that php-xml was there before.  I looked at php and the 
dom.so file does exist in the modules folder.  This may have been from 
the recent yum install php-xml I ran  (it did install a package).  I 
think we should try a webserver restart and see if php detects it.

git-pull works fine in /var/www/html/test.  I am not sure why there were 
problems before, but it likely had nothing to do with our server.

I'm not sure why it looked like I was online.  Perhaps it is because I 
was unable to run logout? (Power randomly went out).

Thanks,
Tarun

Tony Pearson wrote:

 Tarun,
 Why does git-pull work on your /home/tarun directory but not the 
 main directory.  Does git-pull written in PHP itself?

 PHP is not part of the standard XS-163 build.  I did a standard yum 
 install php and also got php-gd and php-xml.  This is at 5.2.4 
 level.  I can download the latest php-5.2.6 source, recompile it with 
 the options you need.  However, this means that I have to uninstall 
 the current php, so the Web site must be down for this.  I see from 
 who command that you are logged on, so can wait until you are off 
 before I do this. 

 Please advise. 


image/gifimage/jpeg___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel