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 

pool builder install i386 instead amd64
Goto page 1, 2  Next
 
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
screen
Guest





PostPosted: Wed Aug 22, 2012 1:58    Post subject: pool builder install i386 instead amd64 Reply with quote

Hi,

I use M23 v. 12.3 rock and try to make pool builder from debian 's DVD. When I create pool , I picked cd/dvd and amd64. Everything seem ok. But when I click read drive > check drive state. It shows the following errers.

mnt/cdromsr0/pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_2.8.2_amd64.deb: component guessed as 'contrib'
Error looking at '/mnt/cdromsr0/pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_2.8.2_amd64.deb': 'amd64' is not one of the valid architectures: 'i386 source'
There have been errors!
Created directory "./db"
/mnt/cdromsr0/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.3_all.deb: component guessed as 'contrib'
Created directory "./pool"
Created directory "./pool/contrib"
Created directory "./pool/contrib/m"
Created directory "./pool/contrib/m/msttcorefonts"
Exporting indices...
Created directory "./dists"
Created directory "./dists/stable"
Created directory "./dists/stable/main"
Created directory "./dists/stable/main/binary-i386"
Created directory "./dists/stable/main/source"
Created directory "./dists/stable/non-free"
Created directory "./dists/stable/non-free/binary-i386"
Created directory "./dists/stable/non-free/source"
Created directory "./dists/stable/contrib"
Created directory "./dists/stable/contrib/binary-i386"
Created directory "./dists/stable/contrib/source"
...
Exporting indices...
/mnt/cdromsr0/pool/contrib/n/nvidia-settings/nvidia-settings_195.36.24-1_amd64.deb: component guessed as 'contrib'
Error looking at '/mnt/cdromsr0/pool/contrib/n/nvidia-settings/nvidia-settings_195.36.24-1_amd64.deb': 'amd64' is not one of the valid architectures: 'i386 source'
There have been errors!
/mnt/cdromsr0/pool/contrib/n/nvidia-xconfig/nvidia-xconfig_195.36.31-1_amd64.deb: component guessed as 'contrib'
Error looking at '/mnt/cdromsr0/pool/contrib/n/nvidia-xconfig/nvidia-xconfig_195.36.31-1_amd64.deb': 'amd64' is not one of the valid architectures: 'i386 source'
....


Then I checked file in /m23/data+script/pool/debian64/
arch.m23pool > amd64
type.m23pool > cd
./conf/distributions > Architectures i386 source << incorrect


how can I do next ??


Thank you
screen
Back to top
screen
Guest





PostPosted: Wed Aug 22, 2012 2:08    Post subject: Reply with quote

more information

I installed M23 on virtuabox 4.04.

My target in install OS on mass client.

On my understand ,

1. I have to build pool from installation DVD and create package source to install new OS on client.
2. boot client.

PS. I saw youtube to install client but I can't understand how client got OS 's package.
Back to top
MarenH
Site Admin


Joined: 15 Sep 2004
Posts: 22
Location: Kiel, Germany

PostPosted: Wed Aug 22, 2012 10:39    Post subject: Pool builder Reply with quote

Hi screen,


It seems that there is a bug in the pool builder that you have found - thank you! We will kill it soon Smile Could you also tell us which Debian CD/DVD you used?

The pool builder is only necessary if you do not want to or cannot use the internet for client installation.

If you do not have problems with client installation using the internet, then you can follow the standard procedure for an installation.

For mass installation, this is the following:

1. Go to 'client builder' and enter all parameters for your model client (which will never exist, it is only a model for the mass installation clients). 2. Follow the steps of the dialog.
3. When you are finished with the master client, go to 'mass install' and click on mass install in the line of your master client.
4. Follow the steps of the dialog.

The youtube-videos are only in German for now - sorry....

Maren
Back to top
View user's profile Send private message
screen
Guest





PostPosted: Thu Aug 23, 2012 0:37    Post subject: Reply with quote

Hi MarenH,

I used "debian-6.0.5-amd64-DVD-1.iso" . I tested on VMware before on physical.

In my case , I cannot access to internet for mass install.

So , is it possible if I install 1 client and create image from it.

And use this image to install the rest. ( like clone )

Thanks,
Screen
Back to top
screen
Guest





PostPosted: Thu Aug 23, 2012 1:00    Post subject: Reply with quote

when I install via internet I got the errors as following :

Back to top
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Fri Aug 24, 2012 12:16    Post subject: Reply with quote

Hi,

thank you for reporting the bug with the wrong architecture. A fix will be included in the next release of m23. If you want to correct the bug right now:

Edit the file /m23/inc/pool.php on your m23 server. Search for the function POOL_readCD and adjust the lines to look like this:

Code:

POOL_getCDDistributionRelease($mountPoint,&$distr,&$release);        POOL_prepare($poolName,$release,$distr,POOL_getProperty($poolName,"arch"));


The other error about "401 Unauthorised" I cannot reproduce. Did you install the m23 server from the ISO or the preinstalled VM? Did you made any changes on the m23 server?
_________________
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
screen
Guest





PostPosted: Mon Aug 27, 2012 1:43    Post subject: Reply with quote

Hi Hanuke,

Thanks for your help.

I installed M23 from ISO ( from VM , it cannot detect cdrom!! ) and I didn't change anything . Just configurate DHCP and Proxy.
Back to top
MarenH
Site Admin


Joined: 15 Sep 2004
Posts: 22
Location: Kiel, Germany

PostPosted: Mon Aug 27, 2012 8:59    Post subject: Re: CD-Rom Reply with quote

Hi Screen,

Quote:
I installed M23 from ISO ( from VM , it cannot detect cdrom!! )


What do you mean? If you installed it from the ISO, you must already have used the virtual CD-Rom drive.

Does your virtualbox installation have problems with a connection to your physical CD-Rom drive?
Back to top
View user's profile Send private message
screen
Guest





PostPosted: Tue Aug 28, 2012 1:51    Post subject: Reply with quote

Hi MarenH,

I means , I installed from ISO file and everything Ok. But pre-VM that just import to virtualbox and start.

It cannot detect /dev/cdromsr0. May be I configured wrong type of cdrom.

Anyway, I had already deleted it and used ISO files.

I can successful make pool from DVD 64bit. Thanks Hauke for helping. Very Happy

Then I add new client and try to installed from pool dvd . I stucked at MBR or kernel somethings when I selected "user interface" and waiting about 1 hour. It showed error like this :

Code:
Error

Package source name: debianDVD
The following error occured during the update of the sources list:
Ign http://127.0.0.1 ./ Release.gpg
Ign http://127.0.0.1/extraDebs/ ./ Translation-en
Ign http://192.168.1.10 stable Release.gpg
Ign http://127.0.0.1 ./ Release
Ign http://192.168.1.10/pool/dvd64/ stable/contrib Translation-en
Ign http://127.0.0.1 ./ Packages/DiffIndex
Ign http://192.168.1.10/pool/dvd64/ stable/main Translation-en
Ign http://127.0.0.1 ./ Packages
Ign http://192.168.1.10/pool/dvd64/ stable/non-free Translation-en
Err http://127.0.0.1 ./ Packages
503 Service Unavailable
Ign http://192.168.1.10 stable Release
Ign http://192.168.1.10 stable/main amd64 Packages
Ign http://192.168.1.10 stable/non-free amd64 Packages
Ign http://192.168.1.10 stable/contrib amd64 Packages
Err http://192.168.1.10 stable/main amd64 Packages
503 Service Unavailable
Err http://192.168.1.10 stable/non-free amd64 Packages
503 Service Unavailable
Err http://192.168.1.10 stable/contrib amd64 Packages
503 Service Unavailable
W: Failed to fetch http://127.0.0.1/extraDebs/./Packages.gz 503 Service Unavailable

W: Failed to fetch http://192.168.1.10/pool/dvd64/dists/stable/main/binary-amd64/Packages.gz 503 Service Unavailable

W: Failed to fetch http://192.168.1.10/pool/dvd64/dists/stable/non-free/binary-amd64/Packages.gz 503 Service Unavailable

W: Failed to fetch http://192.168.1.10/pool/dvd64/dists/stable/contrib/binary-amd64/Packages.gz 503 Service Unavailable

E: Some index files failed to download, they have been ignored, or old ones used instead.

Please check your package source.
Back to top
screen
Guest





PostPosted: Tue Aug 28, 2012 3:27    Post subject: Reply with quote

one more bug :

at pool builder page, when I load pool that I created . It alway show architecture i386.

this time I reinstall M23 ,add pool , and test at package source page. I clicked "Test it" and show error like this .

Code:
Error

Package source name: debianDVD
The following error occured during the update of the sources list:
Ign http://127.0.0.1 ./ Release.gpg
Ign http://127.0.0.1/extraDebs/ ./ Translation-en
Hit http://127.0.0.1 ./ Release
Ign http://127.0.0.1 ./ Packages/DiffIndex
Hit http://127.0.0.1 ./ Packages
Ign http://192.168.1.10 stable Release.gpg
Ign http://192.168.1.10/pool/debianDVD64/ stable/contrib Translation-en
Ign http://192.168.1.10/pool/debianDVD64/ stable/main Translation-en
Ign http://192.168.1.10/pool/debianDVD64/ stable/non-free Translation-en
Hit http://192.168.1.10 stable Release
Ign http://192.168.1.10 stable/main i386 Packages
Ign http://192.168.1.10 stable/non-free i386 Packages
Ign http://192.168.1.10 stable/contrib i386 Packages
Err http://192.168.1.10 stable/main i386 Packages
404 Not Found
Err http://192.168.1.10 stable/non-free i386 Packages
404 Not Found
Err http://192.168.1.10 stable/contrib i386 Packages
404 Not Found
W: Failed to fetch http://192.168.1.10/pool/debianDVD64/dists/stable/main/binary-i386/Packages.gz 404 Not Found

W: Failed to fetch http://192.168.1.10/pool/debianDVD64/dists/stable/non-free/binary-i386/Packages.gz 404 Not Found

W: Failed to fetch http://192.168.1.10/pool/debianDVD64/dists/stable/contrib/binary-i386/Packages.gz 404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.

Please check your package source.


I still load i386.
Back to top
screen
Guest





PostPosted: Tue Aug 28, 2012 3:34    Post subject: Reply with quote




Back to top
MarenH
Site Admin


Joined: 15 Sep 2004
Posts: 22
Location: Kiel, Germany

PostPosted: Wed Aug 29, 2012 11:49    Post subject: RE: Reply with quote

Hi Screen,

thank you for your detailed error report with the screenshots!

We will look into this at the end of this week (right now we are busy with the organisation of a Linux event in Kiel, Germany Smile ).
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Aug 30, 2012 11:27    Post subject: Reply with quote

Hi screen,

did you edit /m23/inc/pool.php again after re-installing?
_________________
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
screen
Guest





PostPosted: Mon Sep 03, 2012 6:20    Post subject: Reply with quote

Hi Hauke,

Sorry for late. I had already edited it before test install.
Back to top
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Fri Sep 07, 2012 17:19    Post subject: Reply with quote

Hi,

sorry for late answer. We are currently very busy with the Kieler Open Source und Linux Tage Wink

Please replace the file /m23/data+scripts/m23admin/packages/poolBuilder.php on your m23 server with the file downloaded from
http://m23.hg.sourceforge.net/hgweb/m23/m23/raw-file/a6f1b2804c28/m23/data%2Bscripts/m23admin/packages/poolBuilder.php. Then the architecture should be set correctly after loading.

So please try again after exchanging the file Smile
_________________
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
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
Goto page 1, 2  Next
Page 1 of 2

 
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