Description of problem: If internet on then wxMaxima normal start and solve expression. Without internet wxMaxima notify "Not connected to maxima!". Console application maxima normal start and normal solve without internet. loopback 127.0.0.1 present and not down with disconnect internet Version-Release number of selected component (if applicable): How reproducible: run wxMaxima without internet connection Steps to Reproduce: 1. run wxMaxima without internet connection 2. insert 1+2; <enter> 3. wxMaxima print message "Not connected to maxima!". Actual results: wxMaxima print message "Not connected to maxima!" Expected results: solve expression Additional info: Linux home 2.6.22.7-57.fc6 #1 SMP Fri Sep 21 19:26:56 EDT 2007 i686 athlon i386 GNU/Linux RedHat Fedore 7 last update 7 october 2007 http://sourceforge.net/tracker/index.php?func=detail&aid=814957&group_id=4933&atid=104933
Hmm... how did this not get assigned to me, wxMaxima's maintainer? Oh well, I'll take it now.
Appears to not be a wxMaxima bug: https://www.redhat.com/archives/fedora-list/2007-October/msg01224.html check to make sure you have (something like) in /etc/hosts: 127.0.0.1 localhost.localdomain localhost
Feel free to reopen if you still experience problems after verifying your /etc/hosts has a valid localhost entry.
I have this problem too in a almost-clean Fedora 12. I have that line in /etc/hosts and I have made ifconfig lo up, but it still doesn't work. I have tried too to disable the firewall but that doesn't worked... It should work out of the box, if not, the bug is still present.
what is the contents of your /etc/hosts ?
(In reply to comment #5) > what is the contents of your > /etc/hosts > ? # hostname name.domain.net added to /etc/hosts by anaconda 127.0.0.1 localhost.localdomain localhost name.domain.net ::1 localhost6.localdomain6 localhost6 name.domain.net