https://bugzilla.wikimedia.org/show_bug.cgi?id=39322

--- Comment #11 from Thomas Capricelli <[email protected]> 
2012-09-20 13:52:58 UTC ---
(In reply to comment #7)
> (In reply to comment #2)
> > The command doesn't work, i dont understand why. It says "tcpdump : 
> > /tmp/file :
> > no such file or directory"
> 
> Maybe /tmp doesn't exist ? although that seems nearly impossible.
> 
> You could try an alternate file name e.g.
>  tcpdump -w ~/dump0.pcap -n -s 0 -i interfacename ip6
> 
> (and obviously replace interfacename with your interface's name)

I really dont understand the error. Of course /tmp exists, and i had already
tried some other places for the file.
I've updated tcpdump from version 4.2.1 to 4.3.0 and still have the same
problem. Exemple : 

berlioz tmp # tcpdump -w ~/dump0.pcap -n -s 0 -i eth0 ip6
tcpdump: /home/root/dump0.pcap: No such file or directory
berlioz tmp # tcpdump -w /tmp/dump0.pcap -n -s 0 -i eth0 ip6
tcpdump: /tmp/dump0.pcap: No such file or directory

Maybe i could do something around
    tcpdump -n -s 0 -i eth0 ip6 > /tmp/dump.txt

That would not be pcap... but still useful ? or not ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to