Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
disk full => lost rc.conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Tuppu
n00b
n00b


Joined: 16 Feb 2003
Posts: 56
Location: Vaasa, Finland

PostPosted: Sun Feb 16, 2003 9:37 pm    Post subject: disk full => lost rc.conf Reply with quote

Could somebody PM me original/sample rc.conf ?

I was installing mozilla (after successfully installing base system and XFree from source). I run out disk space during compilation and system hanged. After reboot df only gave error message. So I was wrongly thinking about kde & XFree.... I Tried to modify rc.conf and could not save it... => rc.conf gone....

Am I doing something wrong ? How much space is needed for installing from source ? It is an old 2GB harddisk and so far I only installed base system, XFRee, kde and most of mozilla related packages...

After deleting the files from portage/distfiles it looks like this:

test root # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 1.8G 1.6G 276M 86% /
tmpfs 2.0M 152K 1.9M 8% /mnt/.init.d
tmpfs 62M 0 62M 0% /dev/shm


Thanks in advance for help !
Tuppu

edit: Maybe I have been using RH too long.... Anyway, I just corrected rc.local to rc.conf from above...
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Mon Feb 17, 2003 12:09 am    Post subject: Reply with quote

not really original but close enough i guess ;)

Code:

# /etc/rc.conf: Global startup script configuration settings
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.13 2002/11/18 19:39:22 azarah Exp $

# Use KEYMAP to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.  This setting is used by the
# /etc/init.d/keymaps script.

KEYMAP="de-latin1-nodeadkeys"

# CONSOLEFONT specifies the default font that you'd like Linux to use on the
# console.  You can find a good selection of fonts in /usr/share/consolefonts;
# you shouldn't specify the trailing ".psf.gz", just the font name below.
# To use the default console font, comment out the CONSOLEFONT setting below.
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
# not want to use it, run "rc-update del consolefont" as root).

CONSOLEFONT="default8x16"

# CONSOLETRANSALTION is the charset map file to use.  Leave commented to use
# the default one.  Have a look in /usr/share/consoletrans for a selection of
# map files you can use.

#CONSOLETRANSLATION="8859-1_to_uni"

# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time).  If your clock is set to the local time, then set CLOCK
# to "local".  This setting is used by the /etc/init.d/clock script.

CLOCK="local"

# Set protocols to the protocols that you plan to use.  Gentoo Linux will only
# enable module auto-loading for these protocols, eliminating annoying module
# not found errors.
# Num   Protocol
# 1:    Unix
# 2:    IPv4
# 3:    Amateur Radio AX.25
# 4:    IPX
# 5:    DDP / appletalk
# 6:    Amateur Radio NET/ROM
# 9:    X.25
# 10:   IPv6
# 11:   ROSE / Amateur Radio X.25 PLP
# 19:   Acorn Econet

# Most users want this:
PROTOCOLS="1 2"

#For IPv6 support:
#PROTOCOLS="1 2 10"

# What display manager do you use ?  [ xdm | gdm | kdm ]
DISPLAYMANAGER=kdm

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts is smart enouth to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enligtenment" can also work.  This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE: this behaviour is overridden when a ~/.xinitrc or ~/.xsession exists
#       for the particular program run ( ~/.xinitrc for startx, ... ).
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

#XSESSION=kde-3.1


_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
Tuppu
n00b
n00b


Joined: 16 Feb 2003
Posts: 56
Location: Vaasa, Finland

PostPosted: Mon Feb 17, 2003 6:31 am    Post subject: Reply with quote

Copy - Paste and some modifications. I am back in business..

Thanks ! You saved my day !
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Mon Feb 17, 2003 12:45 pm    Post subject: Reply with quote

np :)
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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