public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* renaming socket in use does not update /proc/X/fd
@ 2012-07-18 20:30 Wolfgang Rohdewald
  0 siblings, 0 replies; only message in thread
From: Wolfgang Rohdewald @ 2012-07-18 20:30 UTC (permalink / raw)
  To: linux-ext4

Hi,

normally, renaming a file in use does update its name in /proc/X/fd

but this does not work for sockets. And so fuser fails to tell me
about the process using the socket when renamed.

why is that so?

using ext4 of course

i5:~/.kajonggserver$ fuser socket
/home/wr/.kajonggserver/socket: 27557
i5:~/.kajonggserver$ l /proc/27557/fd/3
lrwx------ 1 wr wr 64 Jul 18 22:00 /proc/27557/fd/3 -> socket:[1344224]
i5:~/.kajonggserver$ mv socket X
i5:~/.kajonggserver$ fuser X
i5:[Exit 1 (SIGHUP)]~/.kajonggserver$ l /proc/27557/fd/3
lrwx------ 1 wr wr 64 Jul 18 22:00 /proc/27557/fd/3 -> socket:[1344224]


Linux i5 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

I am keeping the process 27557 running should you want more info about that process

-- 
Wolfgang

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-18 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 20:30 renaming socket in use does not update /proc/X/fd Wolfgang Rohdewald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox