why does ps |grep sometimes not return itself?

2010-06-09 Thread Eitan Adler
Why do I sometimes see the grep in ps's output and sometimes not see it? [ei...@alphabeta ~ ]% ps aux|grep Me eitan 96325 0.0 0.0 1856 724 5 RL+ 10:14AM 0:00.00 grep Me [ei...@alphabeta ~ ]% ps aux|grep Me [ei...@alphabeta ~ !1! ]% -- Eitan Adler ___

Re: why does ps |grep sometimes not return itself?

2010-06-09 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/06/2010 08:15:23, Eitan Adler wrote: > Why do I sometimes see the grep in ps's output and sometimes not see it? > [ei...@alphabeta ~ ]% ps aux|grep Me > eitan 96325 0.0 0.0 1856 724 5 RL+ 10:14AM 0:00.00 grep Me > [ei...@alphabeta ~ ]%

Re: Atheros AR8131 Ethernet hangs shutdown

2010-06-09 Thread perryh
CyberLeo Kitsana wrote: > ... Alas, this box lacks obvious serial ports. If you don't mind taking it apart, there's a fair chance of finding a 3- or 9-pin SIO header on the circuit board. It may be TTL level rather than RS232, however. ___ freebsd-que

Too many defunct processes; kill -9 not working

2010-06-09 Thread Eitan Adler
Lately I've been getting a considerable number of defunct processes. I do not know of any major event that changed my computer (ie it is not related to an ports update or a freeBSD upgrade). This is often caused by me killing the process using kill -15 or kill -3 or kill -9. What can I do to dete

davical upgrade problem

2010-06-09 Thread n dhert
I have php52-5.2.13_2 (not php5-5.3.2, too many people had stuff only compatible with the 5.2 version) There was an upgrade of davical, but I get ---> Upgrade of www/davical started at: Tue, 08 Jun 2010 06:48:38 +0200 ---> Upgrading 'davical-0.9.8.4' to 'davical-0.9.9' (www/davical) ---> Build

Re: Too many defunct processes; kill -9 not working

2010-06-09 Thread Giorgos Keramidas
On Wed, 9 Jun 2010 14:08:58 +0300, Eitan Adler wrote: > Lately I've been getting a considerable number of defunct processes. I > do not know of any major event that changed my computer (ie it is not > related to an ports update or a freeBSD upgrade). > > This is often caused by me killing the proc

Re: Too many defunct processes; kill -9 not working

2010-06-09 Thread Joshua Gimer
On Wed, Jun 9, 2010 at 5:08 AM, Eitan Adler wrote: > > What can I do to determine why processes are not getting killed by kill -9? > > Try attaching to it using truss to see if it will shed some light on the reason why the process will not die. http://www.unix.com/man-page/FreeBSD/1/truss/ --

Re: Too many defunct processes; kill -9 not working

2010-06-09 Thread C. P. Ghost
On Wed, Jun 9, 2010 at 2:41 PM, Joshua Gimer wrote: > On Wed, Jun 9, 2010 at 5:08 AM, Eitan Adler wrote: >> What can I do to determine why processes are not getting killed by kill -9? > > Try attaching to it using truss to see if it will shed some light on the > reason why the process will not di

xsltproc: failed to load external entity

2010-06-09 Thread A. Wright
Is anyone else experiencing a rash of docbook-related build issues centering around xsltproc accessing remote XML files? Currently while building polkit (recursively from a build of emacs), I get the error: gmake[3]: Entering directory `/usr/ports/sysutils/polkit/work/polkit-0.96/docs

Re: TeX qurestions, for anybody who cares to reply... .

2010-06-09 Thread Chip Camden
On Jun 08 2010 20:51, Gary Kline wrote: > > He added, ``There are some news groups on the Net that have little to do > with computers, per se. There are groups that argue about politics, > religion, science, art, you name it. I don't waste my time with those.'' > Nice ploy to generate intere

Re: TeX qurestions, for anybody who cares to reply... .

2010-06-09 Thread Polytropon
On Tue, 8 Jun 2010 20:51:53 -0700, Gary Kline wrote: > in my ascii type i cannot type > the e-aigu and i cannot find it in any of the docs. Isnt e-aigu part of the ASCII table? Depending on your editor, can you manually enter it using the "two accents key" (on the german keyboard directly left t

Re: davical upgrade problem

2010-06-09 Thread Matthias Fechner
Hi, Am 09.06.10 14:31, schrieb n dhert: ---> Upgrading 'davical-0.9.8.4' to 'davical-0.9.9' (www/davical) ---> Build of www/davical started at: Tue, 08 Jun 2010 06:48:38 +0200 ---> Building '/usr/ports/www/davical' ===> Cleaning for davical-0.9.9 Unknown extension pdo_pgsql for PHP 52.

Re: xsltproc: failed to load external entity

2010-06-09 Thread Eitan Adler
> > I'm not a common user of xsltproc, but the combination of an argument > beginning "http://"; along with the option "-nonet" (described as "Do not > use the Internet to fetch DTDs, entities or documents" on the man page) > seems rather fishy to me.  Can this combination ever work? > > Has anyone

net-snmp 5.5 tcp wrappers broken

2010-06-09 Thread krad
Has anyone one else this behaviour /etc/hosts.allow ALL : X : allow ALL : ALL : deny do an simple system snmp query from host x fails remove the deny all line and it starts working. trussing the process shows snmpd calling lib wrap and accessing the hosts.allow fine, just no joy. Earlier versio

Core dump with php52-recode?

2010-06-09 Thread Richard Morse
Hi! I just did a portsnap and found that php52 had been updated. When I recompiled (using `portmaster -i php52 php52-extensions`, suddenly php started crashing: > Jun 9 10:27:30 hedwig kernel: pid 35517 (php), uid 1001: exited on signal 11 > (core dumped) I was able to trace this down to the

Re: TeX qurestions, for anybody who cares to reply... .

2010-06-09 Thread Alejandro Imass
On Tue, Jun 8, 2010 at 11:51 PM, Gary Kline wrote: > hi y'all! > [...] Just my 0.02: I use LaTeX directly strictly for typesetting but not for structure and content. In other words, for structure and content I prefer to work in a higher level structure such as DocBook or any other meta-model of

Re: Core dump with php52-recode?

2010-06-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Morse wrote: > Hi! I just did a portsnap and found that php52 had been updated. When I > recompiled (using `portmaster -i php52 php52-extensions`, suddenly php > started crashing: > >> Jun 9 10:27:30 hedwig kernel: pid 35517 (php), uid 1001:

Re: net-snmp 5.5 tcp wrappers broken

2010-06-09 Thread Andrea Venturoli
On 06/09/10 17:12, krad wrote: Has anyone one else this behaviour Yep. /etc/hosts.allow ALL : X : allow ALL : ALL : deny snmpd: ALL : allow works. Googling around, it seems FreeBSD is not the only OS affected... bye av. ___ fr

Re: office apps

2010-06-09 Thread James Phillips
> Date: Tue, 8 Jun 2010 18:44:17 -0600 > From: Chad Perrin > Subject: Re: office apps > To: FreeBSD Questions > Message-ID: <20100609004417.gc37...@guilt.hydra> > Content-Type: text/plain; charset="us-ascii" > I don't really like Oo.org either. It is a little better than MS-Office, be seem

Re: office apps

2010-06-09 Thread parv
in message <20100609005847.gf37...@guilt.hydra>, wrote Chad Perrin thusly... > > On Tue, Jun 08, 2010 at 04:43:42AM -1000, p...@pair.com wrote: ... > > It took about 15 "seconds" of manual count to see an empty > > window after typing "openoffice.org-3.0.0 -nologo". ... > I'm not sure what you mean

Re: Java plugin with Firefox 3.6

2010-06-09 Thread Ian Smith
In freebsd-questions Digest, Vol 314, Issue 3, Message: 22 On Mon, 7 Jun 2010 16:08:34 -0400 Jerry wrote: > On Tue, 8 Jun 2010 01:13:01 +1000 (EST) > Ian Smith articulated: > > > In freebsd-questions Digest, Vol 314, Issue 1, Message: 33 > > On Mon, 7 Jun 2010 06:08:24 -0400 Jerry > > wro

Re: Small webserver recommendations

2010-06-09 Thread Nathan Peet Maier
There is a webserver bundled with a framework called web2py. www.web2py.org. You can run it as a user from BSD or Linux. -Nate Maier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Configure PMBR to Find Loader on GPT Disk

2010-06-09 Thread Jason C. Wells
Jason C. Wells wrote: After setting up a GPT disk and installing the boot blocks with: # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ad4 The system wants to boot: 0:ad(0p2)/boot/kernel/kernel I manually intervene to cause the system to boot: 1:ad(5p8)/boot/loader How do I co

freebsd-update upgrade

2010-06-09 Thread Aiza
The upgrade function requires the -r newrelease flag. The manpage does not state the formate of the newrelease value. Is it just the release number like this 8.0 or is it like this 8.0-RELEASE? ___ freebsd-questions@freebsd.org mailing list http://lists

Re: freebsd-update upgrade

2010-06-09 Thread Glen Barber
On 6/9/10 9:07 PM, Aiza wrote: The upgrade function requires the -r newrelease flag. The manpage does not state the formate of the newrelease value. Is it just the release number like this 8.0 or is it like this 8.0-RELEASE? 8.0-RELEASE. I believe you can pull 8.0-RELEASE-p2 using -r as well.

Re: Fwd: [Netatalk-devel] Fwd: unable to install netatalk

2010-06-09 Thread Thiago Esteves
Thank you very much, Joe. After update my ports tree again I got the patch and the issue was resolved. Regards, Thiago On Wed, Jun 9, 2010 at 9:55 PM, Thiago Esteves wrote: > It seems that there isn't any patch for dsi.h on netatalk/files directory: > > Prescott:files root$ ls -la > total 16 >

Re: freebsd-update upgrade

2010-06-09 Thread Fbsd1
Glen Barber wrote: On 6/9/10 9:07 PM, Aiza wrote: The upgrade function requires the -r newrelease flag. The manpage does not state the formate of the newrelease value. Is it just the release number like this 8.0 or is it like this 8.0-RELEASE? 8.0-RELEASE. I believe you can pull 8.0-RELEASE

Re: why does ps |grep sometimes not return itself?

2010-06-09 Thread Pieter de Goeje
On Wednesday 09 June 2010 09:34:40 Matthew Seaman wrote: > On 09/06/2010 08:15:23, Eitan Adler wrote: > > Why do I sometimes see the grep in ps's output and sometimes not see it? > > [ei...@alphabeta ~ ]% ps aux|grep Me > > eitan 96325 0.0 0.0 1856 724 5 RL+ 10:14AM 0:00.00 grep Me > > [

Re: freebsd-update upgrade

2010-06-09 Thread Glen Barber
On 6/9/10 9:26 PM, Fbsd1 wrote: Glen Barber wrote: On 6/9/10 9:07 PM, Aiza wrote: The upgrade function requires the -r newrelease flag. The manpage does not state the formate of the newrelease value. Is it just the release number like this 8.0 or is it like this 8.0-RELEASE? 8.0-RELEASE. I b

Building amd64 kernel problems (missing kernel configuration files)

2010-06-09 Thread Jerry Bell
Hello, I am have a fresh install of FreeBSD 8.0 i386 and need to install an amd64 kernel. I have copied /usr/src/sys/amd64/conf/GENERIC to /usr/src/sys/amd64/conf/JERRY Then, I run "make buildkernel KERNCONF=JERRY" in /usr/src and get the following error: ERROR: Missing kernel configuration fil

Re: Building amd64 kernel problems (missing kernel configuration files)

2010-06-09 Thread Adam Vande More
On Wed, Jun 9, 2010 at 8:38 PM, Jerry Bell wrote: > I am have a fresh install of FreeBSD 8.0 i386 and need to install an amd64 > kernel. > > I have copied /usr/src/sys/amd64/conf/GENERIC to > /usr/src/sys/amd64/conf/JERRY > > Then, I run "make buildkernel KERNCONF=JERRY" in /usr/src and get the >

Re: Building amd64 kernel problems (missing kernel configuration files)

2010-06-09 Thread b. f.
> I am have a fresh install of FreeBSD 8.0 i386 and need to install an amd64 > kernel. > > I have copied /usr/src/sys/amd64/conf/GENERIC to > /usr/src/sys/amd64/conf/JERRY Support for cross-building is limited in the FreeBSD base system. /usr/src/Makefile states: "# If TARGET=machine (e.g. ia64,

Question on gvinum

2010-06-09 Thread Vinay
Hi, I am new to FreeBSD. I have installed FreeBSD 6.3 and was playing with gvinum. I do not see /dev/gvinum tree. I have these modules loaded. freebsd63# kldstat Id Refs AddressSize Name 1 23 0xc040 7b2d2c kernel 21 0xc0bb3000 cd44 geom_bde.ko 31 0xc0bc 3a48

mingw cross compiler -- cc1 issue

2010-06-09 Thread Malcolm Kay
I have installed mingw32 from ports:- mingw32-gcc-4.4.0_1,1 mingw32-binutils-2.20,1 mingw32-bin-msvcrt-r3.18.a3.14 OS:- FreeBSD xi.home 8.0-RELEASE FreeBSD 8.0-RELEASE #0 Running:- %mingw32-gcc dummy.c appears to execute without problems, producing a.exe Running the alternative:- %/usr/local/min

Re: office apps

2010-06-09 Thread Polytropon
On Tue, 8 Jun 2010 18:58:47 -0600, Chad Perrin wrote: > With my old OO.o install (from package, not port), I haven't had any > problems. The thing even "exports" to PDF without Java. Same here - I still have a v2 installation on another system that has been installed by package, and it just work

Re: davical upgrade problem

2010-06-09 Thread Matthias Fechner
Hi, Am 10.06.10 07:12, schrieb n dhert: I have not php5-pdo_pgsql-5.3.2_1 on mystem since this is for PHP5 version 3.x, not for PHP5 version 2.x, which is the version of PHP I use on my system... Two months ago PHP5-3.2 was automatically installed as part of my daily portupgrades, but users on

ifconfig can't clear 'monitor' mode on the wireless device

2010-06-09 Thread Yuri
Over a year ago I filed this PR: http://lists.freebsd.org/pipermail/freebsd-bugs/2009-February/034115.html There is no response, and this problem is still there. Is there any way to clear monitor mode from network device? Yuri ___ freebsd-questions@fre