Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New Installation
Date: Sat, 04 Feb 2017 08:21:38
Message-Id: 69EC3488-ACDD-42B7-96B7-5368FB856854@antarean.org
In Reply to: Re: [gentoo-user] New Installation by thelma@sys-concept.com
1 On February 4, 2017 8:22:45 AM GMT+01:00, thelma@×××××××××××.com wrote:
2 >On 02/03/2017 11:19 PM, Dale wrote:
3 >> thelma@×××××××××××.com wrote:
4 >>> I've not install Gentoo for some time and have some questions.
5 >>>
6 >>> It is Solid State Disk 1TB
7 >>> I'm using Minimal CD (Bootable USB)
8 >>> Created three partition (I did not create SWAP as I have 16GB or
9 >RAM)
10 >>> I used "fdisk" and follow the instruction from:
11 >>> https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks
12 >>>
13 >>> Though, I'm a bit confused. I did not see the change root command in
14 >>> those instructions.
15 >>> Right now I have a prompt: "livecd ~ #"
16 >>>
17 >>> and all instruction on the installation page showing: "root #"
18 >>>
19 >>> I've created a user: "livecd ~ #useradd -m -G users john"
20 >>> Will it take effect I'm still inside "livecd" environment.
21 >>>
22 >>> I'm confused a bit.
23 >>
24 >>
25 >> It's been a while since I did a install as well plus I'm old as well.
26 > I
27 >> skimmed your link and don't think you should be creating a user at
28 >that
29 >> point. If I recall correctly, creating users is done shortly before
30 >> rebooting into the new install or even after rebooting. Usually, I
31 >do
32 >> it after rebooting. Generally, I'm more concerned with my new kernel
33 >> booting etc rather than having a user account, besides root of
34 >course.
35 >> Do set the root password BEFORE booting into the new install. It
36 >makes
37 >> life easier. ;-)
38 >>
39 >> The chroot command usually comes shortly after downloading and
40 >unpacking
41 >> the stage3 tarball. Until you have that, you don't have anything to
42 >> chroot into yet.
43 >>
44 >> I might add, I like a all in one page guide. For me, it seems easier
45 >to
46 >> scroll down, do what is there, scroll down some more etc. It being
47 >in
48 >> sections may be easier for you tho. Use what works. Also, I read
49 >over
50 >> the guide at least twice before I start. The first time I did a
51 >Gentoo
52 >> install, I read it half a dozen times in some spots.
53 >>
54 >> Hope that helps.
55 >>
56 >> Dale
57 >>
58 >> :-) :-)
59 >
60 >Thanks Dale, that new installation is not going well.
61 >I've change the environment and my prompt is still: "(chroot) livecd
62 >/#"
63 >
64 >emerge --sync gives me error:
65 >"/etc/portage/make.conf", line 11: Invalid variable name
66 >'-Wl,--hash-style'
67 >
68 >Line 11 in make.conf:
69 >USE="-qt4 -hal -arts -berkdb -acl X gtk dvd alsa cdr cups apache2 ssl
70 >foomaticdb truetype kpathsea ppds mysql udev java tiff png usb scanner
71 >gimp gimpprint cgi fam nptl t$
72 >
73 >Here is complete make.conf
74 >
75 >CFLAGS="-march=native -O2 -pipe
76 >CXXFLAGS="${CFLAGS}"
77 >#LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"
78 >MAKEOPTS="-j9"
79 >
80 >USE="-qt4 -hal -arts -berkdb -acl X gtk dvd alsa cdr cups apache2 ssl
81 >foomaticdb truetype kpathsea ppds mysql udev java tiff png usb scanner
82 >gimp gimpprint cgi fam nptl t$
83 >
84 >CHOST="x86_64-pc-linux-gnu"
85 >CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a "
86 >
87 >PORTDIR="/usr/portage"
88 >DISTDIR="${PORTDIR}/distfiles"
89 >PKGDIR="${PORTDIR}/packages"
90 >
91 >INPUT_DEVICES="evdev"
92 >LINGUAS="en"
93 >L10N="en"
94 >FEATURES="parallel-fetch strict fixlafiles"
95 >#VIDEO_CARDS="fglrx radeon"
96 >#VIDEO_CARDS="nvidia nouveau"
97 >#SANE_BACKENDS="epson2"
98 >#PHP_TARGETS="php5-5 php5-6"
99 >#PHP_INI_VERSION="production"
100 >ACCEPT_LICENSE="${ACCEPT_LICENSE} googleearth PUEL dlj-1.1
101 >Oracle-BCLA-JavaSE"
102 >
103 >EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y
104 >--jobs 3"
105 >
106 >GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
107 >http://gentoo.osuosl.org/
108 >ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
109 >http://linux.rz.ruhr-uni-b$
110 >
111 >PORTAGE_TMPDIR="/var/tmp"
112 >PORTAGE_TMPFS="/dev/shm"
113 >PORTAGE_NICENESS=3
114 >AUTOCLEAN="yes"
115 >
116 >Why isn't "emerge --sync" working?
117 >It seems to me the chroot did not work correctly.
118 >
119 >This new manual is not compete and/or accurate :-/
120 >
121 >--
122 >Thelma
123
124 Please sanitize your make.conf file.
125 I am seeing some lines ending with $.
126 Not all lines have the closing quotes.
127
128 Your global USE flags contain some that no longer exist (Dale's favourite "hal" being one of them :) )
129
130 Also, I have 32GB ram in my desktop and I do have a swap partition. When I am working, it does get used.
131 Software keeps using more memory. So do 27 cc jobs (jobs 9 for make and jobs 3 for emerge).
132
133 I would re-condiser not using swap unless you are certain you will never need more than 16gb. (Eg. No graphical desktop running a few webbrowsers)
134
135 --
136 Joost
137 --
138 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] New Installation thelma@×××××××××××.com
Re: [gentoo-user] New Installation Dale <rdalek1967@×××××.com>
Re: [gentoo-user] New Installation thelma@×××××××××××.com