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 

custom parition

 
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
marian



Joined: 30 Jun 2005
Posts: 41

PostPosted: Mon Jan 22, 2007 12:11    Post subject: custom parition Reply with quote

Hallo,

kann es sein, das es nicht möglich ist, den Server auf eine vorpartitionierte Maschine zu installieren.

der bricht jedesmal ab, und laed dann eine Busybox.

hat das schon mal irgendwer getestet ?
Back to top
View user's profile Send private message Send e-mail
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Tue Jan 23, 2007 7:05    Post subject: Re: custom parition Reply with quote

marian wrote:
hat das schon mal irgendwer getestet?


Ja, das war aber ganz am Anfang (ca. Ende 2003/Anfang 2004). Mag sein, daß das nicht mehr richtig funktioniert. Was hast Du genau gemacht?
_________________
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
marian



Joined: 30 Jun 2005
Posts: 41

PostPosted: Wed Jan 24, 2007 12:51    Post subject: Re: custom parition Reply with quote

Hauke wrote:
Was hast Du genau gemacht?


Ich habe einen Rechner partinioniert.

hda1 ext3 (für / )
hda2 ext3 (für swap)
hda3 ext3 (für /var)
hda4 ext3 (für /home)

bei der Install kann ich auf custom-partition schalten.
Dort werde ich aufgefordert den Namen der Partition für Root einzugeben. in meinem Fall "hda1"

danach soll ich swap angeben. in meinem Fall "hda2"

Danach werden die Partitions formatiert.
Das funktioniert noch ganz gut, vorrausgesetzt die partitions sind nicht größer als 100GB

danach wird das CD-ROM eingebunden und verschiedene img kopiert.
nach kurzer Zeit bricht er ab, und startet eine BusyBox
Back to top
View user's profile Send private message Send e-mail
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Wed Jan 24, 2007 12:59    Post subject: Reply with quote

Was ist das letzte, das vor dem Abbruch auf dem Bildschirm steht?
_________________
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 Jan 25, 2007 8:54    Post subject: Reply with quote

Hi

hier der Auszug
Code:
Entpacke /mnt/cdrom/m23image.tb2...
tar: sbin/depmod.modutils: Cannot write: No space left on device
tar: Skipping to next header
tar: sbin/depmod.modutils: Cannot write: No space left on device
tar: Skipping to next header
tar: sbin/parted: Cannot write: No space left on device
tar: Skipping to next header
tar: sbin/fdisk: Cannot write: No space left on device
tar: Skipping to next header
tar: sbin/pivot_root: Cannot write: No space left on device
tar: Skipping to next header
tar: Error exit delayed from previous errors
Fehler beim Entpacken /mnt/cdrom/m23image.tb2
INIT: Entering runlevel: 1

BusyBox ......


Sobald du mehr als zwei Partitions hast bekommst du die meldung.
Einfach in einer beliebigen VM-Ware nachzustellen.
Vorpartionieren und installation starten Smile

Ich wollte erst einen Screenshot einbinden. doch leider geht das nicht, und so kann es sein das Schreibfehler vorhanden sind.

gruß
marian
Back to top
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Jan 25, 2007 12:40    Post subject: Reply with quote

So, habe den Fehler gefunden. Ich werde ein neues Installations-ISO machen, das die Korrektur und die aktuellen m23-Pakete enthält. Das kann aber etwas dauern, bis es zusammengestellt und hochgeladen ist Wink

Daher eine Anweisung, wie man die Installation mit dem derzeitigen ISO machen kann:


  1. Nach dem Booten die Installation abbrechen (Strg + C)
  2. Code:
    nano /bin/m23InstallerBase.inc

  3. Zu Zeile 297 (nach showDialog "$I18N_windowheader" "$I18N_formatfinishedheader" msgbox 18 45 "$I18N_expertformatfinishedtext") gehen. Zeilennummer kann mit Strg + C angezeigt werden.
  4. Dort einfügen:
    Code:
    swapdev=$swappart
    rootdev=$rootpart

  5. Speichern und beenden mit Strg + X (Speichern mit y (bzw. z da englisches Tastaturlayout) + Eingabetaste bestätigen)
  6. Installation neu starten mit:
    Code:
    m23install.sh


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



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Fri Jan 26, 2007 8:36    Post subject: Reply with quote

Es gibt jetzt das aktualisierte und korrigierte ISO mit der Bezeichnung m23 0.5.3a halfBaked.
_________________
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
marian



Joined: 30 Jun 2005
Posts: 41

PostPosted: Fri Jan 26, 2007 9:56    Post subject: Reply with quote

Genial. danke
Back to top
View user's profile Send private message Send e-mail
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