top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Deleted /tmp now I get errors when I try to boot and login on fedora

0 votes
543 views

I somehow deleted /tmp when I was deleting files from /tmp to make room. Now I get errors when I boot and try to login

There is a problem with the configuration server.
(/usr/libexec/gconf-sanity-check-2 exited with status 256)

When I close that, I get:

Install problem!
The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator.

One time I saw the login options - when I logged in I only saw a black screen. Other than doing an install, is there a way to recover the files in /tmp?

posted Aug 2, 2013 by Majula Joshi

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

3 Answers

+1 vote
 
Best answer

the files are irrelevant, the folder with the correct permissions is important
/tmp needs chmod 1777 (everybody is allowed to write but only the onwer can open his temp-files)

mkdir /tmp
chmod 1777 /tmp

in doubt reboot after that

answer Aug 2, 2013 by Mandeep Sehgal
0 votes

AFAIK, /tmp is a tmpfs filesystem in newer Fedoras. That means, you can just reboot, and things will be back to normal. Did you try that?

answer Aug 2, 2013 by Jagan Mishra
0 votes
# mkdir /tmp
# restorecon /tmp
# reboot

is probably all you need

answer Aug 2, 2013 by Deepankar Dubey
Similar Questions
0 votes

How does one get a clean installation of Fedora? "Clean" means that only those packages are installed that are actually needed and only those services are running that are actually needed.

0 votes

Installed Fedora 26 on recommendation of a Scribus developer. Installed about 30 packages per his advice.

But when I try to compile a program the machine can't find C++. So what is the package I need to install to compile C++ programs?.

Another question. On Slackware (yes I am one of those) I can use kdm to get to a window function ( I preferXFCE). How do I set up a window manager in Fedora and how do I access it?

+3 votes

Is it possible to install Fedora on a Chromebook and completely REMOVE the ChromeOS? if so...how? everything I've seen so far says "dual-boot" but nothing seems to give you instructions as to how it can be
completely removed from the system.

+1 vote

In order to do an OS install, you need to have an external media to start the install process. This media provides a "base"/small system that you can then use to do a larger netinstall, or a larger update process to get the drive/system setup the way you want. All of the larger system install data/packages/etc can come from the http/net install process.

In most (all) cases I've seen, the process is then to take/remove the CD from the system, followed by a restart, where the system OS on the drive then gets invoked.

So this process requires some manual interaction.

Here's my question:
Is there a way to do the same basic process, except to always leave the CD in, and to then be able to "switch" the system, so it "knows" which media to install from.

If this can be done, one can setup a system with a basic cd that will, when run, create/start the basic OS install, but then not be used any other time... This could allow for an auto/programatic approach to be able to do a remote/auto OS install.

Is there any other way that this might be accomplished?

...