Curiouser and curioser... Both the local host and the computer name are now "trial", and the hard disk name is now "tt", so there are no remnants of "Santa's MacBook" anywhere AFAICS. I've run OnyX to clean the system caches (boot, kernel and extensions, CUPS jobs (not related to this issue, but I thought why not), and "other system components") and restarted.
And the inetTester <https://github.com/thoeni/inetTester> *STILL* returns "Santa's MacBook Pro.local" after the 5s time lag!!! I'm wondering if perhaps there is a gremlin in that string, since in stepping through the library code starting at InetAddress.getLocalHost().getHostName(), the *only* place it lags is a call to StringCoding.encode() from String.getBytes(), which wants to encode "Santa's MacBook Pro.local" in UTF-8. And it just so happens to lag for about 5s... But how on earth do I get the string to actually reflect current reality???? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
