Eirik Øverby

Results 25 comments of Eirik Øverby

If you do crack the code open to implement this, can I also have a -nsLinkWithoutStart or something? So when it lists subnamespaces, the links should be without ':start'.. Want...

Anything I can do to help with this (except writing code..)?

Anything we mere users can do to bump this one? It would be *really* nice to see.

No, it would simply mean talking to an SMTP or IMAP server and authenticating against it. Successful authentication would trigger creation of a barebone account with the default settings. It...

@rickbergfalk No, we've been able to avoid that for 15 years, not going to start now :) On a serious note; there is no inherent security issue in doing it...

Can't the mysql hook (or any other hook) be specified several times, with different dsn and a different list of filesystems? About the multiple pools: Using channel programs won't help...

I *think* I did it right; also added the same fix for non-TLS server entries. Since I'm not terribly familiar with this another set of eyes would be useful. Also...

Right, now I think I see why it's failing the tests. My original patch used the top level error_log_severity; it did not introduce this as a setting for servers. Hence...

The following change to `templates/server/server_ssl_header.erb` does the trick; probably needed in other templates too: ```diff - error_log /ssl-.error.log; + error_log /ssl-.error.log ; ```

Hi, that value was 0, and no wonder - I'm running bhyve inside a jail. And since vm init seems to ignore any errors from the sysctl command, I had...