-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This repo is still maintained? Some pipe file issues #31
Comments
I'm not sure this repo is maintained anymore, but that looks like it might
be a problem with upstream cjdns, rather than the installer itself. You
should consider reporting it to the cjdns devs.
…On Mon, Jul 22, 2024 at 7:20 PM Augusto Resende ***@***.***> wrote:
I'm trying to run cjdns in windows but when i try to test the
configuration file this happens:
1721689616 INFO cjdroute2.c:736 cjdns-v21.2-5-gdd2230f8 amd64 win32
1721689616 INFO cjdroute2.c:740 Checking for running instance...
1721689616 DEBUG UDPAddrIface.c:327 Bound to address [0.0.0.0:51656]
1721689616 DEBUG AdminClient.c:334 Connecting to [127.0.0.1:11234]
1721689616 INFO RandomSeed.c:42 Attempting to seed random number generator
1721689616 INFO RandomSeed.c:50 Trying random seed [RtlGenRandom()
(Windows)] Success
1721689616 INFO RandomSeed.c:63 Seeding random number generator succeeded
with [1] sources
1721689616 INFO NanotimeEntropyProvider.c:59 Taking clock samples every
[1000]ms for random generator
1721689616 DEBUG Core.c:459 Getting pre-configuration from client
InterfaceWaiter.c:77 InterfaceWaiter Timed out waiting for data.
cjdroute2.c:792 Core did not setup pipe file [\.\pipe\cjdroute.sock]
within 60 seconds
What should i do?
—
Reply to this email directly, view it on GitHub
<#31>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFXTNXOCPUH7RHM3SIB4HDZNWHSJAVCNFSM6AAAAABLJHMK2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDGOJSGE3DIMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@interfect It's kinda maintained. There was a bug where an array in the generated configuration was closing twice, which would break cjdns from starting. We made a script that would remove that. @augustoresende The problem though you are posting seems unrelated to that. Also windows version could be helpful I guess. |
I'm trying to run cjdns in windows but when i try to test the configuration file this happens:
1721689616 INFO cjdroute2.c:736 cjdns-v21.2-5-gdd2230f8 amd64 win32
1721689616 INFO cjdroute2.c:740 Checking for running instance...
1721689616 DEBUG UDPAddrIface.c:327 Bound to address [0.0.0.0:51656]
1721689616 DEBUG AdminClient.c:334 Connecting to [127.0.0.1:11234]
1721689616 INFO RandomSeed.c:42 Attempting to seed random number generator
1721689616 INFO RandomSeed.c:50 Trying random seed [RtlGenRandom() (Windows)] Success
1721689616 INFO RandomSeed.c:63 Seeding random number generator succeeded with [1] sources
1721689616 INFO NanotimeEntropyProvider.c:59 Taking clock samples every [1000]ms for random generator
1721689616 DEBUG Core.c:459 Getting pre-configuration from client
InterfaceWaiter.c:77 InterfaceWaiter Timed out waiting for data.
cjdroute2.c:792 Core did not setup pipe file [\.\pipe\cjdroute.sock] within 60 seconds
What should i do?
The text was updated successfully, but these errors were encountered: