how many of you tried/using Gentoo GNU/Linux????

Status
Not open for further replies.

praka123

left this forum longback
yes?how many of us use? or tried?
did u used the CLI/GTK installer for installation?
anybody tried stage1/2 install?
*www.gentoo.org/images/poster.jpg
What is Gentoo?
Gentoo is a free operating system based on either Linux or FreeBSD that can be automatically optimized and customized for just about any application or need. Extreme configurability, performance and a top-notch user and developer community are all hallmarks of the Gentoo experience.
Thanks to a technology called Portage, Gentoo can become an ideal secure server, development workstation, professional desktop, gaming system, embedded solution or something else -- whatever you need it to be. Because of its near-unlimited adaptability, we call Gentoo a metadistribution.
Of course, Gentoo is more than just the software it provides. It is a community built around a distribution which is driven by more than 300 developers and thousands of users. The distribution project provides the means for the users to enjoy Gentoo: documentation, infrastructure (mailinglists, site, forums ...), release engineering, software porting, quality assurance, security followup, hardening and more.
To advise on and help with Gentoo's global development, a 7-member council is elected on a yearly basis which decides on global issues, policies and advancements in the Gentoo project.
*www.gentoo.org/main/en/about.xml

Any body tried without installer like I did ?Just post your views guys!

I have gentoo which is waiting for X and Gnome-2.22 to get installed.
and here is my /etc/make.conf :D (I dont use binaries!)
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
#CFLAGS="-O2 -march=i686 -pipe"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
#CXXFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult *www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
USE="a52 acl acpi aiglx alsa bzip2 bash-completion cairo chroot cpudetection dbus dvd dvdr dvdread ffmpeg fontconfig gtk gtk2 gpm gnome gstreamer firefox hal hddtemp lm_sensors mp3 mp4 mpeg mpeg2 mplayer mime nls nptl nvidia pulseaudio truetype unicode xorg X xscreensaver xv xvid xcomposite xine opengl aiglx mime ogg theora symlink win32codecs -arts -cups -beagle -kde -ldap -mono -networkmanager -nis -oss -pcmcia -qt3 -qt4 "

MAKEOPTS="-j3"

AUTOCLEAN="yes"

PORTAGE_TMPFS="/dev/shm"

FEATURES="sandbox collision-protect ccache parallel-fetch"

GENTOO_MIRRORS="ftp://gentoo.kems.net/mirrors/gentoo/ ftp://ftp.kaist.ac.kr/gentoo/  *distfiles.gentoo.org"

CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="2G"
ACCEPT_KEYWORDS="x86"
VIDEO_CARDS="nvidia vesa"
INPUT_DEVICES="mouse keyboard"
EMERGE_DEFAULT_OPTS="--ask --verbose"

PORTDIR_OVERLAY="/usr/local/portage"

source /usr/portage/local/layman/make.conf

*gentoo.org
 
Last edited:

QwertyManiac

Commander in Chief
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

I did it now, and since both the CLI and the GUI methods kept failing I did it the chroot way and it much fun to get it complete (Which isn't till now, but heck let it take a week).

I did a stage 3 for now, maybe 1 or 2 later when I've learned more from this.

I am using XFCE 4.4 :)
 
OP
praka123

praka123

left this forum longback
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

^you can get latest stage3 and portage snapshots from *funtoo.org .
Even I used chroot method from system rescue cd.compiled a kernel from the config of 2.6.24 gentoo kernel of livecd.gr8!

and share your /etc/make.conf too ;) mentioning architecture!

I want to use a initramfs image for loading modules and other stuffs.but gentoo engineers in IRC continuously ruled out using initrd or initramfs for gentoo unless for livecd.

gentoo ,we can use genkernel IIRC to generate initramfs based kernel though(have to try!).

also gentoo is reluctant to provide mkinitramfs or yaird like tools although mkinitrd is bundled. :-|
 
Last edited:

mehulved

18 Till I Die............
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

I believe you'd like to disable ipv6 in your use flags.
You have dual core PC? Else just stick to MAKEOPTS=j2
Add parallel-fetch to features. Very useful IMO. You can also optionally add test, sandbox and collision protect.
Since you have nvidia card, add the following line
VIDEO_CARDS="nvidia nv vesa vga"
INPUT_DEVICES="mouse keyboard -evdev -wacom"
Also, ACCEPT_KEYWORDS="x86" or if you want to go for unstable arch then
ACCEPT_KEYWORDS="~x86"
Another nicety which you can add to your make.conf in the initial days is
EMERGE_DEFAULT_OPTS="--ask --verbose" I do specify them manually though.
Some must have tools for gentoo that I can recollect are portage-utils, gentoolkit, eix, eselect, gentoo-bashcomp.
Do you revdep-rebuild, eix-sync, use flags, dispatch-conf, layman, etc wisely to maximise your gentoo experience.
 
OP
praka123

praka123

left this forum longback
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

OK thx.I dont think,this time I'll go for ACCEPT_KEYWORDS="~x86" ie,unstable repo. :-|
yes,already had bashcompletion items.
what is the use of "nv" USE flag when anyways I m gonna install nvidia driver? :p

I know there are other package managers available for gentoo like pkgbuild.
 

mehulved

18 Till I Die............
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

nv isn't a use flag.
 

FilledVoid

Who stole my Alpaca!
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

How much data transfer on the internet will be required to get Gentoo to run. Or can the same be done from a DVD /CD?
 
OP
praka123

praka123

left this forum longback
gentoo is a rolling release based distros(like archlinux).
if ur really into Gentoo with Gnome,I think around 100MB+ /month minimum.

@biju:if u want gentoo dvd along with hardy,just PM me @ that time ;)
 

QwertyManiac

Commander in Chief
Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

How much data transfer on the internet will be required to get Gentoo to run. Or can the same be done from a DVD /CD?

I initially downloaded the Live CD (698 MB x86) to try the GUI Gentoo-Linux-Installer but it just kept failing all the time. :|

The CD has Portage's snapshot in it (Its around 30 MB to download otherwise, needed to install.)

All I had to download for install thus was a Stage 3 tarball (116 MB) and do it the real easy way - chroot method. The manual might be long but its very linear and you just have to keep executing the commands they ask you to. Even a newbie to linux can do it if he follows. Of course a pro would understand what he's doing and do it better... ;)

Mehul helped a lot post and pre install and since you do frequent #think-digit we can help you too. :)

I'd rather you get the Live CD and do the CLI install method since you have a GUI at your disposal that way so you can use the Live CD's Firefox etc for installation issues rather than use the CLI elinks browser.

Also, you can go the entire CLI way if you prefer it like that - The minimal install CD is just 61 MB.
 
OP
praka123

praka123

left this forum longback
I installed using system rescue cd.I have to copy the config of its kernel(gentoo only 2.6.24).I dont want to use installer's though :p
@qwerty:what is ur /etc/make.conf ?
and
ls -l /etc/make.profile ???
 

QwertyManiac

Commander in Chief
Isn't minimal install CD for chroot install, too?
Did I say anything otherwise? :p

Make.conf (Don't see why you require it..)
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-march=prescott -s -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult *www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2 -s"

GENTOO_MIRRORS="ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ *gentoo.osuosl.org/ *gentoo.kems.net *ftp.twaren.net/Linux/Gentoo/ "

SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

USE="a52 acl acpi aiglx alsa apache2 
apm asf audacious audiofile avahi 
bash-completion -beagle bidi binary-drivers 
bluetooth branding bzip2 cairo cdda cddb 
cdparanoia cdr chm chroot cpudetection cracklib 
crypt css -cups cxx dbus -debug divx 
djvu doc dri dvd dvdr dvdread examples 
ffmpeg firefox flac foomaticdb freetype 
gcj gdbm geoip gif gimp glade -gnome gnutls 
gphoto2 gpm gs gstreamer gtk gtk2 h323 hal 
hddtemp iconv id3tag imagemagick imap imlib 
ipod -ipv6 jabber java javascript jingle jpeg -kde 
lame libnotify live lm_sensors maatroska mmx mmxext 
mng -mono moznopango mp3 mp4 mpeg mpeg2 mplayer msn 
musepack musicbrainz mysql ncurses -networkmanager nls 
nptl nsplugin ntfs nvidia objc objc++ odbc offensive ogg 
opengl -oss -pam -pcmcia pdf pda perl php png postgres 
pulseaudio python qt -qt3 qt4 quicktime quotas rar 
readline real realmedia rss ruby sdl session skins sms 
sndfile source ssl startup-notification stream svg svga 
syslog theora threads tidy tiff unicode usb v4l v4l2 vcd 
vorbis wav wavpack win32codecs wmp wxwindows X x264 xcomposite 
xine xorg xpm xprint xvid yahoo zlib"

VIDEO_CARDS="nvidia nv vesa"
ACCEPT_KEYWORDS="x86"
INPUT_DEVICES="keyboard mouse"
FEATURES="parallel-fetch"
EMERGE_DEFAULT_OPTS="--ask --verbose"

Am using the desktop profile.
 
OP
praka123

praka123

left this forum longback
heh!why do u add "-pam" :?
also SYNC= line,does all needs that?Is that for local repo?
 
@praka: are you serious about installing gentoo this time ?

I too am thinking about trying it, but gave up practical solutions, as gentoo is useless without compiling(without comiling it, there is not much l33tness and pride along with that 10% performance b00st) and it would instead be advisable to go for debian.

What about your case ? I know for one that we both share the same system configuration with each worse than the other. Do you think it can compile within 6 hours the entire OS plus GDM, KDM, Gnome, KDE and Fluxbox ?

And should I even *think* of installing gentoo at my current experience level ?



PS: its not Gentoo GNU/Linux. Its Gentoo GNU/BSD/Linux.
 

mehulved

18 Till I Die............
No SYNC= isn't really necessary but is useful if you want to specify a certain rsync server(s) only.

PS: its not Gentoo GNU/Linux. Its Gentoo GNU/BSD/Linux.
There is work going on for other OS's too but more or less dead eg Gentoo/OpenSolaris
 
Last edited:
OP
praka123

praka123

left this forum longback
@gowtham:had already tried gentoo 4 yrs back ;) it aint rocket science.
@mehulved:so,not using SYNC.
 
OP
praka123

praka123

left this forum longback
^How?for that I have to use in /etc/make.conf this line right?
"ACCEPT_KEYWORDS="~x86"" ???
also,I want Gnome-2.22 to be precise :p
 

mehulved

18 Till I Die............
No. don't go for unstable arch. Stick with stable unless you know what you're doing.
Just install layman then
Code:
layman -S
layman -a gnome
That will sync your portage overlay and then clone gnome overlay. You will need git for that since the gnome overlay is maintained on git.
 
Status
Not open for further replies.
Top Bottom