LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-23-2016, 02:58 PM   #1
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
What is an orphaned inod??


My computer froze up again while I was online and I could not move the mouse. When this happens I assume that malware is being downloaded into my computer so I unplug my computer to stop whatever it is that is going on.

Eventually I was able to use a parted magic disc and go to the terminal and run e2fsck -fp /dev/sda2 and a number of orphaned inod's came up and were cleared. Does anyone know what they are?? Thanks!!
 
Old 10-23-2016, 03:32 PM   #2
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Why would a download cause your computer to freeze?
Most unlikely that malware could cause this.

Your sudden removal of the mains power is almost guaranteed to cause data loss and corruption of filesystems.

What programs were running at the time?
On a small machine web browsers can use 100% CPU when displaying badly written web pages.

I notice that you say "My computer froze up again..."
Hardware errors such as memory faults can be a cause of lock ups.
 
Old 10-23-2016, 05:18 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Inodes are part of what makes a file system a system: https://en.wikipedia.org/wiki/Inode

An orphaned inode is one that has its way; it exists but cannot be accessed by the system: http://unix.stackexchange.com/questi...orphaned-inode

As regards this freeze being caused by malware, I agree with JeremyBoden. Malware is designed not to give itself away so overtly.

Here's a guide to various ways to deal with computer freezes under Linux: https://en.wikibooks.org/wiki/Linux_Guide/Freezes
 
Old 10-23-2016, 09:28 PM   #4
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Thanks Gentlemen!!
 
Old 10-24-2016, 01:02 PM   #5
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by JeremyBoden View Post
Why would a download cause your computer to freeze?
Most unlikely that malware could cause this.

Your sudden removal of the mains power is almost guaranteed to cause data loss and corruption of filesystems.

What programs were running at the time?
On a small machine web browsers can use 100% CPU when displaying badly written web pages.

I notice that you say "My computer froze up again..."
Hardware errors such as memory faults can be a cause of lock ups.
Many years ago my website's " guestbook " was constantly filed every day with ads from a few " spammers " that felt that there ads must be displayed there. The only way that I could finally stop it was to remove the " guestbook URL " and ever since then the spammers have been freezing up my computer!!
 
Old 10-24-2016, 01:21 PM   #6
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Have you looked at your websites logs at the appropriate times?
 
Old 10-24-2016, 01:48 PM   #7
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by JeremyBoden View Post
Have you looked at your websites logs at the appropriate times?
They live in Virginia and Maryland; but I am an old " non-violent " person that is just hoping that someday someone " fixes " their wagons!!
 
Old 10-24-2016, 03:18 PM   #8
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Do you have a firewall?
 
Old 10-24-2016, 04:48 PM   #9
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Are you hosting your own website on your personal computer? Or is it being hosted elsewhere and you have to log in to make changes?

The guestbook spam you are referring to is almost always generated by bots, not people. These are programs designed to comb through the internet and post spam wherever there is an insecure guestbook or message board. It's not some random person with a vendetta against you targeting your specific webpage. It's doubtful the person controlling the bot has ever even been to your webpage.

The chances that removing access to the guestbook angered some hacker to the point that he started attacking your personal computer, injecting malware to cause it to lock up, is basically zero.

Last edited by suicidaleggroll; 10-24-2016 at 04:53 PM.
 
Old 10-24-2016, 06:55 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I did away with my website guestbook a long time ago--eight, nine years ago?--for spam entries like those mentioned by cousinlucky, but no one pursued me vengefully when I did.

I was self-hosting at the time on Slackware (12, I think) with the Project Files rc.firewall.
 
Old 10-24-2016, 11:19 PM   #11
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940
To strictly-answer the question:

In Linux parlance, an "inode" (effectively ...) is "what 'a disk file' actually is."

Directory entries, meanwhile, refer to it. Normally, there is one such entry, but if you define "hard links" to the file (versus "symbolic" links), there may be more than one. In Unix filesystems, "directory entries" are separate from the "actual files" (inodes) that they refer to.

Disk-repair utilities customarily place entries in a /lost+found directory to correspond to any inodes that they find which have absolutely no directory-entries pointing to them. This enables you to, perhaps, identify what the "orphaned" file actually is, and to rename it back to the right place in the directory hierarchy.
 
Old 10-25-2016, 07:51 AM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
as far as being on the internet with a browser and its freeze up to the point you cannot even use your mouse, it is usually 99.9% of the time a (java) script going crazy looping locking up your system.
 
Old 10-25-2016, 08:28 AM   #13
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by cousinlucky View Post
so I unplug my computer to stop whatever it is that is going on.
Yeah, that may create orphaned inodes.
Try noscript and what causes you to assume (incorrectly, IMO) that's it is malware?
If it were malware, it's the worst POS I've "seen" as it was found out rather quickly by an inexperienced user, (No Offense).

Try a new profile on the same site. Try a cleaned history/cookie/cache on the same sight. Try another browser on the same site.

Why assume it's malware?
 
Old 10-25-2016, 08:35 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Habitual View Post

Why assume it's malware?
PARANOIA

doing a hard shut down , not letting it shut down properly will cause errors to your system, if you actually believe or think someone is in your box looking around all you have to do is disconnect, not shut down.

Last edited by BW-userx; 10-25-2016 at 08:38 AM.
 
Old 10-25-2016, 01:13 PM   #15
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
I'm going to stop using that os on the internet; and use the other one I have installed on my machine. Hostgator hosts my website and they have their " error page " up where my guestbook used to be!! Habitual, I take no offense at being an old " computer illiterate "; the only thing I was logical enough to do was to give up trying to safely use windows on the internet and switch to linux!!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
orphaned symbolic links spark Linux - Security 1 12-04-2013 12:43 PM
Orphaned inodes lce411 Linux - Server 2 07-24-2013 09:34 AM
orphaned inodes sulekha Ubuntu 1 06-04-2011 04:16 AM
[SOLVED] Audacity: orphaned file JosephS Linux - Software 4 05-04-2010 08:56 PM
What are orphaned packages? Fill Linux - Software 2 04-06-2008 07:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration