PROBLEM SOLVED
Thank you Luis, William and all for your fast response.
lo part is printed out. For unknow reson I commneted # lo lines in /
etc/networks/interfaces
[EMAIL PROTECTED]:/# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:d4:dc:b8:03
inet addr:212.235.176.149 Bcast:2
> There is no possible way you can run the sage notebook without
> a loopback device. You absolutely must configure your linux install
> to have a loopback device.It'll look something like this:
>
>
> loLink encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
>
On Thu, Jul 10, 2008 at 9:34 AM, kex <[EMAIL PROTECTED]> wrote:
>
>
>> $ sudo iptables --list
>
> [EMAIL PROTECTED]:/# iptables --list
> Chain INPUT (policy ACCEPT)
> target prot opt source destination
>
> Chain FORWARD (policy ACCEPT)
> target prot opt source
> $ sudo iptables --list
[EMAIL PROTECTED]:/# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source
> $ sudo iptables --list
[EMAIL PROTECTED]:/# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source
Hi,
I am far from a specialist, but... What do you get if you try
$ sudo iptables --list
If you have rules that are blocking, you can allow all traffic by
doing (as root):
# iptables -F
# iptables -X
# iptables -t nat -F
# iptables -t nat -X
# iptables -t mangle -F
# iptables -t
> Just out of curiosity, do you have any network services
> at all on that machine? E.g., apache or anything else?
apache is not installed
searched for other packages but cant find any similar to firewall,
network services intalled
I have these clients installed but thats shouldnt be a problem:
On Wed, Jul 9, 2008 at 1:38 PM, kex <[EMAIL PROTECTED]> wrote:
>
> Also sage-3.02 gives me the same problem, that is, it cant not find
> open port
> I would like aslo ask if you guys run sage from KDE 3.5.9 or KDE 4 ?
> Lp
This is definitely a problem with you running some sort
of firewall or you
Also sage-3.02 gives me the same problem, that is, it cant not find
open port
I would like aslo ask if you guys run sage from KDE 3.5.9 or KDE 4 ?
Lp
Boris
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from t
I uninstalled ufw, a program for managing netfilter firewall,
netfilter is also not installed. Thats all I found with adept package
manger...
So I think there is no firewall now
The problem remains.
I also tried sage binary, it fails with some other error ..
Now I m going to try to compile sage 3
On Jul 9, 7:58 am, kex <[EMAIL PROTECTED]> wrote:
> I also tried:
> ./sage
> notebook(port=8101)
> tried also some other numbers 9000 7999 8500...80 50.. still the
> same error
Hi,
you should check your firewall settings. It looks like you are
blocking all traffic, so moving the port is un
I also tried:
./sage
notebook(port=8101)
tried also some other numbers 9000 7999 8500...80 50.. still the
same error
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PR
> Is there a way to manualy change port to a value range not between
> 8000-8050
> Help appriciated
Sure thing,
try:
sage: notebook?
to see the help for the notebook command, the parameter is called 'port'.
Cheers,
Martin
--
name: Martin Albrecht
_pgp: http://pgp.mit.edu:11371/pks/lookup?op
On Wed, Jul 9, 2008 at 7:51 AM, kex <[EMAIL PROTECTED]> wrote:
>
> KUBUNTU 8.04.1 64-bit
> KDE 4
> SAGE 3.03
>
> Sage source was compiled as should without errors
> Starting sage works fine
> Running notebook() fails with error: RuntimeError: no available port
> First it scans from port 8000 to 8
14 matches
Mail list logo