Networking Forums

Networking Forums > Computer Networking > Linux Networking > Is there a visual map traceroute prgoram like NeoTrace and VisualRoute?

Reply
Thread Tools Display Modes

Is there a visual map traceroute prgoram like NeoTrace and VisualRoute?

 
 
ANTant@zimage.com
Guest
Posts: n/a

 
      01-02-2004, 04:01 AM
Is there a free program? I haven't found one yet. Thank you in
advance.

--
"... [Let us inquire] what glory there was in an omnipotent being
torturing forever a puny little creature who could in no way defend
himself? Would it be to the glory of a man to fry ants?" --Charlotte
Perkins Gilman
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)NT
\ _ / Remove ANT if replying by e-mail from a newsgroup.
( )
 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      01-02-2004, 05:03 AM
<(E-Mail Removed)> wrote in message
newsJ6dnQJdI9WCZmmiRVn-(E-Mail Removed)

> Is there a free program? I haven't found one yet. Thank you in
> advance.


http://www.caida.org/tools/visualization/gtrace/


--
use hotmail for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Andrey Asadchev
Guest
Posts: n/a

 
      01-02-2004, 07:25 AM
(E-Mail Removed) wrote:
> Is there a free program? I haven't found one yet. Thank you in
> advance.
>


http://www.dtek.chalmers.se/~d3august/xt/
 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      01-02-2004, 11:24 AM
In comp.os.linux.x ynotssor <"ynotssor"> wrote:
> <(E-Mail Removed)> wrote in message
> newsJ6dnQJdI9WCZmmiRVn-(E-Mail Removed)


> > Is there a free program? I haven't found one yet. Thank you in
> > advance.


> http://www.caida.org/tools/visualization/gtrace/


Thanks, but it appears the program is too old even on my Red Hat Linux
7.1 box. I cannot get it to compile:

[ant@ANTux-P3 GTrace-v1.0.0Beta]$ make
if [ ! -d db-2.7.7 ]; then /usr/bin/gunzip -dc db-2.7.7.tar.gz | /bin/tar -xf -; fi
/bin/mkdir -p bdb
/bin/mkdir -p /usr/local/GTrace/libdb
cd bdb && ../db-2.7.7/dist/configure
creating cache ./config.cache
checking if building in the top-level directory... checking for a BSD compatible install... /usr/bin/install -c
checking host system type... i686-pc-linux-gnu
checking if --enable-debug option specified... no
checking for cc... cc
checking for gcc... (cached) cc
checking for gcc... (cached) cc
checking whether the C compiler (cc -O2 ) works... yes
checking whether the C compiler (cc -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking if --enable-diagnostic option specified... no
checking if --enable-cxx option specified... no
checking if --enable-compat185 option specified... no
checking if --enable-dump185 option specified... no
checking for ar... /usr/bin/ar
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
checking for ranlib... /usr/bin/ranlib
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for ssize_t... yes
checking whether byte ordering is bigendian... no
checking for working const... yes
checking for st_blksize in struct stat... yes
checking whether stat file-mode macros are broken... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for getcwd... yes
checking for getopt... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for raise... yes
checking for snprintf... yes
checking for strerror... yes
checking for strsep... yes
checking for vsnprintf... yes
checking for getuid... yes
checking for pread... yes
checking for pstat_getdynamic... no
checking for sysconf... yes
checking for shmget... yes
checking for mmap... yes
checking for munmap... yes
checking for qsort... yes
checking for select... yes
checking for sigfillset... yes
checking for int type sprintf return value... yes
checking if --disable-bigfile option specified... no
checking for spinlocks... x86/gcc
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for int16_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking if --enable-test option specified... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating include.tcl
creating db.h
creating db_int.h
creating db_185.h
creating config.h
cd bdb && make CFLAGS='-fpic -c -O $(CPPFLAGS)'
make[1]: Entering directory `/home/ant/download/GTrace-v1.0.0Beta/bdb'
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_compare.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_conv.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_curadj.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_cursor.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_delete.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_open.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_page.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_put.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_rec.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_recno.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_rsearch.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_search.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_split.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/bt_stat.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../btree/btree_auto.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_appinit.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_am.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_apprec.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_auto.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_byteorder.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_conv.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_dispatch.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_dup.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_err.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_iface.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_join.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_log2.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_overflow.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_pr.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_rec.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_region.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db/db_ret.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_salloc.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../common/db_shash.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../dbm/dbm.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_auto.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_conv.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_dup.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_func.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_page.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_rec.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hash/hash_stat.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../hsearch/hsearch.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../lock/lock.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../lock/lock_conflict.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../lock/lock_deadlock.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../lock/lock_util.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../lock/lock_region.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_archive.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_auto.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_compare.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_findckp.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_get.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_put.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_rec.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../log/log_register.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_bh.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_fget.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_fopen.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_fput.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_fset.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_open.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_pr.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_region.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mp/mp_sync.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../mutex/mutex.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_abs.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_alloc.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_config.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_dir.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_fid.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_fsync.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_map.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_oflags.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_open.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_rpath.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_rw.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_seek.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_sleep.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_spin.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_stat.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_tmpdir.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../os/os_unlink.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../txn/txn.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../txn/txn_auto.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../txn/txn_rec.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../xa/xa.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../xa/xa_db.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../xa/xa_map.c
/bin/rm -f libdb.a
/usr/bin/ar cr libdb.a bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_open.o bt_page.o bt_put.o bt_rec.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o btree_auto.o db.o db_appinit.o db_am.o db_apprec.o db_auto.o db_byteorder.o db_conv.o db_dispatch.o db_dup.o db_err.o db_iface.o db_join.o db_log2.o db_overflow.o db_pr.o db_rec.o db_region.o db_ret.o db_salloc.o db_shash.o dbm.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_func.o hash_page.o hash_rec.o hash_stat.o hsearch.o lock.o lock_conflict.o lock_deadlock.o lock_util.o lock_region.o log.o log_archive.o log_auto.o log_compare.o log_findckp.o log_get.o log_put.o log_rec.o log_register.o mp_bh.o mp_fget.o mp_fopen.o mp_fput.o mp_fset.o mp_open.o mp_pr.o mp_region.o mp_sync.o mutex.o os_abs.o os_alloc.o os_config.o os_dir.o os_fid.o os_fsync.o os_map.o os_oflags.o os_open.o os_rpath.o os_rw.o os_seek.o os_sleep.o os_spin.o os_stat.o os_tmpdir.o os_unlink.o txn.o txn_auto.o txn_rec.o xa.o xa_db.o xa_map.o
test ! -f /usr/bin/ranlib || /usr/bin/ranlib libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_archive/db_archive.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../clib/err.c
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../clib/getlong.c
cc -o db_archive db_archive.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_checkpoint/db_checkpoint.c
cc -o db_checkpoint db_checkpoint.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_deadlock/db_deadlock.c
cc -o db_deadlock db_deadlock.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_dump/db_dump.c
cc -o db_dump db_dump.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_load/db_load.c
cc -o db_load db_load.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_printlog/db_printlog.c
cc -o db_printlog db_printlog.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_recover/db_recover.c
cc -o db_recover db_recover.o err.o getlong.o libdb.a
cc -fpic -c -O -I. -I../db-2.7.7/dist/../include -D_REENTRANT ../db-2.7.7/dist/../db_stat/db_stat.c
cc -o db_stat db_stat.o err.o getlong.o libdb.a
make[1]: Leaving directory `/home/ant/download/GTrace-v1.0.0Beta/bdb'
cd bdb && /bin/mkdir -p tmp
cd bdb/tmp&& /usr/bin/ar xv ../libdb.a
x - bt_compare.o
x - bt_conv.o
x - bt_curadj.o
x - bt_cursor.o
x - bt_delete.o
x - bt_open.o
x - bt_page.o
x - bt_put.o
x - bt_rec.o
x - bt_recno.o
x - bt_rsearch.o
x - bt_search.o
x - bt_split.o
x - bt_stat.o
x - btree_auto.o
x - db.o
x - db_appinit.o
x - db_am.o
x - db_apprec.o
x - db_auto.o
x - db_byteorder.o
x - db_conv.o
x - db_dispatch.o
x - db_dup.o
x - db_err.o
x - db_iface.o
x - db_join.o
x - db_log2.o
x - db_overflow.o
x - db_pr.o
x - db_rec.o
x - db_region.o
x - db_ret.o
x - db_salloc.o
x - db_shash.o
x - dbm.o
x - hash.o
x - hash_auto.o
x - hash_conv.o
x - hash_dup.o
x - hash_func.o
x - hash_page.o
x - hash_rec.o
x - hash_stat.o
x - hsearch.o
x - lock.o
x - lock_conflict.o
x - lock_deadlock.o
x - lock_util.o
x - lock_region.o
x - log.o
x - log_archive.o
x - log_auto.o
x - log_compare.o
x - log_findckp.o
x - log_get.o
x - log_put.o
x - log_rec.o
x - log_register.o
x - mp_bh.o
x - mp_fget.o
x - mp_fopen.o
x - mp_fput.o
x - mp_fset.o
x - mp_open.o
x - mp_pr.o
x - mp_region.o
x - mp_sync.o
x - mutex.o
x - os_abs.o
x - os_alloc.o
x - os_config.o
x - os_dir.o
x - os_fid.o
x - os_fsync.o
x - os_map.o
x - os_oflags.o
x - os_open.o
x - os_rpath.o
x - os_rw.o
x - os_seek.o
x - os_sleep.o
x - os_spin.o
x - os_stat.o
x - os_tmpdir.o
x - os_unlink.o
x - txn.o
x - txn_auto.o
x - txn_rec.o
x - xa.o
x - xa_db.o
x - xa_map.o
cd bdb/tmp && gcc -shared -o libdb.so *.o
/bin/cp bdb/tmp/libdb.so bdb/
cd bdb && /bin/rm -rf tmp
touch libdb.inst
/bin/cp bdb/* /usr/local/GTrace/libdb
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_compare.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_conv.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_curadj.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_cursor.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_delete.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_open.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_page.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_put.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_recno.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_rec.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/btree_auto.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_rsearch.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_search.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_split.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/bt_stat.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/config.cache': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/config.h': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/config.log': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/config.status': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_185.h': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_am.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_appinit.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_apprec.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_archive': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_archive.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_auto.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_byteorder.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_checkpoint': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_checkpoint.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_conv.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_deadlock': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_deadlock.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_dispatch.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_dump': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_dump.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_dup.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_err.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db.h': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_iface.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_int.h': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_join.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_load': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_load.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_log2.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/dbm.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_overflow.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_printlog': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_printlog.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_pr.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_rec.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_recover': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_recover.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_region.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_ret.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_salloc.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_shash.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_stat': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/db_stat.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/err.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/getlong.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_auto.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_conv.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_dup.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_func.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_page.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_rec.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hash_stat.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/hsearch.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/include.tcl': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/libdb.a': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/libdb.so': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/lock_conflict.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/lock_deadlock.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/lock.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/lock_region.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/lock_util.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_archive.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_auto.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_compare.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_findckp.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_get.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_put.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_rec.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/log_register.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/Makefile': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_bh.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_fget.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_fopen.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_fput.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_fset.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_open.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_pr.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_region.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mp_sync.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/mutex.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_abs.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_alloc.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_config.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_dir.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_fid.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_fsync.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_map.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_oflags.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_open.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_rpath.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_rw.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_seek.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_sleep.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_spin.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_stat.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_tmpdir.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/os_unlink.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/txn_auto.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/txn.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/txn_rec.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/xa_db.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/xa_map.o': Permission denied
/bin/cp: cannot create regular file `/usr/local/GTrace/libdb/xa.o': Permission denied
make: *** [libdb_java.so] Error 1
[ant@ANTux-P3 GTrace-v1.0.0Beta]$ su
Password:
[root@ANTux-P3 GTrace-v1.0.0Beta]# make
/bin/cp bdb/* /usr/local/GTrace/libdb
cd db-2.7.7/libdb_java && make -f Makefile.unix JAVAINSDIR=/usr/local/jdk1.1.8 \
DBBUILDDIR=/usr/local/GTrace/libdb \
INCFILES='-I$(JAVAINSDIR)/include \
-I$(JAVAINSDIR)/include/genunix \
-I$(JAVAINSDIR)/include/linux \
-I$(DBBUILDDIR) -I$(DBINSDIR)/include' \
LINKFLAGS='-shared -g -o /usr/local/GTrace/libdb/libdb_java.so'
make[1]: Entering directory `/home/ant/download/GTrace-v1.0.0Beta/db-2.7.7/libdb_java'
gcc -c -g -I/usr/local/jdk1.1.8/include -I/usr/local/jdk1.1.8/include/genunix -I/usr/local/jdk1.1.8/include/linux -I/usr/local/GTrace/libdb -I../include -fpic -D_REENTRANT java_util.cpp
java_util.cpp: In function `void report_exception (JNIEnv *, const char
*, int)':
java_util.cpp:163: no matching function for call to
`_Jv_JNIEnv::CallVoidMethod (java::lang::Throwable *&, _Jv_Method *&,
java::lang::String *&, int &)'
/usr/include/jni.h:807: candidates are: void _Jv_JNIEnv::CallVoidMethod
(java::lang::Object *, _Jv_Method *, ...)
java_util.cpp: In method `LockedDBT::~LockedDBT ()':
java_util.cpp:547: no matching function for call to
`_Jv_JNIEnv::SetByteArrayRegion (JArray<jbyte> *&, int &, u_int32_t &,
jbyte *&)'
/usr/include/jni.h:1371: candidates are: void
_Jv_JNIEnv::SetByteArrayRegion (JArray<jboolean> *, __java_int,
__java_int, jboolean *)
java_util.cpp:567: no matching function for call to
`_Jv_JNIEnv::SetByteArrayRegion (JArray<jbyte> *&, int, u_int32_t &,
jbyte *&)'
/usr/include/jni.h:1371: candidates are: void
_Jv_JNIEnv::SetByteArrayRegion (JArray<jboolean> *, __java_int,
__java_int, jboolean *)
make[1]: *** [java_util.o] Error 1
make[1]: Leaving directory `/home/ant/download/GTrace-v1.0.0Beta/db-2.7.7/libdb_java'
make: *** [libdb_java.so] Error 2


--
"... [Let us inquire] what glory there was in an omnipotent being
torturing forever a puny little creature who could in no way defend
himself? Would it be to the glory of a man to fry ants?" --Charlotte
Perkins Gilman
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)NT
\ _ / Remove ANT if replying by e-mail from a newsgroup.
( )
 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      01-02-2004, 11:27 AM
In comp.os.linux.x Andrey Asadchev <(E-Mail Removed)> wrote:
> (E-Mail Removed) wrote:
> > Is there a free program? I haven't found one yet. Thank you in
> > advance.
> >


> http://www.dtek.chalmers.se/~d3august/xt/


Thanks. I hope it has a flat map version. I don't think 3D Earth would
be easy to read.
--
"... [Let us inquire] what glory there was in an omnipotent being
torturing forever a puny little creature who could in no way defend
himself? Would it be to the glory of a man to fry ants?" --Charlotte
Perkins Gilman
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)NT
\ _ / Remove ANT if replying by e-mail from a newsgroup.
( )
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      01-02-2004, 04:22 PM
<(E-Mail Removed)> wrote in message
news:KvCdnXsqZ_ua_miiRVn-(E-Mail Removed)

> Thanks, but it appears the program is too old even on my Red Hat Linux
> 7.1 box. I cannot get it to compile:


Looks like it compiled just fine.

> /bin/cp bdb/* /usr/local/GTrace/libdb
> /bin/cp: cannot create regular file
> `/usr/local/GTrace/libdb/bt_compare.o': Permission denied


The message is rather clear -- you don't have permission to copy files to
/usr/local/


tony


--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
timeOday
Guest
Posts: n/a

 
      01-02-2004, 09:52 PM

Looks to me like the default 'make' target includes installing the program.
If you want to do that, run make as root.

 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      01-03-2004, 01:09 AM
In comp.os.linux.x ynotssor <"ynotssor"> wrote:
> <(E-Mail Removed)> wrote in message
> news:KvCdnXsqZ_ua_miiRVn-(E-Mail Removed)


> > Thanks, but it appears the program is too old even on my Red Hat Linux
> > 7.1 box. I cannot get it to compile:


> Looks like it compiled just fine.


> > /bin/cp bdb/* /usr/local/GTrace/libdb
> > /bin/cp: cannot create regular file
> > `/usr/local/GTrace/libdb/bt_compare.o': Permission denied


> The message is rather clear -- you don't have permission to copy files to
> /usr/local/


I already did that. Look after Permission denied lines. You can see I did
a su, but still get errors.
--
"... [Let us inquire] what glory there was in an omnipotent being
torturing forever a puny little creature who could in no way defend
himself? Would it be to the glory of a man to fry ants?" --Charlotte
Perkins Gilman
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)NT
\ _ / Remove ANT if replying by e-mail from a newsgroup.
( )
 
Reply With Quote
 
ANTant@zimage.com
Guest
Posts: n/a

 
      01-03-2004, 01:10 AM
In comp.os.linux.x (E-Mail Removed) wrote:
> In comp.os.linux.x Andrey Asadchev <(E-Mail Removed)> wrote:
> > (E-Mail Removed) wrote:
> > > Is there a free program? I haven't found one yet. Thank you in
> > > advance.
> > >


> > http://www.dtek.chalmers.se/~d3august/xt/


> Thanks. I hope it has a flat map version. I don't think 3D Earth would
> be easy to read.


Rats, no 2D map.
--
"... [Let us inquire] what glory there was in an omnipotent being
torturing forever a puny little creature who could in no way defend
himself? Would it be to the glory of a man to fry ants?" --Charlotte
Perkins Gilman
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | E-mail: (E-Mail Removed)NT or (E-Mail Removed)NT
\ _ / Remove ANT if replying by e-mail from a newsgroup.
( )
 
Reply With Quote
 
P Gentry
Guest
Posts: n/a

 
      01-05-2004, 04:44 AM
(E-Mail Removed) wrote in message news:<jsudnTW7_KM0uWuiRVn-(E-Mail Removed)>...
> In comp.os.linux.x (E-Mail Removed) wrote:
> > In comp.os.linux.x Andrey Asadchev <(E-Mail Removed)> wrote:
> > > (E-Mail Removed) wrote:
> > > > Is there a free program? I haven't found one yet. Thank you in
> > > > advance.
> > > >

>
> > > http://www.dtek.chalmers.se/~d3august/xt/

>
> > Thanks. I hope it has a flat map version. I don't think 3D Earth would
> > be easy to read.

>
> Rats, no 2D map.
> --

snip

Following found with these Google searches:
traceroute visual map linux
traceroute visual map linux -VisualRoute

Think this can use a 2-D map. Look at this and try one of the maps:
http://www.wlug.org.nz/xtraceroute(1)

In fact, you might want to try this (which seems very similar to
VisualRoute):
http://www.caida.org/tools/visualization/gtrace/
They run a geo server (which xtrace can be patched to use) that
greatly extends the usefulness of such traceroute tools. Check out
the screenshots! You may want to look at their other tools as well.

You can also use web based tools and let somelse maintain the arcana
that allows geographic "correlation" with IP addresses. Try this one
for a start:
http://www.opus1.com/www/traceroute.html

And depending on what your interests are you may want to check:
http://dast.nlanr.net/NPMT/
for a number of perf tools.

hth,
prg
email above disabled
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TS5842: Urgent need Visual C++ Programmer with Sybase and Business Objects Tina dan Broadband Hardware 0 06-13-2011 01:38 PM
odd traceroute... KraftDiner Wireless Internet 4 09-14-2006 12:52 AM
Problema al instalar Visual FoxPro 8.0 Vicent Broadband Hardware 0 04-06-2005 09:36 AM
Visual C++ Runtime Library error with MSBNUtil.exe in Windows XP Professional Garrett Broadband Hardware 2 07-18-2004 07:16 AM
microsoft visual C++ rutime error JBetanco Broadband Hardware 4 02-27-2004 10:13 PM



1 2 3 4 5 6 7 8 9 10 11