[request-sponsor] Suspend 6436577

2009-10-13 Thread Jayakara Kini

Hi,

'useradd' is being redesigned.  The project team is taking over the CR.

Regards,
Kini

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini


[request-sponsor] Cancellation of sponsorship requests

2009-01-16 Thread Jayakara Kini


The contributor is no longer interested in working on the following bugs:
6421535
6463379

Please cancel the requests.

Regards,
Kini

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] DIFF OUTPUT

2008-02-14 Thread Jayakara Kini


The BugID and synopsis are ok.
The description and the fix does not match it though...

Copy paste error?

~Kini


On Thu, 14 Feb 2008 00:52 -, krishna kumar wrote:

}Sir,
}me,Krishnakumar and rejeeshnath worked on the following bug and it seems to
}be fixed.
}The output is as expected and fine. We would like u to check the same
}
}*SCA Number:OS 0191
}user id is : krishna.
}
}Rejeesh's SCA Number:OS 0186
}user id:rej*
}*BUG ID : 6425061*
}
}*SYNOPSIS:*   thread.h t_nomigrate, naked char type is not portable, should
}be signed
}
}CATEGORY & SUBCATEGORY: kernel:header
}
}DESCRIPTION:
}A simple typographical error in usr/src/uts/common/sys/ccompile.h
}breaks kernel builds using the GNU C compiler (gcc).
}The attribute 'cmn_err' is specified, where it was obviously
}intended to be 'printf'.
}
}Suggested fix:
}
}@@ -69,9 +69,9 @@
}#define__sun_attr___KVPRINTFLIKE__ __sun_attr___VPRINTFLIKE__
}#else
}#define__sun_attr___KPRINTFLIKE__(__n) \
}-   __attribute__((__format__(cmn_err, __n, (__n)+1)))
}+   __attribute__((__format__(printf, __n, (__n)+1)))
}#define__sun_attr___KVPRINTFLIKE__(__n) \
}-   __attribute__((__format__(cmn_err, __n, 0)))
}+   __attribute__((__format__(printf, __n, 0)))
}#endif
}In usr/src/uts/common/sys/thread.h, the declaration of t_nomigrate
}is naked 'char'.  Since it is used as a signed char, it should be
}declared explicitly as 'signed char'.
}
}On PowerPC, naked char is unsigned.
}
}Suggested fix:
}@@ -137,7 +137,7 @@
}uint8_t t_lockstat; /* set while thread is in lockstat code */
}uint8_t t_pil;  /* interrupt thread PIL */
}disp_lock_t t_pi_lock;  /* lock protecting t_prioinv list */
}-   chart_nomigrate;/* do not migrate if set */
}+   signed char t_nomigrate;/* do not migrate if set */
}struct cpu  *t_cpu; /* CPU that thread last ran on */
}struct cpu  *t_weakbound_cpu;   /* cpu weakly bound to */
}struct lgrp_ld  *t_lpl; /* load average for home lgroup */
}*DIFF OUTPUT:*
}*
}--- thread.h.orig   Thu Feb 14 00:33:06 2008
}+++ thread.hThu Feb 14 00:43:52 2008
}@@ -139,7 +139,7 @@
}   uint8_t t_lockstat; /* set while thread is in lockstat code */
}   uint8_t t_pil;  /* interrupt thread PIL */
}   disp_lock_t t_pi_lock;  /* lock protecting t_prioinv list */
}-   chart_nomigrate;/* do not migrate if set */
}+   signed char t_nomigrate;/* do not migrate if set */
}   struct cpu  *t_cpu; /* CPU that thread last ran on */
}   struct cpu  *t_weakbound_cpu;   /* cpu weakly bound to */
}   struct lgrp_ld  *t_lpl; /* load average for home lgroup */
}**
}
}Looking forward to hear from you
}
}Thanking you sir
}Krishnakumar D.
}Rejeeshnath
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] BUG FIX

2008-02-13 Thread Jayakara Kini

Bugid and synopsis does not match.
What you have suggested is a workaround and not a fix.
ctra+w should delete word by default.

~Kini


On Wed, 13 Feb 2008 22:08 -, krishna kumar wrote:

} Sir,
}me,Krishnakumar and rejeeshnath worked on the following bug and it seems to
}be fixed.
}The output is as expected and fine. We would like u to check the same
}
}*SCA Number:OS 0191
}user id is : krishna.*
}**
}*Rejeesh's SCA Number:OS 0186*
}*user id:rej*
}
}
}*BUG ID : 6207957*
}**
}*SYNOPSIS*: When pressing ctrl+w in svccfg. It erase the whole line instead
}of erase word.
}
}*WORK AROUND* : Add "edit-mode vi" to ~/.teclarc
}
}*CATEGORY & SUBCATEGORY*: library:libtecla
}
}*WORKED AREA:*
}*
}*1.Created a file ~/.teclarc in the home directory.*
}*2.added "edit-mode vi" in the file and saved.*
}*everything is working -it deletes only one word when pressing ctrl+w.
}*
}**
}
}Looking forward to hear from you
}
}Thanking you sir
}Krishnakumar D.
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] fix for bug 6647695

2008-02-12 Thread Jayakara Kini

Another contributor has already submitted a fix for this.
Pleas check #150 on http://opensolaris.org/os/bug_reports/request_sponsor/

~Kini


On Tue, 12 Feb 2008 18:49 -, Deepthi wrote:

}Hi,
}
}We are Deepthi Devaki A R (SCA No OS0172) and R Vidya Lakshmi(SCA No OS0171).
}
}We worked on the bug id 6647695 and found a fix. The bug description is:
}
}Bug ID  6647695
}Synopsis   Unbalanced parenthesis in 
}State  1-Dispatched (Default State)
}Category:Subcategory   kernel:svm
}
} We are attaching the diff file herewith. We would kindly request you to 
verify it and keep in touch.
}
}Thanks and regards
}Deepthi Devaki A R &
}R Vidya Lakshmi
}Amrita University
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Request for working on the bug 6393365

2008-02-12 Thread Jayakara Kini


There already is a Responsible Engineer for this bug.

~Kini


On Tue, 12 Feb 2008 08:26 -, VISHNUDATHA KANJUR wrote:

}Sir,
}I am Vishnudatha from Amrita University.My SCA no is OS0182
}I would like to work on the bug 6393365
}   *Bug ID*
} 6393365
} *Synopsis*
} JDS-THIRDPARTYLICENSEREADME contains spelling error
}
}  *Category:Subcategory* gnome:build  *Keywords* opensolaris
}regards,
}Vishnudatha
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] bugid : 6313275 Category:Subcategory >> solaris_print:lpsubsystem

2008-02-11 Thread Jayakara Kini

Avinash wants to withdraw his request for this bug (and a few others).

~Kini

On Mon, 11 Feb 2008 21:32 -, Bonnie Corwin wrote:

}Someone requested this bug on 1/31/08.  It is #96 on the "awaiting 
}sponsor" list.
}
}Thank you.
}
}Bonnie
}
}Visakh M R wrote:
}> hi,
}> 
}> i'm working on 
}> 
}> bugid : 6313275 
}> Category:Subcategory  solaris_print:lpsubsystem
}> Synopsis  "transferring" misspellings in print system
}> 
}> SCA no:OS0921
}> 
}> thanks
}> Visakh.
}>  
}>  
}> This message posted from opensolaris.org
}> ___
}> request-sponsor mailing list
}> request-sponsor at opensolaris.org
}
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug ID - 4149430

2008-02-08 Thread Jayakara Kini

Hi Sanjay,

  I believe this bug is already fixed.
  Were you able to reproduce this issue?

~Kini

On Thu, 7 Feb 2008 19:33 -, Sanjay Nambiar wrote:

}Hi.
}I am Sanjay M Nambiar from Amrita Vishwa Vidyapeetham.
}me (Sanjay) (sanjaymn OS0150 ) and Chitra B(OS0233 chitraos) are
}interested in working on Bug ID: 4149430
}Synopsis -  include conflict between ddi.h and systm.h on min() and max()
}Category:Subcategory -kernel:header
}
}please see the file attached
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] request-sponsor BUG ID(s): 4968927 ,6640219

2008-02-07 Thread Jayakara Kini

Both the bugs are have already been requested for sponsorship.
See http://opensolaris.org/os/bug_reports/request_sponsor/
See #32 and #81.

You can't work on these bugs.

~Kini

On Wed, 6 Feb 2008 18:22 -, vinay simha wrote:

}  name1  : Vinay Simha.B.N
}  email id: simhavcs at gmail.com
}  name2  :  Beeresh.G
}  email-id: beeresh at gmail.com
}
}  Bug ID Number1 :* 4968927 ***
}  synopsis: errno.h comments should match strerror() results
}(libc/port/gen/errlist)
}  category :  kernel
}  subcategory :   header
}  description :  When strerror(errno) reports "Not owner", it's difficult to
}divine that errno
}  was EPERM since the comment on EPERM's line in errno.h is "Not
}super-user".
}
}  Bug ID Number2 : *6640219 ***
}  synopsis: usr/src/cmd/csh/sh.h contains incorrect comment
}  category : shell
}  subcategory :  cshell
}  description :  The header file sh.h states that the boolean pfcshflag is
}set to 0 for pfcsh.  This is incorrect, and should state 1.
}
}  tentative date:   *11-Feb-2008 *
}
}  sca number(s):  * OS0227,OS0225 *
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] request-sponsor Bug IDs:( 6313275, 6313279, 6528655, 6440943)

2008-02-05 Thread Jayakara Kini

Another contributor has already expressed interest to work on 6313275 & 
6313279 (Obviously they are duplicate bugs).

Regards,
Kini


On Tue, 5 Feb 2008 20:58 -, vinay simha wrote:

}  name1  : Vinay Simha.B.N
}  email id: simhavcs at gmail.com
}  name2  :  Beeresh.G
}  email-id: beeresh at gmail.com
}
}  Bug ID Number1 : *6313275*
}  synopsis: transferring" misspellings in print system
}  category :  solaris_print
}  subcategory :   lpsubsystem
}  description :  The word transferring is spelled incorrectly in several
}places in the print system.
}
}  Bug ID Number2:*6313279*
}  synopsis: transferring" misspelt in print system
}  category : solaris_print
}  subcategory :  cmds
}  description :The word transferring is spelled incorrectly in several
}places in the print system:
}
}  Bug ID Number3 : *6528655*
}  synopsis: date(1) could report errors more usefully
}  category :  utility
}  subcategory :   misc
}  description : date(1) isn't very helpful if it fails.
}
}  Bug ID Number4 :*6440943*
}  synopsis: should include 
}  category : consolidation
}  subcategory :  os-net-misc
}  description :When attempting to compile lsof, the kstat header bailed out
}in 64 bit mode with
}"syntax error near caddr32_t".
}
}
}  tentative date:   *11-Feb-2008 *
}
}  sca number(s):  * OS0227,OS0225 *
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Fix for bug - 6604652

2008-01-30 Thread Jayakara Kini

Hi Tom,

  A sponsorship was asked for this bug 9 Jan 08.  Please see #70 on 
request_sponsor page.

  Will you be sponsoring it for Ashwin Bhat and Rajath Shanbag?

Regards,
Kini

On Wed, 30 Jan 2008 09:30 -, Tom Haynes wrote:

}I'll sponsor this fix.
}
}Ceri is correct about the current status of the fix.
}
}
}Ceri Davies wrote:
}> On Tue, Jan 29, 2008 at 11:50:12AM +0530, Abhilash wrote:
}>   
}>> Sir,
}>>
}>>  Me Abhilash T.g and Arjun Asok have a fix for the bug  6604652. We are the 
students of amrita university.
}>>
}>> Abhilash oso183
}>> Arjun oso211
}>>
}>> the synopsis is 
}>>
}>>
}>>
}>> See the following log:
}>>
}>> bash-3.00# mount installtest:/export /mnt
}>> bash-3.00# share /mnt
}>> NFS: Cannot share filesystems in non-global zones: /mnt
}>> Could not share: /mnt: operation not supported
}>> bash-3.00# zonename
}>> global
}>>
}>> The "non-global zone" error message was incorrect. The correct one
}>> should be something like "Cannot share remote filesystem: /mnt".
}>>
}>> This seems to be caused by a copy-and-paste typo in the following
}>> code in nfs_enable_share():
}>>
}>> case EREMOTE:
}>> (void) printf(dgettext(TEXT_DOMAIN,
}>> "NFS: Cannot share filesystems "
}>> "in non-global zones: %s\n"), path);
}>>err = SA_NOT_SUPPORTED;
}>> break;
}>>
}>>
}>> We are attaching the diff file
}>>
}>> Abhilash
}>> Arjun
}>> 
}>
}>   
}>> --- libshare_nfs.c.orig Tue Oct  2 19:44:24 2007
}>> +++ libshare_nfs.c  Tue Jan 29 12:00:05 2008
}>> @@ -1803,7 +1803,7 @@
}>> switch (errno) {
}>> case EREMOTE:
}>> (void) printf(dgettext(TEXT_DOMAIN,
}>> -   "NFS: Cannot share filesystems "
}>> +   "NFS: Cannot share remote filesystems "
}>> "in non-global zones: %s\n"), path);
}>> 
}>
}> This error message is still incorrect.  The example above is a global
}> zone.
}>
}> Ceri
}>   
}> 
}>
}> ___
}> request-sponsor mailing list
}> request-sponsor at opensolaris.org
}>   
}
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Fix for bug - 6604652

2008-01-30 Thread Jayakara Kini

Hi Abhilash,

  This bug is already being requested by another contributor.
  See #70 on http://opensolaris.org/os/bug_reports/request_sponsor/

~Kini

On Tue, 29 Jan 2008 11:50 -, Abhilash wrote:

}Sir,
}
} Me Abhilash T.g and Arjun Asok have a fix for the bug  6604652. We are the 
students of amrita university.
}
}Abhilash oso183
}Arjun oso211
}
}the synopsis is 
}
}
}
}See the following log:
}
}bash-3.00# mount installtest:/export /mnt
}bash-3.00# share /mnt
}NFS: Cannot share filesystems in non-global zones: /mnt
}Could not share: /mnt: operation not supported
}bash-3.00# zonename
}global
}
}The "non-global zone" error message was incorrect. The correct one
}should be something like "Cannot share remote filesystem: /mnt".
}
}This seems to be caused by a copy-and-paste typo in the following
}code in nfs_enable_share():
}
}case EREMOTE:
}(void) printf(dgettext(TEXT_DOMAIN,
}"NFS: Cannot share filesystems "
}"in non-global zones: %s\n"), path);
}   err = SA_NOT_SUPPORTED;
}break;
}
}
}We are attaching the diff file
}
}Abhilash
}Arjun
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: diff_libshare_nfs.c
URL: 



[request-sponsor] request for bug-6440628

2008-01-30 Thread Jayakara Kini

Hi Abhilash,

  Another contributor has expressed interest to work on this bug.

~Kini


On Tue, 29 Jan 2008 12:14 -, Abhilash wrote:

}Sir,
}
} I Abhilash T.G and Arjun Asok  of Amrita University Abhilash oso183 and Arjun 
oso211 would like towork on te bug 6440628 .
}
}the synopsis is
}
}
}A student in my class today made a typo like this:
}
}# ipseckey -f /etc/inet/secret ipseckeys
}ipseckey: Unknown command (?).
}ipseckey: Parse error on line 1.
}
}ipseckey is apparently trying to parse a directory.
}
}
}Abhilash
}Arjun
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini


[request-sponsor] Request Sponsor for bug : 4510365 : small typo in nfslogd.c

2008-01-30 Thread Jayakara Kini

Another contributor has already expressed interest to work on this bug.

~Kini


On Wed, 30 Jan 2008 14:43 -, Avinash Joshi wrote:

}Hi.
}
}Rishi M Nair (OS 0148) and I, Avinash Joshi(OS 0142) would like to
}work on the bug 4510365
}
}
}Bug ID - 4510365
}Synopsis - small typo in nfslogd.c
}Category:Subcategory - network:nfslogd
}
}--
}Thanks & Regards,
}Avinash Joshi
}Blog: http://avinashtjoshi.wordpress.com/
}Site: http://avinashtjoshi.googlepages.com/
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] fix for the bug:6374978

2008-01-30 Thread Jayakara Kini

Hi Abhilash,

  We'll discuss this offline.

~Kini

On Wed, 30 Jan 2008 11:06 -, Abhilash wrote:

}
}Sir,
}
} Me Abhilash T.G (oso183)and arjun (oso211)has fixed a bug 6374978. The 
}diff file os attached. Just see it. Pls do reply if correct. you were 
}sponsoring us.
}
}
}Bug ID  6374978  
}Synopsis  ftpd doesn't like passwords that start with a minus.  
}State  1-Dispatched (Default State)  
}Category:Subcategory  network:ftp_server  
}Keywords  ftp | onnv_triage  
}Reported Against  2.9 , 5.10  
}Duplicate Of   
}Introduced In   
}Commit to Fix   
}Fixed In   
}Release Fixed   
}Related Bugs   
}Submit Date  20-JAN-2006  
}Last Update Date  12-OCT-2006  
}Description  ftpd can't handle passwords that start with a -.
}
}If you check 
http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ftpd.c#2685
}
}you can see:
}
}   2685if (*passwd == '-')
}   2686passwd++;
}
}Thus the rest of the password is later compared with the real one and fails.
}
}There's nothing wrong with a password of "-password", and it works fine for 
any other login type.  So this is a bug.
}Turns out this is sort-of by design.  in.ftpd(1), under "General FTP 
Extensions" reads:
}   A user whose FTP client hangs on a long reply, for example, a multiline
}   response, should use a dash (-) as the first character of the user's 
password,
}   as this disables the Server's lreply() function.
}
}However, this being the case, the password should be checked for correctness 
*first*, and *then* the first character checked for being '-' and if so that 
removed and then the password checked again.  Otherwise we see this broken 
behaviour. 
}Work Around  type a password of "-password" in FTP as "--password" 
}
}
}
}Abhilash
}Arjun
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Fix for bug -6636679

2008-01-30 Thread Jayakara Kini

Hi Abhilash,

  Your fix is right.  But a mail was sent to request-sponsor on 26th 
itself by another contributor expressing interest to work on this bug.

Regards,
Kini

On Tue, 29 Jan 2008 11:36 -, Abhilash wrote:

}Sir,
}
}Here is the fix for bug 6636679. 
}We are the students of amrita university.
}Our sca numbers are 
}Abhilash oso183
}Arjun oso211
}
}
}
}
}The bug synopsis is.
}
}
}ahl 12.3.2007]
}
}The error message for EZFS_ISCSISVCUNAVAIL is as follows:
}
}  iscsitgt service need to be enabled by a privileged user
}
}s/need/needs/;
}
}The diff file is attached.
}
}Abhilash
}Arjun
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: diff_libzfs_util.c
URL: 



[request-sponsor] Sponsor for Bug ID 6593960 - toupper() bug in /usr/xpg4/bin/awk

2008-01-29 Thread Jayakara Kini


This bug is already fixed in Nevada.

~Kini

On Fri, 4 Jan 2008 17:48 -, arjun vasudev wrote:

}
}Hi  I would like to work on bug ID 6593960 Synopsis  ::toupper() bug in 
/usr/xpg4/bin/awk 
}Category:Subcategory  utility:text 
} 
}Brief Description The following awk script behaves differently on SPARC vs 
x86. We believethe x86 implementation is buggy.$   uname -srp && echo "1.abc" \ 
 | /usr/xpg4/bin/awk '$1 == toupper($1) { print $1 }'SunOS 5.10 i3861.abc$$   
uname -srp && echo "1.abc" \  | /usr/xpg4/bin/awk '$1 == toupper($1) { print $1 
}'SunOS 5.10 sparc
} 
} 
} I don't have the fix ready yet.I'm working on it and hope to
}get the fix done in a 
week.http://bugs.opensolaris.org/view_bug.do?bug_id=6593960 My SCA number is 
OS0146Thanks & RegardsArjun.VAmrita University1st Year Computer Science 
Engineering
}_
}Tried the new MSN Messenger? It?s cool! Download now.
}http://messenger.msn.com/Download/Default.aspx?mkt=en-in
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Fwd: Request for bug-6374978

2008-01-25 Thread Jayakara Kini


I'll sponsor this request.

We'll take the discussion offline.

Regards,
Kini

On Tue, 22 Jan 2008 13:06 -, Abhilash wrote:

}
}Sir,
}
}  Me and Arjun would like to work on the bug 6374978 . My SCA number is 
OSO183. We are the students of amrita school of engg. We are mailing to you 
bcoz we didnt get any response from the other help.
}
}sincerely,
}Abhilash and Arjun
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 6557253 dispadmin.c:usage[] contains undocumented -u option

2008-01-25 Thread Jayakara Kini

I'll sponsor this request.

~Kini

On Sun, 20 Jan 2008 18:53 -, Rishi M Nair wrote:

}Hi.
}I am Rishi M Nair  from Amrita Vishwa Vidyapeetham.
}
}me (Rishi M Nair) (OS0148 - rishios) and Avinash Joshi (OS0142 - avinashj)
}are
}interested in working on bugid  6557253
}
}Bug ID - 6557253
}Synopsis - dispadmin.c:usage[] contains undocumented -u option
}Category:Subcategory - utility:sched
}
}We will submit the fix with in 2 Days.
}
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 6490919 strange file in onnv-gate

2008-01-25 Thread Jayakara Kini


The fix involves removing a file.  This can be done on a sccs managed 
source tree for which an external contributor does not have access.  This 
can be done by a sponsor but not by a contributor.

I don't think this bug is suitable to be fixed by an opensolaris 
contributor.

~Kini

On Sun, 20 Jan 2008 19:08 -, Rishi M Nair wrote:

}Hi.
}I am Rishi M Nair  from Amrita Vishwa Vidyapeetham.
}
}me (Rishi M Nair) (OS0148 - rishios) and Avinash Joshi (OS0142 - avinashj)
}are
}interested in working on bugid 6490919
}
}
}Bug ID - 6490919
}Synopsis - dstrange file in onnv-gate
}Category:Subcategory -utility:man
}
}We will submit the fix with in 2 Days.
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Request sponsor for Bug: 6457020

2008-01-25 Thread Jayakara Kini

[The subject of this mail said 6647843, but we are talking about 6457020.
I've corrected the subject line]

I agree with Ceri that the user should have read the man page first. 
Probably what the submitter wanted was user friendly error message rather 
than just 'incomplete statement'.  In that case, the error message should 
be changed for all options and not just for '-exec' option.

I've updated the Bug desciption and the synopsis and marked this as RFE.

~Kini

On Sun, 20 Jan 2008 18:55 -, Avinash Joshi wrote:

}Ok I think I will wait until I get a sponsor
} 
} 
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Request sponsor for Bug: 6647843

2008-01-25 Thread Jayakara Kini


This bug has already been fixed.

It was fixed soon after it was filed.
I believe you picked from opensolaris.org during the transition period 
:(

~Kini

On Fri, 18 Jan 2008 19:08 -, Avinash Joshi wrote:

}Hi.
}I am Avinash Joshi from Amrita Vishwa Vidyapeetham.
}
}Rishi M Nair (OS0148 - rishios) and me (OS0142 - avinashj) are interested in 
working on bugid 6647843.
}
}I am attaching the diff text file also.
}
} 6647843 : "network=" syntax is incorrect
} Category/Subcategory: manpage:section4
}
}Details are enclosed below
}
}I downloaded the latest man pages from 
http://www.opensolaris.org/os/downloads/manpages/ , put it in a dir. The bug is 
in man4/sysidcfg.4 file.
}I made the changes and did a put back in /usr/share/man/man4.
}
}The screenshot attached shows the fix ready
} 
} 
}This message posted from opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] bugs i am workin on.

2008-01-16 Thread Jayakara Kini

5023963 has been fixed already.
This bug needs to be updated.

~Kini

On Mon, 14 Jan 2008 21:39 -, Bonnie Corwin wrote:

}Hi Visak,
}
}Someone sent email saying they are working on 5085829 shortly before you 
}sent this email.  I will be updating the table shortly with that 
}information.
}
}I will add 6199811 and 5023963 to the 'Awaiting Sponsor' list.
}
}Thank you.
}
}Bonnie
}
}visak mr wrote:
}> 
}> SCA no  : OS0192
}> 
}> 
}> bugid  : 6199811
}> synopsis : svccfg doesn't detect conflicting property groups
}> *Category:Subcategory* utility:performance
}> 
}> 

}> bugid  : 6207437
}> synopsis : iostat should display merged requests
}> *Category:Subcategory* utility:performance
}> 
}> 

}> bugid  : 5085829
}> synopsis : sulogin has bad interaction with bash; $TERM left set to 'dumb'
}> *Category:Subcategory* utility:security
}> 
}> 

}> bugid  : 6344436
}> synopsis : *mv* gives cryptic error when applied to unix domain sockets
}> *Category:Subcategory* utility:file
}> 
}> 

}> bugid  : 5023963
}> synopsis : gzdiff, gzcmp and gzexe don't work due to set -C
}> *Category:Subcategory* utility:gzip
}> 
}> 
-
}> 
}> I've  already requested for bugid 6207437 and 6344436, but i didn't get 
}> any sponsors.
}> 
}> Thank you
}> 
}> Visakh M R
}> Final year B-Tech
}> Amrita School of Engineering
}> Amritapuri.
}> 
}> 
}> 
}> 
}> ___
}> request-sponsor mailing list
}> request-sponsor at opensolaris.org
}
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] consolidation

2008-01-09 Thread Jayakara Kini

This bug is already being sponsored.

Please check http://opensolaris.org/os/bug_reports/request_sponsor/ for 
all existing sponsorships before picking up a bug.

Regards,
Kini

On Wed, 9 Jan 2008 12:28 -, sudhakar reddy wrote:

}hi,
}
}i am working on the bug 6291460 in the category consolidation:os-net-misc ,
}in solaris and almost finished it. could u pls lock that bug for me so that
}others cannot do work on that bug.
}
}
}regards,
}sudhakar
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 4937374 assertion failed: tmrp->t_ccc_listp == NULL, file: ghd_timer.c, line 704

2008-01-08 Thread Jayakara Kini

Hi Rishi,

  This bug has a 'Responsible Engineer'.  Please select bugs which do not 
have a 'Responsible Engineer' set.

Regards,
Kini


On Mon, 7 Jan 2008 22:33 -, Rishi M Nair wrote:

}Hi ,
}
}I would like to work on the bug :4937374 and will finish working on it
}within 3 Days.
}Bug ID  4937374
}Synopsis  assertion failed: tmrp->t_ccc_listp == NULL, file: ghd_timer.c,
}line 704
}Category:Subcategory  driver:disk-other
}My SCA number is  : OS0148
}My opensolaris id : rishios
}
}Thanks & Regards,
}Rishi M Nair
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] BUg 6469178 clean up scp.c and make it cstyle clean

2008-01-08 Thread Jayakara Kini

Hi Rishi,

This bug has a Responsible Engineer.
Please do not spend cycles on this bug.

~Kini


On Mon, 7 Jan 2008 23:06 -, Rishi M Nair wrote:

}Hi ,
}
}I would like to work on the bug :6469178 and will finish working on it
}within 1 week.
}Bug ID  6469178
}Synopsis  clean up scp.c and make it cstyle clean
}Category:Subcategory  ssh:commands
}My SCA number is  : OS0148
}My opensolaris id : rishios
}
} sir i also like to know more about *cstyle clean*
}
}Thanks & Regards,
}Rishi M Nair
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] bugId 5023963

2008-01-07 Thread Jayakara Kini

Hi Yamuna,

  From the description, this bug appears to be fixed.

  Please select a different bug.

Regards,
Kini

On Sat, 5 Jan 2008 19:57 -, yamuna j wrote:

}I am  Yamuna Jathavedan from Amrita School of Engineering.  I am interested in
}working on bugid5023963
}I'll be submitting a fix tentatively by
}24-1-2008.
}The details of the bug are as follows:
}Bug ID 5023963 
}Synopsis gzdiff, gzcmp and gzexe don't work due to set -C 
}State 1-Dispatched (Default State) 
}Category:Subcategory utility:gzip 
}Keywords oss-bite-size 
}Sponsor 
}Submitter 
}Reported Against 5.9 
}
}
}My SCA number is OS0181
}
}
}  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug id- 6455590

2008-01-07 Thread Jayakara Kini


Hi Jayahari,

  6455590 already has a 'Responsible Engineer' set.  Besides, this bug is 
being fixed with 6455603.

  Please make sure the 'Responsible Engineer' field is empty before 
picking up the bug.

Regards,
Kini

On Sat, 5 Jan 2008 13:12 -, Jayahari K R wrote:

}Hai
}We are Jayahari and Rohan from Amrita University. We would like to work on
}the bug id - 6455590.
}
}The details of the bug are as follows:
}
}   *Bug ID*
} 6455590
} *Synopsis*
} extern "C++" atexit() not defined
} *State*
} 4-Defer (Accepted, but the fix may not be made soon.)
} *Category:Subcategory*
} c++:sunwlibc
} *Keywords*
} dpwebbug
} *Responsible Engineer*
} Terrence Miller
}
}
}We are awaiting our SCA numbers.We would let you know as soon as possible.
}
}Thanking You
}Jayahari & Rohan
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bugs: 6615447, 6248378 , 6445628, 6493125, 6280513

2008-01-03 Thread Jayakara Kini


Hi Avinash,

  I had mentioned before that the following two bugs are being worked on 
by other contributors:
  6248378: Archana
  6445628: Rishi

  For other bugs, I believe you have not submitted a code change.  A 
sponsor will pick it up after you submit a code change.

  A sponsor will pick up a request without a code change only when the 
sponsor is interested in that particular bug.  Otherwise, the request will 
have to wait until a code contribution.

  Are you looking for any guidance on fixing these bugs?

Regards,
Kini


On Thu, 3 Jan 2008 13:49 -, Avinash Joshi wrote:

}I am still awaiting a sponsor
}
}Thanks & Regards,
}Avinash Joshi
} 
} 
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Sun Code for Freedom

2008-01-03 Thread Jayakara Kini

Hi Arjun,

  Abhilash had shown interest to work on this bug earlier.  Steve Peng had 
volunteered to sponsor this.  Please contact the sponsor for any info you 
are looking for.

Regards,
Kini

On Thu, 3 Jan 2008 13:36 -, arjun asok nair wrote:

}sir,
}My name is arjun.am also from Amrita Vishwa Vidyapeetham Amritapuri a 3rd year 
computer science student.
}me n abhilash r working together on the bug no 6297026.
}can u please give us your email id
}
}Sincerely 
}arjun
} 
} 
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] 6414833

2008-01-03 Thread Jayakara Kini

Hi Visakh,

The other two bugs you posted (6344436, 6207437) are ok.
Please proceed to work on them and post the fix.

~Kini

On Thu, 3 Jan 2008 11:02 -, Visakh M R wrote:

}sorry about that ...
}de state was dispatched accordin to de bug DB
}is it ok with de other two bugs i posted ?
} 
} 
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] 6414833

2008-01-02 Thread Jayakara Kini

Hi Visakh,

  This bug is already being sponsored.

  Please check http://opensolaris.org/os/bug_reports/request_sponsor/ for 
all currently sponsored bugs.

Regards,
Kini

On Wed, 2 Jan 2008 21:23 -, Visakh M R wrote:

}I am workin on bugid 6414833 
}6207437 : iostat should display merged requests
}
}Category:Subcategory  consolidation:os-net-tools
} 
} 
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Can this be a fix for Bug-6490935?

2008-01-02 Thread Jayakara Kini


Hi Samir,

  Please go through the link provided by Darren for the discussion on this 
bug.  Also look at http://www.opensolaris.org/os/community/arc/ to 
understand the ARC process.

  I guess you still want to get this sponsored.  Please confirm.

  Thanx Darren for pointing out the discussion.

Regards,
Kini

On Wed, 2 Jan 2008 17:06 -, Darren J Moffat wrote:

}Jayakara Kini wrote:
}> That was very nice of you River.
}> 
}> Samir, this bug was being sponsored for River by Darren Moffat.
}> I don't think he'll mind sponsoring it for you ;)
}
}This was more than a simple bug fix and required some design.  That discussions
}started on security discuss but the thread finished, it looked to me like there
}was rough consensus on the design. I never heard anything more from the
}submitter.  To complete this the design that we appeared to have consensus on
}needs ARC review (or a new design will have to get ARC review).
}
}See the following URL for the design discussion thread:
}
}http://mail.opensolaris.org/pipermail/security-discuss/2006-November/003871.html
}
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] [request sponsor[ BugID:4804022

2007-12-31 Thread Jayakara Kini


I'll sponsor this.

~Kini

On Sun, 30 Dec 2007 13:11 -, ashwin wrote:

}Hello everyone
}
}I have fixed the following bug.Requesting for a sponsor for the same
}for integrating the patch.
}SCA Number: OS0144
}
}url of the bug: http://bugs.opensolaris.org/view_bug.do?bug_id=4804022
}
}Changes to be made in the file:
}onnv-gate/usr/src/ucbcmd/sed/sed0.c
}
}BUGID : 4804022
}Synopsis : sed has an off-by-one error in its label length check
}Category:Subcategoryutility:text
}Description : sed will complain that eight character labels are too long:
}
}Output before the fix :
} $ < /dev/null sed ":12345678"
}Label too long: :12345678.
}
}Output after the fix:
}$ < /dev/null sed ":12345678"
}---
}
}Now sed allows the label size to be eight characters long
}
}Have attached the diff.
}Wish you all a Happy and prosperous new year !.
}Thank You in advance.
}
}Regards
}Ashwin
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Submission of fix for Bug- 6606851

2007-12-31 Thread Jayakara Kini

Hi Samir,

  Please send the output of 'diff -u  '.

  Its easier to interpert the changes in the diff output than in the line 
by line description of the changes.

  BTW, I think you forgot to attach the new svcadm.c file.

Regards,
Kini


On Sun, 30 Dec 2007 01:18 -, samir kumar mishra wrote:

}Hi all,
}>
}> I hope the fix for the Bug- 6606851 whose details are given below is
}> ready.
}>
}>
}> 
***
}> *Synopsis* -svcadm restart and refresh exit with 0 when permission is
}> denied
}> *Category:Subcategory* ---utility:smf
}> *Reported Against* snv_72
}> *Link*:http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6606851
}> 
**
}>
}>
}> The fix to the bug requires certain modifications in the file svcadm.cwhose 
link is given below:
}>
}> 
http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/svc/svcadm/svcadm.c
}>
}>
}>
}>
}> 

}> 1) In line number 1329, the return type of *set_inst_action()* function is
}> changed from ' *static void*' to '*static int*'.
}>
}> 2)In line number 1338, the integer variable *'ret*'  should be defined  as
}>
}>   *  int ret=0;*
}>
}> 3)Just before '* goto out;*'  in line number 1370, we need to insert the
}> following statement:
}>
}>* ret=1;* /*Return value of set_inst_action()*/
}>
}> This is because whenever there is error SCF_ERROR_PERMISSION_DENIED, we
}> have to make the return value 'ret'   equal to 1.
}>
}> 4)Again we have to insert the following statement just before '*goto out;*'
}> in line number 1398:
}>
}>*ret=1;*
}>
}> 5)After all the statements in the '*out*' block of the function *
}> set_inst_action()* starting at line number 1463, we place the following
}> statement to mark the return value of the function:
}>
}>   * return(ret);*
}>
}> 6) Now we modify the function *set_fmri_action()* starting  at line number
}> 1882 as given below:
}>
}>static int *set_fmri_action*(void *actionscf_walkinfo_t *wip)
}> {
}> *int ret;*
}> assert( wip->inst != NULL  && wip->pg ==NULL);
}> ret=set_inst_action(wip->fmri, wip->inst, action);
}>* return(ret);*
}> }
}>
}>
}> 

}>
}> Now , svcadm restart and refresh exit with a value 1 when permission is
}> denied.
}>
}> *I would like to request a sponsor so that the fix can be evaluated.I am
}> also attaching a copy of the modified file 'svcadm.c ' lest I may have
}> forgot to mention all the required changes.*
}>
}>
}> Regards,
}> Samir Kumar Mishra
}> 3rd year, Electronics and Telecommunication Engg,
}> University College of Engineering, Burla(India)
}>
}>
}>
}>  
}>
}>
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug:6608290

2007-12-28 Thread Jayakara Kini


Hi Rejeesh,

  This bug has already been fixed in build 76.

~Kini

On Fri, 28 Dec 2007 17:30 -, Rejeesh Nath wrote:

}Hi ,
}
}I would like to work on the bug : 6608290  and will finish working on it
}within a week. (I dont have a fix ready yet)
}
}Bug ID  6608290
}Synopsis : Missing word in description of -e option in logadm(1M)
}Category:Subcategory  manpage:section1m
}
}My SCA number is  : OS0186
}My opensolaris id : rej
}
}Thanks & Regards,
}Rejeesh Nath
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Can this be a fix for Bug-6490935?

2007-12-28 Thread Jayakara Kini

That was very nice of you River.

Samir, this bug was being sponsored for River by Darren Moffat.
I don't think he'll mind sponsoring it for you ;)

Regards,
Kini

On Fri, 28 Dec 2007 13:32 -, samir kumar mishra wrote:

}Hi all,
}
}Thanks for your support , i would like learn more and more and contribute.
}
}Regards,
}Samir
}
}On 12/28/07, River Tarnell  wrote:
}> Jayakara:
}>
}> JK> I guess its ok to team up as long as the other contributor agrees with
}> it.
}>
}> i was planning to submit this along with the fix for
}>
}>   1214359 *passwd*:passwd does not allow -egh arguments for "files"
}> repository
}>
}> however, that got stalled somewhere and so neither fix has been
}> integrated.  i've no problems if someone else wants to take it over.
}>
}>  - river.
}>
}>
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] assignment request for Bug ID -6641990

2007-12-28 Thread Jayakara Kini

Hi Narendra,

  Which email id have you used in your Sun Contributor Agreement?  You should
have used the same email id to send requests.

  I believe you are a Campus Ambassador which means you are designated as an
intern at Sun.

  If you want to contribute as an intern, then you can do so without going
through request-sponsor process.  If you want to contribute as an individual,
then please use a non-sun email id.

  If you are participating in the CFF contest, then please note that it is
ending on Feb 14.  Please make your contribution at the earliest.

Regards,
Kini

On Fri, 28 Dec 2007 00:26 -, Narendra Pant wrote:

}
}
}hi
}i would like to work on this bug and want this assigned to me .it will
}take me  about one month to  come back with a contribution.
}
}
}Bug ID  6641990
}Synopsis   *svcs* should not show instances which don't have a 'general'
}property group
}
}
}Regrds
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Can this be a fix for Bug-6490935?

2007-12-28 Thread Jayakara Kini

Hi Samir,

I guess its ok to team up as long as the other contributor agrees with it.

I would say its not fair for the other contributor as you missed this bug 
in the request_sponsor page.

I see that you have already picked up another bug.

Two of your bugs were already being sponsored.  I can see that your 
enthusiasm has not diminised because of this.

Please be careful in picking up the bugs and continue to contribute.

Regards,
Kini


On Fri, 28 Dec 2007 01:17 -, samir kumar mishra wrote:

}Hi all,
}
}Unfortunately, I have worked on a bug that is already being sponsored
}and i think i have got the fix ready and submitted the same.
}
}BUG DETAILS:
}**
}Synopsis:passwd does not handle Control-D input correctly
}Category:utility
}SubCategory:security
}**
}
}Is it possible for me to team up with the Responsible Engineer?
}
}
}Regards,
}Samir Kumar Mishra
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bugs: 6615447,6248378 , 6445628, 6493125

2007-12-28 Thread Jayakara Kini


Avinash,

  Other contributors have already shown interest to work on two of these 
bugs:

  6248378 Archana/Veena/Sudersanan
  6445628 Rishi Nair

Regards,
Kini

On Thu, 27 Dec 2007 17:50 -, Avinash Joshi wrote:

}Hi all.
}
}I am interested in working on bugs 6615447,6248378 , 6445628, 6493125. 
}
}I will work on the bugs one by one. This is just to say the forum that i am 
interested in working on those bugs.
}
}Below are the synopsis and category/subcategory for each bug.
}
}
}Bug ID :: 6615447
}Synopsis :: r.manifest can use $smf_alive without ever setting it
}Category:Subcategory :: utility:smf
}
}
}
}Bug ID :: 6248378 
}Synopsis :: general/enabled problems aren't handled completely
}Category:Subcategory :: utility:smf
}
}
}
}Bug ID :: 6445628
}Synopsis :: Add a ::rootpage dcmd
}Category:Subcategory :: utility:mdb
}
}
}
}Bug ID :: 6493125
}Synopsis :: df options needlessly differ between /usr/bin/ and /usr/xpg4/bin/
}Category:Subcategory :: utility:filesystem
}
}
}My SCA number is OSO145.
}
}Thanks & Regards,
}Avinash Joshi
} 
} 
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 6280513

2007-12-27 Thread Jayakara Kini

Hi Rishi,

  Another OpenSolaris contributor, Avinash Joshi, has already expressed 
interest to work on this bug.

  Kindly select a different bug to work on.

Regards,
Kini

On Thu, 27 Dec 2007 11:49 -, Rishi M Nair wrote:

}Hi ,
}
}I would like to work on the bug : 6280513  and will finish working on it
}within 2 week. (I dont have a fix ready yet)
}
}Bug ID  6280513
}Synopsis  init needs to handle SCF_ERROR_NO_RESOURCES from
}scf_instance_add_pg()
}Category:Subcategory  utility:smf
}My SCA number is  : OS0148
}My opensolaris id :rishios
}
}Thanks & Regards,
}Rishi M Nair
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] BUG : 6586072

2007-12-26 Thread Jayakara Kini

Hi Rejeesh,

Another OpenSolaris contributor has already picked up this bug to work on.
Please pick up another bug.

Regards,
Kini


On Sat, 22 Dec 2007 12:27 -, Rejeesh Nath wrote:

}hi
}
}i am working on the *bug : 6586072*
}and will finish working on it by 24-12-2007
}my SCA number is : OS0186
}
}Synopsis : uu_warn_internal should be more precise in its newline detection
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 649863

2007-12-26 Thread Jayakara Kini

Hi John,

The bug id is 6498683.
Rishi is already working on it.
Meera is withdrawing her request for this bug.

~Kini

On Tue, 18 Dec 2007 19:58 -, John Beck wrote:

}Meera> I would like to request a sponsor for bug 649863 ...
}
}There is no such bug; Sun bug IDs have seven digit.  Please let us know
}which bug you mean and we'll proceed.  It might help if you also include
}the Synopsis of the bug.
}
}
}Meera> sir i just requested for my SCA Number today will send it to you later
}
}That is fine.
}
}-- John
}
}http://blogs.sun.com/jbeck
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 6308408

2007-12-26 Thread Jayakara Kini

Ah!
Sorry for the confusion.

I just checked the contributor list.
Meera's OpenSolaris id is 'meeraos'.

~Kini

On Fri, 21 Dec 2007 19:29 -, Shawn Walker wrote:

}On Dec 20, 2007 11:59 PM, Jayakara Kini  wrote:
}>
}>
}> Rishi's ID is OS0148.
}> Meera's id is OS0188.
}
}No, I was pointing out that both Rishi and Meera said:
}
}"My open solaris id is rishios"
}
}They gave different SCA numbers though.
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] BUG ID:6496621

2007-12-26 Thread Jayakara Kini

Hi Rejeesh,

  This bug is already being sponsored.  Please check this page which lists 
the bugs being worked on:

http://opensolaris.org/os/bug_reports/request_sponsor/

Regards,
Kini

On Fri, 21 Dec 2007 18:13 -, Rejeesh Nath wrote:

}*hi,*
}**
}*i want to register a bug i.e. i am working on the *
}**
}*BUG ID:6496621*
}*Synopsis: Sim[plify doprnt.c code with strlen*
}*My SCA number : OS0186*
}*Sun username : rej*
}**
}  ** **
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] Bug 6308408

2007-12-21 Thread Jayakara Kini


Rishi's ID is OS0148.
Meera's id is OS0188.

~Kini

On Thu, 20 Dec 2007 20:05 -, Shawn Walker wrote:

}On Dec 20, 2007 6:33 AM, Meera R  wrote:
}>
}>
}> Hi All
}>  I would like to request a sponsor for bug 6308408
}>  My open solaris id is rishios and SCA Number is OS0188
}
}Meera, you are using the same open solaris id as Rishi M Nair.
}
}Did you perhaps type the wrong one?
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] [6365813] sponsor request

2007-12-13 Thread Jayakara Kini


Hmm..
Instead the 'name' should change from 'refresh' to 'restart'..

While  you are here, can you also fix the second part mentioned in the bug 
to use :kill...

~Kini

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
-- next part --
On Thu, Dec 13, 2007 at 02:47:44PM +0530, ashwin wrote:
> Hello guys.
> 
> Requesting a sponsor for bug # 6365813
> My contributer's agreement is OS0144
> 
> Bug Details:
> ssh corrects confusion with more confusion
> network/ssh's refresh method is "/lib/svc/method/sshd restart", which seems
> uncouth, since refresh methods should not stop the daemon.  But, in
> fact, /lib/svc/method/sshd restart just runs
> "/usr/bin/kill -HUP `/usr/bin/cat $PIDFILE`", which doesn't stop the daemon
> at all.  The argument should be changed to "refresh".
> 
> 
> changes in the file usr/src/cmd/ssh/etc/ssh.xml
> The argument to /lib/svc/method/sshd should be refresh instead of restart
> 
> Patch:
> 
> --- ssh.xml.orig  Thu Dec 13 14:38:32 2007
> +++ ssh.xml   Thu Dec 13 14:38:59 2007
> @@ -117,7 +117,7 @@
>  type='method'
>   name='refresh'
> - exec='/lib/svc/method/sshd restart'
> + exec='/lib/svc/method/sshd refresh'
>   timeout_seconds='60' />

I'm a little concerned that you have just fixed the synopsis.
/lib/svc/method/sshd doesn't actually have a "refresh" case.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: 

-- next part --
___
request-sponsor mailing list
request-sponsor at opensolaris.org


[request-sponsor] [6463379] sponsor request

2007-12-12 Thread Jayakara Kini

I'll sponsor this.

~Kini


On Wed, 12 Dec 2007 21:59 -, ashwin wrote:

}hello all
}
}I wish to work on the bug 6463379.
}
}Bug Description:
}
}
}Overenthusiastic error message in svccfg:
}svccfg can say
}svccfg: Refresh of
}svc:/milestone/sysconfig:svc:/milestone/sysconfig:default failed:
}entity not found.
}It means svc:/milestone/sysconfig:default .
}
}
}Additional string is being printed.The patch is as below.
}
}--- svccfg_libscf.c.orig   Wed Dec 12 20:38:52 2007
}+++ svccfg_libscf.cWed Dec 12 21:59:23 2007
}@@ -1455,7 +1455,7 @@
}   (void) strcpy(name_buf, "?");
}
}   warn(gettext(
}-  "Refresh of %s:%s failed: %s.\n"), fmri,
}+  "Refresh of %s failed: %s.\n"),
}   name_buf, scf_strerror(scfe));
}   }
}   }
}
}I would like to request a sponsor to evaluate my work and help me get it
}integrated into the next build.
}
}
}My contributor agreement # is OS0144
}
}Thank You in advance.
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] utility:sys_maintenance

2007-12-12 Thread Jayakara Kini


I'll sponsor this.

~Kini

On Tue, 11 Dec 2007 17:26 -, Sasidhar Kasturi wrote:

}Respected Sir/Madam,
} Sorry.. I forgot to give my reference numebr in the previous mail
}...
}
}My reference number is: OS0173
}
} I am working on  Bug id:6436577 and understood the problem .. Able
}to reproduce the bug.. Find the problem and able to add code to solve it ..
}
}I had done some testing and its working fine .. I think i am ready to put
}back the code.. Please assign me a sponsor for further procedure..
}
}
}Thanking you,
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] open solaris bug fix : bugid 6421535 request for a sponsor

2007-12-12 Thread Jayakara Kini


I'll sponsor this.

~Kini


On Thu, 6 Dec 2007 17:49 -, ashwin wrote:

}Hello everyone
}
}I would like to work on bug id 6421535
}My Sun Contributor Agreement number is OS0144
}
}
}The bug url is 
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6421535
}
}Brief description :
}bustos 2006-05-03
}
}If during install an administrator includes a site.xml file which enables
}the nis/server service, the service will be disabled when the system
}comes up.  This is because the sysidtool:system service applies the
}ns_none.xml profile, which disables nis/server.  ns_none.xml should disable
}NIS client services, not nis/server.
}
}
}
}
}Action to be taken :
}remove the following lines from the file :
}/onnv/onnv-gate/usr/src/cmd/svc/profile/ns_none.xml
}That is this file should not disable or deactivate nis serevr but
}should only disable nis client.
}
}
} 49 
} 50 
}
}
}
}Please sponsor the bug.
}Will Send the diff file in a couple of  days as am attending a
}conference at bangalore (foss.in).
}Thank You
}
}
}
}Regards
}Ashwin Bhat K S
}3 year information technology
}NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
}Sun campus ambassador
}99644 98351
}
}
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] madhu...@gmail.com

2007-12-04 Thread Jayakara Kini

Madhu is on vacation for another two weeks.
Madhu has been mentoring them.
I guess Rishi placed his email id in the subject instead of the bug id 
etc..

~Kini

On Mon, 3 Dec 2007 07:58 -, Frank.Hofmann at Sun.COM wrote:

}On Sat, 1 Dec 2007, rishi m nair wrote:
}
}> Hi All
}>
}>  I would like to request a sponsor for bug 6458839
}>  My open solaris id is rishios and my SCA number is OS0148
}>
}> Thanks & Regards
}>
}> Rishi
}> Amrita University, Kollam
}> 3rdYear BSc Computer Science
}
}I can sponsor this for you if you like. If Madhu has already agreed, 
}though, then I won't push him aside :)
}
}Let me know,
}Thx,
}
}FrankH.
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini



[request-sponsor] opensolaris bug fix BUGID 6619664 Sun Contributor Agreement number is OS0144

2007-11-09 Thread Jayakara Kini [HOME]


I'll take this sponsor request.

~Kini


On Fri, 9 Nov 2007 10:54 +0530, ashwin wrote:

}Hello Sir
}
}i have Fixed the BUG ID 6619664 . cscope-fast was giving core dump
}when home was unset. Now it is fixed. Please review it.My Sun
}Contributor Agreement number is
}OS0144
}
}cscope-fast core dumps, when it's told to build the index and the HOME
}is unset. Unsetting HOME could be considered as user error, but
}cscope-fast is handling it more user friendly.
}
}
}the url is http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6619664
}
}the BUGID is 6619664 .I am attaching the diff file and the new file
}usr/src/tools/cscope-fast/main.c file along with this.
}
}Kindly do the needful
}
}Thank you.
}
}
}
}earlier is was
}-bash-3.00$ unset HOME
}-bash-3.00$ cscope-fast
}Segmentation Fault (core dumped)
}
}
}now it is made to give a friendly output
}-bash-3.00$ unset HOME
}-bash-3.00$ cscope-fast
}HOME not set
}-bash-3.00
}
}
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-66927479



[request-sponsor] BUG ID 6496621 fixed Patch is attached

2007-10-17 Thread Jayakara Kini

I'll sponsor this request.

~Kini


On Wed, 17 Oct 2007 20:48 +0530, Ajishrao.r wrote:

}Hi,
} I am sending the patch of the bug 6496621, Still now i have not
}received the reference number though i have sent the scanned agreement copy,
}please do the needful for the same.
}
}file path is /usr/src/lib/libc/port/print/doprnt.c is the file to be
}modified.  in my directory.
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-66927479
-- next part --
A non-text attachment was scrubbed...
Name: doprnt.patch
Type: text/x-patch
Size: 196 bytes
Desc: 
URL: 

-- next part --
___
request-sponsor mailing list
request-sponsor at opensolaris.org


[Fwd: [request-sponsor] Need sponsor to putback correction for #6383216]

2007-02-26 Thread Jayakara Kini


I'll sponsor this.

~Kini


} Original Message 
}Subject:   [request-sponsor] Need sponsor to putback correction for
}#6383216
}Date:  Mon, 26 Feb 2007 00:07:26 +0530
}From:  G N S 
}To:request-sponsor at opensolaris.org
}
}
}
}Hi,
}
}I need a sponsor to help me putback correction for the bug #6383216. I am
}starting with the simplest of the bugs to become familiar with the process.
}
}regards
}Shiv
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-66927479



[request-sponsor] [PATCH] 6222884 - SMF service rfc1179 should be renamed

2006-01-10 Thread Jayakara Kini


I'll sponsor this.

-Kini


On Mon, 9 Jan 2006 16:42 -0500, Richard Lowe wrote:

}Patch for bug:
}   6222884 - SMF service rfc1179 should be renamed
}
}http://richlowe.net/patches/6222884.diff
}
}-- Rich.
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-56927479



[request-sponsor] Fwd: 6365722 typo in /usr/demo/dtrace/qlen.d

2006-01-09 Thread Jayakara Kini


Hi Vladimir,

  This bug is being worked on by an internal engineer. :-(

Regards,
Kini


On Tue, 27 Dec 2005 21:38 +0100, Vladim?r Kotal wrote:

}
}Hello,
}
}I am requesting sponsor for trivial typo fix 6365722 (or 6356766, originally
}6312329).
}
}
}V. Kotal
}
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-56927479


[request-sponsor] 6238818 traceroute -s always reports an error / 6312880 traceroute '-s' option is not working.

2006-01-04 Thread Jayakara Kini

Hi Richard,

  The fix for this bug was integrated on 12th Dec 2005. :-(


The bug status at 
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6238818
shows "in progress".  That is because the bug has not been updated since 
the integration.

  These bugs (6238818 & 6312880) does not have "oss-bite-size" keyword.  If
this keyword is not present, then it might be a good idea to first check
the status before spending valuable time on developing fix for such bugs.  

  The next obvious question is "how to check?".  Maybe on this alias
itself.  Anybody has any idea on how to go about this?

Regards,
Kini


On Tue, 3 Jan 2006 20:31 -0500, Richard Lowe wrote:

}Patch for bug: 6238818 traceroute -s always reports an error.
}  http://richlowe.net/patches/6238818.diff
}
}6312880 is the same issue I assume, and is closed duplicate of this,
}but has a description more useful than "See comments", so is the one I was
}specifically looking at, apologies if they differ.
}
}-- Rich.
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-56927479



[request-sponsor] 6356625

2005-12-21 Thread Jayakara Kini @ Home

I'll take this one.

-Kini


On Wed, 21 Dec 2005 08:45 -0800, J?rgen Keil wrote:

}This is a request-sponsor for: 6356625, Need to deliver cpustat / cputrack for 
amd athlon k7 cpus
}http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6356625
}
}A suggested patch  for AMD athlon cpustat / cputrack support:
}http://www.tools.de/solaris/opensolaris/k7-cpc.patch
}This message posted from opensolaris.org
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Jayakara Kini
http://blogs.sun.com/jkini


[request-sponsor] Sponsoring 6230957 & 6230967

2005-12-20 Thread Jayakara Kini

I'll sponsor both these bugs.

-Kini


On Fri, 2 Dec 2005 13:33 -0500, Richard Lowe wrote:

}Patch for bug:
}6230957 - test(1): /bin/sh doesn't exit >1 upon error. It should.
}
}http://richlowe.net/patches/6230957.diff
}
}contributor agreement #OS0007
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

On Fri, 2 Dec 2005 13:32 -0500, Richard Lowe wrote:

}A few more trivial patches...
}
}Patch for bug:
}6230967 - test(1): /bin/sh creates/outputs test(1) error messages incorrectly
}
}http://richlowe.net/patches/6230967.diff
}
}contributor agreement #OS0007
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-56927479



[request-sponsor] sponsoring request

2005-11-15 Thread Jayakara Kini

Hi Joel,

  I'm pleased to see the interest to contribute a full driver!

  But I'm not sure if this is the right alias.
  I have copied the x86 folks on this mail.  They would be getting back to 
you about this soon.

Regards,
Kini

On Mon, 19 Sep 2005 13:22 +0200, couturier at esme.fr wrote:

}Hi,
}
}This year there was a project at ESME Sudria which was the development of 
}a wireless driver for Intel Solaris 10.
}
}This driver supports Ralinktech's chipset 802.11b/g RT2500 
}(http://www.ralinktech.com).
}
}We would like to provide our source code to SUN using your sponsoring 
}process. Please send us explanations about how to send you sources, how 
}to modify them in order to make them CDDL compliant. Please send us the 
}Contributor Agreement with the fax number associated.
}
}Do not hesitate to ask us details about the driver's features.
}Best regards,
}
}Joel Couturier 
}Couturier at esme.fr
}
}PS : Please send a copy of your answer to Jacques Truchet from SUN 
(jacques.truchet at sun.com).
}
}
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-56927479



[request-sponsor] 6200108 - encrypt -l fails if output is redirected

2005-11-10 Thread Jayakara Kini

I'll take this one.

On Wed, 9 Nov 2005 15:24 -0500, Richard Lowe wrote:

}Patch for bug 6200108 - encrypt -l fails if output is redirected
}
}http://richlowe.net/patches/6200108.diff
}
}contributor agreement #OS0007
}___
}request-sponsor mailing list
}request-sponsor at opensolaris.org
}

-- 
Sun Microsystems - India Engineering Centre
http://blogs.sun.com/jkini
+91-80-56927479