Dominic Hopf

Results 23 comments of Dominic Hopf

> I see no patch that could possibly affect this. @dmaphy can confirm or deny. Confirmed. Or rather let me say: Currently the Geany package in Fedora does not apply...

Are you able to also provide a screenshot of the theme?

Oh, and one additional thing I forgot to mention: this issue is not present when calling the `rocketeer deploy` command with `--parallel`. This isn't an option for our deployment, though....

No, unfortunately not. Currently we're living with the `--parallel` switch as a workaround for this.

You should check the keylength of your SSH key. As far as I know the current version of the SSH2 library rocketeer uses doesn't support keys longer than 2048 bits.

Greetings, you can define sudoed commands in the remote.php, everything you need to do is to allow your application to run ```sudo``` commands, for example by placing a file ```/etc/sudoers.d/application```...

Greetings, as already said, I'm quite sure the above will work if done properly. Obviously you're just having issues with the configuration of sudo, my next suggestion would be to...

I'd personally suggest to write some lines of SSH configuration which decides which key to use

Hi, basically you'd do something like this in you ```~/.ssh/config```: ``` Host gitlab.somewhere.com User git IdentityFile ~/.ssh/my_gitlab_deploy.key Host some_other_host.com User myusername Port 22 IdentityFile ~/.ssh/another_ssh.key ``` See ```man ssh_config``` for...

Yep. I've put those underscores back where they belong. :-)