The sound distributed version control system

#742 Unusual error when doing key prove to my own server

Opened by softinio on December 11, 2022
softinio on December 11, 2022

I have pijul installed on my macbook and on my VPS server which is running debian Linux 11.

When I want to do pijul key prove <my login>@<myserver ssh domain> I get this strange error after entering my key password:

error: The argument '--repository <REPO_PATH>' requires a value but none was supplied

For more information try --help
Error: channel closed

Everything works as expected when doing a pijul push to the same server using the same user and domain. Also pijul key prove works as expected when using nest.

Above issue only when I use my own server.

Any help or guidance appreciated. Wonder if its a bug, the error is almost as if I am running pijul git even though I am not.

I did try running the command prefixed with RUST_LOG="pijul=debug,libpijul::apply=debug,libpijul::output=debug" but nothing stood out other than above message.

[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] get_state
[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] run_protocol
[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] waiting for a message
[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] msg = WindowAdjusted { new_size: 2097152 }
[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] msg = Success
[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] run_protocol done
[2022-12-11T05:57:39Z DEBUG pijul::remote::ssh] extended data Ok("error: The argument '--repository <REPO_PATH>' requires a value but none was supplied\n\nFor more information try --help\n"), 1
error: The argument '--repository <REPO_PATH>' requires a value but none was supplied

For more information try --help
[2022-12-11T05:57:39Z DEBUG pijul] channel closed
Error: channel closed
softinio on December 11, 2022

started conversation about this on zulip here

mieum on April 11, 2023

Did you ever figure this out? I don’t use Zulip, so I cannot refer to the discussion you linked.