ZendOptimizer - core dump

2011-04-13 Thread Ludovit Koren
hi, I need to migrate application which uses ZendOptimizer. The system and packages installed are: 8.1-STABLE, apache-2.2.17_2, ZendOptimizer-3.3.0.a, mysql-client-5.5.10, php52-5.2.17, compat6x-amd64-6.4.604000.200810_3. When I run php -v it dumps core. any hints would be greatly appreciated.

lockf command

2011-04-13 Thread Bastien Semene
Hi, I'm writing a (very simple) script to avoid concurrent processes to do the same task. Background: After a task is done by a service, it synchronizes it with other(s) server(s). I wish that if a synchronization is not done during one or more tasks are completed, not concurrent

Re: lockf command

2011-04-13 Thread Nikos Vassiliadis
On 4/13/2011 12:08 PM, Bastien Semene wrote: I wish that if command #2 can't acquire the lock, lockf exits (exit 0 would be nice). If I set -t 1, lockf is quite what I'm waiting for. But I like to do this in a clear way : if it can't acquire the lock it exits, no timeout wait. Am I

Re: lockf command

2011-04-13 Thread Admin Cyanide
Hi Nikos, I was stupid not to think about this... And it is a nice tip to use a new shell as a running process. However, I re-read the lockf man and saw : By default, lockf waits indefinitely to acquire the lock. Everything is clear now. Thanks ! Le 13/04/2011 15:23, Nikos Vassiliadis a

Thanks

2011-04-13 Thread Srinidhi Balaram
Very very thanks I was facing very serious problem. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Remote access to Freebsd server

2011-04-13 Thread afiddler10
Hi, I am new to the Linux environment.  I am trying to build a virtual Freebsd server to run another virtual device (a Juniper router).  I have found that after building the base operating system that I cannot remotely access the virtual Freebsd server.  I have tried using both Qemu and VMware

Re: Remote access to Freebsd server

2011-04-13 Thread Michael J. Kearney
/var/log/security and ipfw list ftw afiddler10 afiddle...@yahoo.com wrote: Hi, I am new to the Linux environment. I am trying to build a virtual Freebsd server to run another virtual device (a Juniper router). I have found that after building the base operating system that I cannot

Re: Remote access to Freebsd server

2011-04-13 Thread Michael J. Kearney
/var/log/security and ipfw list ftw. .. if a rule maches your configuration atm afiddler10 afiddle...@yahoo.com wrote: Hi, I am new to the Linux environment. I am trying to build a virtual Freebsd server to run another virtual device (a Juniper router). I have found that after building the

Re: Remote access to Freebsd server

2011-04-13 Thread Matthew Seaman
On 13/04/2011 16:37, afiddler10 wrote: Hi, I am new to the Linux environment. I am trying to build a virtual Freebsd server to run another virtual device (a Juniper router). I have found that after building the base operating system that I cannot remotely access the virtual Freebsd server.

Re: Remote access to Freebsd server

2011-04-13 Thread Sergio Tam
Hello 2011/4/13 afiddler10 afiddle...@yahoo.com: Hi, I am new to the Linux environment. FreeBsd its not Linux environment.   I am trying to build a virtual Freebsd server to run another virtual device (a Juniper router).  I have found that after building the base operating system that I cannot

Re: Remote access to Freebsd server

2011-04-13 Thread Kurt Buff
On Wed, Apr 13, 2011 at 09:40, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 13/04/2011 16:37, afiddler10 wrote: snip problem description and sage advice Edit the file /etc/rc.conf and add the line: sshd_enable=YES Then run this command as root: # /etc/rc.d/sshd start (you

Re: Remote access to Freebsd server

2011-04-13 Thread Sergio Tam
2011/4/13 afiddler10 afiddle...@yahoo.com Thank you very much. What I did was set up two interfaces on the VMware server, one bridged and one routed. I was able to access the routed interface from my Windows 7 host. Thanks for your help! You are welcome. Regards.