Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-05-2006, 01:54 PM
|
#1
|
Member
Registered: Aug 2003
Location: Minnesota
Distribution: Fedora 9 Mandriva 2009 Suse 10 and 10.3 Also running VMware 6.5.2
Posts: 75
Rep:
|
Fedora Core 6 install
installed FC 6 using Linux Text.
on the security login
localhost login
what is it looking for.
during the installation it asks for a password but never asks for a user.
Could someone give me a clue?
thank you
Larry.
|
|
|
11-06-2006, 06:55 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
you will have given the root password, so use username root and your password. you shoudl have additionally been promted to create normal users though, later on in the setup, and you should have created them then. add a normal user as soon as you can and never log in directly as root again.
|
|
|
11-06-2006, 08:00 AM
|
#3
|
Member
Registered: Aug 2003
Location: Minnesota
Distribution: Fedora 9 Mandriva 2009 Suse 10 and 10.3 Also running VMware 6.5.2
Posts: 75
Original Poster
Rep:
|
Fedora Core 6 install
Thank you Chris.
I am trying to install fc6 on a Microsoft product called Virtual PC.
VMware does not support my AMD64 processor as the rev. level is not D or above.
I used the linux text install as the monitor is not right during the normal install and thought this to be a way around it. During the text install it only asks for you to enter a password which I did. at the end of the install and right after it boots for the first time is where I got the request for login.
I did try Root and it then goes to what looks like a terminal line
and was not asking for password.
I will try it again and see if I can copy and paste the results in here.
ok I got localhost login I keyed in root
got password entered that
then got
[root@localhost~]
I think I will have to ask the vendor if there is some option on the monitor setup that will allow the display to be accepted.
thank you for responding again. I am aware of the disasters that can occur when using root and try never to use it.
Larry
|
|
|
11-06-2006, 09:28 AM
|
#4
|
LQ Newbie
Registered: Nov 2006
Posts: 12
Rep:
|
Fedora Core 6 install
Hi. It looks like you haven't actually logged into a Linux or Unix machine ever before (except possibly a gui). That's not a bad thing, but the [root@localhost] is your prompt. You are logged in and there's not a problem, don't contact the vendor.
If you installed by text you most likely picked the option to install the either Gnome or KDE so you should be able to access the gui that you seem to be looking for.
Try typing startx at the prompt and see if it starts the gui for you.
Other than that, attach a different monitor to the machine and wack in CD 1 and type reboot and try installing again and accept all the defaults to get you started. You can always change the package selection afterwards.
|
|
|
11-06-2006, 11:35 AM
|
#5
|
Member
Registered: Aug 2003
Location: Minnesota
Distribution: Fedora 9 Mandriva 2009 Suse 10 and 10.3 Also running VMware 6.5.2
Posts: 75
Original Poster
Rep:
|
fedora core 6 install
Thank you for the notes.
Startx did work however the display was still stretched longways.
I also did an option at boot resolutions=1024x768 however that did
not seem to make any difference.
So will have to do some more searching.
Larry.
|
|
|
11-06-2006, 12:05 PM
|
#6
|
Member
Registered: Aug 2003
Location: Minnesota
Distribution: Fedora 9 Mandriva 2009 Suse 10 and 10.3 Also running VMware 6.5.2
Posts: 75
Original Poster
Rep:
|
fedora core 6 install
I think I have it!
I remember seeing 800x600 so I used that in resolution and all seems
to be loading right now. I did go back to Fedora Core 5 as I had been running it.
This product from Microsoft called Virtual PC seems easier to use
than VMware and it doesn't have the restriction on AMD64 processors that they be above rev. D to qualify for their product.
thanks again.
Larry
|
|
|
11-07-2006, 01:02 PM
|
#7
|
Member
Registered: Aug 2003
Location: Minnesota
Distribution: Fedora 9 Mandriva 2009 Suse 10 and 10.3 Also running VMware 6.5.2
Posts: 75
Original Poster
Rep:
|
fedora core 6 install
Is there anyway to edit a file from here.
I am running under a vm so I can only mess up the guest machine that I am trying to get up. I have some changes to make to a config file in X but do not know how to edit the file.
I understand gedit when you can execute but without a system I am not sure from here.
Would anyone like to help with some steps????
Thank You
Larry.
|
|
|
11-09-2006, 10:55 AM
|
#8
|
LQ Newbie
Registered: Nov 2006
Posts: 12
Rep:
|
editor
you need to use a text editor. My preference is vi, but there are others that are easier to use if you don't know the shortcuts, however you may need to install them.
Just type in vi file.conf (replacing file.conf with the configuration file)
it may look complicated but use this link to figure out what you're doing. If you mess up just press (shift colon q ! enter)
http://www.dclug.org.uk/linux_doc/vi.html
|
|
|
11-09-2006, 12:54 PM
|
#9
|
Member
Registered: Aug 2003
Location: Minnesota
Distribution: Fedora 9 Mandriva 2009 Suse 10 and 10.3 Also running VMware 6.5.2
Posts: 75
Original Poster
Rep:
|
fedora core 6 install
Thank You!
I did get emacs and then figured out what I needed to change the several lines of code to satisfy the x
I did see Vi mentioned many times in my searches for edit commands.
I will look into this afternoon.
I am running FC 6 on a product Virtual PC and the color depth can not be greater than 16.
Larry.
|
|
|
All times are GMT -5. The time now is 01:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|