[Bug 152410] Re: Installing PHP doesn't restart Apache2 by default, needs manual restart
correction (Intrepid): PHP is not working on: http://localhost but is IS working on: http://127.0.0.1 /m -- Installing PHP doesn't restart Apache2 by default, needs manual restart https://bugs.launchpad.net/bugs/152410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 152410] Re: Installing PHP doesn't restart Apache2 by default, needs manual restart
Intrepid: After installing LAMP, rebooting and restarting the Apache PHP is not running. Same symptoms as the top post. Any idea how I can start it? thanks -- Installing PHP doesn't restart Apache2 by default, needs manual restart https://bugs.launchpad.net/bugs/152410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 242383] Re: default postfix config creates backscatter
mydestination should be set to the hostname of the machine or any domain it accepts mail for and serves it's mailboxes local If postfix is just the relay for this domain you should set relay_domains and not mydestination IMHO, there should be no reason for setting mydestination and relay_domains to the same value. Did I miss something? What is relay_domains = $mydestination then good for? To Ryan: In the old days you also sent mail from one host to the any other not using central mailservers. You sent mail to the [EMAIL PROTECTED] -- default postfix config creates backscatter https://bugs.launchpad.net/bugs/242383 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 244411] Re: Samba shares never work with winbind installed (8.04)
Juan you can try reinstalling all the nautilus packages, you could have the same problem that OzyKiss. The problem with winbind is different and i edited this bug thinking that this my problem was the same. If the reinstall of the nautilus packages don't work, please make another bug entry. Tell us here if you solve the problem or fill another bug. -- Samba shares never work with winbind installed (8.04) https://bugs.launchpad.net/bugs/244411 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 249881] Re: Hardy slapd server is not supporting sasl/external authentication
** Changed in: openldap (Ubuntu) Sourcepackagename: None => openldap -- Hardy slapd server is not supporting sasl/external authentication https://bugs.launchpad.net/bugs/249881 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 249881] [NEW] Hardy slapd server is not supporting sasl/external authentication
You have been subscribed to a public bug: On our dapper machines, we use the sasl external mechanism for authentication on slapd, the ldap server. On hardy this doesn't work any more. Running an ldapsearch for example produces errors messages. hardy ldapsearch against hardy slapd: $ ldapsearch -H ldaps://ldap SASL/EXTERNAL authentication started ldap_sasl_interactive_bind_s: Unknown authentication method (-6) and slapd (-d 256) says conn=6 fd=16 ACCEPT from IP=100.9.0.234:45017 (IP=0.0.0.0:636) conn=6 fd=16 TLS established tls_ssf=16 ssf=16 conn=6 fd=16 closed (connection lost) Here, the client fails fedora core 3 ldapsearch (ldap utils are linked against openssl) against hardy slapd: $ ldapsearch -H ldaps://ldap SASL/EXTERNAL authentication started ldap_sasl_interactive_bind_s: Authentication method not supported (7) additional info: SASL(-4): no mechanism available: and slapd (-d 256) says conn=5 fd=16 ACCEPT from IP=100.9.11.1:38962 (IP=0.0.0.0:636) conn=5 fd=16 TLS established tls_ssf=16 ssf=16 conn=5 op=0 BIND dn="" method=163 conn=5 op=0 RESULT tag=97 err=7 text=SASL(-4): no mechanism available: conn=5 fd=16 closed (connection lost) This shows that the server actually doesn't support the mechanism. Installed packages: [EMAIL PROTECTED]:~# dpkg -l '*slapd*' '*ldap*' '*gnutls*' '*openssl*' '*sasl*' | grep ^ii | awk '{print $2"_"$3}' gnutls-bin_2.0.4-1ubuntu2.1 gnutls-doc_2.0.4-1ubuntu2.1 ldap-auth-client_0.5 ldap-auth-config_0.5 ldap-utils_2.4.7-6ubuntu4.2 libcurl3-gnutls_7.18.0-1ubuntu2 libgnutls13_2.0.4-1ubuntu2.1 libldap-2.4-2_2.4.7-6ubuntu4.2 libnss-ldap_258-1ubuntu3 libpam-ldap_184-2ubuntu2 libsasl2_2.1.22.dfsg1-18ubuntu2 libsasl2-2_2.1.22.dfsg1-18ubuntu2 libsasl2-modules_2.1.22.dfsg1-18ubuntu2 openssl_0.9.8g-4ubuntu3.1 openssl-blacklist_0.1-0ubuntu0.8.04.4 php5-ldap_5.2.4-2ubuntu5.1 postfix-ldap_2.5.1-2ubuntu1 sasl2-bin_2.1.22.dfsg1-18ubuntu2 slapd_2.4.7-6ubuntu4.2 Configuration: /etc/default/slapd # Default location of the slapd.conf file SLAPD_CONF=/etc/openldap/slapd.conf # System account to run the slapd server under. If empty the server # will run as root. SLAPD_USER=openldap # System group to run the slapd server under. If empty the server will # run in the primary group of its user. SLAPD_GROUP=openldap # Path to the pid file of the slapd server. If not set the init.d script # will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf) SLAPD_PIDFILE= # Configure if db_recover should be called before starting slapd TRY_BDB_RECOVERY=yes # Configure if the slurpd daemon should be started. Possible values: # - yes: Always start slurpd # - no: Never start slurpd # - auto: Start slurpd if a replica option is found in slapd.conf (default) SLURPD_START=auto # slapd normally serves ldap only on all TCP-ports 389. slapd can also # service requests on TCP-port 636 (ldaps) and requests via unix # sockets. # Example usage: SLAPD_SERVICES="ldap:/// ldaps:/// ldapi:///" # Additional options to pass to slapd and slurpd SLAPD_OPTIONS="" SLURPD_OPTIONS="" /etc/openldap/slapd.conf (relevant lines only) TLSCACertificateFile /etc/ssl/cacert.pem TLSCertificateFile /etc/ssl/ldap/ldap-CERT.pem TLSCertificateKeyFile /etc/ssl/ldap/ldap-KEY.pem TLSVerifyClient try example .ldaprc TLS_CACERT /home/max/.ssl/cacert.pem TLS_CERT /home/max/.ssl/usercert.pem TLS_KEY /home/max/.ssl/user.key SASL_MECH EXTERNAL First it was suspected gnutls might not like certificates/keys generated with openssl. But playing around with gnutls-serv and gnutls-cli using the same files shows that gnutls works. The search shows external is not supported by server: $ ldapsearch -x -H ldaps://ldap -b "" -LLL -s base supportedSASLMechanisms dn: supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: NTLM supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN apparmor is not running on the server. The authentication is not working with neither when openldap user is a member of ssl-cert group or not, i.e. has read permission on /etc/ssl/private ** Affects: openldap (Ubuntu) Importance: Undecided Status: New -- Hardy slapd server is not supporting sasl/external authentication https://bugs.launchpad.net/bugs/249881 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 227744] Re: dapper upgrade to hardy: openldap silently refuses to start when unable to open SSL certificates - main: TLS init def ctx failed: -64
Same problem here. I had to recreate the certificates. But not only for openldap, I had to recreate my CA certificate. This means I had to recreate all my server certificates. Not very nice. -- dapper upgrade to hardy: openldap silently refuses to start when unable to open SSL certificates - main: TLS init def ctx failed: -64 https://bugs.launchpad.net/bugs/227744 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 105251] Re: NetworkManager wrongly releases DHCP IP
Motin: check the other dhclient hooks: grep exit /etc/dhcp3/dhclient-exit-hooks.d/* -- NetworkManager wrongly releases DHCP IP https://bugs.launchpad.net/bugs/105251 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 249824] [NEW] [intrepid] IPv6 unusable
Public bug reported: Binary package hint: bind9 dig (from dnsutils 1:9.5.0.dfsg.P1-2~build1) in intrepid cannot use IPv6 transport apparently [EMAIL PROTECTED]:~$ dig -6 -t lrz-muenchen.de @dns1.lrz-muenchen.de dig: can't find IPv6 networking The machine has working IPv6 connectivity [EMAIL PROTECTED]:~$ ping6 dns1.lrz-muenchen.de PING dns1.lrz-muenchen.de(dns1.lrz-muenchen.de) 56 data bytes 64 bytes from dns1.lrz-muenchen.de: icmp_seq=1 ttl=61 time=1.69 ms 64 bytes from dns1.lrz-muenchen.de: icmp_seq=2 ttl=61 time=2.50 ms 64 bytes from dns1.lrz-muenchen.de: icmp_seq=3 ttl=61 time=2.35 ms ^C --- dns1.lrz-muenchen.de ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2007ms rtt min/avg/max/mdev = 1.691/2.184/2.508/0.356 ms Debian testing (1:9.5.0.dfsg.P1-2) works just fine mail:~# dig -6 -t lrz-muenchen.de @dns1.lrz-muenchen.de ; <<>> DiG 9.5.0-P1 <<>> -6 -t lrz-muenchen.de @dns1.lrz-muenchen.de ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25968 ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;lrz-muenchen.de. IN ;; AUTHORITY SECTION: lrz-muenchen.de.86400 IN SOA dns1.lrz-muenchen.de. hostmaster.lrz-muenchen.de. 2008071717 21600 1800 360 86400 ;; Query time: 28 msec ;; SERVER: 2001:4ca0:0:100:0:53:1:1#53(2001:4ca0:0:100:0:53:1:1) ;; WHEN: Fri Jul 18 11:47:27 2008 ;; MSG SIZE rcvd: 85 ** Affects: bind9 (Ubuntu) Importance: Undecided Status: New -- [intrepid] IPv6 unusable https://bugs.launchpad.net/bugs/249824 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 105251] Re: NetworkManager wrongly releases DHCP IP
Interesting about the whereami thing, but I have never installed whereami and still experiencing this bug. May be a solution for others though... -- NetworkManager wrongly releases DHCP IP https://bugs.launchpad.net/bugs/105251 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 249800] [NEW] PHP 5.2.6-2ubuntu1 FTBFS missing readline.h
Public bug reported: Binary package hint: php5 I just tried to backport the newest PHP5 using prevu (building from intrepid, on a hardy box) as usual, and got the following compile error: i486-linux-gnu-gcc -Isapi/cli/ -I/var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/ -DPHP_ATOM_INC -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/include -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/main -I/var/cache/prevu/src/15190/php5-5.2.6 -I/usr/include/libxml2 -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/ext/date/lib -I/var/cache/prevu/src/15190/php5-5.2.6/ext/date/lib -I/var/cache/prevu/src/15190/php5-5.2.6/ext/mbstring/oniguruma -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/ext/mbstring/oniguruma -I/var/cache/prevu/src/15190/php5-5.2.6/ext/mbstring/libmbfl -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/ext/mbstring/libmbfl -I/var/cache/prevu/src/15190/php5-5.2.6/ext/mbstring/libmbfl/mbfl -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/ext/mbstring/libmbfl/mbfl -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/TSRM -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/Zend -I/var/cache/prevu/src/15190/php5-5.2.6/main -I/var/cache/prevu/src/15190/php5-5.2.6/Zend -I/var/cache/prevu/src/15190/php5-5.2.6/TSRM -I/var/cache/prevu/src/15190/php5-5.2.6/cli-build/ -I/usr/include -O2 -Wall -fsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -gstabs -c /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c -fPIC -DPIC -o sapi/cli/php_cli.o /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:79:31: error: readline/readline.h: No such file or directory /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c: In function 'main': /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1089: warning: implicit declaration of function 'tilde_expand' /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1089: warning: assignment makes pointer from integer without a cast /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1090: error: 'rl_attempted_completion_function' undeclared (first use in this function) /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1090: error: (Each undeclared identifier is reported only once /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1090: error: for each function it appears in.) /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1091: error: 'rl_special_prefixes' undeclared (first use in this function) /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1092: warning: implicit declaration of function 'read_history' /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1095: warning: implicit declaration of function 'readline' /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1095: warning: assignment makes pointer from integer without a cast /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1117: warning: implicit declaration of function 'add_history' /var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/php_cli.c:1139: warning: implicit declaration of function 'write_history' make[1]: *** [sapi/cli/php_cli.lo] Error 1 make[1]: Leaving directory `/var/cache/prevu/src/15190/php5-5.2.6/cli-build' make: *** [build-cli-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 Copying back the cached apt archive contents -> new cache content apache2-utils_2.2.8-1ubuntu0.3_i386.deb added -> new cache content apache2.2-common_2.2.8-1ubuntu0.3_i386.deb added -> new cache content apache2-prefork-dev_2.2.8-1ubuntu0.3_i386.deb added -> new cache content libglib2.0-0_2.16.3-1ubuntu3_i386.deb added -> new cache content libpcre3_7.4-1ubuntu2.1_i386.deb added -> new cache content libpcrecpp0_7.4-1ubuntu2.1_i386.deb added -> new cache content libldap2-dev_2.4.9-0ubuntu0.8.04_i386.deb added -> new cache content libssl-dev_0.9.8g-4ubuntu3.3_i386.deb added -> new cache content x11-common_1%3a7.3+10ubuntu10.2_i386.deb added -> new cache content openssl_0.9.8g-4ubuntu3.3_i386.deb added -> new cache content libpcre3-dev_7.4-1ubuntu2.1_i386.deb added -> unmounting /var/cache/prevu/src/15190 filesystem -> unmounting /var/cache/prevu/hardy-debs filesystem -> unmounting dev/pts filesystem -> unmounting proc filesystem -> cleaning the build env -> removing directory /var/cache/prevu/builds/15289 and its subdirectories Prevu Error: Build failed. Prevu encountered an error performing your build. The actual error message may be further up in the scrollback before pbuilder exited. Please look for a failed dependency or compile error in the full output. ** Affects: php5 (Ubuntu) Importance: Undecided Status: New -- PHP 5.2.6-2ubuntu1 FTBFS missing readline.h https://bugs.launchpad.net/bugs/249800 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubsc
[Bug 222804] Re: [SRU] fail2ban fails to start after reboot
ACK from motu-sru. ** Changed in: fail2ban (Ubuntu Hardy) Status: In Progress => Confirmed -- [SRU] fail2ban fails to start after reboot https://bugs.launchpad.net/bugs/222804 You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs