-
Notifications
You must be signed in to change notification settings - Fork 2.1k
private-net mode not working under linux? #787
Comments
from google-translator:
|
To use private-nets on any OS you have to externally start geth with the appropiate flags |
Hello luclu, I used the same configuration as the geth in both distros:
However, only in the compilation for windows 7 PRIVATE-NET mode is functional, while in GNU-Ubuntu the mist returns an exception. |
What kind of exception do you encounter? |
The last line states that the port |
There is no other instance of running geth, I had already seen it before, but the build for Windows 7 this problem does not occur. |
Could you try to append geth with the |
luclu, I did what you asked adding |
What happens when you only start Mist with default settings? |
mist starts normally. |
Can you try to strip down your geth flags or build them up with |
Do you believe that this could be a bug in the Linux build? For now I can only run PRIVATE-NET mode in windows ... I hope the developer solve this problem in the next update for linux distros. |
I don't really thing so, but it could be... If you want to spare some time helping try to strip down your command-flags one by one - to isolate the issue.
|
I am currently experiencing the same issue. I think the wallet might not be able to find the geth.ipc file, possibly expecting it somewhere else. If it then starts its own geth instance, this will fail due to the port being in use. |
@armed10 this might be related to #1165. |
Closing upon inactivity. Please reopen if needed. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Node type: geth
OS: linux
Network type: NULL
Mist version: 0.7.4
O Modo PRIVATE-NET não está funcional em distros linux?
Apenas na compilação destinada para Windows consegui acessar essa funcionalidade, ou seja, inicio o "geth" com as configurações personalizadas e ao iniciar o mist ele roda no modo PRIVATE-NET. Ao fazer o mesmo procedimento na distro linux GNU-Ubuntu ocorre um erro.
The text was updated successfully, but these errors were encountered: