Re: [patch] nmount ro, rw and negated option handling

2011-01-23 Thread Aurelien Jarno
On Fri, Jan 14, 2011 at 02:24:54PM +0200, Jaakko Heinonen wrote: Hi, Hi, Currently nmount(2) allows a mount point to have ro, rw, and noro string options concurrently active. This can cause erratic behavior demonstrated by this example: 1. Have mountd(8) running. 2. # mdconfig -a -t

Re: What does the FreeBSD/i386 ABI say about stack alignment?

2011-01-23 Thread Alexander Best
On Thu Jan 13 11, Alexander Best wrote: On Thu Jan 13 11, Ryan Stone wrote: I've been trying to get an application compiled with gcc 4.5.1 running on FreeBSD 8.1, but it's been crashing during startup with a SIGBUS. It turns out that the problem is that gcc is issuing SSE instructions(in

Re: What does the FreeBSD/i386 ABI say about stack alignment?

2011-01-23 Thread Alexander Best
On Sun Jan 23 11, Anonymous wrote: Alexander Best arun...@freebsd.org writes: otaku% ./mplayer ~/filme/wiedhow.mkv MPlayer SVN-r32787-4.6.0 (C) 2000-2011 MPlayer Team 161 audio 350 video codecs Playing /home/arundel/filme/wiedhow.mkv. zsh: illegal hardware instruction (core dumped)

Re: What does the FreeBSD/i386 ABI say about stack alignment?

2011-01-23 Thread Anonymous
Alexander Best arun...@freebsd.org writes: otaku% ./mplayer ~/filme/wiedhow.mkv MPlayer SVN-r32787-4.6.0 (C) 2000-2011 MPlayer Team 161 audio 350 video codecs Playing /home/arundel/filme/wiedhow.mkv. zsh: illegal hardware instruction (core dumped) ./mplayer ~/filme/wiedhow.mkv otaku%

Querying bsnmpd through /var/run/snmpd.sock

2011-01-23 Thread Eugene Grosbein
Hi! bsnmpd running with mibII module opens local socket /var/run/snmpd.sock mentioned in snmp_mibII(3) manual page: The mibII module opens a socket that is used to execute all network related ioctl(2) functions. This socket is globally available under the name mib_netsock. How

How to read non-physical memory?

2011-01-23 Thread Alexandr Matveev
Hello. When FreeBSD boots with 'boot -v' it show SMAP: SMAP type=01 base= len=0009d800 SMAP type=02 base=0009d800 len=2800 SMAP type=02 base=000e len=0002 SMAP type=01 base=0010 len=bfdb ... SMAP

Re: How to read non-physical memory?

2011-01-23 Thread Neel Natu
Hi Alexandr, On Sun, Jan 23, 2011 at 7:56 AM, Alexandr Matveev ti...@timon.net.nz wrote: Hello.  When FreeBSD boots with 'boot -v' it show SMAP: SMAP type=01 base= len=0009d800 SMAP type=02 base=0009d800 len=2800 SMAP type=02 base=000e

Re: How to read non-physical memory?

2011-01-23 Thread Alexandr Matveev
On 23.01.2011 22:26, Neel Natu wrote: Hi Alexandr, On Sun, Jan 23, 2011 at 7:56 AM, Alexandr Matveevti...@timon.net.nz wrote: Hello. When FreeBSD boots with 'boot -v' it show SMAP: SMAP type=01 base= len=0009d800 SMAP type=02 base=0009d800

Tracking down a problem with php on FreeBSD

2011-01-23 Thread Ruslan Mahmatkhanov
Good day! We are using custom php application on FreeBSD 8.1R amd64. It is started with php-fpm 5.3.3 from ports as backend and nginx 0.8.54 as frontend. Several times per day this app is making self unavailable. Simple php-fpm restart solves the problem, but i need to track it down to the

Tracking down a problem with php on FreeBSD

2011-01-23 Thread Ruslan Mahmatkhanov
Good day! We are using custom php application on FreeBSD 8.1R amd64. It is started with php-fpm 5.3.3 from ports as backend and nginx 0.8.54 as frontend. Several times per day this app is making self unavailable. Simple php-fpm restart solves the problem, but i need to track it down to the

Re: Exporting kernel symbols

2011-01-23 Thread Neel Natu
Hi Ali, On Sat, Jan 22, 2011 at 7:20 PM, Ali Mashtizadeh mashtiza...@gmail.com wrote: Hi Folks, I tried to build a geom kernel module that uses the alq(9) facility to log some data. The module builds fine but it seems that the kernel isn't exporting the alq(9) symbols. Could someone point me