Fedora Installation :: User Setting Lost After Ungrading To F15

May 28, 2011

I started from a Fedora 14 installation with user specific desktop setting, i.e. background, menu items, and so on.The upgade worked fine, but while loggin on I found a new environment (Gnome 3) an no user specific desktop settings.How can I upgrade from F14 to F15 without losing my desktop settings and without insatlling Gnome 3?

View 3 Replies


ADVERTISEMENT

Fedora Installation :: F13 User Lost After Creation - Automatic Login

Sep 28, 2010

I have a windows 7 ultimate host machine, installed oracle virtual box on it. Made a iso image to boot fr fedora. All this is fine when the installation is complete, it asks for reboot. Reboot done. Then I went to terminal. Did a SU - root to get into the root. Then I did a firstboot command to enter information. I created a user for myself and at the end rebooted the virtual box.

When it starts up, it does not show my user. It just shows "Automatic Login" and it logs in as Live System User. Even if I try to switch user then it gave me a authentication failure when I enter the credentials of the user which I created. If I try to create users manually using system administration, the user is lost after reboot. I have tried all possible steps...as instructed on the net.

View 1 Replies View Related

Fedora Installation :: Lost All Data On Drive By Bad Clicks - Change User To Root?

Jul 21, 2009

This is my 6th install of Fedora, begining with Fedora 4 I have had very good luck with all until 9 and I lost all data on drive by my bad clicks in a frustrated session. Now I have a great install of Fedora 10 with the exception that I fouled up and typed in a user (myself-'andybill') and am finding out that the work I need to do cannot be maximized by operating in user - andybill, I need to be super user. I have just moved and have not done any collaboration with our senior partner in a data development start up that he is the intellectual property in deed and law. For me to get back on track my using this OS I have to be master of all libraries, drivers etc. I am a nu-b (only 2 1/2 years, with no computer science background. This explains why I need step by step commands without abbriviated lingo-So if I can remove myself as andybill, make all root

View 13 Replies View Related

Red Hat / Fedora :: Lost Password/user Name?

Nov 19, 2010

I have lost my password and user name for my installation of Fedora 8, i do not need to get it running again as i am preparing the pc for sale but i have several gigs of photos on there and i would like to rescue them if possible, i thought i might be able to do it with a live cd and copy the files on to a usb stick but wanted to ask firsts i am a real amateur ie i never managed to understand how every thing works really.It is in duel boot with win xp sp3 and i could not get to the photos from there

View 1 Replies View Related

Fedora :: Lost User Permission For Open Office?

Dec 8, 2010

It has worked in the last week or so. Not sure when I ran it last. Now only root can run Open Office. The menu and a quick start Icon both give no response but su can call from the command line. I,user, can't. Seems there was a big OO update in the last several days, this might be the cause. I spoke too soon. Now su will not get it either. I tried su -l and su with no success. Also an Icon for OO quick start has gone away.

View 2 Replies View Related

Fedora :: Setting Up Root User?

Apr 16, 2011

I am novice user of Fedora 14. I want to set up root user for Fedora 14.

How do I do it?

View 3 Replies View Related

Ubuntu Installation :: Can't Log On To Default User On Persistent 10.10 After Setting Password?

Dec 29, 2010

After setting up a persistent Lubuntu (10.10) on a 4GB SD with Universal-USB-Installer-1.8.1.8 , I started changing the passwd of the original user ubuntu , but after rebooting, I can't log in. So I resorted to hitting Ctrl+the function key that gives you a CLI, and changed the password for "ubuntu" user then tried to log on again. No success.Then I created a new user with a password, and managed to log in with this user, but it is not the same experience, the menus are lacking, and it is not possible to log on to wifi, similar problem to this user

View 3 Replies View Related

Fedora :: Ssh - Setting Up User And Host Keys - Change From F9 To F13?

Jun 28, 2010

I had my procedure down for setting up the keys on my various machines on my LAN when I was running Fedora9 - I just followed my own notes to set up 'ssh' on one of my machines that I am upgrading to Fedora13 and am finding discrepancies. I used to be able to set files up such that if I am on one machine, I could just ssh to another and I wouldn't be prompted for passwords or passphrases etc. Whatever I did before doesn't work any more (I keep being prompted for passwords/passphrases) - does anyone have a hint to point me in the right direction on how to set up the keys etc. - or what changed from F9 to F13? Also is the handling of ssh keys the same from F9 to F13? Reading the documentation it seems that on my old machines the man page says this:

Code:

<snip> that passphrase will be used to encrypt the private part of this file using 3DES.

Code:

<snip> that passphrase will be used to encrypt the

private part of this file using 128-bit AES...

View 3 Replies View Related

Fedora Security :: Setting Up Server To Store User Login Information

Mar 18, 2010

I wanted to set up Computer Lab. loading Fedora 11 OS and one system acting as a Server to store Users(Student) Login Informations. When students do a programs, all programs (eg, C++ programs) files should be saved in the local fedora system but when login to the system, the login should be validate by a Server System.

View 5 Replies View Related

Fedora Servers :: User Setting - FTP - View / Edit Files In One Certain Folder

Apr 17, 2010

I have installed Fedora 12 x86_64 and vsftpd. I would like to set up an user for FTP so that he/she could only view/edit files in one certain folder (the one that I set up). How would I go about doing that?

View 2 Replies View Related

Fedora Servers :: Setting Up Tomcat Per-user (/home/username/public_html Executing Of JSPs)?

Mar 8, 2010

I'm sorry if this has been posted already but I REALLY did look and couldn't find the same issue(s) addressed anywhere. Similar, but not similar enough, in my opinion, to barge in and switch the subject.

Ok, I have Apache httpd set up so I can use a public_html folder inside of my /home/username directory. Now, I'm about to take a web dev course that teaches JSP/Servlets for building web applications and I'd like to set my environment up so that I can execute .jsps from my web root (/home/username/public_html) just like I would a CGI or PHP script. I have a web host that will give me JSP support for a few extra bucks a month, but I'd rather do it locally... and free.

I have Tomcat installed and running wonderfully. The test page and all the examples work fine and execute immediately. But when I try to execute a .jsp file inside of my web root (/home/username/public_html) I just get the raw Java tags and plain-old HTML rendered in my browser. I pretty much knew that wouldn't work; that'd be way too easy. I just wanted to see what would happen.

I looked through all the tomcat ".conf" files I could find to see if it was similar to setting up httpd inside of my home directory, but I didn't have any luck. It's not a file permissions problem... I've been messing with web "scripts" long enough to check that the files are executable. All of the files needed (borrowed from the examples that come with Tomcat) were in their correct paths inside of my web root, as well. Added :8080 to the end of localhost (like you do to see the Tomcat test page(s) instead of the httpd test page) but that didn't help.

I scoured the web for directions but could only find one solution that was Ubuntu-specific (just install tomcat6-user-something-or-another.deb, which doesn't exist in the Fedora repos), then I looked around here, trying every search term that seemed reasonable to me, and I can't find anything.

I realize I can just write the code and put it in a directory that does allow these things to be executed (var/lib/tomcat6/blah-blah-blah/going-by-memory) and run them from there, but I'd like to be able to just keep all of my web files in the same place; a place where I have full permission to do whatever I want... my home directory public_html.

Is this possible (has to be, right?)? Is this a dumb idea to begin with (I'm prone)? What is the best way to develop JSP/Servlets without having to deal with permissions every time I want to put a new script in a directory outside of my home directory that's already set up to allow the execution of said script?

View 3 Replies View Related

Ubuntu :: Lost Visual Effects Setting Everytime Restarting?

Mar 20, 2010

i upgraded to lucid lynx alpha 3 from karmic koala, and ever since i always lost my visual effects setting every time i reboot and i always go back to none while i have it set up to extra what could be wrong when it did not occur when i was using ubuntu 9.10 somebody?

View 2 Replies View Related

Fedora Installation :: Installed Fedora But Lost Vista And Can't Restore / What To Do?

May 8, 2009

So i'm VERY new at this, i need fedora for this research i'm starting. I have a dell and vista was installed on it, then i installed fedora 10 like it said on the fedora site from a boot disc. Now i have fedora but i don't have vista nor access to the memory it took up. I tried to restore to start over but i can't, and i need vista back.

Normally i would restore from the 10 G partition dell sets up for recovery but i'm not able to get to it, and i don't have my vista discs they're back at school.

What do i do?

View 10 Replies View Related

Fedora Installation :: 80GB+ Of Space Lost In New Harddisk?

May 12, 2010

I just install a new 640GB harddisk and when i check its properties it shows 30GB in used, 556.8GB free, and total capacity of 586.8GB. The filesystem is ext3/ext4. So much amount of space is gone for no reason.

View 4 Replies View Related

Fedora Installation :: Lost Lot Of Space On Partition After Install

Aug 24, 2011

I just installed Fedora on my pc with windows XP pre-installed (dual boot). I had the same setup with ubuntu before with no problems. My ntfs windows partition is of 15 gb approximately and the remaining space that was available for fedora was about 220 GB (non partitioned - I removed all the partitions excepting the windows one using gparted from liveCD prior to beginning installation) ..........after installation etc etc.....my home folder shows me only 150GB of space.....what's happening? Where has all the remaining space gone to?

View 8 Replies View Related

Fedora Installation :: Lost - To Ubuntu In A Dual Boot Mess

Feb 14, 2009

I'm trying to dual boot Fedora 10 and Ubuntu 8.10. I have installed Ubuntu first than Fedora (with GRUB installed on it's partition) but Ubuntu's GRUB got messed up. I reinstalled Ubuntu and now Ubuntu works fine but I cannot boot my Fedora. I have set "/fedora" as a mount point for the fc10 install and I can see that from Ubuntu but I can not boot into it. I no longer have any idea where to search for some way of getting it to work without reinstalling ....

View 10 Replies View Related

Fedora Installation :: Lost Windows Vista After Installing F12 / Get It Back?

Apr 15, 2010

After installing Fedora 12 from a live CD, I ended up that my Vista completly gone is.
In the grub loader, I cannot see my Vista boot record.

I thought when installing, I choose 'use free space', as there I reservered 7 gigabyte for Fedora.

I can see all the files including my Windows directories and home.

Is there a possibility that I can recover my Vista? and so, make it dual boot?

View 2 Replies View Related

Fedora Installation :: Lost Ability To Boot Into Ubuntu On Another Partition

Nov 10, 2010

I wanted to experiment with Fedora 14.

The machine has Windows XP and Ubuntu 9.10.

Before today when I turned the machine on there was a black screen with many Linux kernels to choose from and Windows.

I created another for Fedora and installed it on there - the Ubuntu root partition is still there.

When I boot now, there is a blue Fedora screen with just it and Windows.

To make matters worse Fedora doesn't work with my graphics card (Matrox). I would like to get Fedora working but still want to have the ability to use Ubuntu again.

What do I need to change to be able to boot into Ubuntu again and how do I do it?

View 2 Replies View Related

Fedora :: Windows (dynamic) Ntfs Partion Has Lost On Installation Of F14

Nov 27, 2010

I have a two Hard disk one of which is 160GB & other is 500GB. In 160GB HD I had installed fedora 13 & in 500GB Windows 7. There was my unluck that the whole of partion of 500GB were convered into dynamic disk so that i was unable to access other partion of 500GB HD. i searched for that but ultimately i was unsuccessful. Now I decide to format the C: drive (of 500GB HD).C: drive was 80GB size and there was a system information partition of 100MB created on windows seven installation.Now on installation of fedora 14 in 500GB (at partition 80GB + 100MB) i am unble to access other D: & e: drive. In Disk utility of fedora it is showing 414GB free.

View 2 Replies View Related

Debian Configuration :: Lost Password For Root / User Account

Apr 12, 2016

I have lost my password for my root and for my user account.

Code: Select alluser@debian:~$ su
Password:
su: Authentication failure
user@debian:~$ su
Password:
su: Authentication failure
user@debian:~$ su

I have just installed a gust debian 8 on debian 8 host in virtualbox, and when i wonted too login as su/root on the host there where no login possible, is there a way to regain the root password for the host?

View 2 Replies View Related

Fedora Installation :: Setting Subclipse In 12?

Jan 12, 2010

I am using fedora 12 and eclipse version 3.5.1 .I would like to install subclipse so as to connect to svn .How can I do that? Is there any detailed blog describing these?

View 1 Replies View Related

Ubuntu Security :: Lost User Privileges To Mount Volumes From Naultilus?

Sep 13, 2010

I'm running 10.04 running daily updates. A couple days back, I saw an update related to mounting volumes. Not sure if this is what broke my system, but might be. When attempting to mount a partition from nautilus, I get a message saying I do not have authorization. It does not even ask for my password, just fails. I tried running updates and this asks for my password and accepts it fine. I opened disk utility from the menus and tried to mount the volume from there but also got the same permission denied, not authorized without even being asked for my password.

I then ran gksu palimpsest. I was asked for my password and was able to mount and unmount partitions from there. However, when mounted, my applications and nautilus cannot access the data in the partitions mounted using gksu palimpsest. In nautilus, I can navigate to /media/Data (the partition in question) but I get "THE FOLDER CONTENTS CANNOT BE DISPLAYED You do not have the permissions necessary to view the contents of "Data"." When I open nautilus via gksu in the terminal, I do have full access to the partitions.

How do I get my privileges back for my user account. I am the only user on the computer, and I have never set up a root account since my upgrade to 10.04 months ago. I tried of course the Administration->Users and Groups menu, but I am not permitted to change the account type or open advanced settings. I click the button, but nothing happens, not even a password request. Running gksu admin-settings on the terminal allows me access. My current settings are attached.

View 8 Replies View Related

Fedora Installation :: Setting Up Boot Floppy

Jan 23, 2009

My goal is to have a dual boot system with Windows and linux. When no floppy is loaded Windows should boot. When a linux boot floppy is loaded linux should boot.Windows (and its boot loader) are on hd0. I installed Fedora 10 to hd1 and had install put the boot loader on that drive. I followed the instructions in http://forums.fedoraforum.org/showthread.php?t=150913 to make a boot floppy. But when I use the boot floppy the system brings up the grub prompt and stops.

View 1 Replies View Related

Networking :: Lost In Network / Setting Up Network On Laptop With Virtual Guest Machines

Feb 16, 2010

I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.

To provide with my goal:
1.) Learn about network setups on Linux
2.) Be able to maintain my own (virtual) network
3.) Configure my (virtual) network

View 1 Replies View Related

Fedora Installation :: BIOS Setting - Building New Server?

Jan 31, 2009

While building my new server I grinded ta hold shortly after inserting the FDR10 DVD.

Hardware:
Chenbro es34069
Albatron KI690-AM2
AMD Athlon X2 64 4850E
IDE 2.5" HD (master)
IDE Slimline DVD (slave)
4x SATA II swap (still empty)

It stops at the message "net: Registered protocol family 2" but in one of my desperate attempts I changed almost every setting in my BIOS (updated to 1.07) and all of a sudden it passed on. Stupid enough I figured it would be a small effort to find the setting and figure out the problem, so I changed them one at a time after loading the defaults....

View 6 Replies View Related

Fedora Installation :: Monitor Setting Caused Out Of Range

May 12, 2009

I think the settings in /etc/X11/xconf.org are wrong. I do know what the settings should be and have SSH access, (root plus password). Being new to linux I cannot figure out how to save the file after editing. I have been using: vi /etc/X11/xconfig.org to get to the file, but haven't been able to save the file.

the edit and save commands I need, I hate to do an entire install since this is about my 6th install.

View 2 Replies View Related

Fedora Installation :: LOCK IN A Video Resolution Setting?

Aug 1, 2009

How can I lock in a screen resolution setting so Fedora has no other options to use? I had this problem and thought it went away as F11 has been behaving fine for weeks. Today it froze so I had to power cycle to reboot. It came back but had a crappy resolution setting and no higher options available.

I had to re-boot twice to get it to finally load the correct settings again. How can I fix this so it cannot boot to lower resolution? I want to LOCK IN the minimum resolution so it cannot boot to that crappy screen whenever it has a mind to. I feel I should be the one to decide what to load it's my computer !!

View 6 Replies View Related

Fedora Installation :: Setting Up Grub On Hard Drive

Aug 31, 2010

I have created usb stick from which I install fedora. The bootloader is on the MBR of the usb stick and I want to put it onto the harddrive.I have tried running grub and setting up the MBR on the hard drive, but attemts to load the kernel fail with "Error 15: File not found".

View 2 Replies View Related

Ubuntu :: Setting The Default User Accounts?

Feb 28, 2010

I'm using ubuntu and i need to know if it is possible to make a "prototype" account that sets the defaults for new users when a new account is made. How would i go about doing this. I would like to have the same start up programs, panel, themes, background, etc...

View 6 Replies View Related

Ubuntu Security :: Setting Permissions For Www User Only?

Mar 19, 2010

I wanna make a small web server for local use , I've installed apache, every thing works fine I'm the root

I wanna protect the folder that contain the htdocs files (www), i don't want any users that not in root group to access (not even read)

I changed the permission of the htdocs folder as next

Owner: www (apache user)
per: creat , delete
group: root
per: creat , delete
other: none

it only works on the main folder that i changed its permissions ! not all sub folders and files ! were my steps right ? and are their anyway to change all folders and files at once ?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved