View previous topic :: View next topic |
Author |
Message |
Koen Guest
|
Posted: Fri Nov 29, 2013 9:08 Post subject: assimilate |
|
|
hallo,
I'm trying to add an installed Ubuntu machine to the m23 server using the manual assimilating method but the output work.php is empty.
cd /tmp; wget http://<serverIP>/work.php -O work.php; sh work.php
What can be wrong?
thanks in advance,
Koen |
|
Back to top |
|
|
Hauke
Joined: 02 Mar 2003 Posts: 1072
|
Posted: Sat Nov 30, 2013 8:45 Post subject: |
|
|
Hi,
are the IP address you entered in the m23 webinterface and the current IP of the client matching?
What Ubuntu version are you trying to assimilate? _________________ Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org
Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de
Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de |
|
Back to top |
|
|
Guest
|
Posted: Tue Dec 03, 2013 7:26 Post subject: |
|
|
Hauke wrote: | Hi,
are the IP address you entered in the m23 webinterface and the current IP of the client matching?
What Ubuntu version are you trying to assimilate? |
The ubuntu version is 12.04 and yes the IPs are matching.
I tried it once more but the output is empty.
In the control center of the machine it says
ssh connect to host 172.16.0.249 port 22 connection refused
thanks |
|
Back to top |
|
|
Maren Guest
|
Posted: Tue Dec 03, 2013 15:05 Post subject: |
|
|
Hi Koen,
did you install openssh on the client you would like to assimilate?
Is the ssh server on the client active and running?
The m23 server cannot login to the client, if there is no ssh server running on the client (see help text below the assimilation dialogue).
Best wishes,
Maren |
|
Back to top |
|
|
Guest
|
Posted: Tue Dec 10, 2013 8:45 Post subject: |
|
|
Maren wrote: | Hi Koen,
did you install openssh on the client you would like to assimilate?
Is the ssh server on the client active and running?
The m23 server cannot login to the client, if there is no ssh server running on the client (see help text below the assimilation dialogue).
Best wishes,
Maren |
Hi,
The ssh is running but apparently the server cannot connect, permission denied ()
Thanks a lot for the good help.
Koen |
|
Back to top |
|
|
Maren Guest
|
Posted: Tue Dec 10, 2013 23:22 Post subject: |
|
|
Hi Koen,
There are still some things you can check before you give up and go shopping for Christmas presents instead
You can:
- try to log in yourself to the client via ssh via your terminal using the password you told m23:
Code: | ssh username@IP-address-of-client |
and
Code: | ssh root@IP-address-of-client |
(did you disable / enable root access via sudo on the client?)
if this works, then: double-, no better triple-check the root (or better: sudo) password you gave to m23
if this does not work: check the clients network connection (for example, do a ping):
Quote: | ping IP-Address-of-client |
If you have already done this, tell us
And if you have already checked other error sources, tell us also
Best wishes,
Maren |
|
Back to top |
|
|
Guest
|
Posted: Thu Dec 12, 2013 5:29 Post subject: |
|
|
Maren wrote: | Hi Koen,
There are still some things you can check before you give up and go shopping for Christmas presents instead
You can:
- try to log in yourself to the client via ssh via your terminal using the password you told m23:
Code: | ssh username@IP-address-of-client |
and
Code: | ssh root@IP-address-of-client |
(did you disable / enable root access via sudo on the client?)
if this works, then: double-, no better triple-check the root (or better: sudo) password you gave to m23
if this does not work: check the clients network connection (for example, do a ping):
Quote: | ping IP-Address-of-client |
If you have already done this, tell us
And if you have already checked other error sources, tell us also
Best wishes,
Maren |
Hi,
When i try to login via ssh it says permision denied publickey
root account is enabled
Time to get the turkey isnt it?
What did i do wrong?
best regards
Koen |
|
Back to top |
|
|
Hauke
Joined: 02 Mar 2003 Posts: 1072
|
Posted: Fri Dec 13, 2013 19:20 Post subject: |
|
|
Hi Koen,
there seems to be a wrong configured SSH deamon on the computer you want to assimilate.
For getting a hint what went wrong, have a look in the file on this computer.
Good luck _________________ Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org
Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de
Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de |
|
Back to top |
|
|
|