01-12-2006
dos2unix did not help
Thank you blowtorch for the suggestion. I tried dos2unix on the .gz files, and it did produce smaller files. But they were still unacceptable to gunzip. I guess it would only take one "legitimate" occurance of the byte pair 0D0A in the .gz file to make the approach I am taking not work, because dos2unix would replace it with 0A (I think). I would want that to happen most of the time, but not if the original 0D0A were in the original good .gz file.
I appreciate your help, though. You provided information that I had already wanted to try, but I didn't know the name dos2unix.
Since I can extract a few of my original files from the corrupted .gz files, I will keep them around. At this point I think I need to learn more about how .gz files are organized, and about how gunzip works.
(My files contain several million newsfeed blurbs related to over 8,000 topics. They represent a form of current events history, so I really want them back. But, at the same time, there is no real rush. )
Thanks again for your suggestion.
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi all,
I've got a corrupted tar file with some filename being like ?a=n is it possible to get them repaired? (1 Reply)
Discussion started by: klintsovi
1 Replies
2. Shell Programming and Scripting
Hello,
Newbie question:
How can I detect a corrupted file from a script (ksh)?
Thank you,
Martin (6 Replies)
Discussion started by: starless
6 Replies
3. HP-UX
Good Day
Our HP box was hacked and the passwd file has been altered,there are only 2 user accounts active,and these dont have any administrative rights.I need to edit the passwd file to correct the su and root entries.
Does any body have any suggestions as to how i can do this with out the root... (10 Replies)
Discussion started by: cantona7
10 Replies
4. UNIX for Dummies Questions & Answers
Hi,
I am new to UNIX, and have recently installed Suse 9.3. I have been experimenting with all of the commands and have somehow managed to modify the default shell of the root user to an invalid file. Consequently I cannot su to the root user as I receive the 'no such file or directory' error... (2 Replies)
Discussion started by: Tony Montana
2 Replies
5. HP-UX
Hello!
Do you know the meaning of...
"crw-rw---- 1 informix informix 64 0x020001 Jan 21 2004 rifxroot"
I don't know what the first "c" means. Furthermor, if I try to copy this file (rifxroot) it appears a message:
"cp: cannot open rifxroot: No such device or address"
I don't... (1 Reply)
Discussion started by: kaugrs
1 Replies
6. Solaris
Hi All
I work on solaris 8, 9 and 10 platforms and have encountered an error which is my wtmpx files appear to be corrupted as all entries contain the date 1970 (the birth of unix).
Now this is obviously not the case, so my query is:
1 - Can the existing wtmpx files be manipulated to... (6 Replies)
Discussion started by: drestarr96
6 Replies
7. Red Hat
Hi,
Unexpectedly i entered wrong entries in .bash_profile for my user which has administrative permissions. So, i am getting errors for every command. I dont have backup file also, so any body can help me how to recover it.
Regards,
Mastan (7 Replies)
Discussion started by: mastansaheb
7 Replies
8. Web Development
140312 13:43:54 /usr/libexec/mysqld: Table './***/phpbb_posts' is marked as crashed and should be repaired
Its mysqld.log in var/log
alot of messages, but before around hour i tried to "repaid table" from within phpmyadmin, but appears it has no effect.. why? How to fix? (1 Reply)
Discussion started by: postcd
1 Replies
9. UNIX for Dummies Questions & Answers
Hi Folks,
While transferring file from FTP software like Filezilla the files gets corrupted.
Is there any way I can check if the recently transferred file is in ASCII and not corrupted. I have tried using file -i filename command which does tell if the file character set is ASCII or binary... (6 Replies)
Discussion started by: Khan28
6 Replies
qmove(1B) PBS qmove(1B)
NAME
qmove - move pbs batch job
SYNOPSIS
qmove destination job_identifier ...
DESCRIPTION
To move a job is to remove the job from the queue in which it resides and instantiate the job in another queue. The qmove command issues a
Move Job batch request to the batch server that currently owns each job specified by job_identifier.
A job in the Running , Transiting , or Exiting state cannot be moved.
OPERANDS
The first operand is the new destinationfor
queue
@server
queue@server
See the PBS ERS section , "Destination Identifiers".
If the destination operand describes only a queue, then qmove will move jobs into the queue of the specified name at the job's current
server.
If the destination operand describes only a batch server, then qmove will move jobs into the default queue at that batch server.
If the destination operand describes both a queue and a batch server, then qmove will move the jobs into the specified queue at the speci-
fied server.
All following operands are job_identifiers which specify the jobs to be moved to the new destination. The qmove command accepts one or
more job_identifier operands of the form:
sequence_number[.server_name][@server]
STANDARD ERROR
The qmove command will write a diagnostic messages to standard error for each error occurrence.
EXIT STATUS
Upon successful processing of all the operands presented to the qmove command, the exit status will be a value of zero.
If the qmove command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO
qsub(1B), pbs_movejob(3B)
Local qmove(1B)