[request-sponsor] Bugid: 6506683 Category:Subcategory >> utility:shell

2008-02-12 Thread Visakh M R
hi,

I found this bug interesting and i wish to work on it:
Bugid: 6506683
Synopsis Add a simple command to search for installed files in solaris 
systems
Category:Subcategoryutility:shell

SCA no: OS0192

is there any procedure for approving a new command?


Visakh
 
 
This message posted from opensolaris.org



[request-sponsor] bugid : 6347211 Category:Subcategory >> mozilla:doc

2008-02-11 Thread Visakh M R
hi,

i'm working on 

bugid : 6347211
Synopsis Spelling error of "Solaris.js" in Release Notes
Category:Subcategory mozilla:doc

SCA no OS0192

thanks
Visakh.
 
 
This message posted from opensolaris.org



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

2008-02-11 Thread Visakh M R
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] bugid: 5044446 Category:Subcategory >>> utility:sort

2008-02-11 Thread Visakh M R
hi, 
i'm workin on 

bugid: 506 
Category:Subcategory utility:sort
Synopsis sort produces an unclear error message when input lines are 
too long.

SCA no OS0192

thanks 
Visakh.
 
 
This message posted from opensolaris.org



[request-sponsor] FIX attached.

2008-02-08 Thread Visakh M R
awaiting sponsor.
 
 
This message posted from opensolaris.org
-- next part --
A non-text attachment was scrubbed...
Name: man_collect_fix
Type: application/octet-stream
Size: 1100 bytes
Desc: not available
URL: 



[request-sponsor] Bug ID: 6562727 Category:Subcategory -->manpage:section1

2008-02-08 Thread Visakh M R
hi,

i'll send the  fix for 

bugid: 6562727
Category:Subcategory   manpage:section1
Synopsis bad formatting in collect(1) manpage

SCA no: OS0192

thanks
Visakh
 
 
This message posted from opensolaris.org



[request-sponsor] fixed .....awaiting sponsor

2008-02-07 Thread Visakh M R
hi,

i'm Visakh from ASE amritapuri, i've completed working on

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

SCA no:OS0192

fixed is attached.
thanks
 
 
This message posted from opensolaris.org
-- next part --
A non-text attachment was scrubbed...
Name: mv_fix
Type: application/octet-stream
Size: 1379 bytes
Desc: not available
URL: 



[request-sponsor] bugid : 6650096

2008-01-28 Thread Visakh M R
i'm workin on bugid 6650096 

Synopsis: resync scp(1) with OpenSSH

SCA no: OS0192

thanks 
Visakh
 
 
This message posted from opensolaris.org



[request-sponsor] bugid: 6467008

2008-01-27 Thread Visakh M R
hi,

 I'm working on bugid : 6467008
   Synopsis : implement -l option in scp(1) for limiting bandwidth usage
Category : Subcategory   ssh:commands

 Jan Pechanec is my sponsor.

earlier i have requested for bugid : 6469178
this post is to report that bugid : 6469178  is closed.

thanks
Visakh.
SCA no: (OS0192)
 
 
This message posted from opensolaris.org



[request-sponsor] new bugs awaiting sponsors.

2008-01-13 Thread Visakh M R
hi,

i am working on the following bugs 

SCA no: OS0192
>>
Bugid:6461634
Synopsis:gcore should warn the user if CTF was requested, but could not be 
produced
Category:Subcategory utility:proc

--
Bugid:6578204
Synopsis:centralise HMAC code into $SRC/common/crypto/ algorithm implementation
Category:Subcategory solaris-crypto:algorithms

-
Bugid:6341292
Synopsis:cleanup of hsfs warning messages required
Category:Subcategory kernel:hsf


Bugid:6559498
Synopsis:sdpadm Makefile should use targets in $SRC/cmd/Makefile.targ
Category:Subcategory ib_sw:sdp


Bugid:6566991
Synopsis:broken ru_RU.UTF-8/Compose and pl_PL.UTF-8/locale_map files
Category:Subcategory library:l10n-europe



thanks 
Visakh
Amrita School of Engineering
Amritapuri.
 
 
This message posted from opensolaris.org



[request-sponsor] bugid 6469178

2008-01-11 Thread Visakh M R
hi,
 i'm willing to work on 

Bug ID:6469178  
Synopsis : clean up scp.c and make it cstyle clean  
Category:Subcategory  ssh:commands  

SCA no  :OS0192

thank you

Visakh
ASE Amritapuri
 
 
This message posted from opensolaris.org



[request-sponsor] bugid 6344436

2008-01-10 Thread Visakh M R
fix attached.
 
 
This message posted from opensolaris.org
-- next part --
/solarisws/usr/src/cmd/mv/mv.c

this problem exist for unix domain sockets since 'mknod' cannot create socket 
files.

value for S_IFSOCK = 49152(int) 
   = c000(hex)

fix is, to check whether the file is a unix domain socket or not.





bash-3.00# diff -u mv.c.org mv.c
--- mv.c.orgTue Oct  2 20:15:24 2007
+++ mv.cSat Dec 29 11:15:49 2007
@@ -898,11 +898,21 @@
}
goto cleanup;
}
-   (void) fprintf(stderr,
-   gettext("%s: %s: unknown file type 0x%x\n"), cmd,
-   source, (s1.st_mode & S_IFMT));
-   return (1);
 
+   if (( st.st_mode & S_IFMT) == S_IFSOCK) {
+   (void) fprintf(stderr,
+   gettext("%s: %s: cannot create unix socket file \n"), 
cmd, source);
+
+   return (1);
+   }
+   else {
+   (void) fprintf(stderr,
+   gettext("%s: %s: unknown file type 0x%x\n"), cmd,
+   source, (s1.st_mode & S_IFMT));
+
+   return (1);
+   }
+
 cleanup:
if (unlink(source) < 0) {
(void) unlink(target);

---


[request-sponsor] bugid 6207437

2008-01-10 Thread Visakh M R
fix attached.
 
 
This message posted from opensolaris.org
-- next part --
bugid   : 6207437
synopsis: iostat should display merged results.
path: /solarisws/usr/src/cmd/stat/iostat


According to 'man iostat'-->

"   > The svc_t response time is not particularly significant when
> the  I/0  (r/s+w/s) rates are under 0.5 per second. Harmless
> spikes are fairly normal in such cases.
"

i just added a merged response("header io") in the beggining.
each time the pgm adds r/s and w/s and print it as i/o.

---
bash-3.00# diff -u iostat.c.orig iostat.c
--- iostat.c.orgTue Oct  2 20:15:57 2007
+++ iostat.cThu Jan 10 02:24:48 2008
@@ -801,25 +801,25 @@
if (doit) {
if (!do_conversions) {
if (do_raw == 0) {
-   fstr = " %6.1f %6.1f %6.1f %6.1f "
+   fstr = " %6.1f %6.1f %6.1f %6.1f %6.1f "
"%4.1f %4.1f %6.1f %3.0f "
"%3.0f ";
} else {
fstr = "%.1f,%.1f,%.1f,%.1f,%.1f,%.1f,"
-   "%.1f,%.0f,%.0f";
+   "%.1f,%.0f,%.0f,%.1f";
}
-   push_out(fstr, rps, wps, krps, kwps, avw, avr,
+   push_out(fstr, rps+wps, rps, wps, krps, kwps, 
avw, avr,
serv, w_pct, r_pct);
} else {
if (do_raw == 0) {
-   fstr = " %6.1f %6.1f %6.1f %6.1f "
+   fstr = " %6.1f %6.1f %6.1f %6.1f %6.1f "
"%4.1f %4.1f %6.1f %6.1f "
"%3.0f %3.0f ";
} else {
-   fstr = "%.1f,%.1f,%.1f,%.1f,%.1f,%.1f,"
+   fstr = 
"%.1f,%.1f,%.1f,%.1f,%.1f,%.1f,%.1f,"
"%.1f,%.1f,%.0f,%.0f";
}
-   push_out(fstr, rps, wps, krps, kwps, avw, avr,
+   push_out(fstr, rps+wps, rps, wps, krps, kwps, 
avw, avr,
wserv, rserv, w_pct, r_pct);
}
}
@@ -1279,7 +1279,7 @@
/* without -r option */
(void) snprintf(disk_header,
sizeof (disk_header),
-   "%-*.*sr/%cw/%c   "
+   "%-*.*si/or/%cw/%c   "
"%cr/%c   %cw/%c wait actv  "
"svc_t  w  b %s",
iodevs_nl, iodevs_nl, "device",
@@ -1288,7 +1288,7 @@
/* with -r option */
(void) snprintf(disk_header,
sizeof (disk_header),
-   "device,r/%c,w/%c,%cr/%c,%cw/%c,"
+   
"device,i/o,r/%c,w/%c,%cr/%c,%cw/%c,"
"wait,actv,svc_t,w,"
"b,%s",
ch, ch, iosz, ch, iosz, ch, header);
@@ -1296,11 +1296,11 @@
} else {
/* with -n option */
if (do_raw == 0) {
-   fstr = "r/%cw/%c   %cr/%c   "
+   fstr = "i/or/%cw/%c   
%cr/%c   "
"%cw/%c wait actv wsvc_t asvc_t  "
"w  b %sdevice";
} else {
-   fstr = "r/%c,w/%c,%cr/%c,%cw/%c,"
+   fstr = "i/o,r/%c,w/%c,%cr/%c,%cw/%c,"
"wait,actv,wsvc_t,asvc_t,"
"w,b,%sdevice";
}


difference in output:

bash-3.00# iostat -x 
 extended device statistics 
devicer/sw/s   kr/s   kw/s wait actv  svc_t  %w  %b 
cmdk0   

[request-sponsor] bugid 6344436

2008-01-10 Thread Visakh M R
hi,

i'm Visakh from ASE amritapuri, i'm working on 
bugid:6344436
synopsis:*mv* gives cryptic error when applied to unix domain sockets

SCA no:OS0192

i've fixed it.
 
 
This message posted from opensolaris.org



[request-sponsor] bugid 6207437

2008-01-10 Thread Visakh M R
hi,
i'm Visakh from ASE amritapuri, i'm working on 
bugid:6207437
synopsis:iostat should display merged requests
SCA no:OS0192

i've fixed it.
 
 
This message posted from opensolaris.org



[request-sponsor] 6344436 FIXed

2008-01-03 Thread Visakh M R
/solarisws/usr/src/cmd/mv/mv.c

this problem exist for unix domain sockets since 'mknod' cannot be used to 
create socket files.

fix is, to check whether the file is a unix domain socket or not.

note :value for S_IFSOCK = c000(hex)  'socketfile'


bash-3.00# diff -u mv.c.org mv.c
--- mv.c.orgTue Oct  2 20:15:24 2007
+++ mv.cSat Dec 29 11:15:49 2007
@@ -898,11 +898,21 @@
}
goto cleanup;
}
-   (void) fprintf(stderr,
-   gettext("%s: %s: unknown file type 0x%x\n"), cmd,
-   source, (s1.st_mode & S_IFMT));
-   return (1);
 
+   if (( st.st_mode & S_IFMT) == S_IFSOCK) {
+   (void) fprintf(stderr,
+   gettext("%s: %s: cannot create unix socket file \n"), 
cmd, source);
+
+   return (1);
+   }
+   else {
+   (void) fprintf(stderr,
+   gettext("%s: %s: unknown file type 0x%x\n"), cmd,
+   source, (s1.st_mode & S_IFMT));
+
+   return (1);
+   }
+
 cleanup:
if (unlink(source) < 0) {
(void) unlink(target);

---

 is this the required fix?
 
 
This message posted from opensolaris.org



[request-sponsor] 6414833

2008-01-02 Thread Visakh M R
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] 6414833

2008-01-02 Thread Visakh M R
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] bugid 6207437

2007-12-30 Thread Visakh M R
I am interested in bugid 6207437 
'll be submitting a fix by10th Jan 2008.

6207437 : iostat should display merged requests
Category:Subcategory utility:performance

I have initiated the process to get a SCA number.
 
 
This message posted from opensolaris.org



[request-sponsor] Bugid: 6344436

2007-12-28 Thread Visakh M R
I am Visakh M.R from Amrita School of Engineering.  I am interested in
working on bugid 6344436.  I'll be submitting a fix tentatively by
10th Jan 2008.

6344436 : *mv* gives cryptic error when applied to unix domain sockets
Category/Subcategory: utility:file

I have initiated the process to get a SCA number.
 
 
This message posted from opensolaris.org



[request-sponsor] Bug: 6344436

2007-12-27 Thread Visakh M R
I am so-and-so from Amrita School of Engineering.  I am interested in
working on bugid 6344436.  I'll be submitting a fix tentatively by
10th Jan 2008.

 6344436 : *mv* gives cryptic error when applied to unix domain sockets
 Category/Subcategory: utility:file

I have initiated the process to get a SCA number.
 
 
This message posted from opensolaris.org