-
Notifications
You must be signed in to change notification settings - Fork 49
Fedora won't work #50
Comments
Same here. If you ever figured anything out I'd love to hear. Still troubleshooting. |
I guess it must have something to do with nsswitch, maybe it's not used on Fedora to resolve hosts? |
|
Cool! |
I found this thread and I'm excited to start using Prax on fedora 20, but since I'm a linux newb I can't quite figure it out. What I've done so far: Edited the prax-install file so that the line that reads: sudo update-rc.d prax defaults was replaced by sudo chkconfig --add prax. I'm also using the unstable branch. I linked my site and restarted chrome (my browser) but my server isn't working. Ideas? |
Of course you ran |
Yeah, sorry. Forgot to mention that. I'm new to ruby so I'm not 100% positive the directory I linked is sound, but I'm almost positive it is. At any rate, the domain doesn't get resolved anyways, which makes me things it's not my web app that's the problem. |
You can try in a terminal:
If it doesn't resolve, then the nsswitch extension doesn't work, is missconfigured or maybe isn't used by Fedora? |
I had the same issue with a new installation of fedora x64 which I managed to fix.
$ sudo updatedb
$ locate libnss_dns.so # my result was `/usr/lib64/libnss_dns.so`
$ sudo mv /lib/libnss_prax.so.2 /usr/lib64/ |
Thanks! I should modify the libexec/prax-install script to take care of that. |
An alternative to run prax is to use |
Please add wiki pages for this setup. Thanks! |
I created the steps here: Feel free to modify. |
I can't seem to get Prax to work in Fedora 19. I have modified the install and uninstall scripts to use the appropriate commands ( chkconfig instead of update-rc.d ). However I am still getting a domain not found issue.
The text was updated successfully, but these errors were encountered: