LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-27-2014, 10:59 PM   #61
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265

This might not be a "I did something stoopid" situation but I think it fits in this thread...

Over the summer, I worked at my high school with the computer deparptment. Re-imaging, cleaning out dust (some cases hadn't been opened in 5+ years), fixing, stuff like that. Windows simply refused to install on one computer, so long story short I got a new desktop/server. Core 2 Duo, 3GB RAM. Came with a 350GB SATA HDD, my dad got two 250GBs from his work's IT guys. Linux plays very nicely with it. The only problem is that the graphics card fan is broken, so it's just running fanless (there's no mobo graphics).

As I'm writing my research paper this evening/night/morning, I naturally have a terminal open and am procrastinating. I took a look at 'sensors' and actually looked past the first 3 lines and found this:
Code:
radeon-pci-0100
Adapter: PCI adapter
temp1:       +111.0°C
It still works perfectly fine, but it's gonna burn out one of these days. Fortunately I don't do games on it. Now that I think about it, the overheating GPU might have caused the Windows installation failures... If I'm right, the fan's been broken for less than a year. The teachers usually leave the computers on 24/7, so I'm reasonably sure that it can stand the 24/7 power that I'm doing now. It seems to have survived the past few months OK...

Anyway, it's late and I've got another 2 pages of research paper to write. So my practical side tells me to close Iceweasel and get back to LibreOffice. Maybe I should set up a cron for root that runs 'pkill iceweasel' every minute...

Last edited by maples; 10-27-2014 at 11:02 PM.
 
1 members found this post helpful.
Old 10-28-2014, 05:19 AM   #62
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by rtmistler View Post
Those with knowledge, please never make system destructive jokes like that. You never know how far they'll go.
Quote:
Originally Posted by onebuck
I tell users to 'man command' when in doubt and do not assume anything.
That's the moral of my story: do not assume anything no matter what skills the person supposedly have. Honestly, the dude being a supposed admin, I figured I'd get a "I dont think so," and we'd share a laugh. I never would have expected it to go the way it did (although in retrospect, the dude projecting system sensitive tasks onto a large meeting room screen should have been a clue).
 
Old 11-11-2014, 08:46 AM   #63
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
I was trying to clean out some superfluous .part files on my backup drive when I ran,
Code:
find /media/backup/ -name \*.part -exec rm -v {} \;
Except that /media/backup/ is actually one of my active working data drives and full of needed .part files!

Fortunately, I did have a backup of most of the files I lost!
 
Old 11-14-2014, 07:06 PM   #64
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
multiple times forgot i was sshed into a remote machine and rebooted or powered off the remote machine instead of the local machine, fortunately it was my own machine i powered off instead of a production unit of some sort.
 
Old 11-14-2014, 08:01 PM   #65
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
Quote:
Originally Posted by frieza View Post
multiple times forgot i was sshed into a remote machine and rebooted or powered off the remote machine instead of the local machine, fortunately it was my own machine i powered off instead of a production unit of some sort.
LOL, I recently did the same thing in reverse. I intended to reboot a remote machine, but was accidentally on a terminal that was on the local machine. I typed "reboot" and hit enter, expecting to get the typical "Connection to server closed" or whatever it normally prints, and instead my entire monitor went black and started the reboot process. That was fun.
 
Old 11-15-2014, 01:08 PM   #66
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
Quote:
Originally Posted by frieza View Post
multiple times forgot i was sshed into a remote machine and rebooted or powered off the remote machine instead of the local machine,
My solution to avoiding that is to set my power button to shut down my local machine. So there is little need to do so from the command line! :P
Of course, this only works once Xorg is running.
 
Old 11-15-2014, 01:28 PM   #67
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Encrypted a whole bunch of important sensitive emails with PGP...

Did not know that one has to save the keys, not just know the passphrase....

Backed up the files, sometime later ended up reinstalling/upgrading the OS, reinstalled PGP...

Well, the data is still very, very secure.
 
Old 11-15-2014, 05:00 PM   #68
whois
Member
 
Registered: Oct 2014
Posts: 39

Rep: Reputation: Disabled
I valued my idiots moments as a learning experience. Makes me more focus the next time I repeat the task at hand.
 
Old 11-15-2014, 05:52 PM   #69
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by suicidaleggroll View Post
LOL, I recently did the same thing in reverse. I intended to reboot a remote machine, but was accidentally on a terminal that was on the local machine. I typed "reboot" and hit enter, expecting to get the typical "Connection to server closed" or whatever it normally prints, and instead my entire monitor went black and started the reboot process. That was fun.
done that too
 
Old 11-21-2014, 11:16 PM   #70
oldrocker99
LQ Newbie
 
Registered: Dec 2009
Location: Norwich CT
Distribution: Ubuntu 9.10
Posts: 22

Rep: Reputation: 9
Unhappy Sorta stupid...

I had a 4GB external drive and it developed an error, and the message was that, it was NTFS, it needed to be connected to a Windows installation for repair. I was (was) dual booting with Windows 7, so I set it to the repair program. It would take a couple of hours, so I left it running to go do something else. I came back to a display manager asking for login. Windows had, while the drive was bring repaired, downloaded an update, and, since I wasn't there to tell it no, why, the little bastard of an OS rebooted itself, with no regard for a running task, and I had to reformat the drive to EXT4, losing a lot of data (most of which I've been able to redownload).

One of the several hundred things I love about Linux is that you decide when to reboot, and, if a task is running during an update, it is stopped, updated, and then started again. Two things (among many, many others) about Windows that made me (after certain Windows-only games became available in native versions on Steam) deleted the Windows partition and got all that storage.
 
Old 11-22-2014, 04:28 PM   #71
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by oldrocker99 View Post
I had a 4GB external drive and it developed an error, and the message was that, it was NTFS, it needed to be connected to a Windows installation for repair. I was (was) dual booting with Windows 7, so I set it to the repair program. It would take a couple of hours, so I left it running to go do something else. I came back to a display manager asking for login. Windows had, while the drive was bring repaired, downloaded an update, and, since I wasn't there to tell it no, why, the little bastard of an OS rebooted itself, with no regard for a running task, and I had to reformat the drive to EXT4, losing a lot of data (most of which I've been able to redownload).

One of the several hundred things I love about Linux is that you decide when to reboot, and, if a task is running during an update, it is stopped, updated, and then started again. Two things (among many, many others) about Windows that made me (after certain Windows-only games became available in native versions on Steam) deleted the Windows partition and got all that storage.
amen, imagine it doing that to an ATM machine customer while the machine is processing a transaction. oops we debited your account but we'renot to dispense the cash because windows needs to update itself.
 
Old 11-25-2014, 11:55 AM   #72
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
Quote:
Originally Posted by frieza View Post
amen, imagine it doing that to an ATM machine customer while the machine is processing a transaction. oops we debited your account but we'renot to dispense the cash because windows needs to update itself.
The scary part being that Windows is often the system of choice for ATM's! :P
 
Old 11-25-2014, 12:01 PM   #73
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,125
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by qlue View Post
The scary part being that Windows is often the system of choice for ATM's! :P
I've had an ATM blue screen on me. Luckily it was during a balance inquiry and not a withdrawal. It wasn't that long ago, and it was still running XP.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 11.10 Freezes short moments Dummy-in-Linux Ubuntu 0 06-02-2012 09:36 AM
my funniest video-game moments newbiesforever General 6 05-21-2009 02:30 PM
LXer: Memorable Linux moments of 2008 LXer Syndicated Linux News 1 12-25-2008 10:53 AM
Geek moments MensaWater General 29 05-26-2007 06:29 AM
Screen blanks every few moments regardless. TitaniumTaz SUSE / openSUSE 11 03-01-2005 06:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:53 AM.

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