CentOS 7: Want a functional loggerhead
Kevin R. Bulgrien
kevin.bulgrien at freedomcte.com
Fri Sep 11 16:37:09 UTC 2015
> -----Original Message-----
> From: Richard Wilbur [mailto:richard.wilbur at gmail.com]
> Sent: Friday, September 11, 2015 10:13 AM
>
> On Wed, Sep 9, 2015 at 5:00 PM, Kevin R. Bulgrien
> <kevin.bulgrien at freedomcte.com> wrote:
> [...]
> >> $ cat /etc/redhat-release && /home/app/bin/serve-branches ~/bzr/blah
> >> CentOS Linux release 7.1.1503 (Core)
> >> DEBUG:paste.httpserver.ThreadPool:Started new worker 139704170727168:
> >> Initial
> >> worker pool
> >> <snip />
> >> serving on 0.0.0.0:8080 view at http://127.0.0.1:8080
> >>
> >> $ lynx http://localhost:8080/
> >> Alert!: HTTP/1.0 404 Not Found
> >>
> >> $ cat serve-branches.log
> >> 2015-09-09 17:15:25,908 INFO loggerhead: 127.0.0.1 - -
> >> [09/Sep/2015:17:15:25 -0500] "GET / HTTP/1.0" 404 - "-" "Lynx/2.8.8dev.15
> >> libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.0.1e-fips"
> >>
> >> Note the absence of the additional log entries related to repository
> >> browsing.
> >>
> >> The ~/.bzr.log does not have anything for this timeframe.
>
> Did you create user 'bzr' and pull the 'blah' branch into ~/bzr/blah
> on the CentOS 7 machine?
The original e-mail documents the bzr command. No, I didn't 'pull',
I did 'checkout' and used the same procedure that worked on the
CentOS 6 system where loggerhead functioned just fine.
$ mkdir ~/bzr
$ bzr checkout /home/data/bzr/project/blah blah
$ ls ~/bzr/blah/.bzr
branch branch-format branch-lock checkout README repository
$ serve-branches ~/bzr/blah
I realize it is weird to check out on the same server as the repo, but
I am using the same procedure I used on a remote server to minimize
the differences to use of the bzr+ssh protocol to access the repo.
$ bzr checkout bzr+ssh://kbulgrien@bzrserver/home/data/bzr/project/blah blah
Kevin R. Bulgrien
More information about the bazaar
mailing list