Probably a filled up swap. I would look into /tmp and delete stuff there or better don’t put stuff on tmpfs - use /var/tmp for your stuff.
If you fill up /tmp you fill up your swap and you can’t allocate any memory if you don’t have enough free swap space. So no swap -> no malloc() -> no new processes… easily solved for a zone because you can influence the zones filesystem from the global zone - if you did fill your global zone it’s probably a reboot that will get you out of there -- Daniel On 14 February 2015 at 19:31:32, Dewey Hylton via smartos-discuss ([email protected]) wrote: i haven't looked into the code, but i'm not sure why disk space would be needed to fork a process - seems more memory or ulimit-related. ----- Original Message ----- > From: "Blake Irvin via smartos-discuss" <[email protected]> > To: [email protected], [email protected] > Sent: Saturday, February 14, 2015 9:18:01 AM > Subject: Re: [smartos-discuss] No Space On Server > > Do you have any sort of automatic snapshotting going on? If you have remote > console access you could access the system from there and delete some > snapshots. > > The other classic place to look for a disk space is, naturally, /var/log > > > Blake > > On Feb 14, 2015, at 11:46 AM, [email protected] wrote: > > > > Hi > > > > An getting this message from Smartos server > > > > "Not enough space could not fork new process for connection: Not enough > > space could not fork new process for connection: Not enough space" > > > > I cant log into any of my VMs! > > > > Cant even log into smartOs > > > > How do I fix this? > > > > > > > > ------------------------------------------- > > smartos-discuss > > Archives: https://www.listbox.com/member/archive/184463/=now > > RSS Feed: > > https://www.listbox.com/member/archive/rss/184463/26679658-d7bb2457 > > Modify Your Subscription: https://www.listbox.com/member/?& > > Powered by Listbox: http://www.listbox.com > > > > ------------------------------------------- > smartos-discuss > Archives: https://www.listbox.com/member/archive/184463/=now > RSS Feed: https://www.listbox.com/member/archive/rss/184463/25093932-a130f657 > > Modify Your Subscription: > https://www.listbox.com/member/?& > Powered by Listbox: http://www.listbox.com > ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/21955186-c7d24c67 Modify Your Subscription: https://www.listbox.com/member/?& Powered by Listbox: http://www.listbox.com ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
