General :: Tar:Error Exit Delayed From Previous Errors
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
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
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
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
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
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
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
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
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
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
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
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
Apr 23, 2010
I was installing SMPLAYER when the power failed...now i get this error message when trying to re-install the packages..
E: liblzo2-2: subprocess installed post-installation script returned error exit status 2
E: mplayer-nogui: dependency problems - leaving unconfigured
E: mplayer: dependency problems - leaving unconfigured
[code]....
View 3 Replies
View Related
Feb 10, 2010
I recording CD-RW with Brasero and at the end I get the error. The iso-image was write to disk, but lead-in and lead-out seems to be didn't write. What is the problem? This the log of the brasero:
Quote:
Checking session consistency (brasero_burn_check_session_consistency brasero-burn.c:1848)
BraseroBurnURI called brasero_job_get_action
BraseroBurnURI called brasero_job_get_action
BraseroBurnURI called brasero_job_set_output_size_for_current_track
BraseroBurnURI stopping
BraseroBurnURI called brasero_job_get_action
[Code]...
View 3 Replies
View Related
Sep 18, 2010
I back up with rsync like this:
rsync -av --delete /mnt/hda1/ /mnt/hdb1/
hda1 had an error (bad superblock, i think), but rsync didn't exit! It just went on on deleting my files until i hit Ctrl+C. Now I can't access the original drive and the back-up drive has lost a lot of files. Why doesn't rsync exit when it encounters and error? How can I stop this behavior?
View 2 Replies
View Related
Oct 2, 2010
I keep getting the following error when I run sudo apt-get update:
Quote:
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error:
[URL] release Release: NO_PUBKEY 5D654504F1A41D5E
View 1 Replies
View Related
May 4, 2010
I'm running Ubuntu 9.10 Karmic and XBMC Live.I get error messages which seem to relate to openvpn.So I tried to remove it with the remove command. This is what I getQuote:
@XBMCLive:/home$ sudo apt-get remove openvpn
Reading package lists... Done
Building dependency tree
[code]....
View 1 Replies
View Related
Jun 28, 2010
"E: backuppc: subprocess installed post-installation script returned error exit status 1"whenever I upgrade my system I get the above message Anyone know how to fix it? or if it's anything important ?
View 1 Replies
View Related
Jul 10, 2011
using 'ntfs-config' to make ntfs partitions mount on bootup so that I can access my data partition from Ubuntu. The first time I installed ntfs-config it would not run. I uninstalled and reinstalled it and then it ran, but it didn't seem to be responding very well. I attempted to tick the partition I wanted and set it to be writeable. After I closed the app ALL my ntfs partitions were mounted, even the windows and system reserved partitions, and when I attempted to unmount them I got the following error:
Unable to unmount Data
Error unmounting: unmount exited with exit code 1:
helper failed with
unmount /dev/mapper/isw_dfjjdefcdi_RAID5p4 is not mounted (according to mtab)
I tried rebooting. I tried uninstalling ntfs-config, then reinstalling it (now it wont run again). So I'm at a loss as to what to do. I simply want my data partition mounted on boot up and writable, not the others.
View 4 Replies
View Related
Nov 28, 2009
I start Kmail, Akonadi tries to start a server and it fails (I removed the first 5 tests that were correct because otherwise this post would be to long). This is the report it gives:
[code]...
What can I do to let it start correctly, or is there a way to disable Akonadi? It's very annoying that every time I start Kmail, Akonadi attempts to start.
View 4 Replies
View Related
Sep 12, 2010
I am using a fully updated fedora 13 64-bit system and when i run make on xoscope i get the following error:
collect2: ld returned 1 exit status
I have already installed all of the prereqs. And the configure went without errors.
View 9 Replies
View Related
Oct 23, 2010
I have been running a live version on a 8 gig stick. Played nice for a couple of months but now when I try to access the native ntfs file system, I get the following error message.... Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda6 is already mounted on /media/c
View 1 Replies
View Related
Mar 26, 2011
My computer has been acting quite strange lately. It's been taking longer to boot, and my sound doesn't play anymore (Only a high pitched sound is heard, and no hardware for sound is detected). Just recently, my Windows 7 Partition returned the error of Disk Error Occured. Press CTRL+ALT+DEL to restart.
Any way I can fix my whole issue, I think my desktop is starting to die on me :O (And its only about 7 months old T_T)
View 4 Replies
View Related
Mar 29, 2011
my windows xp system has recently been messed up, everytime i boot, i see the windows logo and then it reboots so i decided to liveboot ubuntu in order to recover the important files on my hard drive and then reboot. Problem is when i try to click on my "500GB Filesystem" I get this message.Unable to mount 500GB FilesystemError mounting: mount exited with code 13:ntfs_attr_pread_i:ntfs_pread failed:/input/output error Failed to read NTFS $Bitmap:Input/output error NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk/f on Windows then reboot into Windows twice.The usage of the /f parameter is very important! If the device is SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/directory(e.g./dev/mapper/nividia_eahaabcc1). Please see the 'dmraid' documentationfor more details
View 1 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
Jan 31, 2010
I hope this is an easy question to answer, how do update my nVidia drivers? Can I add a repository so it automatically updates? I have downloaded the latest verson from the nvidia website. When I so a "sudo ./NVIDIA-Linux-x86_64-190.53-pkg2.run" I get "Error: You appear to be running an X server; please exit X before installing"
View 1 Replies
View Related
Mar 9, 2010
it's a hot day and nothing seems to be going right. Trying to figure a way out of this one - error 127. Looks like it could be Metacity problem? There a couple of pythons that also have a problem.
Code:
(Reading database ... 145089 files and directories currently installed.)
Preparing to replace metacity-common 1:2.28.0-0ubuntu1 (using .../metacity-
[code]....
View 5 Replies
View Related
Apr 27, 2010
I have been having the worst time trying to get sametime messenger from IBM to install properly. I had it working fine for the last 6 months and yesterday I accidently updated and it all went to {1134}. I seem to have found dkms to be the source of the problem.
I get an exit 0 regardless of whether or not its install or uninstall. I have managed to get pidgin to work for now, but it is no means ideal for my purposes.
I kept getting this...
rastlosen@rastlosen-laptop:~$ sudo apt-get install sametime-connect
[sudo] password for rastlosen:
Reading package lists... Done
Building dependency tree
[Code]...
View 1 Replies
View Related