You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Shane Curcuru <as...@shanecurcuru.org> on 2017/06/08 14:54:32 UTC

Local SVN error E170001; also proposed public-orgchart

Two questions:

- Can someone test my new branch?  I can't test locally, and I don't
want it auto-deployed until we know it doesn't display any private data.

https://github.com/apache/whimsy/blob/public-orgchart/www/docs/orgchart.cgi

- My local SVN checkouts can no longer be accessed by whimsy.  Going to
http://whimsy.local/status/svn shows this error for all private repos:

svn: E170001: OPTIONS of
'https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/bin':
authorization failed: Could not authenticate to server: rejected Basic
challenge (https://svn.apache.org)

I don't know what's changed; I certainly didn't change anything on
purpose.

The only unusual behavior was that recently when associating with new
wifi APs, my OSX 10.11.6 would not be able to save the new password in
the keychain because it couldn't access the "passenger" keychain.  I'm
wondering if some of the whimsy local server setup somehow mixed up my
local keychains.

-- 

- Shane
  https://www.apache.org/foundation/marks/resources

Re: Local SVN error E170001; also proposed public-orgchart

Posted by Sam Ruby <ru...@intertwingly.net>.
On Thu, Jun 8, 2017 at 10:54 AM, Shane Curcuru <as...@shanecurcuru.org> wrote:
> Two questions:
>
> - Can someone test my new branch?  I can't test locally, and I don't
> want it auto-deployed until we know it doesn't display any private data.
>
> https://github.com/apache/whimsy/blob/public-orgchart/www/docs/orgchart.cgi

Not sure what you wanted tested, but when I click on Assistant Secretary, I get:

#<NoMethodError: undefined method `key?' for nil:NilClass>
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:102:in `block (6
levels) in emit_role'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:101:in `block (5
levels) in emit_role'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:69:in `block (4
levels) in emit_role'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:65:in `each'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:65:in `block (3
levels) in emit_role'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:64:in `block (2
levels) in emit_role'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:63:in `block in emit_role'
  /Users/rubys/git/whimsy/lib/whimsy/asf/themes.rb:127:in `block in
_whimsy_panel_table'
  /Users/rubys/git/whimsy/lib/whimsy/asf/themes.rb:118:in `_whimsy_panel_table'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:57:in `emit_role'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:164:in `block (3
levels) in <main>'
  /Users/rubys/git/whimsy/lib/whimsy/asf/themes.rb:235:in `block (3
levels) in _whimsy_body'
  /Users/rubys/git/whimsy/lib/whimsy/asf/themes.rb:234:in `block (2
levels) in _whimsy_body'
  /Users/rubys/git/whimsy/lib/whimsy/asf/themes.rb:233:in `block in
_whimsy_body'
  /Users/rubys/git/whimsy/lib/whimsy/asf/themes.rb:192:in `_whimsy_body'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:135:in `block (2
levels) in <main>'
  /Users/rubys/git/whimsy/www/docs/orgchart.cgi:134:in `block in <main>'

> - My local SVN checkouts can no longer be accessed by whimsy.  Going to
> http://whimsy.local/status/svn shows this error for all private repos:
>
> svn: E170001: OPTIONS of
> 'https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/bin':
> authorization failed: Could not authenticate to server: rejected Basic
> challenge (https://svn.apache.org)
>
> I don't know what's changed; I certainly didn't change anything on
> purpose.

Accessing (as in read) local checkouts should not require server authentication.

> The only unusual behavior was that recently when associating with new
> wifi APs, my OSX 10.11.6 would not be able to save the new password in
> the keychain because it couldn't access the "passenger" keychain.  I'm
> wondering if some of the whimsy local server setup somehow mixed up my
> local keychains.

I'm fairly ignorant on OS/X keychains, as in I haven't used them as of yet.

> --
>
> - Shane
>   https://www.apache.org/foundation/marks/resources

- Sam Ruby