On Wed, Nov 23, 2011 at 11:44:56AM -0500, Jim Pingle wrote:
> On 11/23/2011 11:09 AM, Eugen Leitl wrote:
> > I did see something like that. Just repeated the 
> > above, and it seems the last sync did succeed:
> > 
> > #  pfSsh.php playback gitsync master
> > 
> > Starting the pfSense shell system...............
> > 
> > ===> Checking out master
> > ===> Fetching updates...
> > ===> Installing new files...
> > ===> Removing FAST-CGI temporary files...
> > ===> Upgrading configuration (if needed)...
> > ===> Configuring filter...
> > ===> Running /etc/rc.php_ini_setup...
> > ===> Locking down the console if needed...
> > ===> Signaling PHP and Lighty restart...
> > ===> Checkout complete.
> > 
> > Your system is now sync'd and PHP and Lighty will be restarted in 5 seconds.
> > 
> > I'm still getting the error whenever I click on the pfSense home
> > button at the left top.
> 
> It should be listing something under "fetching updates" (like it did on
> mine) if there were new commits.
> 
> Out of curiosity, compare the output of the following commands to what I
> see:
> 
> # cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO
> # grep url .git/config
>         url = git://github.com/bsdperimeter/pfsense.git
> # git log -1
> commit 34d0f40c407de2d5ac37209314d7d4570626aa9e
> Author: jim-p <j...@pfsense.org>
> Date:   Wed Nov 23 10:56:41 2011 -0500
> 
>     Clear the PHP errors when 'no' is pressed also.

Ah, finally. I had the wrong git depository:

# grep url .git/config
        url = https://github.com/smos/pfsense-ipv6.git
# vi .git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = git://github.com/bsdperimeter/pfsense.git
[branch "master"]
        remote = origin
        merge = refs/heads/master

Fixed and updated, and it checks clean now:

# cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO
# grep url .git/config
        url = git://github.com/bsdperimeter/pfsense.git
# git log -1
commit 34d0f40c407de2d5ac37209314d7d4570626aa9e
Author: jim-p <j...@pfsense.org>
Date:   Wed Nov 23 10:56:41 2011 -0500

    Clear the PHP errors when 'no' is pressed also.


Thanks!

-- 
Eugen* Leitl <a href="http://leitl.org";>leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com http://postbiota.org
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE
_______________________________________________
List mailing list
List@lists.pfsense.org
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to