[request-sponsor] patch for Bug 6627292

2008-01-04 Thread ashwin
HI

I have the patch for bug id 6627292. Requesting sponsor for the same.
My SCA Number is OS0144
Synopsis : *cron* confused about username lengths
Category:Subcategory : utility:scheduling
change to be made in file :- onnv/onnv-gate/usr/src/cmd/cron/cron.h
link to the bug - http://bugs.opensolaris.org/view_bug.do?bug_id=6627292

description:-
The target for username length is 32 because that is the maximum that
can be store
in the utmpx ut_user field. So we need to change the UNAMESIZE macro
size from 20 to 32 in the file


Have attached the diff

Thank you

--
Regards
Ashwin Bhat
-- next part --
A non-text attachment was scrubbed...
Name: crondiff
Type: application/octet-stream
Size: 382 bytes
Desc: not available
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/6181fdc6/attachment.obj


[request-sponsor] Requesting sponsor for bug: 6323746

2008-01-04 Thread Surendran.K
I am Surendran from Amrita School of Engineering.  I am interested in
working on bugid 6323746.  I'll be submitting a fix tentatively by
11-01-2008.

 6323746 : useradd -m -d dir will work if [dir] exists and is a file, creating 
a user with a file as home dir
 Category/Subcategory: utility/configuration 

 My SCA number is OS0162.

Thanks  Regards,
Surendran
 
 
This message posted from opensolaris.org



[request-sponsor] reserving a bug

2008-01-04 Thread vaibhav nair
sir,
this is Vaibhav from Amrita vishwa vidyapeetham. I would like to reserve the
bug with ID 6319973.
The details are as follows
  *Bug ID* 6319973  *Synopsis* svccfg should abort after a service addition
conflict  *State* 1-Dispatched (Default State)  *Category:Subcategory*
utility:smf  *Keywords* onnv_triage | oss-bite-size | smf
 hope you reserve this...I WOULD LIKE TO WORK ON THIS BUG
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/1ab209f5/attachment.html


[request-sponsor] bugId 6555202

2008-01-04 Thread yamuna j
I am  Yamuna Jathavedan from Amrita School of Engineering.  I am interested in
working on bugid 6555202.  I'll be submitting a fix tentatively by
24-1-2008.

Bug ID 6555202 
Synopsis cat exits successfully when reading input failed 
State 1-Dispatched (Default State) 
   Category:Subcategory utility:file 
Keywords opensolaris 
Reported Against snv_64 

 

My SCA number is OS0181.


  Chat on a cool, new interface. No download required. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/a80b878b/attachment.html


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

2008-01-04 Thread arjun vasudev

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
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/f8c19cd2/attachment.html


[request-sponsor] request

2008-01-04 Thread vaibhav nair
sir ,
this is Vaibhav
  *Bug ID* 6319973  *Synopsis* svccfg should abort after a service addition
conflict  *State* 1-Dispatched (Default State)  *Category:Subcategory*
utility:smf  *Keywords* onnv_triage | oss-bite-size | smf I have tried
fixing this particular bug...i havnt run them on opensolaris.
am attaching the fixed portion of the code.
i just want to confirm
if this is fine
 case SCF_ERROR_NOT_FOUND:
   if (name != NULL)
warn(dpt_deleted, fmri, name, d_fmri);
   else
return (0);




   /* case SCF_ERROR_NOT_FOUND:
 * if (name == NULL)
 * warn(deleted, fmri);
 * else
 *  warn(dpt_deleted, fmri, name, d_fmri);
 * return (0);
 */
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/dc4c9690/attachment.html


[request-sponsor] (no subject)

2008-01-04 Thread archana rose
Hello ,
I am Archana.N from Amrita University. I would like to work on the bug 
having the i.d 6309693.
The details of the bug are as follows:

Bug ID  6309693
Synopsis  cz locale : should be cs
State  1-Dispatched (Default State)
Category:Subcategory  library:l10n-europe
Keywords  find_byauto
Responsible Engineer  Damien Donlon


My SCA number is OS0167.

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




[request-sponsor] Sponsor for Bug ID 6495166 - confusion over CTF_MAX_TYPE

2008-01-04 Thread arjun vasudev




Hi
 
 I would like to work on bug ID 6495166 Synopsis  ::confusion over CTF_MAX_TYPE
Category:Subcategory  utility:text 
 
Brief DescriptionCTF_MAX_TYPE is:

#define CTF_MAX_TYPE0x

But in fact, that doesn't really work:

#define CTF_TYPE_TO_INDEX(id)   ((id)  0x7fff)

 248 /*
 249  * There shouldn't be any holes in the type list (where a hole is
 250  * defined as two consecutive tdescs without consecutive ids), but
 251  * check for them just in case.  If we do find holes, we need to 
make
 252  * fake entries to fill the holes, or we won't be able to 
reconstruct
 253  * the tree from the written data.
 254  */
 255 if (++b-nptent  CTF_TYPE_TO_INDEX(tp-t_id)) {
 256
 257 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0);
 258 ctt.ctt_info = CTF_TYPE_INFO(0, 0, 0);
 259 while (b-nptent  CTF_TYPE_TO_INDEX(tp-t_id)) {
 260 write_sized_type_rec(b, ctt, 0);
 261 b-nptent++;
 262 }
 263 }

When we overflow, we won't catch type holes, and end up numbering everything
wrongly, giving rise to confusing symptoms such as that seen in:

6314239 ctfmerge finds duplicate types when it sees dwarf output from Sun C 
compiler

We should probably fix MAX_TYPE to reflect reality. We should also make the 
tools
more robust such that they complain loudly as soon as we bust the limit.

 

 
 


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 OS0146

Thanks  Regards
Arjun.V
Amrita University
1st Year Computer Science Engineering


_
Post ads for free - to sell, rent or even buy.www.yello.in
http://ss1.richmedia.in/recurl.asp?pid=186
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/9c487eda/attachment.html


[request-sponsor] bug:6319973

2008-01-04 Thread Balagopal R
I am Balagopal from Amrita School of Engineering.  I am interested in
working on bugid 6319973.

 6319973 : svccfg should abort after a service addition conflict
 Category/Subcategory: utility/smf

 I have initiated the process to get a SCA number. 

Thanks  Regards,
Balagopal R
 
 
This message posted from opensolaris.org



[request-sponsor] bug:6319973

2008-01-04 Thread Bonnie Corwin
Hi Balagopal,

6319973 was just requested by someone else.  It is logged as #75 under 
Awaiting Sponsor on the request-sponsor table.  Please see if there is 
another bug you'd like to work on.

Thanks.

Bonnie

Balagopal R wrote:
 I am Balagopal from Amrita School of Engineering.  I am interested in
 working on bugid 6319973.
 
  6319973 : svccfg should abort after a service addition conflict
  Category/Subcategory: utility/smf
 
  I have initiated the process to get a SCA number. 
 
 Thanks  Regards,
 Balagopal R
  
  
 This message posted from opensolaris.org
 ___
 request-sponsor mailing list
 request-sponsor at opensolaris.org




[request-sponsor] vaibhav nair wants to chat

2008-01-04 Thread vaibhav nair
---

vaibhav nair wants to stay in better touch using some of Google's coolest new
products.

If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-ca6cfe79b6-e42105ec2c-a3654ceb82cd8c63
You'll need to click this link to be able to chat with vaibhav nair.

To get Gmail - a free email account from Google with over 2,800 megabytes of
storage - and chat with vaibhav nair, visit:
http://mail.google.com/mail/a-ca6cfe79b6-e42105ec2c-1aa249f90d

Gmail offers:
- Instant messaging right inside Gmail
- Powerful spam protection
- Built-in search for finding your messages and a helpful way of organizing
  emails into conversations
- No pop-up ads or untargeted banners - just text ads and related information
  that are relevant to the content of your messages

All this, and its yours for free. But wait, there's more! By opening a Gmail
account, you also get access to Google Talk, Google's instant messaging
service:

http://www.google.com/talk/

Google Talk offers:
- Web-based chat that you can use anywhere, without a download
- A contact list that's synchronized with your Gmail account
- Free, high quality PC-to-PC voice calls when you download the Google Talk
  client

Gmail and Google Talk are still in beta. We're working hard to add new features
and make improvements, so we might also ask for your comments and suggestions
periodically. We appreciate your help in making our products even better!

Thanks,
The Google Team

To learn more about Gmail and Google Talk, visit:
http://mail.google.com/mail/help/about.html
http://www.google.com/talk/about.html

(If clicking the URLs in this message does not work, copy and paste them into
the address bar of your browser).



[request-sponsor] vaibhav nair wants to chat

2008-01-04 Thread Alan Coopersmith
vaibhav nair wrote:
 vaibhav nair wants to stay in better touch using some of Google's coolest new
 products.

Please stop sending these to the request-sponsor mailing list.   This
list goes to many people, who do not need 3 copies of this.

-- 
-Alan Coopersmith-   alan.coopersmith at sun.com
 Sun Microsystems, Inc. - X Window System Engineering