zjason has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
zjason has joined #openocd
defiant has quit [Quit: defiant]
en-sc has quit [Remote host closed the connection]
en-sc has joined #openocd
en-sc has quit [Remote host closed the connection]
en-sc has joined #openocd
en-sc has quit [Remote host closed the connection]
en-sc has joined #openocd
tlwoerner has joined #openocd
en-sc has quit [Remote host closed the connection]
en-sc has joined #openocd
Haohmaru has quit [Quit: saionara]
Hawk777 has joined #openocd
russ has joined #openocd
en-sc has quit [Remote host closed the connection]
nerozero has quit [Ping timeout: 268 seconds]
jimpar has joined #openocd
<gamiee>
PaulFertser : hi, did you maintain web & stuff for openocd?
<gamiee>
do you
<gamiee>
*
<jimpar>
Hi, I logged into gerrit using a github account, have added & validated my email address in gerrit settings, but still can't push to the review branch:
<jimpar>
"remote: You have not registered any email addresses.". Can someone help sort this out? Username jimmeta
<PaulFertser>
gamiee: yes, kind of, hi
<PaulFertser>
jimpar: sure, let's check
<PaulFertser>
jimpar: can you please pastebin full error message from git push if you try again?
<gamiee>
PaulFertser : fyi, something is going on with the server. When I browsed to https://openocd.org/doc/html/General-Commands.html , firstly I got some error page, after few refreshes it was gone, so I couldn't screenshot it, but something is off.
<gamiee>
offtopic question: does OpenOCD support multi-adapter setup?
<PaulFertser>
gamiee: in fact openocd.org is a different (from Gerrit) server, it's hosted by SF.net infra and those htmls are just rsync'd there.
<PaulFertser>
gamiee: no, and it's unclear why you might want a single OpenOCD process controlling several adapters.
<PaulFertser>
jimpar: and the address mentioned in line 9 is indeed in your settings or nt?
<jimpar>
PaulFertser: yes, in two places, first in the "Profile" section at the top, and also in the "Email Addresses" section as my (only) address
<karlp>
gamiee: but you can happily run multiple concurrently?
<PaulFertser>
jimpar: hm, is there a chance when pushing you're using ssh key from another account? I'll try to check the logs right now, hold on.
<PaulFertser>
(and user database)
<jimpar>
aaah
<jimpar>
Nevermind, I figured it out (while triple checking the ssh key) -- I had a ssh control master so it was still reusing an old connection from before I verified the email address
<jimpar>
Killing ssh and retrying worked
<PaulFertser>
jimpar: interesting, so it automatically keeps ssh session open? What software is that?
<PaulFertser>
I need to learn about it :)
<jimpar>
just normal openssh with ControlMaster=auto etc in ~/.ssh/config
<jimpar>
Host=*
<jimpar>
ControlPath=~/.ssh/control-%r@%h:%p
<jimpar>
ControlMaster=auto
<jimpar>
ControlPersist=36000
<PaulFertser>
BTW, thank you for the patch indeed, and sorry about this issue.
<PaulFertser>
Interesting feature that ControlMaster, now I'm better prepared, thanks!
<jimpar>
No problem, thanks for the help!
<PaulFertser>
I wonder if it's something to suggest to Gerrit devs to be added to that error message.
<PaulFertser>
I wonder if many people are using it.
* Hawk777
uses ControlMaster by default
<PaulFertser>
Yeah, would definitely help, do you want to send a documentation patch to them or should I try?
<jimpar>
I won't have a chance to make gerrit changes & test them, so if you want to that would be great. Looks like it lives here: