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

devpts: called with bogus options



Hey guys,

I can't figure this out. Any ideas?

These messages in dmesg used to be harmless because devpts would be
mounted anyway, ignoring "bogus options":
-----------------
[    8.535397] devpts: called with bogus options
-----------------

But since I upgraded to linux-image-2.6.29-1-amd64 in the latest 'sid',
my devpts will not mount unless I manually mount it.

This works:
$ mount -t devpts devpts /dev/pts/

This does not:
$ mount /dev/pts

Thanks for any help!
-s


# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options>                  <dump> <pass>
/dev/sda1	/boot  ext3   defaults,noatime,commit=60,user_xattr,acl	0      2
/dev/sda2 /x86      ext3   defaults,noatime,commit=60,user_xattr,acl 0 2
/dev/sda3 /  ext3   defaults,errors=remount-ro,noatime,commit=60,user_xattr,acl 0      1
/dev/sda4 /home ext3 defaults,noatime,user_xattr,acl 0 2
/dev/hdc       /ls120 ext2 defaults,user 0 0
/dev/hdc       /floppy vfat defaults,user 0 0
/dev/cdrom                     /cdrom iso9660 user,ro 0 0
proc            /proc         proc   defaults                   0      0
sysfs /sys sysfs none 0 0
devpts /dev/pts devpts none 0 0
tmpfs /dev/shm tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0

# x86 mounts
/home           /x86/home none  bind            0       0
/tmp            /x86/tmp none   bind            0       0
/dev            /x86/dev none   rbind            0       0
/sys           /x86/sys none  bind            0       0
proc            /x86/proc proc  defaults        0       0



Reply to: