-
Notifications
You must be signed in to change notification settings - Fork 24
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
"Couldn't get a file descriptor referring to the console" on Ubuntu #15
Comments
+1. I'm having this same issue. It looks like genghis actually executes, because I did this the second time after getting the error @mhurne described. $ genghisapp -L
[2012-09-30 14:22:27 -0400] Starting 'genghisapp'...
[2012-09-30 14:22:27 -0400] 'genghisapp' is already running at http://0.0.0.0:5678 I went to that address and genghis was running. |
I did fail to mention that the application does run properly despite the message on startup. |
More informations here : markbates/cover_me#55 |
A simple fix is to add -L to the command line when starting genghisapp. The error goes away. But using genghis with supervisor does not work as it shows exited too quickly, but is actually running. |
On Ubuntu, I see the following when starting up genghis (which uses vegas):
I see the same last line when starting up humongous which I suspect also uses vegas.
Some quick web searches leads me to believe that the command being used to attempt to launch the default web browser with the URL of the newly started application isn't quite right for Ubuntu. This is further evidenced by the fact that the browser launch never happens.
The author of genghis suggested that this is likely an issue with vegas.
Also see bobthecow/genghis#34
The text was updated successfully, but these errors were encountered: