linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG IN REISERFS SLES 10 :
@ 2006-06-30  5:38 Masthan, Dudekula (STSD)
  2006-06-30  9:11 ` Vladimir V. Saveliev
  0 siblings, 1 reply; 5+ messages in thread
From: Masthan, Dudekula (STSD) @ 2006-06-30  5:38 UTC (permalink / raw)
  To: reiserfs-list; +Cc: reiserfs-list, linux-fsdevel


Hi Folks,

I am using SLES 10 latest beta bits. Generally I will use sg_reset
command to reset my scsi device/bus. In sles 10 the machine is not
coming up ( or in otherwords the machine is hanging)  after issuing the
sg_reset command.
I tried the following command

# sg_reset -b /dev/sg3

and also i tried with scsi ioctls, still I am facing the same problem
I tried with the following standalone program

#include<stdio.h>
   :
   :
int main(int argc, char * argv[]) {
   int fd;
   int rc;
   int arg=2;
   if ((fd=open("/dev/sg3", O_RDWR)) < 0) {
      printf( "device open fails");
      return -1;
   }
   if ((rc=ioctl(fd,SG_SCSI_RESET,&arg)) < 0 ){
     printf( " ioctl failed "); 
     close (fd);
     return -1;
   }
  
  printf ( " reset success ");
  close (fd);
  return 0;
 }


After running above program also I am facing same problem. 


Is it bug in SLES 10 or is it bug in qlogic driver ?

Thanks in advance

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-30 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-30  5:38 BUG IN REISERFS SLES 10 : Masthan, Dudekula (STSD)
2006-06-30  9:11 ` Vladimir V. Saveliev
2006-06-30 12:21   ` BUG IN REISERFS Masthan, Dudekula (STSD)
2006-06-30 12:29     ` Erik Mouw
2006-06-30 16:52     ` Hans Reiser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).