Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]to change owner or mode of tty stdin
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
viciantohun
n00b
n00b


Joined: 09 Jan 2013
Posts: 3

PostPosted: Wed Jan 09, 2013 2:14 am    Post subject: [SOLVED]to change owner or mode of tty stdin Reply with quote

Hello Everybody,

i have managed to install a fresh Gentoo system using the handbook, but i have a problem after a successful booting, i get the following message when i try to login:

"Unable to change owner or mode of tty stdin: Read-only file system". My / partition is read-only, i can remount it with mount -o rw,remount /. But if i restart the system the problem happens again. I have tried to check the filesystem with e2fsck using a livecd, but all of my partition was clean.

My fstab looks like:
dev/sdb1 /boot ext2 defaults,noatime 0 2
/dev/sdb2 none swap sw 0 0
/dev/sdb3 / ext4 noatime 0 1

/dev/cdrom /mnt/cdrom auto noauto,user 0 0

fdisk -l:
Disk /dev/sdb: 128.0 GB, 128035676160 bytes
255 fej, 63 szektor, 15566 cilinder, Ăśsszesen 250069680 szektor
EgysĂŠg: sectors 1 * 512 = 512 bĂĄjt
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
LemezazonosĂ­tĂł: 0x00000000

EszkĂśz IndĂ­tĂĄs Eleje VĂŠge Blokkok Az Rendszer
/dev/sdb1 * 2048 67583 32768 83 Linux
/dev/sdb2 67584 8456191 4194304 82 Linux lapozĂł / Solaris
/dev/sdb3 8456192 250069679 120806744 83 Linux

/var/log is empty i cannot check the message logfile.

Do you have any idea?

Thank you!

P.S: i the ext4 fs support is fully enabled at the kernel menuconfig tool (marked with *).


Last edited by viciantohun on Wed Jan 09, 2013 8:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jan 09, 2013 3:16 am    Post subject: Reply with quote

Does kernel config have
Quote:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_HOTPLUG=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_NET=y
CONFIG_PROC_FS=y
CONFIG_SIGNALFD=y
CONFIG_SYSFS=y
CONFIG_SYSFS_DEPRECATED is not set
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_BLK_DEV_BSG=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y

_________________
Defund the FCC.
Back to top
View user's profile Send private message
viciantohun
n00b
n00b


Joined: 09 Jan 2013
Posts: 3

PostPosted: Wed Jan 09, 2013 4:58 pm    Post subject: Reply with quote

Hello,

Thank you it works, the
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
were missing from my kernel config. Thank you!

DONAHUE wrote:
Does kernel config have
Quote:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_HOTPLUG=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_NET=y
CONFIG_PROC_FS=y
CONFIG_SIGNALFD=y
CONFIG_SYSFS=y
CONFIG_SYSFS_DEPRECATED is not set
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_BLK_DEV_BSG=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum