Re: [Fontforge-users] Live Web Font Previews in FontForge: Your Feature Requests, Please!

Dave Crossland <[email protected]>
Newsgroups gmane.comp.fonts.fontforge.devel
Message-ID <CAEozd0yRnTH1_B4kiCX5rrNS3v4O+1NrsJcBtNz=i-srvvHumA@mail.gmail.com>
On 3 November 2013 10:28, Vernon Adams <[email protected]> wrote:
> how do i kill a collab server session? or kill all sessions?
> running sessions are just piling up as i quit, crash, restart the processes :)

$ ps aux | grep -i font
dcrossland     81192   6.1  0.2  2596564  38504   ??  S     8:38am
6:50.54 /Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge
-new -psn_0_46242839

dcrossland     85495   0.1  0.1  2525660  19184   ??  R     9:28am
0:09.73 fontforge ../../python/collab/sessionjoin.py

dcrossland       784   0.0  0.0  2558600   5400   ??  S    24Oct13
0:33.79 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd

dcrossland     93192   0.0  0.0  2432768    624 s000  S+   10:31am
0:00.00 grep -i Font

dcrossland     81199   0.0  0.0  2433432   1028   ??  S     8:39am
0:02.76 /bin/bash
/Applications/FontForge.app/Contents/Resources/opt/local/share/fontforge/nodejs/collabwebview/collabwebview.sh

$ ps aux | grep -i node
dcrossland     93239   0.0  0.0  2432768    624 s000  S+   10:32am
0:00.00 grep -i node
dcrossland     81204   0.0  0.1  3059052  20960   ??  S     8:39am
0:00.23 node server.js
dcrossland     81199   0.0  0.0  2433432   1028   ??  S     8:39am
0:02.77 /bin/bash
/Applications/FontForge.app/Contents/Resources/opt/local/share/fontforge/nodejs/collabwebview/collabwebview.sh
$

The first number after the username is the Process ID (pid) and you
can kill a process with the kill command:

$ kill 81192

If its stubborn, turn the power up to 9!

$ kill -9 81192


> have had crashes too, so will report them once i have a working environment.

:)

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.