Re: correct way to mount stuff on tmpfs

2010-02-06 Thread Henrique de Moraes Holschuh
On Mon, 25 Jan 2010, Ivan Jager wrote:
> On Mon, 25 Jan 2010, Thomas Koch wrote:
> >while searching the right way to use tmpfs for a few locations, I found this
> >howto:
> >http://forums.debian.net/viewtopic.php?t=16450
> >
> >What do you think about this approach?
> 
> What's wrong with just putting it in /etc/fstab other than that
> synss doesn't like it? It seems like that would be least confusing,
> as it is where people expect mountpoints to be specified...

I do that in several production servers, and it works just fine.  It is also
somewhere the other admins will look at first, so it can be argued to be the
best place to put this stuff when possible.

What is "synss" ?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: correct way to mount stuff on tmpfs

2010-01-26 Thread Josselin Mouette
Le lundi 25 janvier 2010 à 19:12 +0100, Thomas Koch a écrit :
> Hi,
> 
> while searching the right way to use tmpfs for a few locations, I found this 
> howto:
> http://forums.debian.net/viewtopic.php?t=16450

The correct way would be to set them in the installer.

http://bugs.debian.org/245465

Unfortunately, I can’t say there has been much progress in integrating
this change.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: correct way to mount stuff on tmpfs

2010-01-25 Thread Ivan Jager

On Mon, 25 Jan 2010, Thomas Koch wrote:

Hi,

while searching the right way to use tmpfs for a few locations, I found this
howto:
http://forums.debian.net/viewtopic.php?t=16450

What do you think about this approach?


What's wrong with just putting it in /etc/fstab other than that synss 
doesn't like it? It seems like that would be least confusing, as it is 
where people expect mountpoints to be specified...


Ivan


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: correct way to mount stuff on tmpfs

2010-01-25 Thread Luca Capello
Hi there!

On Mon, 25 Jan 2010 19:12:15 +0100, Thomas Koch wrote:
> However, there are the options RAMRUN and RAMLOCK in /etc/default/rcS, but 
> they're not really helpful, because there are many more places that make 
> sense 
> in tmpfs. (pbuilder, apt cache)

Like /tmp  ?

IMHO /etc/default/rcS should manage the most common places, then any
other scripts should also consider the values in that file.

Thx, bye,
Gismo / Luca


pgpWSx8HSp9J9.pgp
Description: PGP signature


correct way to mount stuff on tmpfs

2010-01-25 Thread Thomas Koch
Hi,

while searching the right way to use tmpfs for a few locations, I found this 
howto:
http://forums.debian.net/viewtopic.php?t=16450

What do you think about this approach? If you think, this is the right way, 
then I'd make a Debian package out of it with nice debconf question, which 
things to mount and so on.
However, there are the options RAMRUN and RAMLOCK in /etc/default/rcS, but 
they're not really helpful, because there are many more places that make sense 
in tmpfs. (pbuilder, apt cache)

Best regards,

Thomas Koch, http://www.koch.ro


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org