[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

boot problems



Hi,

I am running lenny and having some bootup problems.

*****************
1. I have a script in /etc/network/if-up.d/iptables
If I boot the system up, I see that it runs.

If I issue an iptables -L -n, I see SOME of my configurations.
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED tcp dpt:993 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED tcp dpt:8083

BUT I do not see all, especially I do not see:
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED tcp dpt:83

However, if I run the script  manually, everything is ok.
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED tcp dpt:83 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED tcp dpt:993 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED tcp dpt:8083

I guess that something else runs after my script modifying the iptable.

???

***************
2. fschk exit with an operational error (8)
I get the root shell or Cntr-D. I checked the disk by smart tools - it seems no problem with the disk. What I think the problem is: when the system boots up, I see that it wants to run fschk on other disks than sda. My external hard drive is turned off. The fstab:
/dev/sdb1       /home/hege/disk2/    ext3    user,rw,noauto  0       2
/dev/sdc1       /home/hege/disk3/    ext3    user,rw,noauto  0       2

Moreover, if I turn on the external SATA disk it will be automatically mounted, although the 'noauto' option is defined. The disk is connected to a hot-plug-in enabled SATA card.

???

***************
I tried /var/log/messages and dmesg, but I could not find anything...
Do you have any suggestion how to track down these problems?

Thanks for your help in advance,
tamas


Reply to: