This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The dropped file


On 07/15/2011 06:47 AM, Mark Wielaard wrote:
> Hi,
> 
> The relay_v2 transport creates a "dropped" file in the debugfs dir of
> the module. This file is created with mode 0444 and so is readable for
> everybody. That can at times lead to weird behavior since if somebody
> has that file open the module can no longer unload, leading to a
> successful script erroring out. Now this might not happen often, it was
> a weird script I was running that caused it, but it seems just creating
> the file with mode 0400 seems to work fine, and guards me from stupid
> scripts. So I am testing that, but don't fully understand what reads the
> dropped file on the other end. Anybody?

The user reads the dropped file to know how many messages the relay
system had to drop because all the buffer were full.

Since the user owns the dropped file, I don't see how changing the mode
to 400 will help you here (now I don't believe it could hurt either).  I
guess it could keep others from keeping you from unloading your module.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]