|
From: Dominic R. <dl...@ed...> - 2009-09-17 10:49:21
|
Working with 1.4RC2: The samba problem was that wef Samba 3.4.0 the default setting for passdb backend has changed from smbpasswd to tdbsam. So I needed to add a line in [global]: passdb backend = smbpasswd With this my Samba is now fine. The pam_unit(webmin:auth) authentication failure message in /var/log/messages is still appearing. However webmin seems to be okay. Doing /usr/sbin/postfix upgrade-configuration did something but the error message still appears on reboot, presumably because /var/spool/postfix/pid is owned by postfix and not by root. But postfix still seems to work. After some messing around I have traced the apache problem to the php5 module: /usr/lib/apache2/modules/libphp5.so. With this loaded (LoadModule in httpd.conf, and as provided in the default DL configuration), apache segfaults. Without it, no problem, but you don't have php. Which is very bad news for me. Maybe this module needs to be recompiled? Dominic Heiko Zuerker wrote: > > Yeah postfix was upgraded too (from 2.5.x to 2.6.x). > > You could try running > > postfix upgrade-configuration (or something like that, writing it out > of memory) > > /etc/init.d/postfix restart > > > > The segfault is bad, but could always be caused from some config. > > > > Heiko > > > > *From:* Dominic Raferd [mailto:dl...@ed...] > *Sent:* Wednesday, September 16, 2009 5:12 PM > *To:* dev...@li... > *Subject:* Re: [Devil-Linux-discuss] 1.4RC2 - apache won't run, samba > has problems > > > > Hi Heiko > > I see these 3 lines in /var/log/messages: > Sep 16 18:49:29 src@dl perl: pam_unix(webmin:auth): authentication > failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root > Sep 16 18:49:35 src@dl httpd[7215]: segfault at 4a0e5ecc ip 4a0d2d02 > sp 588041a8 error 7 in ld-2.5.1.so[4a0cc000+19000] > Sep 16 18:49:55 src@dl postfix/postfix-script[8515]: warning: not > owned by root: /var/spool/postfix/pid > > > The first line recurs when I reboot with 1.4RC1, but the second and > third do not. A segfault does not sound good? But it confirms that > apache just would not run. Samba did run but I had problems getting > access to some shares (others worked fine); could be down to Samba > updates, I agree. Sorry I did not get to check postfix under 1.4RC2, I > only just noticed this warning message now. > > Dominic > > Heiko Zuerker wrote: > > I have both a Samba and Apache server running with the grsec version. > Do you have any more details? Any error messages? > > The samba version changed significantly in the latest testing release, > maybe it doesn't like one of the options you have. > > Heiko > > Quoting Dominic Raferd <dl...@ed...> <mailto:dl...@ed...>: > > > > I can't seem to be able to run apache with the latest testing version of > > 1.4RC2, I guess this is because of grsec (in the past I have used DL's > > server version)? Is this 'by design' or is it possible to use apache > > with grsec? Samba also doesn't seem to be working right... > > > > (I will move back to 1.4RC1-server....) > > > > Dominic > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry® Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9-12, 2009. Register now! > > http://p.sf.net/sfu/devconf > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... <mailto:Dev...@li...> > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > ------------------------------------------------------------------------ > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |