Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 4th May 2006, 03:21 PM
LionKimbro Offline
Registered User
 
Join Date: May 2006
Location: Lynnwood, WA
Age: 35
Posts: 3
Long delays starting up, and starting most programs.

I get long (27 second) delays:
  • Logging in from the login screen. (Graphic only; NOT from shell.)
  • Starting programs such as gnome-terminal, gedit.

...but I don't get long delays when:
  • I use EMACS, or Firefox.
  • I just login at the shell (i.e. Ctrl-Alt-F1.)
  • I start the system as root.

Pulling up gnome-terminal, I get a 27 second delay. If I've already started a terminal, and make a new one from there via File | Open Terminal. Then, it starts instantaneously. But if I type "gnome-terminal" at the prompt, it takes 27 seconds again.

I have run "strace gnome-terminal" as a normal user, and I see the following:

Code:
socket(PF_FILE, SOCK_STREAM, 0)         = 10
uname({sys="Linux", node="shada.org", ...}) = 0
connect(10, {sa_family=AF_FILE, path="/tmp/.ICE-unix/10479"}, 22) = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
write(10, "\0\1\0\0\0\0\0\0", 8)        = 8
read(10, "\0\1\0\t\0\0\0\0", 8)         = 8
access("/home/lion/.ICEauthority", R_OK) = 0
open("/home/lion/.ICEauthority", O_RDONLY) = 11
fstat64(11, {st_mode=S_IFREG|0600, st_size=1464, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe5000
read(11, "\0\4XSMP\0\0\0$local/shada.org:/tmp/."..., 4096) = 1464
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0xb7fe5000, 4096)                = 0
write(10, "\0\2\1\1\6\0\0\0\0\0\0\0\0\0\0\0\3\0MIT\0\0\0\3\0001.0"..., 56) = 56
read(10, "\0\3\0\t\1\0\0\0", 8)         = 8
read(10, "\0\0\0\000107e", 8)           = 8
access("/home/lion/.ICEauthority", R_OK) = 0
open("/home/lion/.ICEauthority", O_RDONLY) = 11
fstat64(11, {st_mode=S_IFREG|0600, st_size=1464, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe5000
read(11, "\0\4XSMP\0\0\0$local/shada.org:/tmp/."..., 4096) = 1464
close(11)                               = 0
munmap(0xb7fe5000, 4096)                = 0
write(10, "\0\4\1\1\3\0\0\0\20\0\0\0\0\0\0\0\360&f_\24\312\377<\337"..., 32) = 32
read(10, "\0\6\0\t\2\0\0\0", 8)         = 8
read(10, "\3\0MIT07e\3\0001.0f00", 16)  = 16
fcntl64(10, F_GETFD)                    = 0x1 (flags FD_CLOEXEC)
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
fstat64(10, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl64(10, F_GETFL)                    = 0x2 (flags O_RDWR)
access("/home/lion/.ICEauthority", R_OK) = 0
open("/home/lion/.ICEauthority", O_RDONLY) = 11
fstat64(11, {st_mode=S_IFREG|0600, st_size=1464, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe5000
read(11, "\0\4XSMP\0\0\0$local/shada.org:/tmp/."..., 4096) = 1464
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0xb7fe5000, 4096)                = 0
write(10, "\0\7\1\0\7\0\0\0\1\1\0\0\0\0\0\0\4\0XSMP\377<\3\0MIT_Z"..., 64) = 64
read(10, "\0\3\0\t\1\0\0\0", 8)         = 8
read(10, "\0\0MIT07e", 8)               = 8
access("/home/lion/.ICEauthority", R_OK) = 0
open("/home/lion/.ICEauthority", O_RDONLY) = 11
fstat64(11, {st_mode=S_IFREG|0600, st_size=1464, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fe5000
read(11, "\0\4XSMP\0\0\0$local/shada.org:/tmp/."..., 4096) = 1464
close(11)                               = 0
munmap(0xb7fe5000, 4096)                = 0
write(10, "\0\4\1\0\3\0\0\0\20\0\0\0\0\0\0\0\360&f_\24\312\377<\337"..., 32) = 32
read(10, "\0\10\0\1\3\0\0\0", 8)        = 8
read(10, "\7\0GnomeSM\0001.\6\0002.14.16752", 24) = 24
write(10, "\1\1\1\0\1\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
read(10,  <unfinished ...>
I interpret this to mean:
  • There is an interaction by way of ICE.
  • ICE authenticates.
  • It's requesting ICE sub-protocol #1.
  • It's getting no response for a very long time.

If anyone can help, I'd be incredibly thankful.
Reply With Quote
Reply

Tags
delays, long, programs, starting

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Programs Not Starting Up. baba ganoush Using Fedora 21 11th December 2008 03:20 PM
FC6 Programs Starting For No Reason Andrico Using Fedora 1 12th August 2007 10:06 PM
long delays fedora starting ( 6 test3) neighborlee Using Fedora 8 20th September 2006 11:45 PM
starting programs with VNC failes GiLuX Using Fedora 2 5th April 2005 01:50 PM
Starting Programs at Boot The_Jaymz Using Fedora 0 4th March 2005 05:08 AM


Current GMT-time: 03:06 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat