NFS and mkdir permission

2017-08-03 Thread John Wong
I have a permission problem with NFS mount point, after upgrade to today current(#41) (amd64). My /var/www is mount on NFS. When I type mkdir -m 777 dir, The dir still has 755 permission If I type mkdir -m 666 dir., The dir has 655 permission When I set php-fpm create socket with permission 660

Re: how to viewing packet data?

2010-09-22 Thread John Wong
On 2010e9409f22f% 12:28, John Jackson wrote: tcpflow does that: 'tcpflow -c -s port 80' Not sure if it's in ports or not. Yes, it is in the ports. and it is what i want. Thank you.

how to viewing packet data?

2010-09-21 Thread John Wong
Hi, how to view the packet data with tcpdump? can i? I have tcpdump.file. which is captured from tcpdump -s 1600 -w tcpdump.file tcp port http, now, i want to view the http packet data. can i use tcpdump -r? ( i want plain text, not hex ) When i use the tcpshow, it always show the message "IP no

what mean is M-Up key?

2009-07-19 Thread John Wong
Sorry, the question maybe .. I'm tmux/openbsd user, i read the man page, and see some key is like "M-Up resize-pane -U 5". But what exactly should i type? I know C-b mean is "Ctrl + b", but M-o ... what is "M-" key? Please help, thank you.

How to break the httpd's 4G file size limit?

2009-03-10 Thread John Wong
I want to set up the web server to share file, but i know apache-1.3.x (which is openbsd default httpd) had the 4G file size limit, can i break this limit? Thank you.

spamd patch

2007-06-28 Thread John Wong
I think the passtime should use "now + passtime" not "now + expire", Is it correct? Index: libexec/spamd/grey.c === RCS file: /cvs/src/libexec/spamd/grey.c,v retrieving

(3.9beta/i386) sensorsd can not start?

2006-01-29 Thread John Wong
after upgrade to 3.9beta/i386, sensorsd can not start when i start the sensorsd, it show the error message shell$: /usr/sbin/sensorsd sensorsd: sysctl: No such file or directory what file or directory should i need? shell$: cat /etc/sensorsd.conf hw.sensors.0:low

small patch about "etc_security"

2005-06-09 Thread John Wong
add this format support: +/etc/ssl/pem/* Index: etc/security === RCS file: /cvs/src/etc/security,v retrieving revision 1.71 diff -u -r1.71 security --- etc/security 2005/02/22 10:50:55 1.71 +++ etc/security 2005/06/09 12:57:58 @@ -664