4.4. Setting Up the Environment

2009-09-25 Thread Lars Fabricius
cat > ~/.bash_profile << "EOF" exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash EOF -su: cannot create temp file for here document: Ikke mere plads på enheden (no more space on device) why do i get this error? I have 40 GB HD? -- http://linuxfromscratch.org/mailman/listinfo/lfs-suppor

Re: 4.4. Setting Up the Environment

2009-09-25 Thread John Graham
> cat > ~/.bash_profile << "EOF" > exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash > EOF > -su: cannot create temp file for here document: Ikke mere plads på > enheden (no more space on device) > > why do i get this error? I have 40 GB HD? Could you post the output of running the comma

Re: 4.4. Setting Up the Environment

2009-09-26 Thread Lars Fabricius
Lørdag den 26. september 2009 14:27:51 skrev John Graham: > > Filesystem 1k-blokke brugt Tilbage brug% > > Mounting point /dev/mapper/lfs-cd 1548144 1530940 0 > > 100%/ /dev/hda1 38535436180252 36397668 1% > >

Re: 4.4. Setting Up the Environment

2009-09-26 Thread John Graham
>> I have downloadet all the pakages and patches! can that be the problem? I >> dont know where its saved! > > I figuret it out.. can i move what i have downloadet from /dev/mapper/lfs-cd > to > /mnt/lfs/sources? al at one time? Ah - but I thought the sources were already on the lfs cd? Or did I

Re: 4.4. Setting Up the Environment

2009-09-26 Thread John Graham
> Filesystem              1k-blokke               brugt   Tilbage brug%   > Mounting point > /dev/mapper/lfs-cd 1548144      1530940         0       100%    / > /dev/hda1               38535436        180252  36397668   1%           > /mnt/lfs Well, I know your problem, but I'm afraid I don't k

Re: 4.4. Setting Up the Environment

2009-09-26 Thread Lars Fabricius
Lørdag den 26. september 2009 15:46:04 skrev Lars Fabricius: > Lørdag den 26. september 2009 14:27:51 skrev John Graham: > > > Filesystem 1k-blokke brugt Tilbage brug% > > > Mounting point /dev/mapper/lfs-cd 1548144 1530940 0 > > > 100%/ /dev/hda1

Re: 4.4. Setting Up the Environment

2009-09-26 Thread Lars Fabricius
Lørdag den 26. september 2009 02:58:17 skrev John Graham: > > cat > ~/.bash_profile << "EOF" > > exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash > > EOF > > -su: cannot create temp file for here document: Ikke mere plads på > > enheden (no more space on device) > > > > why do i get this

Re: 4.4. Setting Up the Environment

2009-09-26 Thread Lars Fabricius
Lørdag den 26. september 2009 18:53:17 skrev John Graham: > >> I have downloadet all the pakages and patches! can that be the problem? > >> I dont know where its saved! > > > > I figuret it out.. can i move what i have downloadet from > > /dev/mapper/lfs-cd to /mnt/lfs/sources? al at one time? > >

Re: 4.4. Setting Up the Environment

2009-09-26 Thread John Graham
>  Thanks! All the sourceses is on the cd...so how do i free some space? If you've downloaded extra stuff and put it on the CD, just delete those and that should free up plenty of space. John G -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/f

Re: 4.4. Setting Up the Environment

2009-09-28 Thread Mike McCarty
John Graham wrote: >> Filesystem 1k-blokke brugt Tilbage brug% >> Mounting point >> /dev/mapper/lfs-cd 1548144 1530940 0 100%/ >> /dev/hda1 38535436180252 36397668 1% >> /mnt/lfs > > > Well, I know your pro

Re: 4.4. Setting Up the Environment

2009-09-28 Thread Mike McCarty
Lars Fabricius wrote: > > I figuret it out.. can i move what i have downloadet from /dev/mapper/lfs-cd > to > /mnt/lfs/sources? al at one time? You can't "move" them, but you can copy them. Either cp or rsync is capable of doing that. The commands in the book all presume that you've put your so

Re: 4.4. Setting Up the Environment

2009-09-28 Thread Mike McCarty
John Graham wrote: >> Thanks! All the sourceses is on the cd...so how do i free some space? > > If you've downloaded extra stuff and put it on the CD, just delete > those and that should free up plenty of space. What's all this about downloading to the CD, and deleting things from a CD? Those th