Date: Tue, 24 Oct 2006 01:02:08 +0200 From: Michal Mertl <mime@traveller.cz> To: "Andrey V. Elsukov" <bu7cher@yandex.ru> Cc: freebsd-current <freebsd-current@freebsd.org>, kib@freebsd.org Subject: Re: unkillable mount_smbfs processes Message-ID: <1161644528.1054.76.camel@genius.i.cz> In-Reply-To: <453C88FE.8010901@yandex.ru> References: <453C88FE.8010901@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrey V. Elsukov wrote: > Hi, > > My system is CURRENT (~15.10.2006). > When I try mounting a smbfs from windows server then > mount_smbfs command is don't finished. And i can't > interrupt or kill these processes. > > ps, top and trace output from ddb attached. > last pid: 2146; load averages: 0.00, 0.00, 0.00 up 0+05:28:50 13:07:20 > 32 processes: 1 running, 31 sleeping > CPU states: % user, % nice, % system, % interrupt, % idle > Mem: 25M Active, 269M Inact, 73M Wired, 23M Cache, 53M Buf, 36M Free > Swap: 1024M Total, 16K Used, 1024M Free > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > 859 root 1 -8 0 6120K 1528K devdrn 0:00 0.00% mount_smbfs > 946 root 1 -8 0 6120K 1000K devdrn 0:00 0.00% mount_smbfs > Probably unrelated... Do you run with the alternative pseudo-terminal implementation (kern.pts.enable=1)? A situation like this - something stuck in devdrn, has been reported before. The problem reported was with portupgrade and xterm (gnome-terminal) being stuck (on exit?). I had the problem too until I switched back to the default ptys. CCing: kib@ who I believe has been around the changes before the first report. Michal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1161644528.1054.76.camel>