Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
For some reason every time I try to save a capture file in Wireshark (Ethereal), I get an error message telling me it doesn't have permission to create or edit files. I'm running it as root (well, with 'gksudo' at least since I'm on Kubuntu) and I have access to all my network interfaces... I just don't seem to be able to save files. Any ideas as to why this might be?
It's launched with the kdesu/gksu command and it prompts me for my root password before starting, so I assume I am using it as root (otherwise, I wouldn't have access to my network interfaces).
Programs like Kate (text editor) can save files to my home folder both as root and non-root and with both the gksu and kdesu commands.
That's strange and funny !
At this state, You could run it through strace and output to a file.
Then grep for EACCES or ENOENT or /home/stephen/foo and go back a few lines to see what kind of weird thing happen before.
I had the exact same problem and still haven't found the solution. But there is a simple work around. The program stores its traces in /tmp under a filename like etherXXX, the file is already in pcap format so you can just copy it to wherever you like.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.