Ubuntu :: Creating TGZ File - Error Not Recoverable

Jan 17, 2011

Code:
#!/bin/sh
DATE=$(date +%m/%d/%y)
tar zvcf /home/mark/Minecraft/worldbackups/world.$DATE.tgz /home/mark/Minecraft/Public

This give the output of
Code:
mark@kalle-desktop:~/Minecraft/Exec$ sh save.sh
tar: Removing leading '/' from member names
/home/mark/Minecraft/Public/
/home/mark/Minecraft/Public/default.html
/home/mark/Minecraft/Public/world.png
tar: /home/mark/Minecraft/worldbackups/world.01/17/11.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

View 4 Replies


ADVERTISEMENT

Software :: Tar: Error Is Not Recoverable: Exiting Now

Mar 16, 2010

i have some cron-jobs to make small backups with tar. if i test them manually, they run perfectly everytime. but if the cron job starts it don't works. the created archive is to small, and if i type "tar tvf filename" i will see some files in the archive and then:

"tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now"

View 6 Replies View Related

Software :: Ubuntu 10.04: Compile Audacity 1.2.6 / Error Is Not Recoverable: Exiting Now?

Apr 13, 2011

What am I doing wrong here in compiling 1.2.6! I am following this link: url

What is wrong with this?? I DL'd wxGTK-2.4.2.tar.bz2 from url, which got me this:

~$ tar -xvjf wxGTK-2.4.2.tar.bz2
tar: wxGTK-2.4.2.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors

What did I do wrong?? And bunzip2 gives this:

~$ bunzip2 wxGTK-2.4.2.tar.bz2 bunzip2: Can't open input file wxGTK-2.4.2.tar.bz2: No such file or directory.

BTW, the file is on the Desktop. The reason for all this work is that 1.3.12beta no longer has the mixer toolbar built-in that allowed easy to choose devices like "line-in","mic", etc. I have 1.2.6 installed on an XP machine and it is great.

View 2 Replies View Related

Ubuntu Servers :: Error Is Not Recoverable: Exiting Now Tar Child Returned Status 2

Jan 16, 2011

Attempting to install Abyss Web Server on my 64 bit laptop. i have done mkdir ABYSS to create the ABYSS directoty to install the server to. Command cd ABYSS then "tar xzfm Abyss Web Server installation package" as per instructions. Result tar (child) Abyss cannot open; No such file or directory tar: (child) Error is not recoverable: exiting now tar Child returned status 2 tar: Error is not recoverable: exiting now likely .

View 5 Replies View Related

General :: Open Local File Error When Creating File Descriptor?

Sep 14, 2009

error message when I ran my program that I couldn't open my local file. I have two files first one is called client, second one is called server I am using named pipes to sent a message from client to the other file called server in client I used mknod() to create the two named pipes,one for read,one for write and created new thread in client using fork() spawned a child process that executed the server file both named pipes are opened the client file got the message from the user and sent it through the named pipes to the server file when the server receives the message , it needs to verfify it is correct in the server file, a local file descriptor is created to read and send this verifing message when it is not correct but I am getting an OPEN() error when I tried to open this shared local array buff and attach it to a file descriptor where the message is kept why do I get this error in server file

int main()
{
/*both named pipes are open*/
rfd=open(IFIO1,0);
wfd=open(IFIO2,1);

[code]....

View 1 Replies View Related

Ubuntu :: Error Creating File System: Helper Exited With Exit Code 1: Cannot Open /dev/mmcblk0p1: Read-only File System

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

Ubuntu :: Cannot Format CD / DVDs - Error Creating File System

Feb 4, 2011

Installed Ubuntu 10.10 and it works very well except I cant format cd or dvds. I am using the disk utility program in administration and keep getting the following error:

Error creating file system: helper exited with exit code 1: Error calling fsync(2) on /dev/sr0: Input/output error

I have tried mounting and unmounting - makes no difference.

View 3 Replies View Related

Ubuntu :: Error Creating Moint Point : No Such File Or Directory?

Apr 19, 2011

I just bought a USB flash drive. Whenever i click it to open its contents it gives me the error " Unable to mount USB20FD " then under that it says "Error creating moint point: No such file or directory " (btw it does say moint point and not mount point, which is kind of weird.i can use the flash drive i just bought.

View 6 Replies View Related

Software :: Creating Repo File - Installing Yum - Error

Jan 19, 2011

After creating repo file,when i am trying to install yum on my system....i am getting the following error:-

Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again

I am unable to catch the problem..

View 1 Replies View Related

Ubuntu Multimedia :: Creating ISO File In Terminal - Input / Output Error

Feb 15, 2011

I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?

View 4 Replies View Related

OpenSUSE Install :: Creating ISO-file From Burnt ISO-file On CD-R Gives Different File Length

Jul 25, 2010

I downloaded three iso-images, 1 dvd-image and 2 cd-images:

openSUSE-11.3-DVD-i586.iso
openSUSE-11.3-GNOME-LiveCD-i686.iso
openSUSE-11.3-KDE4-LiveCD-i686.iso

Being paranoid, I created iso-files from the burnt DVD-R and the two burnt CD-R to verify integrity.

The iso-file of the DVD-R was identical to the downloaded image. Both iso-files created from the CD-R were different in size.

The original size of openSUSE-11.3-KDE4-LiveCD-i686.iso is 719.323.136 Bytes.

I only got 718.938.112 Bytes when recreating an ISO-file from my CD-R.

The CD-R is from Sony. When the length of my ISO-file doesn't correspond to the downloaded one, the checksum file verification doesn't work.

View 3 Replies View Related

General :: Most Recoverable Filesystem For Backup?

Jul 13, 2011

I want to backup a lot of files on an external 2TB USB and sit it in a cupboard for the next 10 years. Looking for the most reliable filesystem for this. I don't care about speed, journalling, UNIX permissions or any of that stuff. All I care about is in 10 years time when the hard disk plates are rusted and unreadable and the drive hardly functions, what filesystem will be the easiest to recover my data from. Not ruling out FAT32 either for its simplicity but maybe there's a better filesystem for the job?

View 12 Replies View Related

Fedora :: Crashed And Died ... System Is Recoverable?

Dec 13, 2009

I've been running Fedora 12 for a few weeks on a laptop, and was just starting to get things the way I like it ... and last night as I was trying to unlock the screen using the fingerprint reader (which had always previously worked) the system became unresponsive and there was nothing I could do but push the power button. Now it will not boot up, I get one cursor flash when it's at the grub stage and then the screen goes dark, there is no hard disk activity. He's dead jim.

I'm a bit gutted and would like to recover this system if I can, rather than install something else over the top. I booted using an ubuntu live cd and mounted the lvm, and got into the /var/log/messages. The last entries in there before it crashed and burned are as follows:

[Code]...

View 10 Replies View Related

Ubuntu :: Error While Creating A New Partition?

Dec 28, 2010

I'm trying to install XP Sp 3 on my comp which is running Ubuntu atm. But when I tried to create a partition after I clicked "Apply" I get this error :

GParted 0.6.2 Libparted 2.3 Create Primary Partition #1 (ntfs, 74.50 GiB) on /dev/sda 00:00:01( ERROR ) create empty partition 00:00:01( ERROR )libparted messages( INFO ) Partition(s) 1, 5 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.

View 2 Replies View Related

Ubuntu :: Error Creating Xorg.conf?

Jul 1, 2011

I tried to created xorg.conf with

Code:
sudo Xorg :1 -configure
and I get this error:

[code]....

View 8 Replies View Related

CentOS 5 :: "Error Creating Live CD : Mksquashfs Exited With Error (1)"?

Jul 16, 2009

ivecd-tools mksquaush error on centos5.2I want to make a custom livecd. But I can't."Error creating Live CD : mksquashfs exited with error (1)"What shuld I do?hat log shuld I check?I did like this...centos5.2/i386Access livecd project site.Install livecd repo's syslinux and livecd-tools.download centos-livecd-minimal.ks project site.I have centos5.3 machine on vmware server install above 5.2 physical machine.But the 5.3 machine said same messages(mksquashfs exited ...)

View 2 Replies View Related

CentOS 5 :: Creating RPM File From Tar File?

Jul 14, 2009

I can't locate any PHP 5.3 rpms but before I compile it from source, is there a way to create my installation option and save it into a RPM? I have a handful of servers I would like to install PHP on, but it would be so much easier if I could just do an "rpm -ivh"

I google and found instructions on how to build from tar.gz files but what about the options I set on the CLI?

View 1 Replies View Related

Ubuntu :: There Was An Error Creating The Child Process Of This Terminal

Feb 13, 2010

I get the error

Code:
there was an error creating the child process of this terminal

When I run this code:

Code:
gnome-terminal --window-with-profile=Scripts

View 2 Replies View Related

Ubuntu :: Error Creating Child Process R-commander - On LTS 10.4

May 8, 2010

I work with social sciences and I really need to use "R". R is a program used for statistics and it has a module called R-commander, which let things easier to deal and comes with several options as opening SPSS files (another statistical package commonly used by Windows users) and other things. THe problem is, as Rcmdr is a module for R, when I run it, it opens a terminal window and then he runs the module, which opens a friendly gui.

It worked okay and clean in Ubuntu 9.10, but for LTS 10.4 I keep getting an error, no matter I reinstall the modules or the entire program. I even installed Ubuntu again without upgrading it from karmic Koala. But there is the same error msg.

The error message says: "Error while creating a child process for this terminal". The strange part is there is no other msgs in the terminal or errorlogs. I really need to use this software for work.

View 3 Replies View Related

Ubuntu :: Error Creating Directory: Permission Denied

Jan 11, 2011

I'm trying to create a folder using the archive manager to install Resin (web server) in the usr/local folder but I get the error message 'error creating directory: Permission denied.' Is this the easiest way to install an app--by using the Archive Manager--and if so how do I establish the correct permissions.

View 1 Replies View Related

Ubuntu :: External HD Formatting With 10.04 - Error Creating Filesystem

May 19, 2011

I'm trying to format an external hard disk under Ubuntu 10.04. All starts well, but eventually I get the message:
Error formatting volume
Error creating file system: helper exited with exit code 1:
Error calling fsync(2) on /dev/sdb1: Input/output error

View 1 Replies View Related

Ubuntu :: Creating Pdf \ End Up With A Post Script File Not A Pdf?

May 19, 2010

I'm running karmic koala 9.10I installed cups-pdf and it now shows as the default in my printer list, but when I choose the file type drop down from the printer dialog box it only has ps as an option so when I save it I end up with a post script file not a pdf.

View 3 Replies View Related

Ubuntu :: Meaning And Need For Creating Make File

Feb 9, 2011

i'm using ubuntu10.10 maverick.im programming in systemc..i dunno how to compile and run my program (*.cpp). where should i save my program and where to create makefile???what is this makefile and how should i create it..got completely no idea and i'm new to ubuntu..so please someone explain clearly the concept.

View 1 Replies View Related

Ubuntu :: Creating A Folder For Each File In A Directory

Jun 4, 2011

I need to create a folder for every single file in a directory, possibly making the folder have the same name as the file that it will be containing. Is it possible to do via terminal?

View 9 Replies View Related

Server :: NFS Large File Copies Fail - Error Writing To File: Input/output Error?

Jun 27, 2009

I recently upgraded my file/media server to Fedora 11. After doing so, I can no longer copy large files to the server. The files begin to transfer, but typically after about 1gb of the file has transferred, the transfer stalls and ultimately fails with the message:

"Error writing to file: Input/output error"

I've run out of ideas as to what could cause this problem. I have tried the following:

1. Different NFS versions: NFS3 and NFS4
2. Tried copying the files to different physical drives on the server.
3. Tried copying the files from different physical drives on the client.
4. Tried different rsize and wsize block sizes when mounting the NFS share
5. Tried copying the files via a different protocol. SSH in this case. The file transfers are always successful when I use SSH.

Regardless of what I do, the result is the same. The file transfers always fail after approximately 1gb.

Some other notes.

1. Both the client and the server are running Fedora 11 kernel 2.6.29.5-191.fc11.x86_64

I am out of ideas. Has anyone else experienced something similar?

View 13 Replies View Related

Ubuntu Installation :: Getting Error Creating Dual Boot Using Mythbuntu 9.10 Amd 64 CD / Fix It?

Feb 23, 2010

I am trying to create a dual boot setup with Windows XP. Everything goes smoothly untill the final reboot. I get a text screen giving me the two options of booting into Windows XP or Mythbuntu. When I select Mythbuntu I get a second text screen with a rectangle only showing Windows XP as an option -nothing else. Hitting enter causes error message.
If I selext the Windows XP option on the first screen system boots into windows without a problem.
I suspect this should be fairly easy to fix - but being a complete noob to Linux I am lost as to what to do to correct this.

View 1 Replies View Related

General :: Osx - Creating An OS X PKG File?

Jul 1, 2011

I have Debian / Ubuntu / Xubuntu. I'm trying to distribute and run a Python file with the least number of clicks for the end user. How do I create a PKG file for Mac OS X on Linux?

View 1 Replies View Related

Red Hat / Fedora :: CUPS 1.3.7 - "recoverable: Network Host 'xx.xx.x.xxx' Is Busy"?

May 2, 2010

We just migrated from Solaris to RHEL 5 this weekend. All our printers are working fine using CUPS except for one model. Zebra QL 320+ mobile/wireless printers. We can ping the IP and printer-id from the server fine. But when you try to print a job to it from the command line or a test page from the CUPS interface, the printer status in CUPS shows ""recoverable: Network host 'xx.xx.x.xxx' is busy".This is a major issue for us as we have lots of these printers. All other printers - all Ethernet are fine; including Ethernet Zebra printers.

View 2 Replies View Related

Ubuntu Networking :: Pppoeconf Not Creating Dsl-provider File?

Oct 21, 2010

Why is pppoeconf not creating dsl-provider file in /etc/ppp/peers/ directory.I just re-installed Lucid and now facing above prob. I cannot even copy an dummy file to the above path (even using sudo)It does not give any error,but then file is also not copied. I observed after re-installing,old kernels are also visble and i can login in low graphics mode I expected that after fesh install,there would be only kernel..default one..

View 2 Replies View Related

Ubuntu :: Creating Link To A .java File With Parameters

Oct 24, 2010

I have a Java program (minecraft server) that needs to be run from the command line. The code is:

Code:
java -Xmx512M -Xms512M -jar minecraft_server.jar nogui

To make life easy (i've got the java file in a folder on the desktop) I want to have a shortcut (or similar) sitting on the desktop. I've tried

Code:
ln 'java -Xmx512M -Xms512M -jar minecraft_server.jar nogui' ./../minesraftserver

with single and double quotes but my unix command line skills are pretty basic and this is obviously incorrect.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved