Re: Help! -- Not enough space to store temporary files

2016-12-19 Thread Dennis Wicks

Dennis Wicks wrote on 12/17/2016 07:36 PM:

I am trying to install Qt on Debian


Thanks for all the help!

All that was required was to set TMPDIR to point to a 
different tmp directory in a partition with more room!





Re: Help! -- Not enough space to store temporary files

2016-12-18 Thread Pascal Hambourg

Le 18/12/2016 à 03:21, Dennis Wicks a écrit :

Dennis Wicks wrote on 12/17/2016 07:36 PM:

I am trying to install Qt on Debian


How ? From the Debian repository with APT ?


3.16.7-ckt20-1+deb8u2


This is the kernel version, not the Debian version.
The Debian version is in /etc/debian_version.


and I get a message that there is not enough disk space to
store temporary files. It needs 580+ meg and only has 300+ meg.

After searching here and there I tried entering the command

 sudo mount -o remount,size=1G tmpfs /tmp

which is supposed to increase the size temporarily and
"on-the-fly" but I still get the same error message.


If you are downloading and installing Debian packages with apt-get or 
the like, you need enough space in /var/cache to store the *.deb 
archives, and enough space into the destination filesystems to store 
their deflated contents. For instance if a package set installs 100 MB 
of files in /usr then you need at least 100 MB of free space in /usr to 
install or upgrade the packages.



Anyway, I just noticed that tmp is in a VG that is very small.


Do you need a LV (logical volume ?)
Isn't the point of LVM that it makes resizing easier ?



Re: Help! -- Not enough space to store temporary files

2016-12-17 Thread Boyan Penkov
https://stackoverflow.com/questions/11697214/how-to-set-the-tmpdir-environment-variable-to-another-directory
 


Cheers!
--
Boyan Penkov
www.boyanpenkov.com

> On Dec 17, 2016, at 9:21 PM, Dennis Wicks  wrote:
> 
> Dennis Wicks wrote on 12/17/2016 07:36 PM:
>> I am trying to install Qt on Debian 3.16.7-ckt20-1+deb8u2
>> and I get a message that there is not enough disk space to
>> store temporary files. It needs 580+ meg and only has 300+ meg.
>> 
>> After searching here and there I tried entering the command
>> 
>> sudo mount -o remount,size=1G tmpfs /tmp
>> 
>> which is supposed to increase the size temporarily and
>> "on-the-fly" but I still get the same error message.
>> 
>> Any ideas??
>> 
>> TIA for your help!
>> 
>> Dennis
>> 
> 
> Oops! That is "Not enough --"
> 
> Anyway, I just noticed that tmp is in a VG that is very small.
> How do I temporarily tell the Qt installer to use temp space
> on another partition. Say something like "/work4"?
> 
> Thanks again! You all are always very helpful!!
> 
> Dennis
> 



Re: Help! -- Not enough space to store temporary files

2016-12-17 Thread Dennis Wicks

Dennis Wicks wrote on 12/17/2016 07:36 PM:

I am trying to install Qt on Debian 3.16.7-ckt20-1+deb8u2
and I get a message that there is not enough disk space to
store temporary files. It needs 580+ meg and only has 300+ meg.

After searching here and there I tried entering the command

 sudo mount -o remount,size=1G tmpfs /tmp

which is supposed to increase the size temporarily and
"on-the-fly" but I still get the same error message.

Any ideas??

TIA for your help!

Dennis



Oops! That is "Not enough --"

Anyway, I just noticed that tmp is in a VG that is very small.
How do I temporarily tell the Qt installer to use temp space
on another partition. Say something like "/work4"?

Thanks again! You all are always very helpful!!

Dennis



Re: Help! -- Note enough space to store temporary files

2016-12-17 Thread Boyan Penkov
Where's your tempdir?  I specifically set mine in my .zshrc (or whatever
shell you use), as my /boot is small and /home is on another drive.

Cheers!

On Sat, Dec 17, 2016 at 8:36 PM, Dennis Wicks  wrote:

> I am trying to install Qt on Debian 3.16.7-ckt20-1+deb8u2 and I get a
> message that there is not enough disk space to store temporary files. It
> needs 580+ meg and only has 300+ meg.
>
> After searching here and there I tried entering the command
>
> sudo mount -o remount,size=1G tmpfs /tmp
>
> which is supposed to increase the size temporarily and "on-the-fly" but I
> still get the same error message.
>
> Any ideas??
>
> TIA for your help!
>
> Dennis
>
>


-- 
Boyan Penkov


Help! -- Note enough space to store temporary files

2016-12-17 Thread Dennis Wicks
I am trying to install Qt on Debian 3.16.7-ckt20-1+deb8u2 
and I get a message that there is not enough disk space to 
store temporary files. It needs 580+ meg and only has 300+ meg.


After searching here and there I tried entering the command

sudo mount -o remount,size=1G tmpfs /tmp

which is supposed to increase the size temporarily and 
"on-the-fly" but I still get the same error message.


Any ideas??

TIA for your help!

Dennis