HOWTO add Gnome to CRUX-2.4?
Hi All! I'm newbie. I installed CRUX-2.3RC1 on box OK and now I want to install GNOME. On the website http://crux.nu/portdb/ I saw host=morpheus.net collection=gnome/tags/current/ destination=/usr/ports/gnome Can I add to /etc/ports/gnome.rsync? If NOT, Howto I have to do to get GNOME? Thanks, mkhsgn
On Thu, 20 Dec 2007 16:18:48 +0700 maikhai <mkhsgn@gmail.com> wrote:
Hi All! Hello,
I'm newbie. I installed CRUX-2.3RC1 on box OK and now I want to install GNOME. On the website http://crux.nu/portdb/
I saw host=morpheus.net collection=gnome/tags/current/ destination=/usr/ports/gnome
Can I add to /etc/ports/gnome.rsync? If NOT, Howto I have to do to get GNOME? I recommend you to take a look to CRUX webpage, where you can find lot of usefull information about gnome [1], and of course, take a look to CRUX handbook [2] and read it slowly. About the CRUX version you are using, think that it's a release candidate. I hope this info can be usefull for you.
Thanks, mkhsgn Regards. Learning bit by bit. -pitillo-
[1] http://crux.nu/Main/GnomePorts [2] http://crux.nu/Main/Handbook2-3
maikhai schrieb:
Hi All!
I'm newbie. I installed CRUX-2.3RC1 on box OK and now I want to install GNOME. On the website http://crux.nu/portdb/
I saw host=morpheus.net collection=gnome/tags/current/ destination=/usr/ports/gnome
Can I add to /etc/ports/gnome.rsync?
Yes. You also need to $ mkdir /usr/ports/gnome and propably want to add a line to /etc/prt-get.conf: prtdir /usr/ports/gnome _below_ core, opt and xorg. $ ports -u will update / download your new ports $ prt-get depinst gnome should install gnome. If some dependencies (see $ prt-get deptree gnome) are missing or something else (i.e. a download, a wrong footprint) fails, I suggest your to try to understand and propably fix that problem on your own. If you don't understand something, read the Handbook and the FAQ and retry. If you are really in troubles, contact us here again.
If NOT, Howto I have to do to get GNOME?
Read the Handbook... you propably need to get comfortable with the CRUX philosophy - which is targeted at _experienced_ users. [marketing on] Propably, the learning curve is quite step in the beginning, but will reward you with a lot of useful general linux knowledge in the end. [marketing off] Regards, Clemens Koller __________________________________ R&D Imaging Devices Anagramm GmbH Rupert-Mayer-Straße 45/1 Linhof Werksgelände D-81379 München Tel.089-741518-50 Fax 089-741518-19 http://www.anagramm-technology.com
Clemens Koller schrieb:
maikhai schrieb:
Hi All!
I'm newbie. I installed CRUX-2.3RC1 on box OK and now I want to install GNOME. On the website http://crux.nu/portdb/
I saw host=morpheus.net collection=gnome/tags/current/ destination=/usr/ports/gnome
Can I add to /etc/ports/gnome.rsync?
Yes. You also need to $ mkdir /usr/ports/gnome and propably want to add a line to /etc/prt-get.conf: prtdir /usr/ports/gnome _below_ core, opt and xorg. $ ports -u will update / download your new ports $ prt-get depinst gnome
Ah, I forgot from http://crux.nu/Main/GnomePorts : BE SURE TO RUN prt-get depinst --install-scripts gnome or have prt-get configured correctly. If you do not the schema will be broken and many problems can occur.
should install gnome.
-- Clemens Koller __________________________________ R&D Imaging Devices Anagramm GmbH Rupert-Mayer-Straße 45/1 Linhof Werksgelände D-81379 München Tel.089-741518-50 Fax 089-741518-19 http://www.anagramm-technology.com
On Thursday 20 December 2007 18:05, Clemens Koller wrote:
Clemens Koller schrieb:
maikhai schrieb:
Hi All!
I'm newbie. I installed CRUX-2.3RC1 on box OK and now I want to install GNOME. On the website http://crux.nu/portdb/
I saw host=morpheus.net collection=gnome/tags/current/ destination=/usr/ports/gnome
Can I add to /etc/ports/gnome.rsync?
Yes. You also need to $ mkdir /usr/ports/gnome and propably want to add a line to /etc/prt-get.conf: prtdir /usr/ports/gnome _below_ core, opt and xorg. $ ports -u
Wa! After all, the system says: bash-3.2# ports -u Updating file list from crux.nu::ports/crux-2.4/contrib/ rsync: getaddrinfo: crux.nu 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] Error: Running rsync failed () Updating failed Updating file list from crux.nu::ports/crux-2.4/core/ rsync: getaddrinfo: crux.nu 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] Error: Running rsync failed () Updating failed Updating file list from morpheus.net::gnome/tags/current/ rsync: getaddrinfo: morpheus.net 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] Error: Running rsync failed () Updating failed Updating file list from crux.nu::ports/crux-2.4/opt/ rsync: getaddrinfo: crux.nu 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] Error: Running rsync failed () Updating failed Updating file list from crux.nu::ports/crux-2.4/xorg/ rsync: getaddrinfo: crux.nu 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] Error: Running rsync failed () Updating failed bash-3.2# cat /etc/ports/xorg.rsync host=crux.nu collection=ports/crux-2.4/xorg/ destination=/usr/ports/xorg bash-3.2# cat /etc/ports/gnome.rsync host=morpheus.net collection=gnome/tags/current/ destination=/usr/ports/gnome bash-3.2# cat /etc/ports/opt.rsync host=crux.nu collection=ports/crux-2.4/opt/ destination=/usr/ports/opt bash-3.2# cat /etc/ports/contrib.rsync host=crux.nu collection=ports/crux-2.4/contrib/ destination=/usr/ports/contrib ??? :( mkhsgn
will update / download your new ports $ prt-get depinst gnome
Ah, I forgot from http://crux.nu/Main/GnomePorts : BE SURE TO RUN prt-get depinst --install-scripts gnome or have prt-get configured correctly. If you do not the schema will be broken and many problems can occur.
should install gnome.
-- Clemens Koller __________________________________ R&D Imaging Devices Anagramm GmbH Rupert-Mayer-Straße 45/1 Linhof Werksgelände D-81379 München Tel.089-741518-50 Fax 089-741518-19 http://www.anagramm-technology.com
-- m k h _ s g n
Hi maikhai, On Thu, Dec 20, 2007 at 20:29:49 +0700, maikhai wrote: [...]
Wa! After all, the system says:
bash-3.2# ports -u Updating file list from crux.nu::ports/crux-2.4/contrib/ rsync: getaddrinfo: crux.nu 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104)
Your machine could not resolve crux.nu. That's not specific to ports(8). Double check your network configuration and DNS setup. HTH, Johannes -- Johannes Winkelmann mailto:jw@smts.ch Zurich, Switzerland http://jw.smts.ch
On Thursday 20 December 2007 20:31, Johannes Winkelmann wrote:
Hi maikhai,
On Thu, Dec 20, 2007 at 20:29:49 +0700, maikhai wrote: [...]
Wa! After all, the system says:
bash-3.2# ports -u Updating file list from crux.nu::ports/crux-2.4/contrib/ rsync: getaddrinfo: crux.nu 873: Temporary failure in name resolution rsync error: error in socket IO (code 10) at clientserver.c(104)
Your machine could not resolve crux.nu. That's not specific to ports(8). Double check your network configuration and DNS setup.
HTH, Johannes
Yes Sir. Thanks a lot. I have to # modprobe 3c59x then ifconfig and dhcpcd EVERY boot my box. Number Ten method, hur? I just try CRUX and dont know how to add Gnome for 2.4rc1. Now I currently downloading http://www.rpath.org/rbuilder/downloadImage?fileId=21240 (687M) to try some files in that liveCD. A "number_ten_method" again? Can I put modprobe+ifconfig+dhcpcd in somewhere for automatic connecting? -- m k h _ s g n
On Fri, 21 Dec 2007 05:40:53 +0700, "maikhai" <mkhsgn@gmail.com> said:
Can I put modprobe+ifconfig+dhcpcd in somewhere for automatic connecting?
You need to read the documentation to understand how the system works...CRUX uses BSD-style initscripts: take a look at them and you will find your answers fairly quickly. http://crux.nu/Main/Handbook2-4#ntoc48 might help you. -- Ricardo Oliveira roliveira@fastmail.fm -- http://www.fastmail.fm - Access your email from home and the web
On Thu, 20 Dec 2007 16:39:21 -0800 "Ricardo Oliveira" <roliveira@fastmail.fm> wrote:
On Fri, 21 Dec 2007 05:40:53 +0700, "maikhai" <mkhsgn@gmail.com> said:
Can I put modprobe+ifconfig+dhcpcd in somewhere for automatic connecting?
You need to read the documentation to understand how the system works...CRUX uses BSD-style initscripts: take a look at them and you will find your answers fairly quickly. http://crux.nu/Main/Handbook2-4#ntoc48 might help you.
btw, to compile a lot of gnome dependencies the first step is to re-compile libxml2 with python support (--with-python). Maybe this hint shoudl be added to gnome wiki page too. greetz -- vesuvio | LinuxMachine 156116 powered by GNU/Linux CRUX SIP: 652969@ekiga.net # GnuPG/PGP Key_ID: 0x378EECB8
participants (6)
-
acrux
-
Clemens Koller
-
Johannes Winkelmann
-
maikhai
-
pitillo
-
Ricardo Oliveira