荔园在线

荔园之美,在春之萌芽,在夏之绽放,在秋之收获,在冬之沉淀

[回到开始] [上一篇][下一篇]


发信人: wushangze.bbs@bbs.tju.edu.cn.no.spam (努力学习linux|哼哼), 信区: Linux
标  题: 版内尚未解决问题集(一)
发信站: 天大求实BBS站 (Sun Mar  6 09:58:20 2005)
转信站: SZU!news.szu.edu.cn!news.happynet.org!news2.happynet.org!TJUBBS

欢迎高手讨论解答^&^
回复或直接发新贴都可以,注意标明题号

1.命令行下出了问题

每隔几秒就显示以下信息:
  usb-uhci.c:interrupt,status 3,frame# 660
最后那个数每次都是不一样的
请教这是怎么回事?

2.fontconfig-2.2.2,1怎么安装呢?
里面没有脚本,也没有makefile,怎么安装呢?
有一个+INSTALL,可是用vi看,什么也没有

3.dosutils会否引起死机?
昨天帮同学装fedora前
先分了5g空间
然后在光盘引导的dos下
运行dosutils中的autoboot
机子1-2秒后重起
试了三次皆如此
有谁遇过这种情况?

re:
我也遇到过~
我也不知道是怎么回事~
后来我把swap的的空间改到500就好了~
不知道是什么原因~

4.最后那个文件系统是什么?
[anuode@anuode anuode]# df
文件系统               1K-块        已用     可用 已用% 挂载点
/dev/hda2             76368452   9096492  63392668  13% /
/dev/hda1               101089      9144     86726  10% /boot
none                    111324         0    111324   0% /dev/shm
按我的分区应该是swap分区的啊,但是怎么出来了一个挂载点讷?不是说swap分区没有挂载点
么!!

5.有没有察看makefile的依赖树的东东???

6.继续问qmail的安装
[root@localhost qmail-1.03]# make
./compile overmaildirquota.c
overmaildirquota.c:15:27: missing terminating " character
overmaildirquota.c:16: error: syntax error before "sam"
overmaildirquota.c:16:10: missing terminating " character
overmaildirquota.c:25: error: syntax error before "if"
overmaildirquota.c:32: warning: data definition has no type or storage class
overmaildirquota.c:33: error: syntax error before '}' token
overmaildirquota.c:36: error: redefinition of `ret_value'
overmaildirquota.c:32: error: `ret_value' previously defined here
overmaildirquota.c:36: warning: data definition has no type or storage class
overmaildirquota.c:37: error: syntax error before '}' token
make: *** [overmaildirquota.o] Error 1
这是overmaildirquota.c出错,要逐行修改?


7.  Resuming from /dev/hda7
    Resuming from device hda7
    kernel panic:Resuming Machine:Unable to find suspended-data signature (-
misspelled)

    在进入linux时提示这个错误,且进不了linux系统。
    请问这个还得救吗?
    怎么救
    谢谢!!!!!!!

8.请问有没有Linux下的计费网关!!!!!!!!!!

9.求助:我的分区表坏了,怎样修理!
装了redhat9后不能启动,fdisk/mbr后进入2000,用魔法分区8.0,发现整个硬盘都是一片
空白,并标明bad,哪位高手知道如何修改?多谢了!

10.天大里有cygwin完全版吗?
有人用这个吗?在windows下模拟个linux

11.请教挂载磁盘问题
我挂载磁盘的时候为什么会出现这样的warning啊??
[mntent]: warning: no final newline at the end of /etc/fstab

在fstab文件里我是这样写的:
/dev/hda1               /mnt/c
vfat   user,exec,umask=0,codepage=936,iocharset=gb2312 0 0

12.每次开机都需要把网卡激活,解除,再激活
本人修改过mac地址,无论默认开机时网卡激活与否,开机都需要把网卡激活,解除
,再激活,反复1-2才能上网,怎么解决呢??
/etc/sysconfig/networking/devices/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
BROADCAST=202.113.186.255
IPADDR=202.113.186.214
NETMASK=255.255.255.0
NETWORK=202.113.186.0
ONBOOT=yes
HWADDR=4c:00:10:89:65:4d
USERCTL=yes
PEERDNS=no
GATEWAY=202.113.186.1
TYPE=Ethernet

13.网卡激活问题
我的也是有些毛病: 开机时
expr0 000 does not seem to be present,delay initializing
但是开机后redhat-config-network,自动会激活,但是有如下错误输出:
Error: CIPE not in HardwareFactory!
Error: CIPE not in HardwareFactory!
Error: CIPE not in HardwareFactory!
Error: CIPE not in HardwareFactory!


设定为开机时激活
似乎是选的硬件不对.
什么命令显示当前的网卡品牌等信息?

14.出错过程
请王老师在百忙之中帮忙看看,非常感谢。这台服务器上的东西主要是有一定自己的心血在
里面,不希望服务器崩溃,谢谢!!!
开始执行mkfs.ext3 /dev/hdg2命令,报告空间不足。所以我就打算从/分区里mv一些文件过
去/home目录里,因为/home分区才用了5%。 而在执

行mv /usr/local -R /home和
mv /usr/bin -R /home时,说操作参数不对。于是,我就用了cp命令,把这两个目录cp到了
/home目录下,然后rm了/usr/local和/usr/bin目录

。这样腾出了一定的空间,又执行fsmkfs.ext3 /dev/hdg2的时候,还是提示
mke2fs 1.32 (09-Nov-2002)
/dev/hdg2: Not enough space to build proposed filesystem while setting up
superblock
我就想不是空间问题,又怕等一下把别的问题都搞出来了,于是马上把/home/bin和
/home/local拷回/usr/下。但是发现以前/分区达到了100%

,但现在只有96%,显示在上面的操作中把一些文件搞丢失了。并且要命的是一些命令执行不
起了,比如说du,who,crontab等。而且在su时也提


[root@xztu root]# su
bash: id: command not found
bash: id: command not found
bash: id: command not found
bash: [: too many arguments
bash: dircolors: command not found
bash: id: command not found
bash: [: =: unary operator expected
我的硬盘空间如下
[root@xztu root]# df
文件系统               1K-块        已用     可用 已用% 挂载点
/dev/hdg5              9100180   8240504    397408  96% /
/dev/hde1             38464340   6725584  29784852  19% /home
/dev/hdg1              9614116    206056   8919688   3% /var
none                    127632         0    127632   0% /dev/shm
分区如下
[root@xztu root]# fdisk -l

Disk /dev/hdg: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdg1             1      1216   9767488+  83  Linux
/dev/hdg2          1217      4865  29310592+   f  Win95 Ext'd (LBA)
/dev/hdg5   *      3649      4799   9245376   83  Linux
/dev/hdg6          4800      4864    522081   82  Linux swap
/dev/hdg7          1217      3648  19535008+  83  Linux

Partition table entries are not in disk order

Disk /dev/hde: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hde1             1      4865  39078081   83  Linux

15.在Linux下拨号上ADSL若干问题求教
我们的猫“港湾网络”HA1000-D,带WEB页面管理,支持1483,PPP多种协议,带
DHCP,NAPT,路由多种功能

现在只能在windows下以1483 Bridged IP LLC封装加第三方PPPoE软件(enternet)上
ADSL
问题:
STEP1,想在windows下实现猫自带的“内置虚拟拨号”,在Disable桥之后,对江苏电信
上ADSL若干配置不熟悉:封装格式选择PPPoE LLC or PPPoE VC-MUX? 审核方式选择PAP
or CHAP?
诸多选项几乎逐一试过穷举,无一成功:( 可以排除上网卡号密码输错。
STEP2,若成功实现STEP1,如何在LINUX低下进行相应的配置?疑惑有二:in Debian
/etc/network/interface iface ppp0 inet PPP provider <...>是否需要?Debian 自
带的pppconfig 配置时好像还要我输Dialup Number? 针对的是PPPoE ADSL吗?
STEP3,如果难以实现猫的“内置虚拟拨号”,在LINUX下能否类似于windows下将猫配置
于桥接而不是路由模式,然后选取第三方拨号软件?(Debian下有无类似EnterNet in
windows?的相应程序?)
More or less, any suggestion or advices will be appreciated!

16.急问!!在线等
卸载了linux,我fdisk/MBR后,消除了grub.又用pgmagic将逻辑分区重新分配了一下。在
重装linux时
warning说:检测到的c盘的分区表不连续。怎么回事呢?
如何解决?
--
原话:The partition table on /dev/hda is inconsistent.There are many reasons
why this might be the case.often,the reason is

that linux detected the BIOS geometry incorrecty...................using LBA is
recommended

--
※ 来源:.天大求实BBS http://bbs.tju.edu.cn [FROM: 211.81.57.228]


[回到开始] [上一篇][下一篇]

荔园在线首页 友情链接:深圳大学 深大招生 荔园晨风BBS S-Term软件 网络书店