General :: Tar: File Shrank - Padding With Zeros - Error Exit Delayed From Previous Errors
Jun 24, 2011
I am using RED HAT linux AS-4. I have written a script which execute on job. This script takes the cold backup of oracle database files. The script is
Script:
SQL> !tar cvf /4hd/backup/temp_backup/full_offline_backup_`date +%d-%m-%Y+%H-%M-%S`.ora /home/oracle/oradata/orcl /2hd/oracle /3hd/oracle /backup_ide/oracle --gzip --exclude-from=/home/oracle/backup_scripts/exdtime
[code]....
Error: tar: Error exit delayed from previous errors
Due to this error the backup cannot be restore to standby server.
View 3 Replies
ADVERTISEMENT
Oct 23, 2010
I am trying to upload an IOS in the cisco NAC Appliance. The IOS version has to be updated as 4.8. I am getting the below error when i tried. File is not in gzip format Child return status 1 Error exit delayed from previous errors. I am using the below command to unzip the IOS file. tar xzvf ccca_upgrade-4.8.0-from-4.6.x.tar.gz.
View 3 Replies
View Related
Dec 6, 2010
in middle of my script when i use tar command to tar some 1000 images each of size 5MB,and
all the images are passed as argument
example tar -cvf <file.tar> <all images as argument>
but when i extracted the <file.tar> it does not contains all the images and it displayed error message tar:Error exit delayed from previous errors
View 2 Replies
View Related
Dec 6, 2010
in middle of my script when i use tar command to tar some 1000 images each of size 5MB, and all the images are passed as argument example tar -cvf <file.tar> <all images as argument> but when i extracted the <file.tar> it does not contains all the images and it displayed error message tar:Error exit delayed from previous erros
View 1 Replies
View Related
Aug 28, 2009
I have a backup of /oracle in redhat linux advance server 2.1,i have taken that backup by tar -cvzf command when untar this backup by tar -xvzf command the following error occurred-"Error exist delayed from previous error"
View 2 Replies
View Related
Apr 27, 2011
I agree deleting .Xauthority files work, but thats not a good solution. I mean, everytime I have to run any X forwarding application I have to delete the .Xauthority file. Here is my scenarioThe applications that I want to run are on Linux Server [NFS] and the client machines [CIFS] that are having problem in locking theXauthority files are Macs which share the same domain as that of client solaris machine. i.e. The home directory of particular user on Solaris & the home directory of that user on Mac have same contents.When I ssh -X from Solaris to the server, everything works fine, no error messages.When I ssh -X from MACs to the server, I get the following warning messages.
Code:
/usr/X/bin/xauth: error in locking authority file /home/user/.Xauthority
/usr/X/bin/xauth is the path on the server. If I try to break the lock by sudo
[code]....
View 3 Replies
View Related
Jun 15, 2011
I'm trying to compile a main.c file that contains a while statement. Embedded in the while statement are functions that are being called. After the while statement, I have 2 more functions being called, one to find the average(getaverage), and one to print the results (printstuff). I also used a header file (my.h) that contains all of the needed #define and #include, along with each of the void function() statements.
There isn't any problems with the while statement/ the functions in while, but when I try and compile main.c I get the following errors:
main.c error: conflicting types for 'getaverage'
my.h error: previous declaration of 'getaverage'
and then the same thing for 'printstuff'
View 3 Replies
View Related
Apr 27, 2010
I've got a fresh install of RHEL5 with updates installed running on a PC104. If the machine starts up the screensaver, I can't ever get out of it. The mouse pointer comes back up on the screen, but the desktop doesn't appear or a box to enter a password. I try to reboot X and get an error that X can't be started and it drops me to a prompt. I reboot from the command line and then I get the filesystem error and have to wait 2 hours while it scans.
View 4 Replies
View Related
May 2, 2010
I bought a new SD card which I intend to put some MP3s on - except that I can't write to it because it tells me the destination is Read Only. No-probs thinks I: I'll just reformat it.
"Error creating file system: helper exited with exit code 1: cannot open /dev/mmcblk0p1: Read-only file system"
Various chmod commands all result in Read-only file system. I tried umount then mount commands, but it couldn't find it to mount once I'd unmounted it using the same /media/ file path (I assume it's the only one).
View 9 Replies
View Related
Jan 17, 2011
I have CentOS 5.5 x64 here and I've been trying to build this RPM but I have found no way to get passed this error. RPM build errors: Bad exit status from /var/tmp/rpm-tmp.61655 (%prep)
View 12 Replies
View Related
Jan 31, 2010
In bash, I would like to remove all zeros (if exist) from the beginning of a strings:
000001234
00123
0000568
View 9 Replies
View Related
Feb 18, 2011
I have one previously compiled apache server from source. I would like to know is there any option to get previous configuration file from /etc/httpd/.
View 9 Replies
View Related
Oct 26, 2010
I know how to redirect the output of a terminal to a file. For example, if I want to list all the files in ~/Documents and output to a file called test.txt, I would do this: ls ~/Documents > test.txt The question is, can I copy the output to test.txt AFTER I have carried out the command? This would mean that I wouldn't have to know in advance whether I want to copy the output to file. I want to do something like this: ls ~/Documents Then this: <bash command for copying standard output to test.txt>
View 2 Replies
View Related
Jul 25, 2010
For example, I run a program called "luck" and it outputs a sentence like "good luck". Then "./luck -> logfile" will save the output content to logfile.But when I run another program called "hello" and it outputs a sentence lie " Hello world".Then "./hello-> logfile" will save the output content to logfile and wipe the previous contents.Is is possible to keep both sentences in the logfile? Just like
View 2 Replies
View Related
May 23, 2011
I installed Centos 5, httpd 2.2.3 and php5.3.6 with yum.
We have a website which can upload JPEG file to the server via php. But when we uploaded file, it showed the error
Quote:
child pid 13810 exit signal Segmentation fault (11)
I tried to run gdb on my computer and it showed that
Quote:
0xb6d1a600 in ?? () from /usr/lib/libjpeg.so.62
View 1 Replies
View Related
Mar 6, 2010
I have made a simple bash script through which i can add, del, edit user from certain file using different CASE variables. like
case
1. adduser
2. del user
3. edit user
Now i want to add a exit CASE like
1. adduser
2. del user
3. edit user
4. exit
Now i want to make a script such a way that, if user input is 4 then only script quit. I used with exit function also but it didn't work. if user press ENTER or other keys then also it quit the program.
View 6 Replies
View Related
Jun 29, 2010
i am having a problem concern zlib installation.i tried configure file successfully but make file displayed some errors.that usr/linux/limits.h not found.so i found that i have to install glibc-headers-devel...but there is no such a kind of package in ubuntu repository?/????/some people saying that libc6-devel is equal to them!
View 1 Replies
View Related
Nov 29, 2010
I managed to print from fedora without rebooting into windows.
--installed rpms provided by canon
--installed cups
--logged into cups
--selected my printer (ip2770)
--printed a page--and bang! too dark!
In cups, or on the computer, I only have one option, 600 dpi, which I'm assuming is why it is so dark, ugly, and nothing like it needs to look like This whole process (which is way over my head) put two printers in my printer set up, both called ip2700 series, and I'm not sure which should be the default. I am thrilled to be printing now from linux, but not happy with the quality.
View 5 Replies
View Related
Apr 21, 2011
I can't get any updates for my system and keep getting the errors shown below, and suggestions peeps?
E: linux-image-2.6.28-11-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-13-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-14-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-15-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-19-generic: subprocess installed post-removal script returned error exit status 1
View 9 Replies
View Related
Mar 14, 2011
I dont know how to put this that somobody would understand my problem but here we go. I have problem like said in title.I am unable to upgrade my kernel. Sunaptics says that I have 2.6.35-28 installed. I tried to reinstall 2.6.35-28 via synaptics but it gives me error.
Thats what uname -a says:
pekka@pekka-laptop:~$ uname -a
Linux pekka-laptop 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux
Tried to install 2.6.35-27 via terminal thats what I get:
Code:
pekka@pekka-laptop:~$ sudo apt-get install linux-image-2.6.35-27
[sudo] password for pekka:
Reading package lists... Done
Building dependency tree
code....
dpkg: error processing linux-image-2.6.35-25-generic (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
linux-image-2.6.35-25-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
pekka@pekka-laptop:
View 9 Replies
View Related
Mar 22, 2010
I'm a n00b in shell scripting,echo "$num $den $file" is the current formatI need 10 right padding for each term above in the above where $num & $den is of %d type, whereas $file is %s type.
View 2 Replies
View Related
Feb 26, 2010
On a fresh install of Fedora 12: I am trying to do a software update and keep getting these errors. I am new to Fedora but have used Ubuntu for some time. An Internal system error has occurred:
Under more details it states:
Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
[Code]...
View 1 Replies
View Related
Jun 14, 2011
I have an oracle database that is getting file i/o errors. I don't think it is the fault of oracle, but the nfs mounted filesystems. So ... to troubleshoot my next step is to see if Linux is having trouble with i/o. These are nfs mounted and there are many files located on the filesystem which is having the error. The error only occurs on one file.Does anyone know how to turn on logging for any errors received? I assume I need need logging for nfs daemon, but not sure. Please correct me if I'm wrong.
View 1 Replies
View Related
Apr 11, 2010
I noticed that if I have "exit" in a bash script file., e.g. script.sh,that when the word "exit" is reached, and the script file being executed is not in the PATH nvironment, i.e. ". script.sh", the whole konsole shell profile is exited! What gives here? Is there another command compatible to "exit" to prevent this, or will I just have the leave the "." part in the PATH enviroment, which is, to my understanding, is not recommended? I desire for a "goto" function in bash script files
View 11 Replies
View Related
Mar 11, 2011
I have some videos in an mkv container that are 1920 pixels wide, but less than 1080 pixels high. This causes problems when playing the videos on a PS3 (after converting to an AVCHD system), because the PS3 won't centre the video, leaving a very large black bar at the bottom but none at the top. Is there a way to use mencoder or ffmpeg to losslessly add padding to the top and bottom to make the video 1920x1080?
If I use
Code:
ffmpeg -i video.mkv -acodec copy -vcodec copy -scodec copy -padtop 132 -padbottom 132 out.mkv
then ffmpeg won't do the padding, and the resulting file is basically exactly the same. If I use
Code:
ffmpeg -i video.mkv -acodec copy -vpre libx264-lossless_fast -scodec copy -padtop 132 -padbottom 132 out.mkv
I get
Code:
Output #0, matroska, to 'anr.mkv':
Metadata:
encoder : Lavf52.64.2
[code]......
View 1 Replies
View Related
Jun 23, 2011
I found a rpm feature. If you rpm install * and one of the packages fails to install then none of the remaining packages will be installed.
Does anyone know how to use rpm to install packages with file globbing and have rpm attempt to install all of the packages?
I found that --force works, yet I do not want to install over already installed packages.
I doing this because I need to install all of the packages in a directory.
View 1 Replies
View Related
Mar 8, 2009
When trying to delete :
I must say that the tar file contain only soft links...not real files...
View 5 Replies
View Related
Dec 14, 2010
I have a samba file server that has Windows XP machines connecting to it. Fairly regularly, I get messages such as the following. Are these anything to worry about? What do they mean? Nobody ever has problems with disconnecting or losing their mapped drive or their desktop shortcut not working.
Code:
Nov 15 15:37:21 servername smbd[27516]: [2010/11/15 15:37:21, 0] lib/util_sock.c:read_socket_data(384)
Nov 15 15:37:21 servername smbd[27516]: read_socket_data: recv failure for 4. Error = No route to host
[code]....
View 5 Replies
View Related
May 22, 2010
In linux, creating thread is same as process (clone()), except the virtual address space gets shared with the parent.If a running main process(thread) creates new thread, and if main thread exits, why should the new thread too exit? both are different entities, The same doesn't happen if the child thread exits, the parent thread would be alive.
View 1 Replies
View Related
Nov 17, 2010
I have installed Ubuntu 10.10 server on vmware and trying to install webadmin but no sucess. Tried few guides but when I do dkpg -t webadmin_1520_all.deb the terminal says Quote: dkpg: error processing webadmin_1.520_all.deb (--install) cannot access archive: no such file or directory errors were encountered while processing webadmin_1.520_all.deb
View 2 Replies
View Related