Another attempt but still unsuccessful: I've treied the steps mentioned on
https://help.ubuntu.com/community/EdubuntuFAQ#How%20do%20I%20set%20the%20root%20pass%20word%20on%20the%20thin%20clients?
to access the LTSP client with SSH. No success.

meszi@linux-termsrv:~$ ssh root@192.168.178.41
ssh: connect to host 192.168.178.41 port 22: Connection refused

CU,
Daniel.


2012/10/22 Daniel Brockmann <s...@meszi.de>

> Hi,
>
>
> hmm, I am not succeeding:
>
> meszi@linux-termsrv:~$ lsmod
> Module                  Size  Used by
> vesafb                 13516  1
> snd_intel8x0           33455  2
> snd_ac97_codec        106082  1 snd_intel8x0
> ac97_bus               12642  1 snd_ac97_codec
> snd_pcm                80845  2 snd_intel8x0,snd_ac97_codec
> snd_seq_midi           13132  0
> snd_rawmidi            25424  1 snd_seq_midi
> snd_seq_midi_event     14475  1 snd_seq_midi
> snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
> snd_timer              28931  2 snd_pcm,snd_seq
> snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
> rfcomm                 38139  0
> bnep                   17830  2
> psmouse                86486  0
> bluetooth             158438  10 rfcomm,bnep
> serio_raw              13027  0
> ppdev                  12849  0
> joydev                 17393  0
> snd                    62064  11
> snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> parport_pc             32114  0
> i2c_piix4              13093  0
> mac_hid                13077  0
> soundcore              14635  1 snd
> snd_page_alloc         14108  2 snd_intel8x0,snd_pcm
> lp                     17455  0
> parport                40930  3 ppdev,parport_pc,lp
> e1000                 101693  0
> usbhid                 41906  0
> hid                    77367  1 usbhid
>
>
> When trying to connect to the LTSP client's IP address with SSH I get...
>
> meszi@linux-termsrv:~$ ssh meszi@192.168.178.41
> ssh: connect to host 192.168.178.41 port 22: Connection refused
>
>
> But the terminal shows up the LTSP server's IP address anyway...
>
> meszi@linux-termsrv:~$ ifconfig eth0
> eth0      Link encap:Ethernet  Hardware Adresse 08:00:27:43:4d:5f
>           inet Adresse:192.168.178.240  Bcast:192.168.178.255
> Maske:255.255.255.0
>           inet6-Adresse: fe80::a00:27ff:fe43:4d5f/64
> Gültigkeitsbereich:Verbindung
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
>           RX packets:29422008 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:138424645 errors:0 dropped:0 overruns:0 carrier:0
>           Kollisionen:0 Sendewarteschlangenlänge:1000
>           RX-Bytes:3042127966 (3.0 GB)  TX-Bytes:80183941 (80.1 MB)
>
>
> How can I gain SSH access? :-/
>
>
> CU,
> Daniel.
>
>
>
> 2012/10/21 James McQuillan <j...@mcquil.com>
>
>> Get to the console of the thin client, or configure sshd to allow you to
>> ssh into the thin client from the server.
>> Once you have a cmd line session on the thin client,  you can check to
>> see if your modules are loaded with lsmod, or see if dmesg shows that it
>> detected your drive and also you can see what the device name is.
>> Also, you can run fdisk on the device to see if there's a partition table.
>>
>> Jim McQuillan
>> j...@ltsp.org
>>
>> On Sun, Oct 21, 2012 at 3:22 PM, Daniel Brockmann <s...@meszi.de> wrote:
>>
>>> Hi,
>>>
>>> I set up a LTSP server for the first time and it works so far: I can log
>>> on, I can change lts.conf settings and see the change after rebooting.
>>>
>>> But one thing would not work on my thin client (Winestra 4210): I cannot
>>> access the local CF-card-driven IDE hard drive. USB thumbdrives work well
>>> so far. The CF/IDE HDD was formated with two FAT 16 partitions using a live
>>> Ubuntu system - so it's proven that it is working at all, at least.
>>>
>>> Here's the lts.conf :
>>>
>>> ---
>>> # Defines a maximum of 80% of the RAM for X
>>> X_RAMPERC = 80
>>>
>>> # Enables access to locally connected storage devices
>>> MODULE_01 = "ide_generic"
>>> MODULE_02 = "ide_disk"
>>> MODULE_03 = "fuse"
>>> MODULE_04 = "usbcore"
>>> MODULE_05 = "usb-uhci"
>>> MODULE_06 = "usb-storage"
>>> MODULE_07 = "sd_mod"
>>> LOCALDEV = true
>>> HOTPLUG = y
>>> LOCAL_STORAGE = y
>>> ALLOW_UNKNOWN_USB = y
>>> LOCAL_DEVICE_01 = /dev/hda:hda
>>> LOCAL_DEVICE_02 = /dev/hdb:hdb
>>> LOCAL_DEVICE_03 = /dev/hdc:hdc
>>> LOCAL_DEVICE_04 = /dev/hdd:hdd
>>> LOCAL_DEVICE_05 = /dev/sda:sda
>>> LOCAL_DEVICE_06 = /dev/sdb:sdb
>>> LOCAL_DEVICE_07 = /dev/sdc:sdc
>>> LOCAL_DEVICE_08 = /dev/sdd:sdd
>>> ---
>>>
>>> What am I doing wrong?
>>>
>>> CU,
>>> Daniel.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Everyone hates slow websites. So do we.
>>> Make your web apps faster with AppDynamics
>>> Download AppDynamics Lite for free today:
>>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>>> _____________________________________________________________________
>>> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>>>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>>> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>>>
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> _____________________________________________________________________
>> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>>
>>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to