教程中国
PHOTOSHOP CS9.0中文版 MAYA 8.5 FOR WINDOWS Corel Painter v9.0 Flash MX2004 中文版 Illustrator cs2 中文版
VC++6.0含sp6 中英文版 VB6.0 +sp6 简体中文版 Borland Delphi 7汉化版 MSDN for vb6.0中文版 Visual Studio 2005简体
教程中国下属 文件存储共享专家BIBIDU.COM 提供大型软件,教材,源码,电影,音乐,图书等下载 更多精品请点此进入
  您目前所在位置: 教程中国 >> Oracle >> 备份恢复 >> Section 6. Solutions to common miscellaneous problems RSS订阅
Section 6. Solutions to common miscellaneous problems
教程(视频,书籍)下载:  ASP.NET AutoCAD 数据库 C# ASP java photoshop 网页设计 delphi 3dmax Flash C++ VB 张孝祥 实例   更多请进入BIBIDU搜索
IT搜索引擎   

  Q6.1 Setuid scripts don't seem to work.
   Q6.2 Free memory as reported by free keeps shrinking.
   Q6.3 When I add more memory it slows to a crawl.
   Q6.4 Some programs (e.g. xdm) won't let me log in.
   Q6.5 Some programs let me log in with no password.
   Q6.6 My machine runs very slowly when I run GCC / X / ...
   Q6.7 I can only log in as root.
   Q6.8 My screen is all full of weird characters instead of letters.
   Q6.9 I have screwed up my system and can't log in to fix it.
   Q6.10 Emacs just dumps core.
   Q6.11 I've discovered a huge security hole in rm !
   Q6.12 lpr and/or lpd aren't working.
  
  - -----------------------------------------------------------------------------
  
  Question 6.1. Setuid scripts don't seem to work.
  
  That's right. This feature has been deliberately disabled in the Linux
  kernel because setuid scripts are almost always a security hole. If you
  want to know why read the FAQ for comp.unix.questions.
  
  - -----------------------------------------------------------------------------
  
  Question 6.2. Free memory as reported by free keeps shrinking.
  
  The `free' figure printed by free doesn't include memory used as a disk
  buffer cache - shown in the `buffers' column. If you want to know how
  much memory is really free add the `buffers' amount to `free'.
  
  The disk buffer cache tends to grow soon after starting Linux up, as you
  load more programs and use more files and the contents get cached. It
  will stabilise after a while.
  
  - -----------------------------------------------------------------------------
  
  Question 6.3. When I add more memory it slows to a crawl.
  
  This is quite a common symptom of a failure to cache the additional
  memory. The exact problem depends on your motherboard.
  
  Sometimes you have to enable caching of certain regions in your BIOS
  setup. Look in the CMOS setup and see if there is an option to cache the
  new memory area which is currently switched off. This is apparently most
  common on a 486.
  
  Sometimes the RAMs have to be in certain sockets to be cached.
  
  Sometimes you have to set jumpers to enable the caching.
  
  Some motherboards don't cache all the RAM if you have more RAM per amount
  of cache than they expect. Usually a full 256K cache will solve this
  problem.
  
  If in doubt, check your motherboard manual. If you still can't fix it
  because the documentation is inadequate you might like to post a message
  giving *all* the details - make, model number, date code, etc. so that
  other Linux users can avoid it.
  
  - -----------------------------------------------------------------------------
  
  Question 6.4. Some programs (e.g. xdm) won't let me log in.
  
  You are probably using non-shadow-password programs but are using shadow
  passwords.
  
  If so, you have to get or compile a shadow password version of the
  program(s) in question. The shadow password suite can be found in
  (amongst other places):
   tsx-11.mit.edu:/pub/linux/sources/usr.bin/shadow-*
  This is the source code; you will probably find the binaries in
  .../linux/binaries/usr.bin.
  
  - -----------------------------------------------------------------------------
  
  Question 6.5. Some programs let me log in with no password.
  
  You probably have the same problem as in Q6.4 `Some programs (e.g. xdm)
  won't let me log in.', with an added wrinkle:
  
  If you are using shadow passords you should put an asterisk in the
  password field of /etc/passwd for each account, so that if a program
  doesn't know about the shadow passwords it won't think it's a passwordless
  account and let anyone in.
  
  - -----------------------------------------------------------------------------
  
  Question 6.6. My machine runs very slowly when I run GCC / X / ...
  
  You may not have any swap enabled. You need to enable swapping to allow
  Linux to page out bits of data programs aren't using at the moment to disk
  to make more room for other programs and data. If you don't Linux has to
  keep data in memory and throw away in-memory copies of programs (which are
  paged straight from the filesystem) and so less and less program is in
  memory and everything runs very slowly.
  
  See the Installation HOWTO and the Installation and Getting Started Guide
  [Q2.1 `Where can I get the HOWTOs and other documentation ?'] for details
  of how to set up a swap partition or swapfile; see also Q4.5 `My swap area
  isn't working.'.
  
  Alternatively you may have too little real memory. If you have less RAM
  than all the programs you're running at once use Linux will use your hard
  disk instead and thrash horribly. The solution in this case is to not run
  so many things at once or to buy more memory. You can also reclaim some
  memory by compiling and using a kernel with less options configured. See
  Q7.6 `How do I upgrade/recompile my kernel ?'.
  
  You can tell how much memory and/or swap you're using by using the free
  command, or by typing
   cat /proc/meminfo
  
  If your kernel is configured with a ramdisk this is probably wasted space
  and will cause things to go slowly. Use LILO or rdev to tell the kernel
  not to allocate a ramdisk (see the LILO documentation or type man rdev).
  
  - -----------------------------------------------------------------------------
  
  Question 6.7. I can only log in as root.
  
  You probably have some permission problems, or you have a file
  /etc/nologin.
  
  If the latter put rm -f /etc/nologin in your /etc/rc or /etc/rc.local.
  
  Otherwise check the permissions on your shell, and any filenames which
  appear in error messages, and also the directories containing these files
  all the way back up the tree to the root directory.
  
  - -----------------------------------------------------------------------------
  
  Question 6.8. My screen is all full of weird characters instead of letters.
  
  You probably sent some binary data to your screen by mistake. Type echo
  ^V^[c (that's e c h o space control-V escape c return) to fix it. Many
  Linux distributions have a command reset that does this.
  
  - -----------------------------------------------------------------------------
  
  Question 6.9. I have screwed up my system and can't log in to fix it.
  
  Reboot from an emergency floppy or floppy pair, for example the Slackware
  boot- and root-disk pair (in the install subdirectory of the Slackware
  mirrors) or the MCC installation boot floppy. There are also two diy
  rescue disk creation packages on sunsite.unc.edu in
  /pub/Linux/system/Recovery. These are better as they'll have your own
  kernel on them, so that you don't run the risk of missing devices,
  filesystems, etc.
  
  Get to a shell prompt and mount your hard disk with something like
   mount -t ext2 /dev/hda1 /mnt
  
  Then your filesystem is available under the directory /mnt and you can fix
  the problem. Remember to unmount your hard disk before rebooting (cd back
  down to / first or it will say it's busy).
  
  - ----------------------------------------------------

来源:upschool.com.cn
作者:
关键字:Section,Solutions,to,common,problems
发表日期:2007-1-6 0:45:24

网页显示有限 阅读全文请下载本文完整版WORD文档

上一篇:让quake3在linux下顺利运行   下一篇:关於 Kernel 版本与 Distribution 版本的澄清


2008-12-2 7:02:54
本文的相类似文章
  • Norton安全特警实用技巧四则
  • 硬件TOP10之10大历史功勋
  • 假 Barton 的来龙去脉
  • 硬件TOP10之十大硬件杀手
  • Norton,PC慢如蜗牛的罪魁祸首!
  • 实现Supend to Disk的功能详解
  • 直逼震荡波 Zotob狙击波来袭
  • 高速渲染GI场景的办法(Render To Textures)
  • The Oracle DBA's Guide to NT
  • Create Table建表时,Storage含义(图)
  • 在学习中进步 在进步中成长 教程中国相随您的成长之路
    华腾联合科技股份有限公司版权所有
    广告联系:Rosibo@163.com