Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xtraceroute... come mai non funge?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Sep 06, 2004 3:04 pm    Post subject: Xtraceroute... come mai non funge? Reply with quote

Allora... sul mio powerbook ho messo traceroute versiones tabile, ed Xtraceroute versione instabile (anche perche' c'e' solo quella). Il programma si compila e parte.. pero' mi da un problema. Dovrebbe tracciare il percorso tra i vari IP, invece non traccia proprio niente... anzi, quando premo invio dopo aver inserito l'ip, il programmam mia dice con un dialog:
Code:
You should enter better data for your site!

Ma quello che mi preoccupa e' avviandolo da console mi dice quando premo invio:
Code:
GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion `tag > 0' failed.

_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Sep 06, 2004 3:05 pm    Post subject: Reply with quote

ah dimenticavo, subito aperto dice anche questo:
Code:

bash-2.05b# xtraceroute
Didn't get expected in the string from host helper!
This is what I got: "head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
"
Xtraceroute: locStrToNum[1]: got bad LOC data!
        Data: " record not found, server failure
"
TIP:    To get xtraceroute to show your location centered on the globe
        when it starts up, add information about this host,
        (FireTux) or your whole net.

        OR, even better, make your sysadmin add a LOC record to the DNS.
        That way it will work for everyone else as well. Plus he gets to do
        the work instead of you! See the README file for more info on this.


Ho un po' capito che si lamenta... ma che devo fare? :P
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Sep 06, 2004 3:15 pm    Post subject: Reply with quote

facendo uno strace ho trovato qualcosina:
Code:
close(4)                                = 0
open("/etc/host.conf", O_RDONLY)        = -1 ENOENT (No such file or directory)
open("/etc/hosts", O_RDONLY)            = 4
fcntl64(4, F_GETFD)                     = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=254, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x30027000
read(4, "127.0.0.1\tFireTux.gechi.org Fire"..., 4096) = 254
close(4)                                = 0
munmap(0x30027000, 4096)                = 0
pipe([4, 5])                            = 0
fcntl64(4, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
gettimeofday({1094490426, 655412}, NULL) = 0
fork()                                  = 13715
read(4, 0x7fffeea8, 1)                  = -1 EAGAIN (Resource temporarily unavailable)
read(4, 0x7fffeea8, 1)                  = -1 EAGAIN (Resource temporarily unavailable)
read(4, 0x7fffeea8, 1)                  = -1 EAGAIN (Resource temporarily unavailable)
read(4, 0x7fffeea8, 1)                  = -1 EAGAIN (Resource temporarily unavailable)
read(4, 0x7fffeea8, 1)                  = -1 EAGAIN (Resource temporarily unavai

_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Mon Sep 06, 2004 3:22 pm    Post subject: Reply with quote

BUG:
Code:
This is what I got: "head: `-1' option is obsolete; use `-n 1' since this will be removed in the future

è una incompatibilità tra head e xtraceroute.
Prova a cercare su bugs.gentoo.org, ho postato anch'io relativamente all'errore riportato da head (nel mio caso era tail, ma è la stessa cosa).
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Sep 06, 2004 3:41 pm    Post subject: Reply with quote

Ho inviato la segnalazione del bug. Ma mi chiedevo, e' realmente quella la causa del non funzionamento?
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Tue Sep 07, 2004 7:34 am    Post subject: Reply with quote

Giusto giusto ieri ho emerso xtraceroute e non ho avuto problemi di sorta.
Questo per dover di cronaca.

Ciriciao
mouser
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Tue Sep 07, 2004 8:35 am    Post subject: Reply with quote

Ho anche aggiornato il world ieri con le coreutils, ma non va, stesso errore
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum