[vox-tech] Flash Drive mount failure

2007-08-13 Thread Soumyadeep nandi
Hi,
 
 While mounting one of the external hard disk we are getting the following 
error.
 
 Messages from dmesg:
 usb 1-5: new high speed USB device using ehci_hcd and address 5
 scsi4 : SCSI emulation for USB Mass Storage devices
 usb-storage: device found at 5
 usb-storage: waiting for device to settle before scanning
   Vendor: ST340083  Model: 2ARev:  0 0
   Type:   Direct-Access  ANSI SCSI revision: 00
 SCSI device sda: 781422768 512-byte hdwr sectors (400088 MB)
 sda: assuming drive cache: write through
 SCSI device sda: 781422768 512-byte hdwr sectors (400088 MB)
 sda: assuming drive cache: write through
  sda: sda1
 Attached scsi disk sda at scsi4, channel 0, id 0, lun 0
 usb-storage: device scan complete
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 0
 Buffer I/O error on device sda, logical block 0
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 8
 Buffer I/O error on device sda, logical block 1
 nfs_statfs: statfs error = 116
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 16
 Buffer I/O error on device sda, logical block 2
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 24
 Buffer I/O error on device sda, logical block 3
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 32
 Buffer I/O error on device sda, logical block 4
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 40
 Buffer I/O error on device sda, logical block 5
 nfs_statfs: statfs error = 116
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 48
 Buffer I/O error on device sda, logical block 6
 SCSI error : <4 0 0 0> return code = 0x802
 sda: Current: sense key: Medium Error
 Additional sense: Unrecovered read error
 end_request: I/O error, dev sda, sector 56
 Buffer I/O error on device sda, logical block 7
 
 
 We have been working on this disk and suddenly crashed down and later we are 
not been able to mount it.
 
 Any suggestion how to recover the data would be greatly appriciated.
 
 Thanking you in advance.
 
 Regards
 Soumyadeep
 
   
-
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. ___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


[vox-tech] libmysql10 missing for fedora core 3 x86_64

2005-01-29 Thread Soumyadeep nandi
Hi All,

We are using Fedora core 3 x86_64 with Intel Xeon
EM64T. We have also installed MySQL-4.1 with Intel
x86_64 RPMs form mysql.com and upgraded php to
php-4.3.10-3.2 with RPM.
The problem which we encountered then, is connecting
mysql from php. From the archives we could trace that
the solution is to 
1) install php-mysql, 
2) make changes in php.ini file and
3) restart httpd. 
Likewise, we downloaded
php-mysql-4.3.10-3.2.x86_64.rpm, but we were unable to
install, as file libmysql10 was missing. Unfortunatly,
we couldn't find any such file for Fedora, whereas, we
  could find the same for mandrake
(libmysql10-3.23.56-1.4mdk.x86_64.rpm) which after
installation we could install php-mysql from the RPMs.
Now we can connect mysql through php with out any
hindrance.
Could anyone tell me if there is any such file for
Fedora core 3 x86_64.
Moreover, MySQL for x86 release there is
MySQL-shared-compat RPM to take care of all these
dependencies which is missing in x86_64 RPMs.

Regards,
Soumyadeep



__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


[vox-tech] Poblem running cronjob

2004-04-11 Thread Soumyadeep nandi
Thanks Bryan and Ken,

 My cronjob is running. I have tested with the
following command added into test.sh file
touch home/soumya/cron_test_file
Earlier my test.sh file was having as bellow:

#!/bin/sh
echo "Plz key in any number"
read var
echo "the number is $var"

My mistake was its input/output was not connected to a
terminal. 

Thanking you,
Regards
Soumyadeep

__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


[vox-tech] Problem running cronjob

2004-04-09 Thread Soumyadeep nandi
Hi Everybody,

I want to set some task on the cronjob. As such I
edited the crontab file as bellow:
*/1 * * * * echo "Hello"
*/1 * * * * /home/soumya/test.sh  
  
   

Here I want to print Hello in every minute and my test
shell script should execute every minute.
But it is not executing neither the Hello nor the
shell script. 

If I run the crontab -l command I can see the commands
are there in the cronjob as bellow:
# DO NOT EDIT THIS FILE - edit the master and
reinstall.
# (/tmp/crontab.16950 installed on Sat Apr 10 22:34:22
2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17
03:20:37 vixie Exp $)
*/1 * * * * echo "Hello"
*/1 * * * * /home/soumya/test.sh
  
  
   
My cron file in /var/log/ has these updates:
Apr 10 22:34:13 bic_server2 crontab[16950]: (soumya)
BEGIN EDIT (soumya)
Apr 10 22:34:22 bic_server2 crontab[16950]: (soumya)
REPLACE (soumya)
Apr 10 22:34:22 bic_server2 crontab[16950]: (soumya)
END EDIT (soumya)
Apr 10 22:34:56 bic_server2 crontab[16952]: (soumya)
LIST (soumya)
Apr 10 22:35:00 bic_server2 crond[794]: (soumya)
RELOAD (cron/soumya)
Apr 10 22:35:00 bic_server2 CROND[16954]: (root) CMD
(/usr/bin/mrtg /etc/mrtg/mrtg.cfg)
Apr 10 22:35:00 bic_server2 CROND[16956]: (mailman)
CMD (/usr/bin/python -S /var/mailman/cron/gate_news)
Apr 10 22:35:00 bic_server2 CROND[16958]: (soumya) CMD
(/home/soumya/test.sh)
Apr 10 22:35:00 bic_server2 CROND[16962]: (soumya) CMD
(echo "Hello")
Apr 10 22:36:00 bic_server2 CROND[16969]: (soumya) CMD
(/home/soumya/test.sh)
Apr 10 22:36:00 bic_server2 CROND[16971]: (soumya) CMD
(echo "Hello")

I have bash shell set in my environment.
I have tried changing the shell to sh, but still no
success.
I am using redhat 9.
I have changed the mode of the file to
755(-rwxr-xr-x).
I can run test.sh file as ./test.sh.

 Could you please tell me where I am doing the
mistake, and why it is not executing the commands.

Regards 
Soumyadeep

__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech