View previous topic :: View next topic |
Author |
Message |
hangteen
Joined: 11 Apr 2006 Posts: 3
|
Posted: Tue Apr 11, 2006 12:41 pm Post subject: Error message while rebooting (Lunar 1.60) |
|
|
I have an annoying msg. while rebooting.
Unmounting /tmp/etc/rc6.d/K99mount: line318 [: tmpfs: binary operator expected.
Anyone have the same msg.? How to get rid of this msg.?
thanks |
|
Back to top |
|
 |
Moe
Joined: 09 Apr 2006 Posts: 6 Location: Berlin, Germany
|
Posted: Tue Apr 11, 2006 3:18 pm Post subject: |
|
|
Please give us your fstab. |
|
Back to top |
|
 |
hangteen
Joined: 11 Apr 2006 Posts: 3
|
Posted: Wed Apr 12, 2006 6:23 am Post subject: |
|
|
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
# proc is required pretty much on any linux system except embedded systems:
proc /proc proc defaults 0 0
# shmfs is surpassed and obsolete
#shm /dev/shm shm defaults 0 0
# devfs and devpts are not friends, yet 2.6 needs devpts:
devpts /dev/pts devpts defaults 0 0
# usb devfs can be helpfull on interactive (desktop) machines
usbfs /proc/bus/usb usbfs defaults 0 0
# /tmp should be wiped on boot so by default it helps to have it on tmpfs
tmpfs /tmp tmpfs defaults,size=256m,nr_inodes=64m 0 0
# /var/lock and /var/run need to be clean on reboot:
tmpfs /var/lock tmpfs size=4m 0 0
tmpfs /var/run tmpfs size=4m 0 0
# /var/tmp should NOT be on tmpfs, LSB states that the contents of it must
# stay intact on reboot
#tmpfs /var/tmp tmpfs size=32m 0 0
#/dev/hdb10 / reiserfs defaults 0 1
/dev/hdb10 / reiserfs notail 0 1
/dev/hdb13 /home reiserfs defaults 0 2
/dev/hdb9 none swap sw 0 0
/dev/hdb11 /tmp reiserfs defaults 0 2
/dev/hdb12 /var reiserfs notail,noatime,nodev 0 2
/dev/hdb2 /mnt/win_data vfat iocharset=tis-620,rw,codepage=437,umask=0 0 0
/dev/fd0 /mnt/floppy auto user,noauto 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 ro,user,noauto 0 0 |
|
Back to top |
|
 |
Moe
Joined: 09 Apr 2006 Posts: 6 Location: Berlin, Germany
|
Posted: Thu Apr 13, 2006 6:13 am Post subject: |
|
|
You are mounting /tmp twice. Please remove either the tmpfs definitions for /tmp or your own reiserfs statement. |
|
Back to top |
|
 |
hangteen
Joined: 11 Apr 2006 Posts: 3
|
Posted: Thu Apr 13, 2006 11:36 am Post subject: |
|
|
Thank you, Moe
I will try when I get home. |
|
Back to top |
|
 |
ElllisD
Joined: 25 Sep 2005 Posts: 13
|
Posted: Mon May 22, 2006 1:53 am Post subject: ran out of input data unable to boot |
|
|
1st boot always gets me this, I've set the partition w/ & w/o type fd on scd0 (&md0)
using -j -O dir_index
tried lilo & grub
Dell Inspiron E1505
Centrino 1/1 1G 90Gscsi
wifi, bt, 10/100
Uncompressing Linux...
ran out of input data
-- System halted_ |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Mon May 22, 2006 4:31 pm Post subject: |
|
|
your post is completely not related to this thread. You shoudl:
1) open up a new thread
2) provide more information about *WHAT* fails to boot (the iso? your own kernel?) |
|
Back to top |
|
 |
ElllisD
Joined: 25 Sep 2005 Posts: 13
|
|
Back to top |
|
 |
|