Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"mknod /dev/ptyb2 faild: No space loft on device [solved]"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
--raptor--
n00b
n00b


Joined: 25 Feb 2007
Posts: 9
Location: RT - Germany

PostPosted: Sun Mar 04, 2007 1:42 pm    Post subject: "mknod /dev/ptyb2 faild: No space loft on device [solve Reply with quote

Hi @all,

I compiled a 2.6.20 kernel with genkernel. You can see the .conf at http://www.slash-src.de/~raptor/kernel_config.
When I try to boot this kernel I get the following problem:

Code:
(...)
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel momory: 336k freed
>> Loading moduls
(...)
>> Activating mdev
mdev: mknod /dev/ptyb2 faild: No space left on device
mkdir: Cannot create directory '/newroot': NO space left on device
>> Determinig root device...
>> Mounting root...
mount: Mountig /dev/sda5 on /newroot failed: No such file or directory
!! Could not mount specified ROOT, try again
!! The root block device is unspecified or not detected.
Please specify a device to boot, or "shell" for a shell...
boot()::


Some Infos about my System:
AMD Athlon64 X2 3800+
MB Asus A8N-SLI Premium S939 Nvidia nForce4 SLI
HDASA 250GB Samsung SP2504C SATAII

emegrge --info
Code:
 Portage 2.1.2.1 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.5-r0, 2.6.17-gentoo-r4htpc x86_64)
=================================================================
System uname: 2.6.17-gentoo-r4htpc x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 04 Mar 2007 07:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r3
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.20-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ "
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acpi alsa amd64 apache2 avi berkdb bitmap-fonts cdparanoia cdr cli cracklib crypt ctype cups dba deprecated directfb discouraged divx dri dts dvb dvd dvdr dvdread eds emboss encode fame fbcon ffmpeg fftw flac foomaticdb gd gif gpm gstreamer gtk gtk2 iconv imlib ipv6 isdnlog joystick jpeg kde lirc lm_sensors lzw lzw-tiff mad madwifi midi mjpeg mp2 mp3 mpeg mysql mythtv ncurses net nls nptl nptlonly nvidia ogg oggvorbis opengl pam pcre perl php png posix pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl svg tcpd theora threads tiff transcode truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vcd wmv8 wmvdmo xine xine-lib xinerama xml xml2 xorg xpm xv xvid zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIRC_DEVICES="serial" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


/boot/grub/menue.lst
Code:
 default 1
timeout 5


title=Gentoo Linux 2.6.20
root (hd0,0)
kernel (hd0,0)/kernel-genkernel-x86_64-2.6.20-gentoohtpc root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda5
initrd /initrd-genkernel-x86_64-2.6.20-gentoohtpc

title=Gentoo Linux 2.6.17-r4-htpc
root (hd0,0)
kernel (hd0,0)/kernel-genkernel-x86_64-2.6.17-gentoo-r4htpc root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda5 quiet splash=silent,theme:livecd-2006.0 vga=786 CONSOLE=/dev/tty1 udev
initrd /initramfs-genkernel-x86_64-2.6.17-gentoo-r4htpc


/etc/fstab
Code:
/dev/sda1               /boot           ext2            noatime 1 2
/dev/sda2               /mnt/vmware     ext3            defaults        0 1
/dev/sda5               /               ext3            noatime         0 1
/dev/sda6               /home           ext3            defaults        0 1
/dev/sda7               /mnt/cryp       ext3            noauto,encryption=blowfish      0 0
/dev/sda8               /mnt/mp3        ext3            defaults        0 1
/dev/sda9               /mnt/video1     xfs             defaults        0 1
/dev/sda10              /mnt/video2     xfs             defaults        0 1
/dev/sda11              none            swap            sw              0 0
/dev/sdb1               /mnt/usb1       auto            defaults,noauto 0       1
/dev/sdb2               /mnt/usb2       auto            defaults,noauto 0       1
/dev/sdb3               /mnt/usb3       auto            defaults,noauto 0       1
/dev/sdb4               /mnt/usb4       auto            defaults,noauto 0       1
/dev/hdc                /mnt/cdrom      iso9660         noauto,user,ro          0 0
//192.168.0.33/homes    /mnt/x10plus/home       smbfs   noauto,user=raptor      0       0
//x10plus/grafik        /home/raptor/grafik     smbfs   defaults,user,username=raptor%xxx,fmask=644,dmask=755,uid=1000,gid=100       0       0


# NOTE: The next line is critical for boot!
proc                    /proc           proc            defaults        0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0

What do I wrong??
_________________
AMD Athlon64 X2 3800+ 2x2000MHz
2x512 MB Corsair DDR
250 GB Samsung SP2504C SATAII
Asus A8N-SLI Premium S939 Nvidia nForce4 SLI 100MHz FSB


Last edited by --raptor-- on Sun Mar 04, 2007 6:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
--raptor--
n00b
n00b


Joined: 25 Feb 2007
Posts: 9
Location: RT - Germany

PostPosted: Sun Mar 04, 2007 6:11 pm    Post subject: Reply with quote

solved the problmem by my own. I compiled the kernel without bootsplash.
I don´t know why it wors....
_________________
AMD Athlon64 X2 3800+ 2x2000MHz
2x512 MB Corsair DDR
250 GB Samsung SP2504C SATAII
Asus A8N-SLI Premium S939 Nvidia nForce4 SLI 100MHz FSB
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Sun Mar 04, 2007 6:41 pm    Post subject: Reply with quote

please add [solved] to your post
and mabe bugreport...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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