 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

26th May 2005, 12:45 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
password request not accepting password entered during set up
I am attempting to install Core 1. Install seems to go well, but I am prompted for a password. When using the password entered during install, it does not let me log in. THis is a DOS like login. any tips?
thanks,
Mark
|

26th May 2005, 03:43 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 17

|
|
|
You say that it is a DOS like login so I am thinking that you are in a shell. Anyway, did you login as root then use the password?
|

26th May 2005, 01:40 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
|
What happens is that I am prompted for a Linux User name and password before proceeding to the next user name and password login.
Is there a default Linux user name and password. I created the administrator password, but have not created any other user names and passwords.
|

26th May 2005, 01:59 PM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574

|
|
|
Oh, the administrator user name is 'root'
create a new user as soon as possible.
This is done quickly in the shell by
# useradd <name>
# passwd <name>
and you should be logging into a graphical login screen. Did you install X Window & either (KDE or GNOME)
|

26th May 2005, 02:25 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
|
When I sign in using "root" as username and the password I set up, I am able to proceed to a prompt that asks {root@localhost root}# What does this mean?
I am new to Linux so forgive me for asking so many questions.
Thanks for your help.
Mark
|

26th May 2005, 02:57 PM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574

|
|
|
This is the command promt,
root@localhost is your user name
root is the folder you are in
# shows that you have permission to do whatever you want (admin level permissions)
if your window manager is appropriately configured, run
# startx
(do not include the #) at the command prompt
|

26th May 2005, 09:51 PM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: Westland, Michigan
Age: 38
Posts: 2,317

|
|
|
msproles
Welcome to Linux. You are in, you are logged in, the system is waiting for you to do something.
Were you expecting a GUI? Did you load the X Windows Systems and gnome during install? If so, type startx and it will start up the GUI.
Here are some helpful hints to get you started
ls (gives you directory listing)
cd /root (moves you to root home directory)
ifconfig (shows you your ip configuration)
cp /etc/resolv.conf /root/ (copies the file /etc/resolv.conf file from /etc/ to /root/ (root's home folder))
Have fun
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself
My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
|

31st May 2005, 02:14 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
|
I am up and running. Really like Fedora. What I am not having much success is seeing the Fedora Server in the list of Network Neighborhood. Is there a way to add the Fedora Server to Network Neighborhood? I am able to ping the ip address of the Fedora server.
Thanks,
Mark
|

31st May 2005, 03:02 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
|
Server in Network Neighborhood
I am up and running. Really like Fedora. What I am not having much success is seeing the Fedora Server in the list of Network Neighborhood. Is there a way to add the Fedora Server to Network Neighborhood? I am able to ping the ip address of the Fedora server.
Thanks,
Mark
|

31st May 2005, 04:55 PM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: Westland, Michigan
Age: 38
Posts: 2,317

|
|
|
You need to set up SAMBA in order to show up in Network Neighborhood from a Windows based computer. Search through the articles on the mainpage and some online references for how to configure samba and you should be on your way.
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself
My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
|

31st May 2005, 06:58 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
|
Thanks for the advice. worked well.
|

1st June 2005, 01:35 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
File Sharing
Linux server is now showing up in Microsoft Windows Network. I can see files, but am unable to open them. How Can I share files on the Linux server to clients on our network?
Thanks,
Mark
|

1st June 2005, 02:03 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026

|
|
|
Poke a hole in your firewall, as root:
iptables -I INPUT -p tcp --dport 137:139 -j ACCEPT
service iptables save
|

1st June 2005, 10:50 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 10

|
|
|
No access
Fedora Server shows up fine in Windows Network. I am unable to bring up the firewall to make any changes. How do I give access to the Linux server from a Windows pc?
I am prompted for a password, but each one gives an "incorrect password or unknown username.
Thanks,
|

1st June 2005, 11:16 PM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: Westland, Michigan
Age: 38
Posts: 2,317

|
|
|
For samba to work, you need to create an account on your linux box that matches the account that you are using on your windows box.
For example, lets say that you logon to windows as bob.
On the linux box, log on as root, useradd bob.
Make sure that the files you are trying to access are readable to either bob or everyone.
Try again from windows, you should not get prompted for a password.
Also, make sure your smb.conf contains;
encrypt passwords = yes
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself
My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:09 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|