Invitation to connect on LinkedIn

2010-06-24 Thread Ted Seraphim
LinkedIn
Ted Seraphim requested to add you as a connection on LinkedIn:
--

Jess,

I'd like to add you to my professional network on LinkedIn.

- Ted

Accept invitation from Ted Seraphim
http://www.linkedin.com/e/dS978oDGdRAq4oupzS9dkRHIq95RbNI7uT0FIdbZXr5cI0cb/blk/I2147072213_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPcNcz8Tc3sQcj99bRtKdQBxdPsQbPgNd3kMc38Nd34LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Ted Seraphim
http://www.linkedin.com/e/dS978oDGdRAq4oupzS9dkRHIq95RbNI7uT0FIdbZXr5cI0cb/blk/I2147072213_2/39vcP4OczsMdPgNcAALqnpPbOYWrSlI/svi/

--

Why might connecting with Ted Seraphim be a good idea?

Ted Seraphim's connections could be useful to you:
After accepting Ted Seraphim's invitation, check Ted Seraphim's connections to 
see who else you may know and who you might want an introduction to. Building 
these connections can create opportunities in the future.

 
--
(c) 2010, LinkedIn Corporation-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: MySQL and More Control/Package Users Package Mgmt

2010-06-24 Thread Timothy Rice
 True, considering the for statement just walks through the entire
 directory
 anyhow.
 ...
 Maybe there's another reason for walking through the directory, other than
 just taking the opportunity to catch any other missed dir entries?

It occurred to me that maybe once mysql is installed, info can then use
mysql to, say, manage a database of entries, or something. Pure
conjecture, but if true, it could explain why dir would need to be
rebuilt. However, nothing I've noticed in any documentation for either
mysql or info suggests that this is actually true.

Now, if nothing like that is really going on, then may I submit to the
BLFS editors that the suggested install commands for mysql be streamlined
and simplified? If the walk through the entire directory is just to pick
up any info files that have been missed to date, then I don't think that
should be part of the mysql install. It would be more appropriate to put
such tidying up in a module of its own.

Well, thanks for your time, Trent, and everyone.


Cheers,


Tim


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: MySQL and More Control/Package Users Package Mgmt

2010-06-24 Thread linux fan
On 6/24/10, Timothy Rice t.r...@ms.unimelb.edu.au wrote:

 It occurred to me that maybe once mysql is installed, info can then use
 mysql to, say, manage a database of entries, or something. Pure
 conjecture, but if true, it could explain why dir would need to be
 rebuilt. However, nothing I've noticed in any documentation for either
 mysql or info suggests that this is actually true.

 Now, if nothing like that is really going on, then may I submit to the
 BLFS editors that the suggested install commands for mysql be streamlined

Info is documentation that I personally only consult as a last resort.
Everything that installs any info documentation apparently updates
that file called dir.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: stripping down lfs

2010-06-24 Thread Robert A. Lerche
I built a customized (somewhat stripped, then other things added) LFS
back in April, 2009.  It's based on the 6.3 LFS live CD with packages
updated to the 6.4 book (current at the time).

The LFS live CD is a very good starting point.  I haven't explored
other (even more stripped) alternatives like tinycore.

Here's what I posted about it the last time this question was raised:

http://linuxfromscratch.org/pipermail/lfs-support/2009-November/036881.html

You can fetch my build it sources (that is, the updated makefiles,
my notes, etc.) from http://msbit.com/osdv/osdvlfs.tgz
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: stripping down lfs

2010-06-24 Thread Eric Miller
thanks robert, thats helpful

On Thu, Jun 24, 2010 at 9:44 AM, Robert A. Lerche r...@msbit.com wrote:

 I built a customized (somewhat stripped, then other things added) LFS
 back in April, 2009.  It's based on the 6.3 LFS live CD with packages
 updated to the 6.4 book (current at the time).

 The LFS live CD is a very good starting point.  I haven't explored
 other (even more stripped) alternatives like tinycore.

 Here's what I posted about it the last time this question was raised:

 http://linuxfromscratch.org/pipermail/lfs-support/2009-November/036881.html

 You can fetch my build it sources (that is, the updated makefiles,
 my notes, etc.) from http://msbit.com/osdv/osdvlfs.tgz
 --
 http://linuxfromscratch.org/mailman/listinfo/lfs-support
 FAQ: http://www.linuxfromscratch.org/lfs/faq.html
 Unsubscribe: See the above information page

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.6 Chapter 8.1 Can't make new kernel

2010-06-24 Thread Franz L. Kuhlmann

root:/sources/linux-2.6.32.8# ls
COPYING Makefile block include mm sound
CREDITS README crypto init net tools
Documentation REPORTING-BUGS drivers ipc samples usr
Kbuild arch firmware kernel scripts virt
MAINTAINERS bash fs lib security

root:/sources/linux-2.6.32.8# make mrproper
CLEAN scripts/basic
CLEAN scripts/kconfig
CLEAN include/config
CLEAN .config include/linux/autoconf.h

### I think the /bin/sh symlink is ok, (didn't try it in new shell yet - 
how do I do that BTW???)

### yes, I did not have a .config file and
### the following makes sure, no .config available and get .config-new from
### previous run of make oldconfig
root:/sources/linux-2.6.32.8# vim .config
root:/sources/linux-2.6.32.8# vim ../.config-new
###
###

root:/sources/linux-2.6.32.8# make V=1
make -f /sources/linux-2.6.32.8/Makefile silentoldconfig
make -f scripts/Makefile.build obj=scripts/basic
  gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes 
-Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep 
scripts/basic/fixdep.c
  gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wmissing-prototypes 
-Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc 
scripts/basic/docproc.c
  gcc -Wp,-MD,scripts/basic/.hash.d -Wall -Wmissing-prototypes 
-Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/hash 
scripts/basic/hash.c
mkdir -p include/linux include/config
make -f scripts/Makefile.build obj=scripts/kconfig silentoldconfig
  gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 
-fomit-frame-pointer   -DCURSES_LOC=ncurses.h -DLOCALE   -c -o 
scripts/kconfig/conf.o scripts/kconfig/conf.c
  gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 
-fomit-frame-pointer   -DCURSES_LOC=ncurses.h -DLOCALE   -c -o 
scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
  cat scripts/kconfig/zconf.tab.c_shipped  scripts/kconfig/zconf.tab.c
  cat scripts/kconfig/lex.zconf.c_shipped  scripts/kconfig/lex.zconf.c
  cat scripts/kconfig/zconf.hash.c_shipped  scripts/kconfig/zconf.hash.c
  gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 
-fomit-frame-pointer   -DCURSES_LOC=ncurses.h -DLOCALE  -Iscripts/kconfig 
-c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
  gcc  -o scripts/kconfig/conf scripts/kconfig/conf.o 
scripts/kconfig/zconf.tab.o -lncursesw
scripts/kconfig/conf -s arch/x86/Kconfig
rm -f include/config/kernel.release
echo 
2.6.32.8/usr/bin/ld:warning:cannotfindentrysymbol_start;defaultingto080480b8  
include/config/kernel.release
2.6.32.8/usr/bin/ld:warning:cannotfindentrysymbol_start
/bin/sh: defaultingto080480b8: command not found
make: *** [include/config/kernel.release] Error 127
root:/sources/linux-2.6.32.8#

### above results from make V=1 seem to tell me that something goes wrong
### when trying to write/read include/config/kernel.release -
### what is the contents of this file to become or to be???
###
### Any hints/help appreciated
Regards

--
Dipl. Ing. *Franz L. Kuhlmann* Mitteranger 34 D 82418 Murnau T 
49/0-8841-629072
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.6 Chapter 8.1 Can't make new kernel

2010-06-24 Thread Neal Murphy
On Thursday 24 June 2010 16:25:45 Franz L. Kuhlmann wrote:
...
 ### I think the /bin/sh symlink is ok, (didn't try it in new shell yet - 
 how do I do that BTW???)

Both of the following commands display the symlink's target:
  ln -s /bin/sh
  readlink /bin/sh
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.6 Chapter 8.1 Can't make new kernel

2010-06-24 Thread Bruce Dubbs
Neal Murphy wrote:
 On Thursday 24 June 2010 16:25:45 Franz L. Kuhlmann wrote:
 ...
 ### I think the /bin/sh symlink is ok, (didn't try it in new shell yet - 
 how do I do that BTW???)
 
 Both of the following commands display the symlink's target:
   ln -s /bin/sh
   readlink /bin/sh

Or more conventionally:

$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Aug 16  2009 /bin/sh - bash

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


K3b not finding cd drive

2010-06-24 Thread cliffhanger


-Original Message-
From: Mike McCarty mike.mcca...@sbcglobal.net
To: cliffhan...@gardener.com
Sent: Wed, Jun 23, 2010 10:46 pm
Subject: Re: K3b not finding cd drive

cliffhan...@gardener.com wrote:

 -Original Message-
 From: Mike McCarty mike.mcca...@sbcglobal.net
 To: BLFS Support List blfs-supp...@linuxfromscratch.org
 Sent: Wed, Jun 23, 2010 11:57 am
 Subject: Re: K3b not finding cd drive

 is growisofs suid enabled?

 Mike

 Thanks Mike that fixed it!



-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.6 Chapter 8.1 Can't make new kernel

2010-06-24 Thread Neal Murphy
On Thursday 24 June 2010 17:12:06 Bruce Dubbs wrote:
 Neal Murphy wrote:
  On Thursday 24 June 2010 16:25:45 Franz L. Kuhlmann wrote:
  ...
  ### I think the /bin/sh symlink is ok, (didn't try it in new shell yet -
  how do I do that BTW???)
 
  Both of the following commands display the symlink's target:
ln -s /bin/sh
readlink /bin/sh

 Or more conventionally:

 $ ls -l /bin/sh
 lrwxrwxrwx 1 root root 4 Aug 16  2009 /bin/sh - bash

-- Bruce

Ooops. That's what I *meant* to type. Mea maxima culpa!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: html5tube in epiphany

2010-06-24 Thread Ken Moffat
On 22 June 2010 20:13, Andrew Benton b3n...@gmail.com wrote:

 I don't know about Epiphany, but Midori (another gtk-webkit browser) can
 play h264 and webm html5 videos for me with a pause button and elapsed
 time showing, so it is possible.

 Andy
 --
 I hadn't realised the html5 opt-in is per-browser as well as per user/machine.
Once I did that, it does all I need.  Thanks.

ĸen
-- 
After tragedy, and farce, OMG poneys!
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page