On 8 July 2012 16:37, <[email protected]> wrote: > I have QNAP NAS running disk for security cameras, it was setup as snb > access, it has been in service for over a year, no issues > > just had a look, it seems since about 2 weeks ago, it's running 100% cpu > > I've tried to 'kill 20450' but it's not killing it, > what else can I do short of rebooting it ?
kill -9 20450 You can also try kill -2 or kill -3 which is are *quite* so drastic - kill -9 should stop the process immediately, but you will lose unflushed data. Cheers. DaZZa -- I have to stop saying 'How stupid can you be?" I think people are starting to take it as a challenge! -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
