PDA

View Full Version : [ubuntu] No such file or directory



ajcis55
January 10th, 2011, 01:40 AM
Hey all. Racking my brain trying to figure this out. Hoping for some help.

So, I've got a Ubuntu 10.04 Server edition installed as a VMWare ESXi VM. It's been working great for about 6 months. This morning, after not making any changes, I started seeing some errors. First problem was that my website (managed by apache2) was offline. SSH/ftp didn't work either. So I go through the console through vSphere. Tried a quick ifconfig, and I got this:

bash: /sbin/ifconfig: No such file or directorymmk. Tried ls /sbin/ifconfig, got this:

bash: /bin/ls: No such file or directorydir /sbin/ifconfig DOES work. PS also returns the 'no such file or directory' error.

Tried to ping 8.8.8.8:

connect: Network is unreachableMy $PATH appears correct. I have rebooted as well as doing a complete shutdown/power up. No, I don't have a snapshot from last night (or anytime that recent) that I can revert to. I have tried running these commands as root and another sudo user.

Commands known to work: dir, vi, dmesg, rmdir, mkdir, ifup (but it then returns ifconfig not found), shutdown, reboot, fsck (but I chose no to prevent damage)
Commands known NOT to work: ifconfig, ps, ls

Anyone have any ideas? I'll be monitoring this thread pretty close for a few hours so I can provide any answers and try anything recommended pretty quickly.

sj1410
January 10th, 2011, 06:08 AM
something wired has happen to your server. do a

updated

&

locate ifconfig

what does it say

ajcis55
January 10th, 2011, 03:47 PM
Updated is not a valid command?

locate ifconfig returns several locations, including /sbin/ifconfig, /usr/lib/libsh/.backup/ifconfig, and then 4 .gz files.

matt_symes
January 10th, 2011, 03:52 PM
Hi

It should be


sudo updatedb
locate ifconfig

You can also use


which ifconfig

Check your paths


echo $PATH

Kind regards

matt_symes
January 10th, 2011, 03:52 PM
duplicate post

matt_symes
January 10th, 2011, 03:53 PM
duplicate post

sj1410
January 10th, 2011, 03:54 PM
Updated is not a valid command?

locate ifconfig returns several locations, including /sbin/ifconfig, /usr/lib/libsh/.backup/ifconfig, and then 4 .gz files.



oh its updatedb than rerun locate ifconfig

your results shows that ifconfig is present in /sbin/


try again after updatedb

ajcis55
January 10th, 2011, 03:58 PM
updatedb appeared to run correctly, without any notifications.

Ran locate ifconfig again and had the same result. which ifconfig also return /sbin/ifconfig.

Note that I am currently running commands as root (using sudo su).

sj1410
January 10th, 2011, 04:02 PM
updatedb appeared to run correctly, without any notifications.

Ran locate ifconfig again and had the same result. which ifconfig also return /sbin/ifconfig.

Note that I am currently running commands as root (using sudo su).

lets reset the permission



chmod 777 /sbin/ifconfig


than run it



/sbin/ifconfig

sj1410
January 10th, 2011, 04:03 PM
updatedb appeared to run correctly, without any notifications.

Ran locate ifconfig again and had the same result. which ifconfig also return /sbin/ifconfig.

Note that I am currently running commands as root (using sudo su).

lets reset the permission



chmod 777 /sbin/ifconfig


than run it



/sbin/ifconfig

sj1410
January 10th, 2011, 04:04 PM
updatedb appeared to run correctly, without any notifications.

Ran locate ifconfig again and had the same result. which ifconfig also return /sbin/ifconfig.

Note that I am currently running commands as root (using sudo su).

lets reset the permission



chmod 777 /sbin/ifconfig


than run it



/sbin/ifconfig

sj1410
January 10th, 2011, 04:06 PM
updatedb appeared to run correctly, without any notifications.

Ran locate ifconfig again and had the same result. which ifconfig also return /sbin/ifconfig.

Note that I am currently running commands as root (using sudo su).

lets reset the permission



chmod 777 /sbin/ifconfig


than run it



/sbin/ifconfig

ajcis55
January 10th, 2011, 04:08 PM
I get this:

chmod: changing permissions of '/sbin/ifconfig': operation not permitted

ajcis55
January 10th, 2011, 04:16 PM
I get this:

chmod: changing permissions of '/sbin/ifconfig': operation not permitted

sj1410
January 10th, 2011, 04:20 PM
than you are not root



sudo chmod 777 /sbin/ifconfig

ajcis55
January 10th, 2011, 04:23 PM
I can assure you that I have a # prompt, not $. I also just exited back to standard user and ran

sudo chmod 777 /sbin/ifconfig
with the same result.

sj1410
January 10th, 2011, 04:27 PM
than you have a very bad system. everything seems ruined up. reboot your system and attach the following file

/var/log/dmesg

lets see what does it says

ajcis55
January 10th, 2011, 04:35 PM
This is a virtual machine running on vmware esxi. I don't have any good way of getting the dmesg file off of the machine as the internet is not working on it.

Just to make sure I stated it before, this system was working absolutely fine ~1am yesterday morning, and when I looked again at ~9am, it was trashed. Nothing had changed in that time frame, or really within a few weeks.

ajcis55
January 10th, 2011, 04:44 PM
This is a virtual machine running on vmware esxi. I don't have any good way of getting the dmesg file off of the machine as the internet is not working on it.

Just to make sure I stated it before, this system was working absolutely fine ~1am yesterday morning, and when I looked again at ~9am, it was trashed. Nothing had changed in that time frame, or really within a few weeks.


Also, I just tried to force a fsck (using shutdown -rF now) and this is what happened after reboot:
http://i56.tinypic.com/14kz6kx.png

It didn't seem to run the fsck.

ajcis55
January 10th, 2011, 04:47 PM
This is a virtual machine running on vmware esxi. I don't have any good way of getting the dmesg file off of the machine as the internet is not working on it.

Just to make sure I stated it before, this system was working absolutely fine ~1am yesterday morning, and when I looked again at ~9am, it was trashed. Nothing had changed in that time frame, or really within a few weeks.


Also, I just tried to force a fsck (using shutdown -rF now) and this is what happened after reboot:
http://i56.tinypic.com/14kz6kx.png

It didn't seem to run the fsck.

ajcis55
January 10th, 2011, 04:55 PM
This is a virtual machine running on vmware esxi. I don't have any good way of getting the dmesg file off of the machine as the internet is not working on it.

Just to make sure I stated it before, this system was working absolutely fine ~1am yesterday morning, and when I looked again at ~9am, it was trashed. Nothing had changed in that time frame, or really within a few weeks.


Also, I just tried to force a fsck (using shutdown -rF now) and this is what happened after reboot:
http://i56.tinypic.com/14kz6kx.png

It didn't seem to run the fsck.

matt_symes
January 10th, 2011, 05:26 PM
Hi

Try


sudo touch /forcefsck

to force the file system check.

Kind regards

chrislynch8
January 10th, 2011, 05:35 PM
Hate to be the bearer of bad news but this happened to me on a couple of servers about a year ago. I may have posted here, no sure. It affected the same commands on all servers.

ifconfig
ps
ls
top

I beleive it was permissions getting screwed up in an upgrade. I was unable to change the permissions of file as you have seen. I had to boot into the server using a live cd, rename /bin -> /bin_old /sbin -/sbin_old

Any directory that has a file not working and then copy in from a backup I had from the night before. Reboot the server and everything worked after that.

Rgds
Chris

ajcis55
January 10th, 2011, 05:42 PM
matt, I tried that as well with the same result.

chris, I don't have a backup, and I wasn't doing an upgrade. Is it possible to recover the files from the installation dvd? I do have an iso of that available to mount on the server.

ajcis55
January 10th, 2011, 10:14 PM
Sorry to bump, but this is a production server that I really, really need up and running asap. Any ideas?

koenn
January 10th, 2011, 10:51 PM
run ls -l over /bin and /sbin and //look at the permissions and ownership// so that at least you know that that's where the problem is. (but it does sound like that is the case)

Yes, you can just copy programs/executable files and they'll probably work if the versions are more or less the same

This time, make a snapshot, so you can roll back if you manage to make things worse

Also, find out first if cp is an external program or a shell builtin, you're going to need it and if fails it because it's in /bin and /bin is being replaced, you'll have a problem


also,
that idea to chmod 777 - it could have worked, but why would you blindly change permissions (and to a not very sane value at that) without even checking if permissions are the problem ? (rule of thumb: if someone sugests "chmod 777" as a solution without explaining why chmod and why 777, he's a charlatan)


and lastly:
next time, make backups.
A production server and no recovery strategy ? Good job.

ajcis55
January 10th, 2011, 10:55 PM
ls doesn't work. I stated that in the first post. So I can't use that to check permissions.

I've already made a snapshot now that things are broke.

Setting a single file to 777 didn't really bother me because console access is the ONLY access right now. It was something I hadn't tried, so I tried it. I try to avoid arguing with any help I can get.

I didn't have a backup that's that recent because the server runs an image host that gets several hundred image uploads to it per day. Simply restoring to a week ago wasn't a great option for me. I didn't say there is 'no' recovery option.

matt_symes
January 10th, 2011, 11:13 PM
Hi

You should be able to check the permissions using a LiveCD or USB. Mount the partition and check that way.

Kind regards

koenn
January 10th, 2011, 11:16 PM
ls doesn't work. I stated that in the first post. So I can't use that to check permissions.
ok, missed that (had my mind on the ifconfig thing)

so, see if you can replace ls with a good copy (eg from the install iso - I hope the commands you need to do that, still work). If that works, you know you might have a solution, and you can still look at permissions first (cause it could also be some other form of fs corruption)




I didn't have a backup that's that recent because the server runs an image host that gets several hundred image uploads to it per day. Simply restoring to a week ago wasn't a great option for me. I didn't say there is 'no' recovery option.
You have a problem with the system, not with the data. Do you have recovery options for the system, other than "try to repair it" ?

iiz
January 10th, 2011, 11:22 PM
Hey, I was having similar issues. I couldn't locate files or run commands.

I su'ed to root same thing, sudo was a ditto.

I killed the shell and logged in directly as root. So the shell started as a root user and not as a regular use, everything worked. Still doesn't solve the real issue, but i'm able to access files and make changes.

-nick

ajcis55
January 10th, 2011, 11:38 PM
iiz, logging in as root didn't work for me.

koenn, I have created a new hdd and installed the same version of ubuntu (10.04) on it. I then mounted the old hard drive and tried to copy the files, receiving the same error.

My backup is a snapshot of the vm, which allows me to restore exactly as the system was at the given date and time. I unfortunately can not specifically restore just the system files, as opposed to the entire drive.

ajcis55
January 10th, 2011, 11:44 PM
ah. Just got some more info. /bin was deleted except for ls, ps, netstat. /sbin was deleted except for ifconfig. I copied files from the new install over to there. However, these offending files would not allow me to overwrite them. Trying to chown, chmod, rm, or mv these files returns an error operation not permitted. The current owner is shown as root:root, but when I look at it in webmin, I see owner is 112:114.

Really hope I'm getting somewhere here.

koenn
January 11th, 2011, 08:34 PM
You probably have a serious case of fs corruption, in so much that the filysystem is no longer processing your commands to chmod, mv, rm, .... those files.
(You did try all of that as root, didn't you ?)

at this point, I'd begin to seriously consider reinstalling.

you could use that new install on the separate disk, and possibly reuse config files from the old system.

I'd suggest using a seperate disk (vmdk) for data ; just mount it somewhere suitable and copy the data.
Kind of an "in place" replacement of the disks.

Having your system separate from the data helps for future recovery : with system trouble like this, reinstall ; for data problems, restore from a backup on a seperate system/tape/....

a snapshot of the vm is not sufficient backup. If you'd have your system and data on separate disks, and have snapshots of the vmdk's, that would help, but yopu can't do that with vmware snapshots alone, the filesystem under your hypervisor would have to do filesystem snapshots.

nothingtolose
July 11th, 2012, 08:35 AM
Hi,

I'm on trouble similar like you, last weak. But i fixed it. Below may help you to recovery it.


After restart my server, i can not connect to my server over network. :cry:

Login to console and check it.

# ifconfig

bash: /sbin/ifconfig: No such file or directory
Hix, *** (welcome to facebook :grin: ). What's the matter with my server ? :sad:

Let's try reboot it a gain. Hope it can run [-o<

After reboot, it still like that. :cry:

For long time to search internet to find out solution for this trouble but with no luck. :sad: :confused:

"No such file or directory", that mean system can not find that file or that file has been corrupted, i think that.

Why i don't refresh this file ?. But how to do that ??? :confused:. It's VMware machine and it has no network connection.

There are 2 way (may be more ) to do that:

1. Search for ifconfig backup file in my server and copy it to /sbin/
2. Copy ifconfig from another machine to /sbin/

Luckily come to me for the firt try. I found the backup of ifconfig in /usr/lib/libsh/.backup/. I don't know how this file was there. After copy and restart, network come up.

What's the matter if i don't found this file on backup?

With option 2, I connect to vsphare cline and Export this virtual server to .ofv file and import it to vmware workstation running on my Desktop.

Copy ifconfig to usb and connect it to imported vmware and then copy to /sbin/.

Export it back to .ofv file and import to vmware ESX.

Option 2 take long time but it help you haven't to reinstall server and a thousand of software and package; a hundred of time to re-config configure file.

Hope this help you.

Br.

matt_symes
July 11th, 2012, 08:49 PM
Old thread. Closed.