You are not logged in.

#1 2007-07-19 18:58:02

scorp3000
Member
Registered: 2007-07-18
Posts: 14

What to do with 'myhost login'?

After successfully adding Arch Linux to my Grub loader, I'm greeted with 'myhost log in'. The only thing that the installer asked me was to enter a root password, which I did, but not even that is recognized at the log in. What am I supposed to do here?. Sorry I'm a newbie to Arch Linux. Thanks.

Offline

#2 2007-07-19 19:26:54

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: What to do with 'myhost login'?

Enter 'root' for the login, and your root password when it asks for it.

Offline

#3 2007-07-19 20:01:56

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

I already did and I got 'incorrect login'. And I'm absolutely sure of the rood password that I gave to the installer. It made me repeat it as usual. I went through the whole installer. I practically didn't have to edit anything except to allow 'DHCP'. I typed 'reboot' when it asked me to. I was taken back to a prompt that said 'boot='. At that point I thought it had rebooted from the disk because it looked the same. I then removed the disk and hard rebooted the computer. ( I now think this was my mistake ). I had already reconfigured Ubuntu's Grub, so I chose Arch Linux and was received by 'myhost login'. I found funny that at no point the installer would ask me for a username or a password for it. Somebody please tell me what I did wrong and I will reinstall in a heartbeat, following your guidelines. Thank you.

Offline

#4 2007-07-19 20:50:44

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: What to do with 'myhost login'?

http://wiki.archlinux.org/index.php/Beginners_Guide
i myself wouldnt put a password in till rebooted into system
once logged in as root run "passwd" this will then ask you for root password
"adduser username"  adds a user then add that user to groups you wish that user to be in

arch linux doesnt automate the install too much for simple fact everyone does/wants things differently
which is why its recommended you start with base install & build from there
if you think you have the time & patience to learn please press on, just be warned arch does require learning cli

Offline

#5 2007-07-19 21:04:27

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

Thanks a lot for your prompt reply. Great help. I'll get right to it and let you know.

Offline

#6 2007-07-19 22:03:39

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

rayjgu3 wrote:

http://wiki.archlinux.org/index.php/Beginners_Guide
i myself wouldnt put a password in till rebooted into system
once logged in as root run "passwd" this will then ask you for root password
"adduser username"  adds a user then add that user to groups you wish that user to be in

arch linux doesnt automate the install too much for simple fact everyone does/wants things differently
which is why its recommended you start with base install & build from there
if you think you have the time & patience to learn please press on, just be warned arch does require learning cli

Great advice. I'm in. Created root password, new user and password. When trying to upgrade system, I'm faced now with 'invalid locale' 'using defauld 'C'
Upgrade failed. What to do with this now? Is there a file I can reconfigure? Thanks.

Offline

#7 2007-07-19 22:42:08

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: What to do with 'myhost login'?

you edit /etc/locale.gen, and search the forums to see if that problem hasn't been posted before

Offline

#8 2007-07-19 23:42:27

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

Thanks. I'll do that.

Offline

#9 2007-07-20 01:41:00

nilsHaus
Member
Registered: 2007-06-22
Posts: 69

Re: What to do with 'myhost login'?

Yeah, that happened to me, but my thread is on the fourth page by now.

If you want to change the name ("myhost"), its in the same file as where you typed in eth0=dhcp. Off the top of my head, I think its /etc/rc.d?

Offline

#10 2007-07-20 02:32:43

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

Thanks for your reply. I have everything now except a connection to internet. I cannot upgrade. I cannot install anything. It's very frustrating. I went through all the steps. I searched and search. I got a number of hits on 'invalid locale' I tried everything. I edited /etc/rc something. I changed eth0 to DHCP. I have DSL>Router>DHCP. If somebody can give me any help in connecting to internet I'd be very grateful. Thanks.
If I type 'pacman -Syu', I get:
warning: url scheme not specified, assuming http
::Synchronizing package databases...
error: failed retrieving file 'current.db.tar.gz' from locke.suu.edu : Transient resolver failure
ad infinitum with all the mirrors.

Last edited by scorp3000 (2007-07-20 02:38:40)

Offline

#11 2007-07-20 05:11:28

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: What to do with 'myhost login'?

All that could have been avoided if you read the Manual and the Wiki on installing first. Typical homework-problems.


Todays mistakes are tomorrows catastrophes.

Offline

#12 2007-07-20 09:02:05

Obi-Lan
Member
From: Finland
Registered: 2007-05-23
Posts: 179

Re: What to do with 'myhost login'?

Well if you run ifconfig it tells if you have ip at all. Or it may just be /etc/resolv.conf missing dns server line (should be automatically created by dhcp)

Offline

#13 2007-07-20 13:11:43

tom5760
Member
From: Philadelphia, PA, USA
Registered: 2006-02-05
Posts: 283
Website

Re: What to do with 'myhost login'?

As root, type:

dhcpcd eth0

Also, possibly post you /etc/rc.conf if you need help?
Lots of these questions already have answers either here in the forums, or in the wiki.
Arch takes a bit of patience when you are first learning it, if you are new to linux.  So good luck, and have fun! big_smile

Offline

#14 2007-07-20 14:50:30

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

tom5760 wrote:

As root, type:

dhcpcd eth0

Also, possibly post you /etc/rc.conf if you need help?
Lots of these questions already have answers either here in the forums, or in the wiki.
Arch takes a bit of patience when you are first learning it, if you are new to linux.  So good luck, and have fun! big_smile

Thanks a lot for your reply. I'll get to it ASAP and post content of file. One of my problems is that I have 2 LAN cards in this box. Ubuntu and SimplyMepis use eth1. I'm unsure if to change eyh0 to eth1 in rc.conf. Also I change Hook to "dhcp", but it didn't work. There is a persistent problem that appears during installation of 'invalid locale', 'using 'C' as default'. I tried commenting and uncommenting different locales, but didn't work. (Router is connected to eth1)

Offline

#15 2007-07-20 17:12:02

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: What to do with 'myhost login'?

Did you run locale-gen after changing /etc/locale.gen? It doesn't appear that anyone mentioned this yet.

Posting that rc.conf will almost certainly get you more help.

Offline

#16 2007-07-20 22:41:21

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: What to do with 'myhost login'?

mucknert wrote:

All that could have been avoided if you read the Manual and the Wiki on installing first. Typical homework-problems.

I can only agree. Rc.conf sets the hostname, and locale.gen handles the locales. Both have been offered to you for editing by the installer smile. You simply cannot have missed them. If you install Arch for the 'l33tness' and end up hitting 'default' because you didn't read up, please move along wink.

Last edited by B (2007-07-20 22:41:57)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#17 2007-07-20 23:55:57

Taylor
Member
From: Clovis California USA
Registered: 2007-07-09
Posts: 49

Re: What to do with 'myhost login'?

if you have trouble with eth1 or wireless card. make sure to install your wireless driver firmware and modprobe it

also check under HOOKS in /etc/mkinitcpio.conf and make sure that net isn't listed in there. Hope this helps a little.

Offline

#18 2007-07-21 00:12:42

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

Taylor wrote:

if you have trouble with eth1 or wireless card. make sure to install your wireless driver firmware and modprobe it

also check under HOOKS in /etc/mkinitcpio.conf and make sure that net isn't listed in there. Hope this helps a little.

Thanks for your reply. I'm doing everything they advised me here, and BTW I didn't just 'read' the conf files; I worked at them the best I could. And if the advise is to 'move along', that guy doesn't belong in a forum where they are supposed to help. It's a snotty attitude. I also read the wiki pages and the Installation Manual, I think you will all agree ArchLinux is not easy. I'm also not a Linux Guru. Those that are, sometimes they forget that they once were also 'newbies'. There have been people that are great in this thread and have helped me a lot; and there are others that, well, what can I say?.But I don't give up. Never done. Never will. I'm not at the box now, but I will post the files requested later. Thank you.

Offline

#19 2007-07-21 00:21:11

Taylor
Member
From: Clovis California USA
Registered: 2007-07-09
Posts: 49

Re: What to do with 'myhost login'?

scorp3000 wrote:
Taylor wrote:

if you have trouble with eth1 or wireless card. make sure to install your wireless driver firmware and modprobe it

also check under HOOKS in /etc/mkinitcpio.conf and make sure that net isn't listed in there. Hope this helps a little.

I also read the wiki pages and the Installation Manual, I think you will all agree ArchLinux is not easy.

I totally agree with you. Lol, I had my friend help me via ssh to get wireless working because I didn't understand the ways of conf files. But I get your point. smile

Offline

#20 2007-07-21 03:00:56

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: What to do with 'myhost login'?

scorp3000 wrote:
Taylor wrote:

if you have trouble with eth1 or wireless card. make sure to install your wireless driver firmware and modprobe it

also check under HOOKS in /etc/mkinitcpio.conf and make sure that net isn't listed in there. Hope this helps a little.

Thanks for your reply. I'm doing everything they advised me here, and BTW I didn't just 'read' the conf files; I worked at them the best I could. And if the advise is to 'move along', that guy doesn't belong in a forum where they are supposed to help. It's a snotty attitude. I also read the wiki pages and the Installation Manual, I think you will all agree ArchLinux is not easy. I'm also not a Linux Guru. Those that are, sometimes they forget that they once were also 'newbies'. There have been people that are great in this thread and have helped me a lot; and there are others that, well, what can I say?.But I don't give up. Never done. Never will. I'm not at the box now, but I will post the files requested later. Thank you.

Sometimes people may come off just a bit abrasive here, but they don't mean it. This really is the best GNU/Linux distribution, and the best community forum available. Please don't give up, or let people's hasty words get you down.
Welcome to Arch!

Offline

#21 2007-07-21 03:09:13

ari_dbx
Member
From: Concepción, Chile
Registered: 2007-07-20
Posts: 26
Website

Re: What to do with 'myhost login'?

has your /tmp enough permissions to read and write???

I had a problem login on KDM and solved it giving it all the permissions

Offline

#22 2007-07-21 13:35:02

scorp3000
Member
Registered: 2007-07-18
Posts: 14

Re: What to do with 'myhost login'?

Thanks for your replies and support.

Offline

Board footer

Powered by FluxBB