由买买提看人间百态

topics

全部话题 - 话题: mingetty
(共0页)
m*******m
发帖数: 182
1
来自主题: BUPT版 - Linux problem ?
Do a "ldd -v /sbin/mingetty", and see what you need to
replace. It seems that you may need to replace mingetty
too.
mingetty cant run because it cant find the share libraries,
I think. Double check with ldd.
f******t
发帖数: 61
2
来自主题: BUPT版 - Linux problem ?
i have posted this problem in Linux board before,
but no one replied to it. I try my luck here.
i upgraded libc5 to libc6(glibc2), but quitted it
in the halfway, and shutted down the computer. But
now i can't access Linux, since the mingetty needs
to call some routines of the shared libarry, so
mingetty couldn't be started, then i can't log in
the system!
this is my last try before reinstalling it!
f******t
发帖数: 61
3
来自主题: BUPT版 - Linux problem ?
I have tried, but in the /usr/lib directory,
the libc.so.6 and ld-linux.so.2 is there.
The error is:
/usr/local/lib/libc.so.6: undefined symbol:_dl_initial_searchlist_
mingetty: error in loading shared library.
Then i try to replace the files in lib directory with
libc5 files, which i found under /usr/i486-linux-libc5/lib
But now error is:
INIT: can't execute command mingetty
and no other message!
g****e
发帖数: 172
4
那些suspicious files安全吗?
多谢!!
sudo chkrootkit
ROOTDIR is `/'
Checking `amd'... not found
Checking `basename'... not infected
Checking `biff'... not found
Checking `chfn'... not infected
Checking `chsh'... not infected
Checking `cron'... not infected
Checking ... 阅读全帖
g****e
发帖数: 172
5
【 以下文字转载自 Linux 讨论区 】
发信人: gangle (nothing), 信区: Linux
标 题: 请高手帮忙看看这个chkrootkit安全否?
发信站: BBS 未名空间站 (Mon Aug 13 18:29:14 2012, 美东)
那些suspicious files安全吗?
多谢!!
sudo chkrootkit
ROOTDIR is `/'
Checking `amd'... not found
Checking `basename'... not infected
Checking `biff'... not found
Checking `chfn'... not infected
Checking `chsh'... ... 阅读全帖
h*******c
发帖数: 248
6
来自主题: Linux版 - Autologin
看到autorun的帖子,顺便贡献一个autologin的方法。
I'm the only user of my linux box. I want to have autologin w/o gdm/kdm or
any other unnecessary stuff. Here is the solution:
- Change boot level to 3:
edit /etc/inittab: id:3:initdefault:
- Autologin w/o X:
edit /etc/event.d/tty1: change the last line to
exec /sbin/mingetty --autologin your-user-name tty1
- Auto start X:
edit your .bash_profile and add a line at the end
[ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ] && startx
(共0页)