summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/messages
blob: b13387764eaa793c29c697bd0c017d8e7180f70d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# messages file for all error and info messages generated during client
# bootup (within initialramfs) for OpenSLX linux diskless clients version 4
# this file could be used for localization of error messages 
#
# Dirk von Suchodoletz <dvs@openslx.com>, 05-09-2006
#
# (c) 2006 - RZ Universitaet Freiburg
# (c) 2006 - OpenSLX.org

# messages from (slx) init
init_errmsg="functions file contains a lot of script \
functionality. Without this\ninit script will not run."
init_mff="The main $init_errmsg"
init_dff="The distro $init_errmsg"
init_dscf="The distribution specific configuration file could not be found"
init_errip="  Unable to setup at \
least basic functionality, because no IP configuration\n  available. You \
might pass that information via kernel command line\n  through setting of \
'ipappend 1' in pxelinux.cfg/* or just enable dhcp\n  or ldap. They are \
enabled via tokens ('ldap' or 'dhcp') in kernel\n  command line."
init_errldap="  Unable to setup at \
least basic functionality, because no IP configuration\n  available. Please \
beware - ldap works only in combination of either\n  ipappend or similar or \
with dhcp!"
init_errnwad="  Failed to load the network \
adaptor modules defined via mkdxsinitrd\n  run. Please rerun and list the \
appropriate modules (without .ko)."
init_errdhcp="  Did not get complete IP \
configuration via DHCP. You may want to add\n  a vendor code identifier \
via kernel commandline (vci=VCI)."
init_errnbd="  Failed to load \
module ${NBD}.ko. It is needed if you intend to use\n  network block \
device (D)NBD for the client as root filesystem."
init_nbdcl="  Failed to start \
the network block device client. Unable to mount root\n  filesystem."
init_nbddev="  For some reason the network block device /dev/${NBD}0 never \
appeared.\n  You might want to check udev or your list of static device \
files."
init_moddir="  The requested modules directory does not exist. That could \
mean:\n  * The kernel was updated but mkdxsinitrd was not run afterwards.\n\
  * The mounted filesystem does not contain the modules directory at all.\n\
  You might want to check the list of mounted filesystems and if /mnt is\n\
  not empty run 'ls /mnt/lib/modules' to check."
init_loadufs="  Loading of UnionFS failed - Either module is not present or \
module\n  does not match the running kernel. If you do not want to see this \
\n  message remove the token 'unionfs' from kernel command line."
init_loadcow="  Loading of Copy On Write (COW - special block device) module \
failed -\n  Either module is not present or module does not match the \
running\n  kernel. If you do not want to see this message remove the token \
'cowloop' from kernel command line."
init_cownonbd="  Loading of cow module is of no sense if no network block \
device is used or\n  UnionFS was specified as read write layer too. Remove \
UnionFS token from\n  kernel commandline if cowloop should be used instead."
init_nfs="  Mount of root filesystem via NFS was requested via kernel command \
line\nbut failed. There might be the following reasons for that:\n\
* No nfs.ko module could be loaded and no NFS support was present in the\n\
running kernel - see error messages above\n\
* You tried to mount from wrong server or path ($nfsroot)\n\
* No NFS server is running or you do not have permissions"
init_ldcfg="Starting ldconfig - switch it off via kernel cmdline option \
'noldsc'"
init_errlog="Unable to create the logfile configuration in \
/etc/${D_SYSCONFDIR}. That\n  might indicate some severe error."
init_fstab="Failed to create /etc/fstab in the clients root filesystem. The\n\
  noexistence of the file might produce some unexpected behaviour of\n\
  mount commands."
init_errldcfg="  For some reason the generation of ld.so.cache did not \
finish in time."
init_infldcfg="  You decided not to recreate \
/etc/ld.so.cache file. That might cause errors\n  if libraries are installed \
after this file was created on server."
init_errcfg="of this client did not finish in\n  time. You might check the \
process list and list the modules loaded until\n  now."
init_errhw="  For some reason the hardware autoconfig $init_errcfg"
init_errsw="  For some reason the software configuration  $init_errcfg"
init_wait="  Waited $i ticks to unmount kernel module directory ..."
init_errumnt="  Unmount of the kernel modules directory \
failed for some reason. Some\n  modprobe still active!?"
init_erritab="  The file /etc/inittab does not exist or \
is no regular one. It is needed\n  for the bootup procedure to follow."
init_errsys="  Unmount of the kernel sys directory \
failed for some\nreason.  You will get some error messages that some files \
could not be\n  removed."
init_runinit="  Could not execute \
run-init due to missing command or wrong\n  parameters given."

# messages from functions
error_msg="An error occured during execution of $0 script:\n\n"
error_nfe="\n  -> This error is not fatal - continuing ...\n"
error_shell="\n  -> Running shell for debugging purposes now ...\n"
error_modload="Failed to load module "
error_modnfs="needed for mounting rootfs"
error_iptool="  No tool for local IP configuration found. You should at \
least add\n  one of the following programs to your ramdisk: ip \
ipconfig\n  ifconfig."
error_portm="  Portmapper should be present, if normal mount \
command is used. Please\n  check your initial ramdisk setup (mkdxsinitrd)."
error_mntt="  No suitable mount tool found."
error_nodhcp="  You tried to configure system via dhcp, but no usable dhcp\n\
  client could be found. Please check that you have some client from\n\
  the following list installed: dhclient dhcpcd pump ipconfig."
error_dhcp="  The following problems could produce that error:\n\
  * The af_packet.ko module is either not loaded nor present in kernel.\n\
  * No network device is present - either no module matching the hardware\n\
    was loaded nor present in kernel.\n  You might want to run 'lsmod'."
error_dhclient="  Fatal error occured while trying to run dhclient.\n\
$error_dhcp"
error_dhcpcd="  Fatal error occured while trying to run dhcpcd.\n$error_dhcp"
error_pump="  Config via pump not implemented yet.\n$error_dhcp"
error_ipconf="  Config via ipconfig (from klibc) not implemented yet.\n\
$error_dhcp"
error_ldapcfg="  The configuration via ldap is not implemented yet."
error_errdcfg="  Did not get any configuration data via dhcp until now ..."
error_errfcfg="  Did not get any configuration data via tftp until now ..."
error_errlcfg="  Did not get any configuration data via ldap until now ..."


# messages from distro functions
df_errumod="    Failed to load the \"unix\" module. Problems with Hardware \
detection\nwill probably arise."
df_errserv="seems not to be installed or start script is not available\n  \
so requesting the start of service make no sense. Please disable service\n  \
or install the files needed."
df_errudev="  udev daemon is not available. Some devices might not appear."
df_errhotpl="  Hotplug subdirectory is missing! udev(d) might not work as \
expected."
df_errcron="  The cron start script $df_errserv" 
df_errsysl="  The syslog start script $df_errserv"
df_errsshd="  The sshd start script $df_errserv"
df_erryp="  The NIS client $df_errserv"
df_errvmw="  VMware X86 emulation $df_errserv"
df_erramnt="  Automounter $df_errserv"
df_errnsc="  Name Service caching deamon $df_errserv\n This service might \
be useful to take load from a ldap user directory."
df_errafsd="  No afs directory present"
df_errafsn="  AFS client service is not available"

# messages from servconfig
scfg_nfs="  Mount of some NFS source failed ..."
scfg_ntptz="  No such timezone data file (needed for ntp time service \
configuration)."
scfg_vmdir="  For some reason the runvmware script is not available for \
copying. That\n  could be the result of failed mount or simply missing \
file on\n  server."
scfg_erradir="  Only one directory level is allowed to hook up automounter \
to and the\n  directory should exist (on the servers export) or should be \
creatable\n  (e.g. because of UnionFS writeable root directory)."
scfg_erratpld="  Only toplevel directories \
are allowed as mount points for user home\n  directories. Please set the \
variable \${automnt_dir} appropriately in\n  machine-setup file."
scfg_country="  No configuration for localization found in config file. \
Using default\n  country setting '${D_DEFAULTCOUNTRY}' defined in $0."

# messages from hwautocfg
hcfg_xcfg="  You should define the variable D_XF86CONFFILE in yours distro \
configuration\n  file"
hcfg_hwsetup="  The xserver configuration file generated by hwsetup could \
not\n  be found."
hcfg_keyb="  No settings found for keyboard, using default of \
'${DEFKEYTABLE}' defined\n  in $0."
gfx_msg="Please check your graphic adaptor settings ($hw_graphic)."
hcfg_gfxdrv="  Manual configuration of your graphic hardware module setting \
failed.\n  $gfx_msg"
hcfg_gfxcdp="  Manual configuration of your graphic systems color depth \
failed.\n  $gfx_msg"
hw_msg="  Please check your predefined monitor settings ($hw_monitor): \
Automatic\n  configuration of display"
hcfg_hfrq="  $hwmsg timings was attempted, but the horizontal frequency \
could not be detected. Using default frequency range (${HSYNCRANGE})"
hcfg_vfrq="  $hwmsg timings was attempted, but the vertical frequency \
could not be detected. Using default frequency range (${VSYNCRANGE})"
hcfg_res="  $hwmsg resolution was attempted but not established. Using \
default resolutions (${DEFAULTMODES})"
hcfg_hwsetup="  Expected information from hwsetup to appear in \
/tmp/hwsetup.info.\n  Unable to configure parts of the systems hardware. \
Please check that\n  hwsetup is properly installed and executable."