Luiz Angelo Daros de Luca
Luiz Angelo Daros de Luca
This is still a big issue. I can emulate mouse in X but berry boot menu editor is a blocker
I debugged it further. It seems that "fetching remote project data for" is using proxy: ``` 13532 write(1, "fetching remote project data for"..., 60) = 60 (...) 13532 connect(4, {sa_family=AF_INET,...
I'm trying to identify what makes a project include or not remoteproxy property. I added ``` print "fetchremoteconfig(): $proj->{'remoteurl'}/source/$proj->{'remoteproject'}/_config via $proj->{'remoteproxy'}\n"; ``` And it is not related to a specific...
> I am not a ruby guy and therefor this huge project is beyond my understanding. I just fiddle 'til it works Yeah, you are really not a ruby guy....
OK, the compiling part is the easy one ;-) And how about not using full path when preloading libproxychains4.so?
@rofl0r , it might be OS X because AFAIK, LD_PRELOAD without dirname is the recommended approach for preloading for multiarch libs on Linux. If not-supplying-dirname does not work in some...
If you disable certificate warning, would it be possible to known afterwards if the page certificate was invalid? You could add a warning 'popup'. Another approach: If you disable certificate...
@empjustine , maybe adding the cert before the first connection and removing it just after the first connection would be enough for the session. Does Firefox check cert validity on...
As a suggestion, wouldn't it be better to iterate over "/sys/block/*/stat"? It is mostly the same format. It has the same order/meaning but it looks like it uses fixed-length fields...
> It's also possible to scan `/sys/block/$DEV/$DEV*/stat` for partition data. But either way, this would require completely re-designing the flag layout for this collector. It also changes the consistency of...