Ask a Question related to PHP Development, Design and Development.
-
Tohar Trabinovitch #1
TAR Error - 'Invalid block size'
I use the TAR.php file for extract tar.gz file. The tar file extracted
fine, but the tar class raises the 'Invalid block size 351'. Why? And
how can I discard this error.
Thanks,
===================
Tohar Trabinovitch
Software Engineer
[email]tohar@sphera.com[/email]
Tel: 972-3-9008200
Ext: 269
Tohar Trabinovitch Guest
-
invalid COMMPROP block length= 100......
Hi there, I've been trying to use Win32::SerialPort to read and write to a 'modem' GSM device on COM4. I can do this successfully through Windoze... -
Invalid partition error...please help
Error Type: (0x8004020F) The event class for this subscription is in an invalid partition /forms/mailForm.asp, line 90 what does this error... -
Invalid Block Size
Hello: I am installing pear(for mssql support) and I am getting an Invalid block size 283 error. Any Ideas? Thanks chris -
How to change partition number & block size
Hallo, I need some help. I'm looking for some utility that will change general partition number assigns, and block size on nonempty partition.... -
find physical blocks/disks, mapped from Oracle file# and block#, block corruption
Hello "lopera" <prlopera@techie.com> schrieb im Newsbeitrag news:3E1C7C00.9090402@techie.com... I think that we need a bit more data here.... -
Ray Hunter #2
Re: [PHP] TAR Error - 'Invalid block size'
You might be able to use the -B option to tar to suppress the block size>> > I use the TAR.php file for extract tar.gz file. The tar file extracted
> > fine, but the tar class raises the 'Invalid block size 351'. Why? And
> > how can I discard this error.
> Basically, tar writes in block sizes of 512 bytes so you are receiving
> an invalid block size smaller than 512 which has a size of 351. Not sure
> how you can suppress these messages via TAR.php. However, if you get a
> new tar files that has the blocking correct you will not receive that
> error.
error. However, I have not tested that out before and I am not 100% sure
of the results that you will see. But possibly an option.
example:
tar -xvfB file.tar
--
BigDog
Ray Hunter Guest



Reply With Quote

