[SOLVED] tar.gz: Cannot stat: No such file or directory
location: linuxquestions.com - date: September 7, 2011
I tried to backup my site, but failed.
PHP Code:
SOLVED: tar error message: Cannot open: No such file or directory
location: linuxquestions.com - date: November 22, 2009
Though I've used tar to extract files for software I've downloaded in the past, this is my first effort at creating a tar file and extracting it. I'm using openSuSE 11.1/KDE 4.1 on one machine (the source, as described below), and Kubuntu 9.04 on the other.
I have a directory on the source computer (/datalib) which I want to copy to the second machine. I made a tarball of the directory using
Code:
tar (child): phpMyAdmin3.4.1alllanguagestar.bz2: Cannot open: No such file or directory
location: linuxexchange.com - date: April 10, 2015
I'm using amazon web services for the first time, I'm using the ec2 Amazon Linux instance for this. What I want to do is, I want to install PhpmyAdmin over there, so for that first of all I have already installed php, mysql and apache. After that I was trying to install phpmyAdmin. So for that I fired following commands:
cd /var/www/html
sudo chown ec2-user
wget http://www.sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.1/phpMyAdmin-3.4.1-all-languages.tar.bz2
So after this I tried to extract phpmyadmin with following command
tar -jxf phpMyAdmin-3.4.1-all-languages-tar.bz2 -C /var/www/html
After firing that command I got the following errors:
tar (child): phpMyAdmin-3.4.1-all-languages-tar.bz2: 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
Please help me out with this :-). Every comments and helps are appreciated :-). Thanks in advance.
"Cannot open: No such file or directory" error
location: ubuntuforums.com - date: March 30, 2012
I'm trying to untar a .tar.gz file but it keeps coming up with the "Cannot open: No such file or directory" error. here:
$ tar xvfz tor-browser-gnu-linux-i686-2.2.35-9-dev-en-US.tar.gz
tar (child): tor-browser-gnu-linux-i686-2.2.35-9-dev-en-US.tar.gz: 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
the file name is tor-browser-gnu-linux-i686-2.2.35-9-dev-en-US.tar.gz
Am I missing something? What's wrong?
EDIT: Another:
$ cd tor-browser_en-US
bash: cd: tor-browser_en-US: No such file or directory
Apparently my OS cannot find any file. I would appreciate it if I could resolve this error. Thanks!
pwd: failed to stat `.': No such file or directory
location: ubuntuforums.com - date: November 23, 2010
Hello I was in my command window in a particular directory
and was in the GUI also in same directory.. and from GUI i
went to the immediate top-level directory and pressed
shift-del for the directory in coammnd line.
After that command line started to throw up error when i executed
pwd command.
pwd: failed to stat `.': No such file or directory
Just curious to know what this error means.
[SOLVED] error: asm/ppcasm.h: No such file or directory and error: asm/processor.h: No such f
location: linuxquestions.com - date: January 8, 2013
My previous glibc version is glibc 2.3 and now i am moving my powerpc C componet to 2.11 glibc version. I observed there is huge difference in /usr/include/asm-ppc in glibc and usr/inlude/asm-powerpc in 2.11 version.
I am not able to find corresponding files for ppc_asm.h proccessor.h files in 2.11 version of glibc.. Please can anyone help me to find out where is files went and what are the modifications happen of this files.
I am looking for your replies. It helps me a lot.
Thanks in Advance.
Khyana
[SOLVED] qt git problem, QObject: no such file or directory.
location: linuxquestions.com - date: July 23, 2010
Hi all,
Sorry if someone thinks, this topic should be somewhere else. However, this is a linux application. Nevertheless issue concerns both linux and windows.
I have a strange problem on my computer. I am using qt 4.7 on linux (ubuntu lucid) and windows (XP, 7). I wrote some project, that works fine in Linux and commited it on a remote server. Then I switched to Windows and dowloaded the repository. All works fine (compilation and execution), unless I change anything in any file. I mean, when I change (add or remove some space, character, comment a line, whatever) a file, and try to compile for the second time, I get an error:
"error: QObject: No such file or directory "
In git (tortoise) I have a settings so that appropariate new lines are taken for each OS.
Has anyone of You had similar issues, or someone has idea how to fix it. I need it really badly. It could be due to encoding, however qtcreator has possibility to choose between text-encoding styles, however
[SOLVED] init: open(/dev/console): No such file or directory
location: linuxquestions.com - date: November 23, 2010
Hello peeps!
I am attempting my second build of an LFS system. Everything seemed to go alright during compilation, and configuration. I can get the system to boot, and the kernel to load all the devices and mount the partitions. But after the NIC is loaded, I am getting
init: open(/dev/console): No such file or directory
I have verified that there is a file called 'console' in the /dev/ directory;
But I cannot figure out where to go next with this issue, short of rolling back to a previous snapshot and recompiling from there. I don't want to do that, cause I'm sure its just 1 package I messed up or a configuration file, that I did not configure correctly.
My environment:
VMware Vsphere - 1 Guest
2 Drives - sda "fedora 14" & sdb "LFS"
Building LFS 6.7
now when I boot "LFS" "SDB" I do Disconnect SDA "Fedora" from the Guest.
Then I change Grub to boot hd0,1 and change the kernel line to see sda1 instead of "old"
[SOLVED] Getting "bad interpreter: no such file or directory
location: linuxquestions.com - date: January 24, 2012
I've got a script that was edited with Windows Notepad before being copied onto a machine with RHEL. The script fails with the following message:
/bin/sh^M: bad interpreter: no such file or directory
My suspicion is that Notepad put in a control character (^M) that RHEL is now trying to interpret as part of the name of the script interpreter. Can anyone confirm if that is the case, or suggest a different problem might be at the bottom of this?
Thanks.
[SOLVED] make: *** /lib/modules//build: No such file or directory. Stop.
location: linuxquestions.com - date: June 27, 2010
Hi everyone,
I am running in fc9.while doing make i have this issue
make: *** /lib/modules//build: No such file or directory. Stop.
please help me
please wait...
Page: 1 2 3 4 5 6 7 8 9 10