Re: [blfs-support] Firefox-21.0 and python-2.6

2013-05-28 Thread balducci
hello > > Please, anyone knows how safe or how to upgrade to or install side by > side python-2.7? > I am using python-2.7 since quite a lot and do not see any problem; so I would say that it is safe to upgrade (of course, this is my personal experience: python is used by so many sw packages

Re: [blfs-support] Firefox-21.0 and python-2.6

2013-05-28 Thread Simon Geard
On Mon, 2013-05-27 at 18:41 -0300, Fernando wrote: > Now, python 2.6 is not enough: > > Creating Python environment > Python 2.7 or greater (but not Python 3) is required to build. You are > running Python 2.6. > *** Fix above errors and then restart with "make -f > client.mk build"

Re: [blfs-support] Firefox-21.0 and python-2.6

2013-05-28 Thread Ken Moffat
On Tue, May 28, 2013 at 08:14:43PM +1200, Simon Geard wrote: > On Mon, 2013-05-27 at 18:41 -0300, Fernando wrote: > > Now, python 2.6 is not enough: > > > > Creating Python environment > > Python 2.7 or greater (but not Python 3) is required to build. You are > > running Python 2.6. > > *** Fix ab

[blfs-support] NFS drive is not mounted during boot

2013-05-28 Thread Niels Terp
Hi all, I have set up my LFS as a NFS client, and accessing my NAS that way. If I manually mount (and unmont) the drive, everything works fine. But then I wanted the drive to be mounted automatically during boot, which it has done before. But when I boot, it takes a very long time, then I get:

Re: [blfs-support] NFS drive is not mounted during boot

2013-05-28 Thread Thomas de Roo
On Tue, 28 May 2013, Niels Terp wrote: > Hi all, > > I have set up my LFS as a NFS client, and accessing my NAS that way. If I > manually mount (and unmont) the drive, everything works fine. > > But then I wanted the drive to be mounted automatically during boot, which it > has done before. Bu

Re: [blfs-support] NFS drive is not mounted during boot

2013-05-28 Thread Bruce Dubbs
Thomas de Roo wrote: > On Tue, 28 May 2013, Niels Terp wrote: > >> Hi all, >> >> I have set up my LFS as a NFS client, and accessing my NAS that >> way. If I manually mount (and unmont) the drive, everything works fine. >> >> But then I wanted the drive to be mounted automatically during >> boot,

Re: [blfs-support] NFS drive is not mounted during boot

2013-05-28 Thread Niels Terp
> I use this line in fstab: > heroix.lan:/home /home nfs _netdev,nfsvers=3,auto,defaults > > I think _netdev is relevant here. Yes it is. Also remove auto. NFS mounts are brought up by the netfs (priority 28) boot script after rpcbind (priority 22) and nfs_client (priority 24). See