1. I got -- > bash: partprobe: command not found, how to resolve it? 2. I tried some LFS versions but at LFS 7.0 went more smoothly but probably it was just my lack of experience. ----------------- root:/# mount -v --bind /dev $LFS/dev /dev on /dev type none (rw,bind) root:/# mount -vt proc proc $LFS/proc proc on /proc type proc (rw) root:/# mount -vt sysfs sysfs $LFS/sys sysfs on /sys type sysfs (rw) root:/# cat /proc/partitions major minor #blocks name
8 0 78150744 sda 8 1 20457440 sda1 8 2 14648320 sda2 8 3 1 sda3 8 5 24413184 sda5 8 6 3905536 sda6 8 7 14721601 sda7 root:/# partprobe bash: partprobe: command not found root:/# grub-install /dev/sda /usr/sbin/grub-probe: error: cannot stat `/dev/sda7'. ----------------- On Fri, Mar 22, 2013 at 1:00 PM, <[email protected]>wrote: > Send lfs-support mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://linuxfromscratch.org/mailman/listinfo/lfs-support > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of lfs-support digest..." > > > Today's Topics: > > 1. Can't install grub - LFS 7.0 (Andi Blacktigerbro) > 2. Re: Can't install grub - LFS 7.0 (Bruce Dubbs) > 3. Re: Problem (Baho Utot) > 4. [solved] RE: lfs-support Digest, Vol 2823, Issue 1 (Rubin Saifi) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 22 Mar 2013 03:26:59 +0700 > From: Andi Blacktigerbro <[email protected]> > Subject: [lfs-support] Can't install grub - LFS 7.0 > To: [email protected] > Message-ID: > <CAG6hOji-CC0wDXjjfWz9xJLH8NNCfk-z+xEN_S= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > I have problem installing grub > > already creating the /etc/fstab File > ------------------ > cat > /etc/fstab << "EOF" > # Begin /etc/fstab > > # file system mount-point type options dump fsck > # order > > /dev/sda7 / ext3 defaults 1 1 > /dev/sda6 swap swap pri=1 0 0 > proc /proc proc defaults 0 0 > sysfs /sys sysfs defaults 0 0 > devpts /dev/pts devpts gid=4,mode=620 0 0 > tmpfs /run tmpfs defaults 0 0 > # End /etc/fstab > EOF > ------------------ > sda7 is my lfs partition > sda6 is my host swap (debian) because I did not create swap for lfs > ------------ > already done > ------------ > cd /tmp && grub-mkrescue --output=grub-img.iso && xorriso -as cdrecord -v > dev=/dev/cdrw blank=as_needed grub-img.iso > > ------------- > and already remount > ----- > mount -v --bind /dev $LFS/dev > mount -vt devpts devpts $LFS/dev/pts > mount -vt tmpfs shm $LFS/dev/shm > mount -vt proc proc $LFS/proc > mount -vt sysfs sysfs $LFS/sys > ----- > the command and result > ---- > root:/# grub-install /dev/sda > /usr/sbin/grub-probe: error: cannot stat `/dev/sda7'. > ---- > Is something I left? > -- > [Andi is your brother] > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linuxfromscratch.org/pipermail/lfs-support/attachments/20130322/2ae26283/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Thu, 21 Mar 2013 15:39:13 -0500 > From: Bruce Dubbs <[email protected]> > Subject: Re: [lfs-support] Can't install grub - LFS 7.0 > To: LFS Support List <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Andi Blacktigerbro wrote: > > I have problem installing grub > > > > already creating the /etc/fstab File > > ------------------ > > cat > /etc/fstab << "EOF" > > # Begin /etc/fstab > > > > # file system mount-point type options dump fsck > > # order > > > > /dev/sda7 / ext3 defaults 1 1 > > /dev/sda6 swap swap pri=1 0 0 > > proc /proc proc defaults 0 0 > > sysfs /sys sysfs defaults 0 0 > > devpts /dev/pts devpts gid=4,mode=620 0 0 > > tmpfs /run tmpfs defaults 0 0 > > # End /etc/fstab > > EOF > > ------------------ > > sda7 is my lfs partition > > sda6 is my host swap (debian) because I did not create swap for lfs > > ------------ > > already done > > ------------ > > cd /tmp && grub-mkrescue --output=grub-img.iso && xorriso -as cdrecord > -v > > dev=/dev/cdrw blank=as_needed grub-img.iso > > > > ------------- > > and already remount > > ----- > > mount -v --bind /dev $LFS/dev > > mount -vt devpts devpts $LFS/dev/pts > > mount -vt tmpfs shm $LFS/dev/shm > > mount -vt proc proc $LFS/proc > > mount -vt sysfs sysfs $LFS/sys > > ----- > > the command and result > > ---- > > root:/# grub-install /dev/sda > > /usr/sbin/grub-probe: error: cannot stat `/dev/sda7'. > > ---- > > Is something I left? > > Do you have /dev/sda7? If you created the partition, you may need to do > partprobe for the kernel to know it's there. > > But why are you using LFS 7.0? It was released Sep 2011. Current is > LFS 7.3. IIRC grub was 1.97 at the time. It is 2.0 now. > > -- Bruce > > > > > > ------------------------------ > > Message: 3 > Date: Thu, 21 Mar 2013 17:10:32 -0400 > From: Baho Utot <[email protected]> > Subject: Re: [lfs-support] Problem > To: LFS Support List <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 03/21/2013 12:44 PM, Mihal wrote: > > On lfs 6.8 on chapter 5.7 whet i run make i have an error : > > if test -r /mnt/lfs/sources/glibc-build/csu/abi-tag.h.new; then mv -f > > /mnt/lfs/sources/glibc-build/csu/abi-tag.h.new > > /mnt/lfs/sources/glibc-build/csu/abi-tag.h; \ > > else echo >&2 'This configuration not matched in ../abi-tags'; > exit 1; fi > > make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.13/csu' > > make[1]: *** [csu/subdir_lib] Error 2 > > make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.13' > > make: *** [all] Error 2 > > > > > > and i stops/ > > can you help me? > > [email protected] > > > > you need to post the lines just before the Error 1 > > What you have is after the fact > > > ------------------------------ > > Message: 4 > Date: Fri, 22 Mar 2013 10:17:43 +0530 > From: Rubin Saifi <[email protected]> > Subject: [lfs-support] [solved] RE: lfs-support Digest, Vol 2823, > Issue 1 > To: lfs-support <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Dear friend , you need to compile your kernel again with PCNET32 ETHERNET > DRIVER [*] option , do remember [*] option not [m] and your eth0 will be > working > > > From: [email protected] > > Subject: lfs-support Digest, Vol 2823, Issue 1 > > To: [email protected] > > Date: Thu, 21 Mar 2013 00:00:01 -0600 > > > > Send lfs-support mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://linuxfromscratch.org/mailman/listinfo/lfs-support > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of lfs-support digest..." > > > > > > Today's Topics: > > > > 1. Re: eth0 issue NO SUCH DEVICE (xinglp) > > 2. Re: eth0 issue NO SUCH DEVICE (Pierre Labastie) > > 3. Re: eth0 issue NO SUCH DEVICE (Bruce Dubbs) > > 4. Re: Configuring the Linux Console for Japanese Environment > > (LFS 7.0) (Ken Moffat) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Wed, 20 Mar 2013 14:41:59 +0800 > > From: xinglp <[email protected]> > > Subject: Re: [lfs-support] eth0 issue NO SUCH DEVICE > > To: LFS Support List <[email protected]> > > Message-ID: > > <CAHQM783anjfjdvuiaAPFtZs_VYO1Pe4jzUn= > [email protected]> > > Content-Type: text/plain; charset=UTF-8 > > > > 2013/3/20 Rubin Saifi <[email protected]>: > > > /run/var/bootlog : no such file or directory > > > /etc/sysconfig/ifconfig.eth0 -> well configured > > > /etc/sysconfig/network -> well configured > > > ifup eth0 -> no device eth0 > > > > > > > > > i am done with the LFS book and the LFSBox is up and running but > before the > > > root login it shows that no interface eth0 , no such device etc,...... > what > > > should be done to get eth0 up and working > > What's in /sys/class/net ? > > > > > > -- > > > http://linuxfromscratch.org/mailman/listinfo/lfs-support > > > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > > > Unsubscribe: See the above information page > > > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Wed, 20 Mar 2013 11:08:27 +0100 > > From: Pierre Labastie <[email protected]> > > Subject: Re: [lfs-support] eth0 issue NO SUCH DEVICE > > To: LFS Support List <[email protected]> > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Le 20/03/2013 07:41, xinglp a ?crit : > > > 2013/3/20 Rubin Saifi<[email protected]>: > > >> /run/var/bootlog : no such file or directory > > >> /etc/sysconfig/ifconfig.eth0 -> well configured > > >> /etc/sysconfig/network -> well configured > > >> ifup eth0 -> no device eth0 > > >> > > >> > > >> i am done with the LFS book and the LFSBox is up and running but > before the > > >> root login it shows that no interface eth0 , no such device > etc,...... what > > >> should be done to get eth0 up and working > > > What's in /sys/class/net ? > > Also, you can try 'ip link list'. It should give you the name of the > > network interface (together with some other information). Modern udev > > tends to rename network interface to names like enpXsY where X and Y are > > numbers. > > It is also possible that you did not enable your specific network card > > in the kernel configuration. > > If you find some enpXsY either by doing ip link list or by listing > > /sys/class/net, try replacing the line 'IFACE=eth0' by IFACE='enpXsY' in > > /etc/sysconfig/ifconfig.eth0 (renaming the file is not mandatory, > > although it is cleaner IMHO). > > > > Regards > > Pierre > > > > > > > > ------------------------------ > > > > Message: 3 > > Date: Wed, 20 Mar 2013 11:37:54 -0500 > > From: Bruce Dubbs <[email protected]> > > Subject: Re: [lfs-support] eth0 issue NO SUCH DEVICE > > To: LFS Support List <[email protected]> > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Pierre Labastie wrote: > > > Le 20/03/2013 07:41, xinglp a ?crit : > > >> 2013/3/20 Rubin Saifi<[email protected]>: > > >>> /run/var/bootlog : no such file or directory > > > > That's specifically deleted at the end of the boot process. Try > > /var/log/boot.log which is a copy after the disk becomes writable. > > > > >>> /etc/sysconfig/ifconfig.eth0 -> well configured > > >>> /etc/sysconfig/network -> well configured > > >>> ifup eth0 -> no device eth0 > > > > >>> i am done with the LFS book and the LFSBox is up and running but > before the > > >>> root login it shows that no interface eth0 , no such device > etc,...... what > > >>> should be done to get eth0 up and working > > > > >> What's in /sys/class/net ? > > > > > Also, you can try 'ip link list'. It should give you the name of the > > > network interface (together with some other information). Modern udev > > > tends to rename network interface to names like enpXsY where X and Y > are > > > numbers. > > > It is also possible that you did not enable your specific network card > > > in the kernel configuration. > > > If you find some enpXsY either by doing ip link list or by listing > > > /sys/class/net, try replacing the line 'IFACE=eth0' by IFACE='enpXsY' > in > > > /etc/sysconfig/ifconfig.eth0 (renaming the file is not mandatory, > > > although it is cleaner IMHO). > > > > Another issue is the hw environment. If working in a virtual > > environment, eth0 may not exist and the interface will be something like > > enp1s3. Normally this is renamed by udev, but it is purposely skipped > > in a virtual environment. > > > > -- Bruce > > > > > > > > > > ------------------------------ > > > > Message: 4 > > Date: Wed, 20 Mar 2013 21:43:04 +0000 > > From: Ken Moffat <[email protected]> > > Subject: Re: [lfs-support] Configuring the Linux Console for Japanese > > Environment (LFS 7.0) > > To: LFS Support List <[email protected]> > > Message-ID: <20130320214304.GA21959@milliways> > > Content-Type: text/plain; charset=utf-8 > > > > [ this response contains a few UTF-8 japanese glyphs ] > > > > On Wed, Mar 20, 2013 at 01:06:51AM +0700, Andi Blacktigerbro wrote: > > > I'm trying to build LFS with fully supported Japanese Environment and > can > > > be switched into English, but only use US-EN keyboard input and for > > > Japanese input I prefer to use Anthy/SCIM > > > Now I'm on chapter 7.10. Configuring the Linux Console - LFS 7.0 but I > have > > > problem chossing the KEYMAP > > > Should I use this > > > ----------- > > > cat > /etc/sysconfig/console << "EOF" > > > # Begin /etc/sysconfig/console > > > > > > KEYMAP="jp106" > > > > > > # End /etc/sysconfig/console > > > EOF > > > ----------- > > > or maybe just US-EN KEYMAP or something else? but the console at later > time > > > should able to display hiragana, katakana, and kanji characters. > > > > > I don't think the console can display kanji. If you use the bright > > colours, you can have a total of 256 glyphs. If you do without the > > bright ones you can have up to 512 glyphs, at least in a framebuffer. > > There are also size issues for the character cell (the largest > > standard fonts I'm aware of are 12x22, which maybe _requires_ a > > framebuffer, but most are something like 8x16 or smaller - perhaps > > there are enough available glyphs for ASCII, hiragana, katakana but > > you might struggle to find a suitable console font). > > > > I can see occasional references to console projects, but the > > easiest way to display any of those writing systems is to use > > terminals in Xorg. The legacy xorg fonts, or modern TrueType/OTF > > fonts, will happily display all of those writing systems. I'm not > > sure if xterm itself can do that, but certainly rxvt-unicode can. > > > > This is what translate.google thinks is the katakana for Andi, I've > > keyed the first 4 codes using ISO-14755 format in rxvt-unicode and > > pasted the fifth because I can't recognize it from the hiragana or > > katakana glyphs listed in gucharmap: ????? (codes U+30A2, > > U+30F3, U+30C7 U+30A3) : for me that renders identically in > > rxvt-unicode and in firefox. I'm guessing the last glyph is U+30FC > > "katakana+hiragana prolonged sound mark" ? which gucharmap shows in > > the 'common' area. > > > > Do you actually need a console for those writing systems, or would > > using them in a browser / graphical mail client / office programs be > > adequate ? I use mutt for my email, but I subscribe to the lkml > > list and when I read mail in rxvt-unicode I am able to render the > > CJK [ Kanji, Chinese, Korean ] glyphs which appear in people's names > > and standard introductory remarks. > > > > For the console itself, I guess jp106 is your only sensible choice > > (or if your keyboard has subtle differences, for example because you > > use a laptop where some keys have been rearranged, copy jp106 and use > > it to create a corrected version for your machine). > > > > ?en > > -- > > das eine Mal als Trag?die, das andere Mal als Farce > > > > > > ------------------------------ > > > > -- > > http://linuxfromscratch.org/mailman/listinfo/lfs-support > > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > > Unsubscribe: See the above information page > > > > > > End of lfs-support Digest, Vol 2823, Issue 1 > > ******************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://linuxfromscratch.org/pipermail/lfs-support/attachments/20130322/e02c6281/attachment-0001.html > > ------------------------------ > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > > > End of lfs-support Digest, Vol 2824, Issue 1 > ******************************************** > -- [Andi is your brother]
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
