console|con80x25: |
linux|console|con80x25: |
(there may be an additional ``dumb'' in there - if so it should be removed.)
To get the editor to work you may need type:
$ TERM=console |
$ setenv TERM console |
$ TERM="xterm"; export TERM |
A: Your compiler (GCC) dumped core. You probably have a corrupted, buggy, or old version of GCC - get the latest release or EGCS. Alternatively, you may be running out of swap space. Refer to: (``Why Does the Machine Run Very Slowly with GCC / X / ...?'')
If this doesn't fix the problem, you are probably having problems with memory or disk corruption. Check that the clock rate, wait states, and refresh timing for your SIMMS and cache are correct (hardware manuals are sometimes wrong, too). If so, you may have some marginal SIMMS, or a faulty motherboard or hard disk or controller.
Linux is a very good memory tester - much better than MS-DOS based memory test programs.
Reportedly, some clone x87 math coprocessors can cause problems. Try compiling a kernel with math emulation (``How To Upgrade/Recompile a Kernel'') no387 kernel command line flag on the LILO prompt to force the kernel to use math emulation, or it may be able to work and still use the '387, with the math emulation compiled in but mainly unused.
More information about this problem is available on the Web at http://www.bitwizard.nl/sig11/.
A: Modern kernels use a better strategy for writing cached disk blocks. In addition to the kernel changes, this involves replacing the old update program which used to write everything every 30 seconds with a more subtle daemon (actually a pair), known as bdflush. Get [bdflush-]n.n[.tar.gz] from the same place as the kernel source code (``How To Upgrade/Recompile a Kernel'') and compile and install it. bdflush should be started before the usual boot-time file system checks. It will work fine with older kernels as well, so there's no need to keep the old update around.
VFS: mounted root ... read-only |
using something like
$ rm -f /etc/mtab* |
Some old Linux distributions have an entry for the root partition in [/etc/mtab] made in [/etc/rc*] by using rdev. That is incorrectthe newer versions of mount do this automatically.
Some old distributions also have a line in [/etc/fstab] that looks like:
< screen>/dev/sdb1 /root ext2 defaults
The entry for [/root] should read simply [/].
A: This means that you have an extra-large kernel, which means that Linux has to do some special memory-management magic to be able to boot itself from the BIOS. It isn't related to the amount of physical memory in your machine. Ignore the message, or compile a kernel containing only the drivers and features you need. (``How To Upgrade/Recompile a Kernel'')
A: x: cannot open shared object file: No such file or directory.
# cd /usr/lib && ln -s /lib/libncurses.so.2 . |
Id ``x'' is the number in the leftmost column of the [/etc/inittab] file:
# Run gettys in standard runlevels 1:2345:respawn:/sbin/mingetty tty1 2:2345:respawn:/sbin/mingetty tty2 3:2345:respawn:/sbin/mingetty tty3 4:2345:respawn:/sbin/mingetty tty4 5:2345:respawn:/sbin/mingetty tty5 6:2345:respawn:/sbin/mingetty tty6 |
Refer to the init and [/etc/inittab] man pages for detailed information.
#%PAM-1.0 auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth required /lib/security/pam_pwdb.so shadow nullok auth required /lib/security/pam_shells.so account required /lib/security/pam_pwdb.so session required /lib/security/pam_pwdb.so |
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |