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 

m23-Server 0.5.5 ohne ClientBootImage

 
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the server / Serverprobleme
View previous topic :: View next topic  
Author Message
MartinUni



Joined: 19 Feb 2007
Posts: 33

PostPosted: Fri Apr 20, 2007 14:23    Post subject: m23-Server 0.5.5 ohne ClientBootImage Reply with quote

hallo

bei meinen Versuchen einen m23-Server im privaten Netz zu betreiben habe ich bemerkt, das das ClientBootImage.iso File im Verzeichnis: /mdk/bootimage/m23client.iso einfach fehlt.

Der Server meldet dann im Menü "Boot-CD brennen": ISO-Datei nicht gefunden. Mann kann sie also auch nicht runterladen.

In der Version 0.5.3 funktionierte das noch.
Ist das ein Bug oder ein Feature?

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



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Fri Apr 20, 2007 18:14    Post subject: Re: m23-Server 0.5.5 ohne ClientBootImage Reply with quote

MartinUni wrote:
Ist das ein Bug oder ein Feature?

Ich wüßte jetzt gerade nicht, wie ich Dir das als Freature verkaufen könnte. Da sollte ich mal meine Marketingabteilung befragen Wink

Da habe ich wohl vergessen, den Pfad zum ISO anzupassen. Der korrekte Pfad heißt jetzt /mdk/client/m23client-i386.iso

Damit es wieder geht, editiere die Datei /m23/inc/burn.php. Ändere dazu die Funktion BURN_checkISO so an:

Code:
if (!file_exists($isoName) || (filesize($isoName) < 1000))
      {
         $cmd="sudo chmod 775 /mdk/client; sudo chmod 775 /mdk/client/m23client-i386.iso; sudo rm $isoName; sudo ln -s /mdk/client/m23client-i386.iso $isoName";
         exec($cmd);
      };

_________________
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
MartinUni



Joined: 19 Feb 2007
Posts: 33

PostPosted: Wed Apr 25, 2007 13:00    Post subject: Reply with quote

vielen Dank, das funktionierte.

Gruss
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the server / Serverprobleme All times are GMT - 2 Hours
Page 1 of 1

 
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