Michael Osipov

Results 968 comments of Michael Osipov

Merged, thanks. For the next PR please allow pushing to your fork.

> Thanks! I actually did have a look, but was unsuccessful in reproducing the issue in a maven-invoker IT. I will have another look when time permits and send another...

I honestly would drop the entire logo from the skin by default. Those who want such a badge shall add it manually.

I can confirm that the wiki entry does work from IMAP to maildir, haven't tried the other way around.

This always worked for me: ``` $ cat /usr/local/etc/poudriere.conf | grep export export HTTP_PROXY=http://de.coia.siemens.net:9400 export HTTPS_PROXY=http://de.coia.siemens.net:9400 export FTP_PROXY=http://de.coia.siemens.net:9400 export NO_PROXY="localhost,.siemens.net,.siemens.com,.siemens.de,.siemens.cloud,.siemens.io,.innomotics.net,.innomotics.com" ```

Interesting. Can you access the environment of pkg? I am curious where it comes from...

> Can You ask the question in different words? What do You mean by accessing the `pkg(8)` environment? Yes, sure. When `pkg(8)` is run, is it on the jailhost or...

> Its for `pkg(8)` in a Poudriere Jail. Can you check the env there? > The `pkg(8)` on a host already has working `pkg(8)` config with proxy as in the...

> > Can you check the env there? > > How? > > > What you should do is what I do with `login.conf`: > > I added my proxy...

Something isn't right with pkg's debug levels, so I had to apply a local patch to show it to you: ``` # git diff diff --git a/libpkg/fetch_libcurl.c b/libpkg/fetch_libcurl.c index 690e344e2..84d9fac3e...