howto kill x if x is running?

2013-09-15 Thread Gary Kline
Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 27 years of service to the Unix community. guys, I've evidently had too many pain meds; this shelll script should be easy. say that I have a utility xxx running sometimes. xxx is

Re: Diskless question

2013-09-15 Thread Bill Tillman
From: Bernt Hansson b...@bananmonarki.se To: Bernt Hansson b...@bananmonarki.se Cc: Julian H. Stacey j...@berklix.com; freebsd-questions@freebsd.org Sent: Saturday, September 14, 2013 12:37 PM Subject: Re: Diskless question On 2013-09-14 15:41, Bernt

Re: howto kill x if x is running?

2013-09-15 Thread Polytropon
On Sat, 14 Sep 2013 23:20:46 -0700, Gary Kline wrote: say that I have a utility xxx running sometimes. xxx is soaking up a chunk of my load. I have to use top to find if xxx is running, then kill -9 to kill xxx and have a steady load of, say, between 0.10 and 0.15.

Re: howto kill x if x is running?

2013-09-15 Thread Matthew Seaman
On 15/09/2013 07:20, Gary Kline wrote: I've evidently had too many pain meds; this shelll script should be easy. say that I have a utility xxx running sometimes. xxx is soaking up a chunk of my load. I have to use top to find if xxx is running, then kill -9 to kill

pkg_create: corrupted record for package

2013-09-15 Thread Carmel
When running portmaster, I have run into this problem with a few ports: === Creating a backup package for old version kdeartwork-4.10.5 pkg_create: corrupted record for package kdeartwork-4.10.5 (pkgdep line without argument), ignoring pkg_delete: corrupted record for package kdeartwork-4.10.5

Re: pkg_create: corrupted record for package

2013-09-15 Thread Alexandre
On Sun, Sep 15, 2013 at 4:23 PM, Carmel carmel...@hotmail.com wrote: When running portmaster, I have run into this problem with a few ports: === Creating a backup package for old version kdeartwork-4.10.5 pkg_create: corrupted record for package kdeartwork-4.10.5 (pkgdep line without

Re: pkg_create: corrupted record for package

2013-09-15 Thread Carmel
On Sun, 15 Sep 2013 16:56:20 +0200 Alexandre articulated: Have you tried this? # portmaster --check-depends Yes, it ran to completion but fixed nothing. -- Carmel ✌ carmel...@hotmail.com Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To

Re: pkg_create: corrupted record for package

2013-09-15 Thread Alexandre
On Sun, Sep 15, 2013 at 5:11 PM, Carmel carmel...@hotmail.com wrote: On Sun, 15 Sep 2013 16:56:20 +0200 Alexandre articulated: Have you tried this? # portmaster --check-depends Yes, it ran to completion but fixed nothing. -- Carmel ✌ carmel...@hotmail.com Carmel, # grep ^@pkgdep

Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-15 Thread Roland Smith
On Sat, Sep 14, 2013 at 02:22:12PM +0200, O. Hartmann wrote: I use for my day to day work teTeX, but I run more and more into several limitations due to the fact, teTeX isn't any more (and regretably) maintained/developed by Th. Esser (that is what I know). Upstream teTeX has indeed been

Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-15 Thread Tim Daneliuk
On 09/15/2013 02:00 PM, Roland Smith wrote: Personally I don't think TeX is a good fit for the ports tree (because of duplication of effort). I installed TeXLive using its own installer long before it was present in the ports tree. Since TeXLive is very complete and self-contained, I don't have

Getting tlmgr working

2013-09-15 Thread Jerry
Has there been any movement on getting tlmgr working on FreeBSD? The inability to get and install updates is annoying. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header.

Re: syslog-ng33 fails to build

2013-09-15 Thread CyberLeo Kitsana
On 09/13/2013 01:53 AM, C. L. Martinez wrote: Hi all, I am trying to build syslog-ng33 (release 3.3.9) using a poudriere server, but build process fails: snip configure: error: in `/wrkdirs/usr/ports/sysutils/syslog-ng33/work/syslog-ng-3.3.9': configure: error: The pkg-config script

Re: Installworld on amd64 fails on libc.a on r255342

2013-09-15 Thread CyberLeo Kitsana
On 09/13/2013 02:46 PM, Eir Nym wrote: I get this error for a while, and don't know what to do with. I build the world, then try to install it into DESTDIR. And at this point I always get error that libc.a can't be found. To eliminate any mistakes in commits I've run snapshot r255342 from

Re: Migration TeX/LaTeX: from teTeX -- TeXlive

2013-09-15 Thread Polytropon
On Sun, 15 Sep 2013 21:00:22 +0200, Roland Smith wrote: Personally I don't think TeX is a good fit for the ports tree (because of duplication of effort). In conclusion, that could be said about many other software that brings its own package management. Of course, LaTeX is a big and complex

Re: syslog-ng33 fails to build

2013-09-15 Thread Outback Dingo
On Sun, Sep 15, 2013 at 7:40 PM, CyberLeo Kitsana cyber...@cyberleo.netwrote: On 09/13/2013 01:53 AM, C. L. Martinez wrote: Hi all, I am trying to build syslog-ng33 (release 3.3.9) using a poudriere server, but build process fails: snip configure: error: in

Re: howto kill x if x is running?

2013-09-15 Thread Gary Kline
Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 27 years of service to the Unix community. On Sun, Sep 15, 2013 at 07:56:17AM +0100, Matthew Seaman wrote: On 15/09/2013 07:20, Gary Kline wrote: I've evidently had too many pain meds; this shelll