<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support">
    <title>gmane.linux.lfs.support</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34478"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34477"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34476"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34475"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34474"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34473"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34469"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34466"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34465"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34462"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34461"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.support/34459"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34478">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34478</link>
    <description>&lt;pre&gt; Interesting.  When I did a binary install on a new machine (copy
over the system from a previous machine, with a more generic kernel
and with modules for all likely network adaptors), one of the
problems was the uuid in the existing grub.cfg (which I had adapted
to point to the right place for the /boot partition).  I also note
that grub provides both the search and uuid parameters when you
install it to the bootloader.

 But all bootloaders are nasty (in their own evil and different
ways!) - and grub isn't really the problem here.

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-25T23:38:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34477">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34477</link>
    <description>&lt;pre&gt;
[...]


I asked this, just to be sure what is the system running after boot.


This is good, then.


I would expect the following entries should run your system, if not,
probably there is a problem with the kernel options.

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'GNU/Linux, with Linux 3.2.6-lfs-7.1' --class gnu-linux --class gnu --class os {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos1)'
    search --no-floppy --fs-uuid --set=root 63a59ea4-b2dd-4ede-a506-14b8d0a951c5
    echo    'Loading Linux 3.2.6-lfs-7.1 ...'
    linux   /boot/vmlinuz-3.2.6-lfs-7.1 root=/dev/sda1 ro  
}
menuentry 'GNU/Linux, with Linux 3.2.6-lfs-7.1 (recovery mode)' --class gnu-linux --class gnu --class os {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos1)'
    search --no-floppy --fs-uuid --set=root 63a59ea4-b2dd-4ede-a506-14b8d0a951c5
    echo    'Loading Linux 3.2.6-lfs-7.1 ..&lt;/pre&gt;</description>
    <dc:creator>Fernando de Oliveira</dc:creator>
    <dc:date>2012-05-25T22:51:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34476">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34476</link>
    <description>&lt;pre&gt;
The search command is only used by an initrd.  For a standard LFS build, 
you can't use uuid or the search command.


You need, e.g root=/dev/sdb1, and the fs type of /dev/sb1 must be built 
into the kernel (not a module).

If you are talking about ubuntu, then the search line will work, but you 
  need a initrd line too.



Yes.


LOL.  Yes.


I gets a little tricky in a virtual environment.  You have to build in 
the HW drivers as well as the fs drivers.

 &amp;gt;&amp;gt; initrd.img. I don't know how to generate it now because lfs7.1 book


BLFS can create a generic initrd for some uses.  See 
http://www.linuxfromscratch.org/blfs/view/svn/postlfs/initramfs.html

But that may be premature.

   -- Bruce


&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-25T21:28:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34475">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34475</link>
    <description>&lt;pre&gt;
 I believe that the fs-uuid is used by grub to find a kernel.  So,
since you have apparently found your LFS kernel, that parameter is
probably correct.

  On the other hand, and for want of a better idea, please try
manually editing grub.cfg : copy that menuentry, give it a different
name in the _menuentry_ e.g. -lfs-7.1-A, and remove
--fs-uuid --set and the uuid.  I don't know, perhaps grub2 requires
a uuid.  If that is the case, try another menu entry (-B or
whatever).  To find the uuid for /dev/sdb1 try (in ubuntu, as root)
vol_id --uuid /dev/sdb.

 I do note that on my machines with a shared /boot I use the same
fs-uuid for each of the several systems on the same disk, so I'm
doubtful that this is the right answer.

 And here you have started to run the ubuntu initrd.  Ubuntu kernels
use initrds, LFS kernels don't (we expect you to compile everything
needed to boot to at least runlevel 1 into the kernel, *not* as
modules, i.e. drivers for disks / virtual disks, and drivers for
filesystems that are alway&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-25T20:51:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34474">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34474</link>
    <description>&lt;pre&gt;Thank you, Ken and Fernando. I've had a try about your suggestions. The results is below.



Look at the following (1).



Run this cmd with root on Ubuntu:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"


Yes, I backup the entire VM directory of Ubuntu10.04. Just a copy.



I run update-grub with root and check the file /boot/grub/grub.cfg in the end of which it has contained the description of LFS7.1 like below.
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "GNU/Linux, Linux 3.2.6-lfs-7.1 (on /dev/sdb1)" {
insmod ext2
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 63a59ea4-b2dd-4ede-a506-14b8d0a951c5
linux /boot/vmlinuz-3.2.6-lfs-7.1 root=/dev/sdb1 ro
}
### END /etc/grub.d/30_os-prober ###
After rebooting select LFS 7.1 in the boot option(ubuntu can start up and run correctly.) and appear the same errors as before.

...md: ... autorun DONE.
Root-NFS: on NFS server address......
(1)Then I do a test according to what Ken said. 
Copy initrd.i&lt;/pre&gt;</description>
    <dc:creator>Omar</dc:creator>
    <dc:date>2012-05-25T09:07:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34473">
    <title>回复：  lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34473</link>
    <description>&lt;pre&gt;Thank you, Elly.
I've had a try. It failed again with error prompt "no such partition."
I think the reason is in the chapter 8.4.2 of LFS 7.1 book as follow:

...Note that this is different from earlier versions where both numbers started from zero. For example, partition sda1 is (hd0,1) to GRUB and sdb3 is (hd1,3)...


________________________________
 发件人： Eleanore Boyd &amp;lt;cara117&amp;lt; at &amp;gt;cox.net&amp;gt;
收件人： Omar &amp;lt;vicpli&amp;lt; at &amp;gt;yahoo.com.cn&amp;gt;; LFS Support List &amp;lt;lfs-support&amp;lt; at &amp;gt;linuxfromscratch.org&amp;gt; 
发送日期： 2012年5月24日, 星期四, 下午 8:12
主题: Re: [lfs-support] lfs7.1 cannot boot
 

On 5/24/2012 7:11 AM, Eleanore Boyd wrote: 
On 5/24/2012 2:07 AM, Omar wrote: 
            available partitions:
            unknown-block(2.0)
As I recall, (hd*,*) refers to disk and partition, where the numbering starts at 0. It probably can't find the kernel at the second partition, or the second partition doesn't exist. (hd1,1) would actually be (hd1,0) to find the kernel and system.
Oops. Forgot to sign. It's a lit&lt;/pre&gt;</description>
    <dc:creator>Omar</dc:creator>
    <dc:date>2012-05-25T02:48:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34472">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34472</link>
    <description>&lt;pre&gt;

You have also overwritten the MBR of sda. Probably Ubuntu's grub version
is different from LFS's.



Please, if you can, provide the output of

    cat /etc/lsb-release

I believe you have first to fix Ubuntu, and doing so, the other part
will be fixed as well.

If you can boot into Ubuntu, run as root:

    grub-install /dev/sda

to get back the original grub in the MBR.

Then, as root, run

    update-grub

This will create a new grub.cfg in /etc/boot/grub which will have also a
menuentry for LFS.

If you cannot boot, the instructions above should be done using chroot.
This will be a little more difficult. Ubuntu's live CD or iso image can
be used, but first you have to be able to change the VM bios boot order
to have CD option before HD option. This is a little tricky, as you have
to the hit Esc key *only once* during the time the VMW bar is
displaying.

Before going on with the explanation of how to chroot in, we need more
feedback from you.

&lt;/pre&gt;</description>
    <dc:creator>Fernando de Oliveira</dc:creator>
    <dc:date>2012-05-25T02:14:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34471">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34471</link>
    <description>&lt;pre&gt;
[...]
 So, you have overwritten the ubuntu grub.cfg.

 You have booted *a* linux kernel, so I don't think Elly's
suggestions to change where grub is looking or installed will be
needed.  If I've read correctly, you now only have one entry in
grub.cfg and that one doesn't boot.

 I think you might have booted the ubuntu kernel : that needs its
initrd to be able to access anything.  If you can get to the grub
command line, and you know what the initrd is called, you might be
able to edit the commandline (if the initrd is still there).
Otherwise, recover from a backup.  Once you can boot the ubuntu VM,
you will be able to use that to fix problems with your LFS system.

 After that, add the LFS system to ubuntu's grub.cfg by *editing*
that file so that there are entries for both ubuntu and LFS, not by
running programs and NOT by overwriting it.  When you have the LFS
system booting and working correctly, you can think about doing
without the ubuntu VM (hint: until you can download other software
to it, the LFS &lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-24T14:07:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34470">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34470</link>
    <description>&lt;pre&gt;Oops. Forgot to sign. It's a little early for my head....

Elly
&lt;/pre&gt;</description>
    <dc:creator>Eleanore Boyd</dc:creator>
    <dc:date>2012-05-24T12:12:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34469">
    <title>Re: lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34469</link>
    <description>&lt;pre&gt;As I recall, (hd*,*) refers to disk and partition, where the numbering 
starts at 0. It probably can't find the kernel at the second partition, 
or the second partition doesn't exist. (hd1,1) would actually be (hd1,0) 
to find the kernel and system.
&lt;/pre&gt;</description>
    <dc:creator>Eleanore Boyd</dc:creator>
    <dc:date>2012-05-24T12:11:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34468">
    <title>Re: binutils - Pass 2 configuration issue</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34468</link>
    <description>&lt;pre&gt;Also would you please share your commands for binutils configuration?

On Thu, May 24, 2012 at 4:05 PM, sandip sitapara &amp;lt;s13884neo&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>sandip sitapara</dc:creator>
    <dc:date>2012-05-24T10:37:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34467">
    <title>Re: binutils - Pass 2 configuration issue</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34467</link>
    <description>&lt;pre&gt;configure script couldn't find the specific file ( compiler executable)
under /tools/lib directory so you got the message "fatal error: no input
files". I think, your /tools/lib directory is empty or wrong path for
executable.

The -B option used in gcc to find the executables, libraries, include
files, and data files of the compiler itself. And configure script couldn't
find the executable so unable to compile the conftest.c  so there is no
file like a.out. But confusion is here "configure:4066: $? = 0" why return
0?

Please check your /tools/lib directory

On Thu, May 24, 2012 at 2:38 PM, Void Abh &amp;lt;voidabh&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>sandip sitapara</dc:creator>
    <dc:date>2012-05-24T10:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34466">
    <title>binutils - Pass 2 configuration issue</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34466</link>
    <description>&lt;pre&gt;Hi All,

I have a user level understanding of linux and have done some application
programming using gcc.

I have just started out with LFS7.1 and it has been a smooth ride until 5.8
(Adjusting the toolchain).

The problem i am facing is with 5.9 :

While running the script: "binutils-2.22/configure", it failed with
config.log showing three errors:

*********************************************************************
configure:4009: x86_64-lfs-linux-gnu-gcc -B/tools/lib/ -V &amp;gt;&amp;amp;5
x86_64-lfs-linux-gnu-gcc: error: unrecognized option '-V'
x86_64-lfs-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4020: $? = 1
configure:4009: x86_64-lfs-linux-gnu-gcc -B/tools/lib/ -qversion &amp;gt;&amp;amp;5
x86_64-lfs-linux-gnu-gcc: error: unrecognized option '-qversion'
x86_64-lfs-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4020: $? = 1
configure:4040: checking for C compiler default output file name
configure:4062: x86_64-lfs-linux-gnu-gcc -B/tools/lib/    conftest.c  &amp;gt;&amp;amp;5
config&lt;/pre&gt;</description>
    <dc:creator>Void Abh</dc:creator>
    <dc:date>2012-05-24T09:08:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34465">
    <title>lfs7.1 cannot boot</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34465</link>
    <description>&lt;pre&gt;Hi, all:
I finished all work of the LFS 7.1 book except the error when booting my LFS.

Firstly, I states my LFS 7.1.
I use VMware installed Ubuntu 10.04 on a virtual SCSI disk of 20G. Before beginning, I add another 8G virtual SCSI disk to VM and mount it in the Ubuntu manually. So the first disk with Ubuntu displays sda in /dev/ and the second which is mounted newly displays sdb in /dev/. Following the book I install LFS 7.1 on the sdb1 which is formatted with ext3 on the sdb and given only one partition. All pass with no error.
According to my disk in chapter 8.4.3 I run cmd as grub-install /dev/sdb and in chapter 8.4.4 I save grub.cfg as follows.

# Begin /boot/grub/grub.cfg
set default=0
set timeout=5

insmod ext2
set root=(hd1,1)

menuentry "GNU/Linux, Linux 3.2.6-lfs-7.1" {
        linux   /boot/vmlinuz-3.2.6-lfs-7.1 root=/dev/sdb1 ro
}

After a few works such as logout and unmount, I reboot the computer. But it starts up using Ubuntu again only appearing error checking of a moment.

Then I c&lt;/pre&gt;</description>
    <dc:creator>Omar</dc:creator>
    <dc:date>2012-05-24T07:07:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34464">
    <title>Re: Bug in udev LFS 7.0</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34464</link>
    <description>&lt;pre&gt;
 I think you might be missing some firmware.  Does it eventually
boot if you wait for up to 5 minutes (the delay varies according to
your hardware and processor speed) ?  If it does, look in dmesg.

 If it doesn't continue, and you have KMS (kernel modesetting - for
xorg) configured, try turning that off until you are able to boot.
You might also have to review other configure options.

 There is an intention to remove all firmware from the kernel - at
the moment, firmware for older hardware is still in the kernel tree
but no new firmware is being added.  If you do need firmware, google
for 'linux firmware'.

 Alternatively, you might have made a similar error to what I did
last year : took a working config for the same kernel on a very old
installation, and forgot to update the sysfs options.  In that case,
adding devtmpfs papered over the problem.  For current LFS devtmpfs
is needed, but I think we only changed to that for 7.1.

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-22T14:36:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34463">
    <title>Re: Bug in udev LFS 7.0</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34463</link>
    <description>&lt;pre&gt;Any problems with the board are up to you. However, I would suggest that 
you reconfigure the kernel, and if it still won't work, talk to the udev 
team, not us. We support LFS, not the packages that go into it except 
when there are configuration issues instead of code issues. So, have fun!

Elly
&lt;/pre&gt;</description>
    <dc:creator>Eleanore Boyd</dc:creator>
    <dc:date>2012-05-22T11:50:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34462">
    <title>Bug in udev LFS 7.0</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34462</link>
    <description>&lt;pre&gt;hi,
I think i found a bug of  udev  in LFS 7.0.
because of everytime after boot , it will stop and wait at ...

Populating /dev with device node

i used kernel 3.2 and asus main board P8Z77-V Pro.

please helps, Thank you in advance.

Satit P.
&lt;/pre&gt;</description>
    <dc:creator>satit pherm</dc:creator>
    <dc:date>2012-05-22T08:53:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34461">
    <title>Re: handle power button in LFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34461</link>
    <description>&lt;pre&gt;2012/5/18 Bruce Dubbs &amp;lt;bruce.dubbs&amp;lt; at &amp;gt;gmail.com&amp;gt;:

I've written a script to handle power button, so my box can suspend to
disk(hibernate).
On one of my boxes, when I press the power button for one time,
the /proc/acpi/event create many event.
So when my hibernated box restored, it go hibernate again, and again.
Perhaps I need to replace the power button switch.

&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-18T19:10:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34460">
    <title>Re: handle power button in LFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34460</link>
    <description>&lt;pre&gt;
With window managers, I used a script to open xterm and ask me to
{shutdown, reboot, close session}. Then, noticed several Live CDs, such
as pmagic (and systemrescuecd, if I recall correctly), which used small
scripts in xdialog. I know other distribution Live CDs with the same,
but do not remember now. That what I am using now, but with mouse click.
It would be possible possible for a initial script to test for X and
then execute for console or X, I believe.

&lt;/pre&gt;</description>
    <dc:creator>Fernando de Oliveira</dc:creator>
    <dc:date>2012-05-18T15:54:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34459">
    <title>Re: handle power button in LFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34459</link>
    <description>&lt;pre&gt;
Just a suggestion.  You could write a short script to run at C-A-D and ask if 
you want to shut down or reboot.  I don't know if this would run in a window 
manager or not.

   -- Bruce
&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-18T15:18:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.support/34458">
    <title>Re: handle power button in LFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.support/34458</link>
    <description>&lt;pre&gt;On Fri, 18 May 2012 14:44:00 +0100
xinglp &amp;lt;xinglp&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


I don't know of any other way of handling the power button event at
init 3. I used to install acpid, like you, for this reason but I
stopped as I hardly spend any time at the command prompt nowadays. So
what I do now is alter /etc/inittab so that it handles ctrl alt del by
shutting down instead of rebooting:

ca:12345:ctrlaltdel:/sbin/halt

When X is running I have my window manager (Openbox) handle pressing
the power button (xev says it is XF86PowerOff) by running a script
which (after it's tidied up a few things) calls /sbin/halt.

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andrew Benton</dc:creator>
    <dc:date>2012-05-18T14:00:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.lfs.support">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.lfs.support</link>
  </textinput>
</rdf:RDF>

