2008/2/12, Mark Olbert <[EMAIL PROTECTED]>:
> Oops, forgot to include this:
>
> When attempting to connect to ssh on the new LFS system (from the old
> system):
>
> [EMAIL PROTECTED]:/home/mark# ssh -v -l mark wiggle_butt
> OpenSSH_4.1p1, OpenSSL 0.9.8c 05 Sep 2006
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Connecting to wiggle_butt [192.168.1.101] port 22.
> debug1: Connection established.
> debug1: permanently_set_uid: 0/0
> debug1: identity file /root/.ssh/identity type -1
> debug1: identity file /root/.ssh/id_rsa type -1
> debug1: identity file /root/.ssh/id_dsa type -1
> ssh_exchange_identification: Connection closed by remote host
>
> When trying to telnet:
>
> [EMAIL PROTECTED]:/home/mark# telnet -d wiggle_butt
> Trying 192.168.1.101...
> telnet: Unable to connect to remote host: Connection refused
>
>
> - Mark
>
Mark,

Try logging in with a different user than root, maybe you have blocked
root login?
Edit /etc/ssh/sshd_config and check if PermitRootLogin is set to yes.

Furthermore, try to run the services without the superdaemon xinetd.
If this doesn't even work without xinetd, the problem is not related
to xinetd.

When your system has no more ethernet, bring it up manually (maybe
there is a bug in the boot scripts somewhere?):
ifconfig eth0 down
/sbin/ifconfig eth0 192.168.1.101 broadcast 192.168.1.255 netmask 255.255.255.0
/sbin/route add -net default gw 192.168.1.100 netmask 0.0.0.0 window
16384 metric 1

Can't help you with the framebuffer issues.

Good luck!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to