phlummox

Results 53 comments of phlummox

Some additional info on this bug/question, in case it's of use to anyone else encountering this issue. ## Workaround A workaround is to explicitly invoke the pyinfra command with the...

As an aside: running the end-to-end tests as a developer is much more pleasant if you can actually see what they're doing as they progress, i.e. logging the output as...

This still seems to be an issue in roswell 21.06.14.110 - are there still plans to fix it? ## Environment ``` $ uname -a Linux localhost 5.6.16-1-MANJARO #1 SMP PREEMPT...

@razcampagne, what version of Debian are/were you running? I noticed that [your stacktrace][razc-trace] seems identical to [one I encountered][my-trace] (modulo object addresses), at least up til frame 38 of the...

Searching the Github issues for `sb-bsd-sockets`, I see there's a similar strack-trace in #420 - might be a similar cause.

Indeed. I think it will make solving installation issues harder if it's not added, though. I just did an `strace` of a "`ros setup`" to track what executables were being...

On a positive note, I suspect removing the `cl-asdf` package on Ubuntu probably solves issue #454, and perhaps other issues that have been reported on Ubuntu.

Okay. I managed to track down in which program (out of the many that are spawned during the `ros setup` process) the error seems to be occurring, by running `strace...

I just wanted to add – I'd be able to help more, and perhaps submit a PR, if I had a better idea of what the `star_set_opt`, `cmd_run_star`, `cmd_script`, `cmd_script_frontend`,...

Aw, no worries - I'm sure a fix can be worked out :) Once you've had a look at those functions & can tell me what they do, I can...