Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] /var/tmp/notmpfs - does not exist
Date: Sat, 05 Sep 2015 05:13:59
Message-Id: 55EA7A10.9010908@sys-concept.com
1 When I try to run emerge on my system I get:
2
3 ...
4 * Your boot partition was not mounted at /boot, so it will be automounted for you.
5 * Files will be installed there for grub to function correctly.
6 >>> Running pre-merge checks for dev-db/mysql-5.6.26
7 >>> Running pre-merge checks for net-libs/webkit-gtk-2.4.9-r200
8 >>> Running pre-merge checks for mail-client/thunderbird-38.2.0
9 The directory specified in your PORTAGE_TMPDIR variable, '/var/tmp/notmpfs',
10 does not exist. Please create this directory or correct your PORTAGE_TMPDIR setting.
11
12 my fstab:
13 ...
14 proc /proc proc defaults 0 0
15 shm /dev/shm tmpfs defaults,nodev,nosuid,mode=1777 0 0
16 tmpfs /var/tmp/portage tmpfs defaults 0 0
17
18
19 ll /var/tmp/
20 total 0
21 drwxrwxrwt 4 portage portage 80 Sep 4 23:04 portage
22
23 Do I need to create dir: /var/tmp/notmpfs ?
24 My other systems did not show any such message.
25
26 --
27 Thelma

Replies

Subject Author
Re: [gentoo-user] /var/tmp/notmpfs - does not exist Dale <rdalek1967@×××××.com>
Re: [gentoo-user] /var/tmp/notmpfs - does not exist Neil Bothwick <neil@××××××××××.uk>