Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58769 - /tmp unmount issue
Summary: /tmp unmount issue
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 58783 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-29 05:02 UTC by petre rodan (RETIRED)
Modified: 2005-01-23 01:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description petre rodan (RETIRED) gentoo-dev 2004-07-29 05:02:42 UTC
I have /tmp as a distinct ext3 partition an I use gpg-agent (app-crypt/newpg-0.9.4-r1) and ssh-agent, both started from $HOME/.xinitrc.

upon poweroff/reboot I allways get the 'Give root password for maintenance' prompt.

after examination using lsof I have seen that both ssh-agent and gpg-agent were still using the /tmp filesystem after the fuser instruction from the halt.sh script.

if I create an init script that does a `killall ssh-agent; killall gpg-agent` before halt.sh, then the poweroff/halt is successful and without problems.

I am not sure if this is a bug in fuser or in initscripts ...

Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7
)
=================================================================
System uname: 2.6.7 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dv
ipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config
/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /v
ar/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe"
DISTDIR="/var/spool/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://proxy/gentoo ftp://ftp.lug.ro/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage_2"
SYNC="rsync://proxy/gentoo-portage"
USE="X acpi alsa apm avi berkdb bindist cdr crypt crypto cups dvd encode esd foo
maticdb gdbm gif gimpprint gpm gps gtk gtk2 imlib jpeg libg++ libwww lirc mad mi
kmod mmx mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib png pyth
on quicktime readline sdl slang spell sse sse2 ssl tcltk tetex tiff truetype usb
 video_cards_radeon x86 xml2 xmms xv zlib"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-07-30 01:08:38 UTC
*** Bug 58783 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2004-12-12 14:10:05 UTC
try baselayout-1.11.7-r2
Comment 3 petre rodan (RETIRED) gentoo-dev 2005-01-23 01:46:00 UTC
thanks. it works well now.