READ ONLY FORUM: m23 :: makes software distribution easy Forum Index READ ONLY FORUM: m23 :: makes software distribution easy
The m23 discussion forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Client formatieren.
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the client / Clientprobleme
View previous topic :: View next topic  
Author Message
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Wed Mar 23, 2005 8:57    Post subject: Client formatieren. Reply with quote

1. Irgendwie kann ich meine CLients nicht formatieren. Zwar steht in den Jobs folgendes drin:
m23fdiskFormat job_amount###command0###path0###devNr0###command1###path1###devNr1###comman
d2###path2###devNr2###command3###path3###start3###end3###type3###command4##
#path4###fs4###command5###path5###devNr5###command6###path6###start6###end6
###type6###command7###path7###fs7###8###rm###/dev/hda###1###rm###/dev/hda##
#2###rm###/dev/hda###3###add###/dev/hda###0###78021###primary###format###/d
ev/hda1###ext3###bflag###/dev/hda###1###add###/dev/hda###78022###78532###pr
imary###format###/dev/hda2###linux-swap 5
m23Presetup 6
m23baseSys instPart=/dev/hda1#swapPart=/dev/hda2 10
m23xfree864 15
m23KDEwoody 20
m23UpdatePackageInfos 25
m23Shutdown 30

aber irgendwie wird das nicht ausgeführt.
Ich habe dne Client mit der Bootdisk gebootet und er wird auch richtig erkannt. Auf dem Client steht " m23 client rescue console .... root@~#"

Wie kann ich die Jobs starten? Muss ich den Client rebooten? Muss ich die Bootdisk rausnehmen?

btw. m23 ist meine Praxissemesterarbeit also habe ich wenig ahnung davon.

2. Und wie läuft eigentlich die Paketinstallation ab. Wenn ich ein Paket installiere wie im Handbuch beschrieben, dann steht bei "unerledigte Aufträge" die installationsanweisung aber der Client macht nichts. Muss ich ihn rebooten? Mit oder ohne Bootdisk?

ihr könnt mich auch unter ICQ: 111339611 erreichen.
Back to top
View user's profile Send private message
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Wed Mar 23, 2005 11:21    Post subject: Reply with quote

Danke an Hauke für die Geduld mit mir und die schnelle Hilfe *thumb up*
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Mar 24, 2005 7:43    Post subject: Reply with quote

Damit die anderen auch etwas davon haben:

Es gab in zlotys Netzwerk ein Problem, das dazu führte, daß die Informationen über installierbare Kernel nicht angezeigt wurden. So ließ sich eine Distribution ohne Kernel installieren. Im kommenden Patch wird eine Korrektur sein, die eine Installation ohne Kernel verhindert.
_________________
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
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Thu Mar 24, 2005 8:13    Post subject: Reply with quote

hi ich hab ne frage zu paket installation. ich habe heute versucht testweise pakete zu installiern (gimp firefox usw). hat soweit alles geklappt. aber die installation der pakete hat erst nach einem client restart funktioniert. aber du hast gesagt dass die pakete im hitergrung installiert werden. ich hab ca 30 mins gewartet aber es hat sich nichts getan. wie gesagt erst nach restart des clients wurden die pakete installiert. muss ich irgnedwie den status (also das kontrolllämpchen) ändern (auf blau) damit die paketinstallation im hintergrund abläuft? oder muss dazu jedesmal ein clientrestart durchgeführt werden?
Back to top
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Thu Mar 24, 2005 8:21    Post subject: Reply with quote

Guest = zloty Very Happy
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Mar 24, 2005 9:42    Post subject: Reply with quote

Quote:
aber die installation der pakete hat erst nach einem client restart funktioniert. aber du hast gesagt dass die pakete im hitergrung installiert werden. ich hab ca 30 mins gewartet aber es hat sich nichts getan. wie gesagt erst nach restart des clients wurden die pakete installiert.

Seltsam, bei mir hat das funktioniert. Probier mal, ob Du von der Server-Konsole per SSH auf den Client zugreifen kannst.

Code:

ssh root@<clientIP>

(<clientIP> durch die IP des Clients ersetzen)

Wenn es klappt, solltest Du ohne Paßwort auf dem Client eingeloggt werden. Ansonsten gab es wohl einen Fehler beim Kopieren des öffentlichen Schlüssels.

Quote:
muss ich irgnedwie den status (also das kontrolllämpchen) ändern (auf blau) damit die paketinstallation im hintergrund abläuft?

Nein. Das Ändern des Status ist nur für Debug-Zwecke gedacht (und weil ich keine Lust mehr hatte, ständig in der DB rumzuschreiben Wink ).
_________________
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
View user's profile Send private message Send e-mail Visit poster's website
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Thu Mar 24, 2005 9:50    Post subject: Reply with quote

Geht. Kommt aber ne Warnung "Warning: Permanently added <ClientIP> (RSA) to the list of known hosts"
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Mar 24, 2005 10:17    Post subject: Reply with quote

Pack folgendes mal in eine Datei (<clientIP> wieder ersetzen) auf dem Server:

Code:

<?php
include("/m23/inc/db.php");

$ip="<clientIP>"

if (pingIP())
print("da");
else
print("weg");

?>


und führ es danach aus mit:
Quote:
php <dateiname>


Was steht da als Ausgabe, wenn der Client läuft?
_________________
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
View user's profile Send private message Send e-mail Visit poster's website
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Thu Mar 24, 2005 10:31    Post subject: Reply with quote

-bash: php:command not found :(

wenn ich die datei mit php <dateiname> ausführe auf dem server.
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Mar 24, 2005 10:34    Post subject: Reply with quote

Wie siehts mit
Code:
/usr/bin/php <dateiname>

aus?
_________________
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
View user's profile Send private message Send e-mail Visit poster's website
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Thu Mar 24, 2005 10:38    Post subject: Reply with quote

Parse error: unexpected T_IF in /forum on line 6

forum ist dateiname
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Mar 24, 2005 10:40    Post subject: Reply with quote

Sollte natürlich heißen:
Code:
<?php
 include("/m23/inc/db.php");
 
 $ip="<clientIP>"
 
 if (pingIP($ip))
 print("da");
 else
 print("weg");
 
 ?>

_________________
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
View user's profile Send private message Send e-mail Visit poster's website
zloty



Joined: 23 Mar 2005
Posts: 92

PostPosted: Thu Mar 24, 2005 10:42    Post subject: Reply with quote

das gleiche
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Mar 24, 2005 11:13    Post subject: Reply with quote

Und noch ne Korrektur Wink
Code:
<?php
 include("/m23/inc/db.php");
 
 $ip="<clientIP>";
 
 if (pingIP($ip))
 print("da");
 else
 print("weg");
 
 ?>

_________________
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
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Thu Mar 24, 2005 11:17    Post subject: Reply with quote

mhh da kommt irgendwas mit ping :invalid option -- w blub blub usw.

aber vor dem root steht "weg" also ist der client nicht erreichbar?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the client / Clientprobleme All times are GMT - 2 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group