search for: stranc

Displaying 6 results from an estimated 6 matches for "stranc".

Did you mean: strand
2005 Jan 14
2
PHP+Oracle problem
...ne running the following PHP script: <?php $c = ocilogon("wonttell", "wonttell", "WONTTELL"); ocilogoff($c); ?> by issuing the command: php < oracle_test.php executed with segfault. The strace output is available at: http://www.telefor1.hu:7000/segfault.txt Strance, but when invoked the script from the web it runs flawlessly. Can anybody point to a solution that solves this problem? -- Zizi
2011 Jun 03
3
LMTP/Sieve/sendmail path
...nment MAIL_CONFIG=/etc/postfix-instance2 and enabled alternate_config_directories in main.cf of the first insance. ( http://www.postfix.org/postconf.5.html#alternate_config_directories ) I also configured the userdb to return an extrafield userdb_mail_config=/etc/postfix-instance2. But all produce strance postfix errors I never saw in my last 6 years as postfix-admin. Would it be possible to configure dovecot lmtp server to use an external smtp-server to submit new mails ? Any other Ideas ? Thanks Andreas -- Andreas Schulze Internetdienste | P252 DATEV eG 90329 N?rnberg | Telefon +49 911 319-...
2007 May 25
1
NTPD ?
Have used Centos 5 now couple of weeks and started to find pieces on places, ie. found logs :D Now, these ntpd errors strances me. Anyone else getting these? Errors frequency error 500 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 503 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 504 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 505 PPM exceeds tolerance 500 PPM: 1 time(s)...
2008 May 30
0
Mongrel handler and root_handler
Hi I am writing my own handler and seeing some strance behavior. Best is describing by the following code say I create mongrel server (see at the end of the email) and have one handler for the root (so shoudl handle all request..) To my surprise the @a in the following code in the Handlder is not the object I expect but a hash containing the na...
2007 Apr 18
1
[Bridge] bridge at start up
...> > From what I can see it doesn't generate tail-calls currently: > > > > Indeed... It even doesn't do this on Sparc64 either, even for > > the okfn(skb) call which I was sure it would. > > > > It won't tail-call for function pointers for some strance reason > > as exhibited by this simple test: > > > > struct sk_buff { > > int foo; > > }; > > > > int invoke(struct sk_buff *skb, int (*okfn)(struct sk_buff *)) > > { > > return okfn(skb); > > } > > > > extern...
2007 Apr 18
3
[Bridge] Re: do_IRQ: stack overflow: 872..
On Fri, 07 Jan 2005 17:05:59 +0000 David Woodhouse <dwmw2@infradead.org> wrote: > On Sat, 2004-12-18 at 08:50 +0100, Andi Kleen wrote: > > It's not really an oops, just a warning that stack space got quiet > > tight. > > > > The problem seems to be that the br netfilter code is nesting far too > > deeply and recursing several times. Looks like a design