Go Back   The macosxhints Forums > OS X Help Requests > UNIX - X11



Reply
 
Thread Tools Rating: Thread Rating: 15 votes, 5.00 average. Display Modes
Old 05-12-2005, 05:15 PM   #41
Wampiro-UHA
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.
Wampiro-UHA is offline   Reply With Quote
Old 05-12-2005, 05:31 PM   #42
sao
Moderator
 
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
Quote:
Wampiro-UHA wrote:
What does sudo fc-cache do?

It creates font caches that were not created correctly during the Tiger installation.

.
sao is offline   Reply With Quote
Old 05-12-2005, 05:34 PM   #43
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
Quote:
Originally Posted by Wampiro-UHA
hayne --> What man pages (guess it's manual-pages?)

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/
hayne is offline   Reply With Quote
Old 05-22-2005, 12:57 PM   #44
wgscott
Major Leaguer
 
Join Date: Sep 2002
Posts: 350
Quote:
Originally Posted by yellow
Ethereal is an X11 app, so it cannot be opened from Terminal.


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.
wgscott is offline   Reply With Quote
Old 05-22-2005, 01:00 PM   #45
wgscott
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
wgscott is offline   Reply With Quote
Old 05-23-2005, 08:34 AM   #46
yellow
Moderator
 
Join Date: Jan 2002
Posts: 10,677
Quote:
Originally Posted by wgscott
That's absolutely false.

OK, ok.. I should have said "shouldn't, depending on your skill level".
yellow is offline   Reply With Quote
Old 06-07-2005, 04:15 PM   #47
meaglin
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
meaglin is offline   Reply With Quote
Old 06-07-2005, 04:46 PM   #48
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
Quote:
Originally Posted by meaglin
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 directoryer module

And does that file exist on your machine? (It does on mine)
How did you install Ethereal? Via Fink?
hayne is offline   Reply With Quote
Old 06-07-2005, 04:52 PM   #49
meaglin
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
meaglin is offline   Reply With Quote
Old 06-07-2005, 05:28 PM   #50
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
Quote:
Originally Posted by meaglin
I just looked and the directory doesn't exist. What do I need to install? I installed Ethereal via Fink

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
hayne is offline   Reply With Quote
Old 06-08-2005, 05:44 AM   #51
sao
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

.
sao is offline   Reply With Quote
Old 06-08-2005, 09:17 AM   #52
meaglin
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
meaglin is offline   Reply With Quote
Old 06-08-2005, 10:48 AM   #53
sao
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

.
sao is offline   Reply With Quote
Old 06-08-2005, 12:42 PM   #54
meaglin
Prospect
 
Join Date: Jun 2005
Posts: 7
ethereal Will not run

Same error and directory still doesn't exist.
meaglin is offline   Reply With Quote
Old 06-08-2005, 12:44 PM   #55
sao
Moderator
 
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
meaglin,

How do you start ethereal?
sao is offline   Reply With Quote
Old 06-08-2005, 12:51 PM   #56
meaglin
Prospect
 
Join Date: Jun 2005
Posts: 7
ethereal Will not run

from an xterm session I just type ethereal
meaglin is offline   Reply With Quote
Old 06-08-2005, 01:35 PM   #57
yellow
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.
yellow is offline   Reply With Quote
Old 06-08-2005, 03:33 PM   #58
sao
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...

.
sao is offline   Reply With Quote
Old 06-08-2005, 04:57 PM   #59
meaglin
Prospect
 
Join Date: Jun 2005
Posts: 7
ethereal Will not run

It says no such file or directory
meaglin is offline   Reply With Quote
Old 06-08-2005, 05:05 PM   #60
meaglin
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.
meaglin is offline   Reply With Quote
Reply

Tags
ethereal


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

Forum Jump



All times are GMT -5. The time now is 10:21 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.