Displaying 14 results from an estimated 14 matches similar to: "smbstatus getting a SIGBUS error"
2000 Jan 11
0
SAMBA BUG: smbstatus 2.0.6 core dumps on Solaris 2.6 (SIGSEGV)
I am running Samba version 2.0.6 on Solaris 2.6. When I run smbstatus, it
coredumps. Here is some detailed information that may help in killing this
bug.
This is a run of smbstatus where it coredumps, and afterwards, a gdb
session.
root@grads:/depot/samba-2.0.6/bin 174# ./smbstatus
Samba version 2.0.6
Service uid gid pid machine
----------------------------------------------
2000 Jun 08
0
[Fwd: smbstatus getting a SIGBUS error]
-------- Original Message --------
Subject: smbstatus getting a SIGBUS error
Date: Thu, 08 Jun 2000 13:52:13 +0700
From: Arnold Troeger <stssart@bkk.unocal.com>
To: samba-bugs@samba.org
CC: arnold.troeger@bkk.unocal.com
I'm running Samba 2.0.7 and have been having a few problems with it.
Just to keep things focused, I'll stick with smbstatus as this one has
been the longest lasting
1999 Jan 07
1
Shared Memory size
The shared mem size option is set to 102400 by default and change is
discouraged:
The man page (1.9.18p10) says:
This parameter is only useful when Samba has been compiled
with FAST_SHARE_MODES. It specifies the size of the shared
memory (in bytes) to use between smbd processes. You should
never change this parameter unless you have studied the
source and know what you are doing.
1999 Jan 27
1
Share modes problems
Hi all,
I'm having a problem with share modes (at least I think it's share
modes) on my samba server. The problems only seem to have
manifested themselves since I updated to samba 2.0.0. This has
coincided with an upgrade to our system, so it is conceivable that
the problem may be with that, but I think it more likely that it is to
do with samba (since errors are reported in the log
2013 Mar 24
0
[Fwd: Re: PHP Questions on move from CentOS 5.x to CentOS 6.x]
---------------------------- Original Message ----------------------------
Subject: Re: [CentOS] PHP Questions on move from CentOS 5.x to CentOS 6.x
From: "Max Pyziur" <pyz at brama.com>
Date: Sun, March 24, 2013 1:14 pm
To: "Reindl Harald" <h.reindl at thelounge.net>
--------------------------------------------------------------------------
>
>
2015 Oct 30
4
disable ZTS in php
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2011 Jan 07
2
rpm/yum/repo issue - Error: Package tuple could not be found in packagesack
Hi guys,
I've been working on a yum repo for PHP 5.2 and today I wanted to update
it[1], however on a test machine using my PHP packages (e.g.
php-common-5.2.16-1nux) a yum update to the new RPMs with version 5.2.17
gives the following error: "Error: Package tuple ('php-common', 'i386', '0',
'5.2.17', '1nux') could not be found in
2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks!
On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi>
wrote:
> This is really wrong way to do this. Install yum-utils and use
> yumdownloader --source package-name to get rhel version of package. Then
> modify spec file and recompile.
>
> Eero
> Hey guys,
>
> I'm trying to disable
2012 Jul 20
0
CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault
Hello everyone,
I've got issues getting Zend Guard Loader v3.3 running.
Tried several installations, doesn't work for any. Once I install Zend
Guard Loader my PHP CLI binary starts to segfault *at exit*.
Same is true for apache processes with mod_php enabled: Works until you
SIGHUP your apache processes. Doing that your webserver quits with a
segfault.
Can anyone reproduce that
2015 Oct 30
0
disable ZTS in php
on certain non-linux systems like MacOS i?ll run into a problem with the standard version of iconv in php. To leave it out i use the ?without-iconv directive. Maybe give that a shot with maintainer-zts.
?
Jeremy
> On Oct 30, 2015, at 6:44 AM, Tim Dunphy <bluethundr at gmail.com> wrote:
>
> Hey guys,
>
> I'm trying to disable ZTS in php, because an application we
2015 Oct 30
0
disable ZTS in php
This is really wrong way to do this. Install yum-utils and use
yumdownloader --source package-name to get rhel version of package. Then
modify spec file and recompile.
Eero
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command =>
2015 Oct 30
0
disable ZTS in php
I think command name is yum-downloader.
Then modify spec and rpmbuild -ba specname.spec
You need also modify version number a bit. Rebuilding is a bit issue as you
need to recompile as security patches come out ..
Eero
30.10.2015 6.04 ip. "Tim Dunphy" <bluethundr at gmail.com> kirjoitti:
> Yeah Erro, ok you have a point. I'll do that. Thanks!
>
> On Fri, Oct 30,
2006 Jun 07
3
PHP UnixODBC MS SQl 2000
Hi,
I have Asterisk 12.7.1 installed through Asterisk@Home CD. and explicitly I
have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database
which in on Windows 2003 Server on remote location.
I tested connectivity through isql and tsql, both utilities are working
fine.
I need to access MS SQL 2000 Database through PHP. When I tired to check the
connectivity through a Test PHP
2008 Jul 21
1
OCI
Am running centos5 , I want to compile my apache with php to support the
following
'./configure' '--with-apxs2=/usr/local/apache/bin/apxs'
'--with-mysql=/usr/local/mysql' '--with-zlib-dir=/usr/lib/'
'--enable-versioning' '--enable-track-vars=yes'
'--enable-url-includes--enable-sysvshm=yes' '--enable-sysvsem=yes'