On Sat, Sep 01, 2018 at 10:46:02PM -0500, Bruce Dubbs via blfs-dev wrote:
> On 09/01/2018 07:38 PM, Ken Moffat via blfs-dev wrote:
> > 
> 
> http://www.linuxfromscratch.org/lfs/view/stable/chapter06/util-linux.html
> 
> First instruction.
> 

Thanks.  For some reason I commented it when applying the changes of
r11437 (remove symlinks in sysv book) to my own scripts.
> 
> > 2. Unable to serve files with apache.
> > 
> > I screwed up the configuration (used to serve from /raid/www/ on my
> > old test server, but /raid doesn't exist here.  Edited the configu
> > to use /srv/www/books/ and set that, and the directories within it,
> > to 755 all the way down.  Rebooted, but trying to browse to
> > localhost, or to this machine from a desktop, still gets 403.
> 
> Shouldn't have to reboot: '/etc/init.d/httpd restart' should do it
> 
> Did you look at /var/log/httpd/*.log ?  Sounds like a permissions problem to
> me, but it could be configuration.
> 

Didn't need to reboot for that part, but wanted to for other
reasons.  Yes, I did look at the error log, but all it said was
client denied by server configuration /srv/www/books.

I think I'll rebuild apache (my subsequent configuration changes
things) and then run my updated configuration.

> > 3. Cannot use svn+ssh to lfs - I've copied the keys from the old
> > test server (same as on my real server), and copied an old version
> > of the BLFS repo (from a few months ago).  But svn up fails.
> > 
> > This latter seems critical - no point in me updating.
> > 
> > Sorry to not have time to find this out until we've released.
> 
> Just get 'ssh higgs.linuxfromscratch.org' to work.  That's what svn is doing
> under the hood (bonnet?).
> 
> That should really only rely on what is in ~/.ssh
> 
> In ~/,ssh/config. I have:
> 
> # Global
> 
> ServerAliveInterval 45
> ServerAliveCountMax 10
> Protocol 2
> IdentityFile ~/.ssh/<key name>
> 
> Host *.linuxfromscratch.org
> User <logname>
> 
>   -- Bruce
> 
Thanks!  I'd forgotten about ~/.ssh (on my desktop machines I only
normally ssh to my local server).

ĸen
-- 
                     Also Spuke Zerothruster
                                     (Finnegans Wake)
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to