LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-25-2015, 05:51 PM   #16
Bri_v
LQ Newbie
 
Registered: Aug 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled

I attempted to remove the NVidia legacy package and got:

Code:
$apt-get remove NVidia-legacy-304xx-driver
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
 
Old 08-25-2015, 05:52 PM   #17
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
You need to run apt-get as root.
 
Old 08-25-2015, 05:55 PM   #18
Bri_v
LQ Newbie
 
Registered: Aug 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
From what I understand, root is just administrator, correct? I only have the one account on this computer and that's what I'm logged in as. Is there some default root account that was installed with antiX?
 
Old 08-25-2015, 06:01 PM   #19
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
I'm not familiar with antiX, but it sounds like it might use Ubuntu's awful sudo-abusive "admin user" style of administration? You can try sticking "sudo" in front of the command, and at the password prompt enter your user's password.
 
Old 08-25-2015, 06:31 PM   #20
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,109
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
su works in AntiX as well as sudo. Inxi is already installed. If you would have watched the videos. All of this would have been shown to you.

http://www.mepis.org/docs/en/index.p...ge_.28sgfxi.29

to post system specs. In terminal

Code:
inxi -xrFA
to show the switches that can be used and man page

Code:
inxi -help
To show what is is missing on your install for inxi

Code:
inxi --recommends

Last edited by rokytnji; 08-25-2015 at 06:37 PM.
 
Old 08-25-2015, 06:41 PM   #21
Bri_v
LQ Newbie
 
Registered: Aug 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
Sudo worked.

I removed the NVidia-legacy package and rebooted. It still booted to the code screen. So I removed the nouveau one as well, rebooted, and it still hasn't reset back to the desktop view.

Any more ideas? (Thanks to all help so far! If I had been Googling I would have figured this out eventually, but it would have taken longer and I would have a massive headache!)


(rokytnji: I will try what you're saying, give me a moment)
 
Old 08-25-2015, 06:49 PM   #22
Bri_v
LQ Newbie
 
Registered: Aug 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
I have some stuff missing:

Code:
Application: hddtemp
To add to your system, install the proper distribution package for your system: 
Debian/Ubuntu: hddtemp :: Arch Linux: hddtemp :: Redhat/Fedora/Suse: hddtemp
Code:
 /proc/mdstat (info: -R mdraid data)

The following files are missing from your system:
File: /proc/mdstat
File: /var/run/dmesg.boot
File: /proc/scsi/scsi
I'm thinking I need that /var/run/dmesg.boot ?
 
Old 08-25-2015, 07:04 PM   #23
Bri_v
LQ Newbie
 
Registered: Aug 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
So can I just...
Code:
sudo apt-get install /proc/mdstat
sudo apt-get install /var/run/dmesg.boot
sudo apt-get install /proc/scsi/scsi
and bam, everything will work again? Or am I over simplifying?

Should I install the smxi thing with apt-get? The link makes it seem a little more user friendly than using the synaptic package manager.

^Just kidding. The link clearly states what to type in. After all this I'm a little nervous about installing anything though. To do or not to do?

Last edited by Bri_v; 08-25-2015 at 07:08 PM.
 
Old 08-25-2015, 07:42 PM   #24
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,109
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
It's not rocket science. I am just a scooter tramp that uses linux. I'd reinstall and start over if I was you.
Install only takes minutes and now maybe you have watched the installation video for AntiX 13 to get a idea on how
AntiX works.
 
Old 08-25-2015, 07:44 PM   #25
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,109
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
/proc/mstat is a file. Apt-get has nothing to do with it.
You can live without it. Same for the rest.
 
Old 08-25-2015, 07:48 PM   #26
Bri_v
LQ Newbie
 
Registered: Aug 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
Alright. I'll reinstall. Hopefully I can figure out how to get Steam working without messing up the entire system.

Thank you so much for all your help!

Last edited by Bri_v; 08-25-2015 at 08:31 PM.
 
  


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
Linux gets stuck on reboot or shutdown displace Linux - Newbie 3 08-14-2013 11:42 AM
Stuck on reboot nocountryman Linux - Laptop and Netbook 3 02-16-2010 03:21 AM
WICD getting stuck--cured with reboot pixellany Linux - Wireless Networking 2 01-18-2010 07:30 PM
GRUB stuck in Continual REBOOT - Help Please...Newbie.. RazorV Ubuntu 21 12-02-2009 05:50 AM
Ultra Noob-stuck on Login screen after first reboot-Fedora9 isaliveart Linux - Newbie 26 09-03-2008 04:21 PM

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

All times are GMT -5. The time now is 01:57 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