[request-sponsor] Re: 6317146: syseventd refuses to use custom configuration files on nfs v

2005-12-12 Thread Jürgen Keil
 On Thu, Sep 01, 2005 at 11:18:50AM -0700, J?rgen Keil wrote:
 
  See http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6317146
  
  The workaround section contains the suggested fix.
 
 I've got this one.

This request for sponser can now be canceled.  snv_28 includes a fix for
bugid 6346636: expunge readdir_r uses from Solaris,  and it has removed
the pathconf() call that was failing with an NFS v2 root filesystem. 

Bug ID 6317146, Synopsis: syseventd refuses to use custom configuration files
on nfs v2 root filesystem should probably be closed, too, with a reference to 
bugid 6346636.
This message posted from opensolaris.org



[request-sponsor] Re: 6317146: syseventd refuses to use custom configuration files on nfs v

2005-12-12 Thread casper....@sun.com

 On Thu, Sep 01, 2005 at 11:18:50AM -0700, J?rgen Keil wrote:
 
  See http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6317146
  
  The workaround section contains the suggested fix.
 
 I've got this one.

This request for sponser can now be canceled.  snv_28 includes a fix for
bugid 6346636: expunge readdir_r uses from Solaris,  and it has removed
the pathconf() call that was failing with an NFS v2 root filesystem. 

Bug ID 6317146, Synopsis: syseventd refuses to use custom configuration files
on nfs v2 root filesystem should probably be closed, too, with a reference to 
bugid 6346636.


I've closed the bug as a duplicate of 6346636.

Casper





[request-sponsor] Re: 6183481 - pfiles could easily print file offset for files

2005-12-12 Thread Dan Mick
That is, indeed, the fix that's already in the bug...

Edward Wilson wrote:
 Off the top of my head I can't think of anything that changes state on a 0 
 offset relative seek, so, how about (in context diff format),
  
 *** pfiles.c.prev   Sun Dec 11 23:02:37 2005
 --- pfiles.cSun Dec 11 23:02:12 2005
 ***
 *** 190,195 
 --- 190,196 
 char fname[PATH_MAX];
 struct stat64 statb;
 struct rlimit rlim;
 +   offset_t off;
 pid_t pid;
 int fd;
 char *s;
 ***
 *** 277,282 
 --- 278,288 
 (int)statb.st_uid,
 (int)statb.st_gid);
   
 +   off = pr_llseek(Pr, fd, (offset_t) 0, SEEK_CUR);
 +   if (off != (offset_t) -1) {
 +   (void) printf( offset:%lld, (long long) off);
 +   }
 + 
 if (rdev == NODEV)
 (void) printf( size:%lld\n,
 (longlong_t)statb.st_size);
 This message posted from opensolaris.org
 ___
 request-sponsor mailing list
 request-sponsor at opensolaris.org