|
|
#41 |
|
Triple-A Player
Join Date: Sep 2004
Posts: 182
|
hayne --> What man pages (guess it's manual-pages?).
If you haven't figured it out, then I'm very NEWBEE in the Mac OS X/UNIX enviroment. I've only had my Mac for a short while, and always used Windows. Never tried Linux or something like that. So hope you can bare with me. |
|
|
|
|
|
#42 | |||||||||||||||||||
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
It creates font caches that were not created correctly during the Tiger installation. . |
|||||||||||||||||||
|
|
|
|
|
#43 | |||||||||||||||||||||||
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
|
Each command in the Unix world is expected to have a 'man page' - yes this is short for "manual". 'man' is a command that displays the "man page" for a given command. You would probably benefit from reading a Unix tutorial (or two). Here's one: http://www.osxfaq.com/Tutorials/LearningCenter/ |
|||||||||||||||||||||||
|
|
|
|
|
#44 | |||||||||||||||||||||||
|
Major Leaguer
Join Date: Sep 2002
Posts: 350
|
That's absolutely false. In terminal, you can simply type export DISPLAY=:0.0 for bash, ksh and zsh users, or setenv DISPLAY :0.0 for tcsh and csh users and put that in your startup file and you can use terminal with any X11 application. |
|||||||||||||||||||||||
|
|
|
|
|
#45 |
|
Major Leaguer
Join Date: Sep 2002
Posts: 350
|
You can download a version of ethereal that works as a standard OS X application from here:
Ethernal - 1.1 |
|
|
|
|
|
#46 | |||||||||||||||||||||||
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
OK, ok.. I should have said "shouldn't, depending on your skill level". |
|||||||||||||||||||||||
|
|
|
|
|
#47 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
Ethereal Will not run
When I run Ethereal I get the following error. Can someone help?
ethereal:515): GdkPixbuf-WARNING **: Can not open pixbuf loader module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory (ethereal:515): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported (ethereal:515): Gdk-CRITICAL **: file gdkpixbuf-render.c: line 293 (gdk_pixbuf_render_pixmap_and_mask_for_colormap): assertion `GDK_IS_PIXBUF (pixbuf)' failed (ethereal:515): GdkPixbuf-WARNING **: Can not open pixbuf loader module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory (ethereal:515): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported ** ERROR **: file toolbar.c: line 192 (ethereal_stock_icons): assertion failed: (pixbuf) aborting... Abort trap |
|
|
|
|
|
#48 | |||||||||||||||||||||||
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
|
And does that file exist on your machine? (It does on mine) How did you install Ethereal? Via Fink? |
|||||||||||||||||||||||
|
|
|
|
|
#49 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
Ethereal Will not run
I just looked and the directory doesn't exist. What do I need to install? I installed Ethereal via FINK
|
|
|
|
|
|
#50 | |||||||||||||||||||||||
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
|
I'm surprised that Fink didn't automatically install all of the dependencies. Sorry, I don't the best way to fix this. Probably Sao does so maybe he'll step in here. I would try uninstalling Ethereal and then reinstalling it. But first, make sure that your Fink installation is up to date. E.g. do: fink selfupdate |
|||||||||||||||||||||||
|
|
|
|
|
#51 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
meaglin,
Please, give us a bit more info, run in Terminal.app and post the result of: sw_vers fink -V fink list -i ethereal . |
|
|
|
|
|
#52 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
Ethereal Will not run
here are the results from the commands.
64:~ meaglin$ sw_vers ProductName: Mac OS X ProductVersion: 10.4.1 BuildVersion: 8B15 64:~ meaglin$ fink -V Package manager version: 0.24.7 Distribution version: 0.8.0.rsync Copyright (c) 2001 Christoph Pfisterer Copyright (c) 2001-2005 The Fink Package Manager Team This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 64:~ meaglin$ fink list -i ethereal Information about 1788 packages read in 3 seconds. i ethereal 0.10.9-11 Powerful network protocol analyzer |
|
|
|
|
|
#53 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
meaglin,
You may try: fink rebuild gtk+2 gtk+2-shlibs or/and fink rebuild gdk-pixbuf gdk-pixbuf-shlibs . |
|
|
|
|
|
#54 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
ethereal Will not run
Same error and directory still doesn't exist.
|
|
|
|
|
|
#55 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
meaglin,
How do you start ethereal? |
|
|
|
|
|
#56 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
ethereal Will not run
from an xterm session I just type ethereal
|
|
|
|
|
|
#57 |
|
Moderator
Join Date: Jan 2002
Posts: 10,677
|
I doubt it'll have any impact on what you're trying to do, but you should be using sudo, as ethereal needs root access to capture traffic.
|
|
|
|
|
|
#58 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
meaglin,
The missing /sw/etc/gtk-2.0/gdk-pixbuf.loaders is supposed to be automatically generated from files in gtk+2-shlibs. So if you have the gtk+2 package installed, try running: /sw/sbin/update-gdk-pixbuf-loaders Let me know... . |
|
|
|
|
|
#59 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
ethereal Will not run
It says no such file or directory
|
|
|
|
|
|
#60 |
|
Prospect
Join Date: Jun 2005
Posts: 7
|
ethereal Will not run
I've just installed GTK+2 using FINK and it now works. Thanks everyone for your help.
|
|
|
|
![]() |
| Tags |
| ethereal |
|
|