Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
strange problem with keychain [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
andyknownasabu
Apprentice
Apprentice


Joined: 06 Feb 2003
Posts: 281
Location: Zurich, Switzerland

PostPosted: Thu Jun 10, 2004 8:33 am    Post subject: strange problem with keychain [SOLVED] Reply with quote

Hi all,

for two or three days now I have a strange problem with
keychain (before everything was OK).
I've put keychain into my .bash_profile according to
the keychain help.

The problem is:
After logging in keychain starts, tells me that it has to load
two keys and then... just stops! Nothing happens, instead I
have to kill the keychain process three times with Ctrl+C.

Doing an strace on the keychain startup I got the following:
Code:
write(1, " \33[32;01m*\33[0m Adding \33[34;01m2\33"..., 46 * Adding 2 key(s)...
) = 46
dup2(10, 1)                             = 1
fcntl64(10, F_GETFD)                    = 0x1 (flags FD_CLOEXEC)
close(10)                               = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
fork()                                  = 10657
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x807a130, [], 0}, {0x807a130, [], 0}, 8) = 0
close(4)                                = 0
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3, 0xbfffe6a0, 128)                = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
read(3,


I did nothing to the ssh keys and already tried to reemerge openssh and keychain without success.

I hope someone out there can help me...
Thanks in advance!

--------------
I found the solution in the following thread:
https://forums.gentoo.org/viewtopic.php?t=153870

Adding "tty:root:tty:0660" to
/etc/udev/permissions.d/50-udev.permissions
fixed the problem. Perhaps something to add in the
gentoo udev defaults or something to tell the udev
developers?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum