From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 11:41:32 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA9716A40D; Sun, 25 Jun 2006 11:41:32 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from gone.xs4all.nl (gone.xs4all.nl [213.84.247.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91CD43D58; Sun, 25 Jun 2006 11:41:22 +0000 (GMT) (envelope-from lars@socruel.nu) Received: from saturnus.intra.socruel.nu (saturnus.intra.socruel.nu [172.16.0.12]) by gone.xs4all.nl (Postfix) with ESMTP id 0B3B233C5F; Sun, 25 Jun 2006 13:41:20 +0200 (CEST) MIME-Version: 1.0 Content-class: urn:content-classes:message Date: Sun, 25 Jun 2006 13:41:20 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Question about Apache2 Port and FreeBSD 6 kernel options Thread-Index: AcaYTCgOyRhjhpl3TS2W2Ihz9c9Pnw== From: "FreeBSD-Ports" Sender: "Lars Wittebrood" To: , Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 11:41:32 -0000 Hi, Today I installed a custom kernel from 6.1-RELEASE-p1 source and after that Apache2 will not start anymore. It segfaults when starting. After making and installing a GENERIC kernel Apache does start and runs fine! The Apache errors I got are: - in httpd_error.log: Sun Jun 25 12:21:44 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run? - in /var/log/messages: Jun 25 12:21:44 lambda.socruel.nu pid 2608 (httpd), uid 0: exited on signal 12 (core dumped) Uname info of this system: root@lambda log # uname -a FreeBSD lambda.socruel.nu 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #0: Sun Jun 25 12:49:10 CEST 2006 root@lambda.socruel.nu:/usr/obj/usr/src/sys/GENERIC i386 The Apache2 port is build with: MAKE_ARGS =3D { 'www/apache20' =3D> [ 'WITH_AUTH_MODULES=3Dyes', 'WITH_DAV_MODULES=3Dyes', 'WITH_MISC_MODULES=3Dyes', 'WITH_SSL_MODULES=3Dyes', 'WITH_SUEXEC_MODULES=3Dyes', 'WITH_THREAD_MODULES=3Dyes', 'WITH_PROXY_MODULES=3Dyes', 'WITH_ALL_STATIC_MODULES=3Dyes', 'SUEXEC_DOCROOT=3D"/var/www/cgi-bin"', 'SUEXEC_USERDIR=3D"public_html"', 'SUEXEC_SAFEPATH=3D"/usr/local/bin:/usr/bin:/bin"', 'SUEXEC_LOGFILE=3D"/var/log/httpd-suexec.log"', 'SUEXEC_UIDMIN=3D1000', 'SUEXEC_GIDMIN=3D1000', 'SUEXEC_CALLER=3D"www"', ], It also uses PHP: 'lang/php4' =3D> [ 'WITH_APACHE=3Dyes', 'WITH_OPENSSL=3Dyes', ], The differences between the GENERIC kernel conf and the customer kernel conf are: root@lambda log # cd /sys/i386/conf root@lambda conf # diff GENERIC LAMBDA 2c2 < # GENERIC -- Generic kernel configuration file for FreeBSD/i386 --- > # LAMBDA -- Generic kernel configuration file for FreeBSD/i386 19c19 < # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.7.2.2 2006/05/01 00:15:12 scottl Exp $ --- > # $FreeBSD: src/sys/i386/conf/LAMBDA,v 1.429.2.3.2.1 2005/10/28 19:22:41 jhb Exp $ 22c22 < cpu I486_CPU --- > #cpu I486_CPU 25c25 < ident GENERIC --- > ident LAMBDA 30c30 < makeoptions DEBUG=3D-g # Build kernel with gdb(1) = debug symbols --- > #makeoptions DEBUG=3D-g # Build kernel with gdb(1) = debug symbols 36c36 < options INET6 # IPv6 communications protocols --- > #options INET6 # IPv6 communications protocols 41,46c41,46 < options MD_ROOT # MD is a potential root device < options NFSCLIENT # Network Filesystem Client < options NFSSERVER # Network Filesystem Server < options NFS_ROOT # NFS usable as /, requires NFSCLIENT < options MSDOSFS # MSDOS Filesystem < options CD9660 # ISO 9660 Filesystem --- > #options MD_ROOT # MD is a potential root device > #options NFSCLIENT # Network Filesystem Client > #options NFSSERVER # Network Filesystem Server > #options NFS_ROOT # NFS usable as /, requires NFSCLIENT > #options MSDOSFS # MSDOS Filesystem > #options CD9660 # ISO 9660 Filesystem 53c53 < options SCSI_DELAY=3D5000 # Delay (in ms) before probing SCSI --- > #options SCSI_DELAY=3D5000 # Delay (in ms) before probing SCSI 55,57c55,57 < options SYSVSHM # SYSV-style shared memory < options SYSVMSG # SYSV-style message queues < options SYSVSEM # SYSV-style semaphores --- > #options SYSVSHM # SYSV-style shared memory > #options SYSVMSG # SYSV-style message queues > #options SYSVSEM # SYSV-style semaphores 66c66 < device apic # I/O APIC --- > #device apic # I/O APIC 69c69 < device eisa --- > #device eisa 85,89c85,89 < device ahb # EISA AHA1742 family < device ahc # AHA2940 and onboard AIC7xxx devices < device ahd # AHA39320/29320 and onboard AIC79xx devices < device amd # AMD 53C974 (Tekram DC-390(T)) < device isp # Qlogic family --- > #device ahb # EISA AHA1742 family > #device ahc # AHA2940 and onboard AIC7xxx devices > #device ahd # AHA39320/29320 and onboard AIC79xx devices > #device amd # AMD 53C974 (Tekram DC-390(T)) > #device isp # Qlogic family 91c91 < device mpt # LSI-Logic MPT-Fusion --- > #device mpt # LSI-Logic MPT-Fusion 93,94c93,94 < device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') < device trm # Tekram DC395U/UW/F DC315U adapters --- > #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') > #device trm # Tekram DC395U/UW/F DC315U adapters 96,104c96,104 < device adv # Advansys SCSI adapters < device adw # Advansys wide SCSI adapters < device aha # Adaptec 154x SCSI adapters < device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. < device bt # Buslogic/Mylex MultiMaster SCSI adapters < < device ncv # NCR 53C500 < device nsp # Workbit Ninja SCSI-3 < device stg # TMC 18C30/18C50 --- > #device adv # Advansys SCSI adapters > #device adw # Advansys wide SCSI adapters > #device aha # Adaptec 154x SCSI adapters > #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. > #device bt # Buslogic/Mylex MultiMaster SCSI adapters > > #device ncv # NCR 53C500 > #device nsp # Workbit Ninja SCSI-3 > #device stg # TMC 18C30/18C50 107,113c107,113 < device scbus # SCSI bus (required for SCSI) < device ch # SCSI media changers < device da # Direct Access (disks) < device sa # Sequential Access (tape etc) < device cd # CD < device pass # Passthrough device (direct SCSI access) < device ses # SCSI Environmental Services (and SAF-TE) --- > #device scbus # SCSI bus (required for SCSI) > #device ch # SCSI media changers > #device da # Direct Access (disks) > #device sa # Sequential Access (tape etc) > #device cd # CD > #device pass # Passthrough device (direct SCSI access) > #device ses # SCSI Environmental Services (and SAF-TE) 116,126c116,125 < device amr # AMI MegaRAID < device arcmsr # Areca SATA II RAID < device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID < device ciss # Compaq Smart RAID 5* < device dpt # DPT Smartcache III, IV - See NOTES for options < device hptmv # Highpoint RocketRAID 182x < device rr232x # Highpoint RocketRAID 232x < device iir # Intel Integrated RAID < device ips # IBM (Adaptec) ServeRAID < device mly # Mylex AcceleRAID/eXtremeRAID < device twa # 3ware 9000 series PATA/SATA RAID --- > #device amr # AMI MegaRAID > #device arcmsr # Areca SATA II RAID > #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID > #device ciss # Compaq Smart RAID 5* > #device dpt # DPT Smartcache III, IV - See NOTES for options > #device hptmv # Highpoint RocketRAID 182x > #device iir # Intel Integrated RAID > #device ips # IBM (Adaptec) ServeRAID > #device mly # Mylex AcceleRAID/eXtremeRAID > #device twa # 3ware 9000 series PATA/SATA RAID 129,135c128,133 < device aac # Adaptec FSA RAID < device aacp # SCSI passthrough for aac (requires CAM) < device ida # Compaq Smart RAID < device mfi # LSI MegaRAID SAS < device mlx # Mylex DAC960 family < device pst # Promise Supertrak SX6000 < device twe # 3ware ATA RAID --- > #device aac # Adaptec FSA RAID > #device aacp # SCSI passthrough for aac (requires CAM) > #device ida # Compaq Smart RAID > #device mlx # Mylex DAC960 family > #device pst # Promise Supertrak SX6000 > #device twe # 3ware ATA RAID 142,143d139 < device kbdmux # keyboard multiplexer < 165,167c161,163 < device cbb # cardbus (yenta) bridge < device pccard # PC Card (16-bit) bus < device cardbus # CardBus (32-bit) bus --- > #device cbb # cardbus (yenta) bridge > #device pccard # PC Card (16-bit) bus > #device cardbus # CardBus (32-bit) bus 186,190c182,186 < device de # DEC/Intel DC21x4x (``Tulip'') < device em # Intel PRO/1000 adapter Gigabit Ethernet Card < device ixgb # Intel PRO/10GbE Ethernet Card < device txp # 3Com 3cR990 (``Typhoon'') < device vx # 3Com 3c590, 3c595 (``Vortex'') --- > #device de # DEC/Intel DC21x4x (``Tulip'') > #device em # Intel PRO/1000 adapter Gigabit Ethernet Card > #device ixgb # Intel PRO/10GbE Ethernet Card > #device txp # 3Com 3cR990 (``Typhoon'') > #device vx # 3Com 3c590, 3c595 (``Vortex'') 195,198c191,193 < device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet < device bfe # Broadcom BCM440x 10/100 Ethernet < device bge # Broadcom BCM570xx Gigabit Ethernet < device dc # DEC/Intel 21143 and various workalikes --- > #device bfe # Broadcom BCM440x 10/100 Ethernet > #device bge # Broadcom BCM570xx Gigabit Ethernet > #device dc # DEC/Intel 21143 and various workalikes 200,216c195,211 < device lge # Level 1 LXT1001 gigabit Ethernet < device nge # NatSemi DP83820 gigabit Ethernet < device nve # nVidia nForce MCP on-board Ethernet Networking < device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') < device re # RealTek 8139C+/8169/8169S/8110S < device rl # RealTek 8129/8139 < device sf # Adaptec AIC-6915 (``Starfire'') < device sis # Silicon Integrated Systems SiS 900/SiS 7016 < device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet < device ste # Sundance ST201 (D-Link DFE-550TX) < device ti # Alteon Networks Tigon I/II gigabit Ethernet < device tl # Texas Instruments ThunderLAN < device tx # SMC EtherPower II (83c170 ``EPIC'') < device vge # VIA VT612x gigabit Ethernet < device vr # VIA Rhine, Rhine II < device wb # Winbond W89C840F < device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') --- > #device lge # Level 1 LXT1001 gigabit Ethernet > #device nge # NatSemi DP83820 gigabit Ethernet > #device nve # nVidia nForce MCP on-board Ethernet Networking > #device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > #device re # RealTek 8139C+/8169/8169S/8110S > #device rl # RealTek 8129/8139 > #device sf # Adaptec AIC-6915 (``Starfire'') > #device sis # Silicon Integrated Systems SiS 900/SiS 7016 > #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet > #device ste # Sundance ST201 (D-Link DFE-550TX) > #device ti # Alteon Networks Tigon I/II gigabit Ethernet > #device tl # Texas Instruments ThunderLAN > #device tx # SMC EtherPower II (83c170 ``EPIC'') > #device vge # VIA VT612x gigabit Ethernet > #device vr # VIA Rhine, Rhine II > #device wb # Winbond W89C840F > #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') 219c214 < device cs # Crystal Semiconductor CS89x0 NIC --- > #device cs # Crystal Semiconductor CS89x0 NIC 221,228c216,226 < device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards < device ex # Intel EtherExpress Pro/10 and Pro/10+ < device ep # Etherlink III based cards < device fe # Fujitsu MB8696x based cards < device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. < device lnc # NE2100, NE32-VL Lance Ethernet cards < device sn # SMC's 9000 series of Ethernet chips < device xe # Xircom pccard Ethernet --- > #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards > #device ex # Intel EtherExpress Pro/10 and Pro/10+ > #device ep # Etherlink III based cards > #device fe # Fujitsu MB8696x based cards > #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. > #device lnc # NE2100, NE32-VL Lance Ethernet cards > #device sn # SMC's 9000 series of Ethernet chips > #device xe # Xircom pccard Ethernet > > # ISA devices that use the old ISA shims > #device le 231,235c229,233 < device wlan # 802.11 support < device an # Aironet 4500/4800 802.11 wireless NICs. < device awi # BayStack 660 and others < device ral # Ralink Technology RT2500 wireless NICs. < device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. --- > #device wlan # 802.11 support > #device an # Aironet 4500/4800 802.11 wireless NICs. > #device awi # BayStack 660 and others > #device ral # Ralink Technology RT2500 wireless NICs. > #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. 242,244c240,242 < device sl # Kernel SLIP < device ppp # Kernel PPP < device tun # Packet tunnel. --- > #device sl # Kernel SLIP > #device ppp # Kernel PPP > #device tun # Packet tunnel. 247,248c245,246 < device gif # IPv6 and IPv4 tunneling < device faith # IPv6-to-IPv4 relaying (translation) --- > #device gif # IPv6 and IPv4 tunneling > #device faith # IPv6-to-IPv4 relaying (translation) 256,259c254,257 < device uhci # UHCI PCI->USB interface < device ohci # OHCI PCI->USB interface < device ehci # EHCI PCI->USB interface (USB 2.0) < device usb # USB Bus (required) --- > #device uhci # UHCI PCI->USB interface > #device ohci # OHCI PCI->USB interface > #device ehci # EHCI PCI->USB interface (USB 2.0) > #device usb # USB Bus (required) 261,269c259,267 < device ugen # Generic < device uhid # "Human Interface Devices" < device ukbd # Keyboard < device ulpt # Printer < device umass # Disks/Mass storage - Requires scbus and da < device ums # Mouse < device ural # Ralink Technology RT2500USB wireless NICs < device urio # Diamond Rio 500 MP3 player < device uscanner # Scanners --- > #device ugen # Generic > #device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > #device umass # Disks/Mass storage - Requires scbus and da > #device ums # Mouse > #device ural # Ralink Technology RT2500USB wireless NICs > #device urio # Diamond Rio 500 MP3 player > #device uscanner # Scanners 271,276c269,274 < device aue # ADMtek USB Ethernet < device axe # ASIX Electronics USB Ethernet < device cdce # Generic USB over Ethernet < device cue # CATC USB Ethernet < device kue # Kawasaki LSI USB Ethernet < device rue # RealTek RTL8150 USB Ethernet --- > #device aue # ADMtek USB Ethernet > #device axe # ASIX Electronics USB Ethernet > #device cdce # Generic USB over Ethernet > #device cue # CATC USB Ethernet > #device kue # Kawasaki LSI USB Ethernet > #device rue # RealTek RTL8150 USB Ethernet 279,281c277,282 < device firewire # FireWire bus code < device sbp # SCSI over FireWire (Requires scbus and da) < device fwe # Ethernet over FireWire (non-standard!) --- > #device firewire # FireWire bus code > #device sbp # SCSI over FireWire (Requires scbus and da) > #device fwe # Ethernet over FireWire (non-standard!) > > # Security options > options SC_DISABLE_REBOOT # Disable Ctrl+Alt+Del I basically only commented out some SCSI stuff and network cards I don't use. Anyone any idea which kernel conf configuration item is causing the trouble? Do I need to keep IPv6 or the SYSV memory stuff or something else? Thanx in advance! Regards, Lars Wittebrood. From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 12:11:55 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EAA116A401 for ; Sun, 25 Jun 2006 12:11:55 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 6761943D68 for ; Sun, 25 Jun 2006 12:11:52 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 73721 invoked by uid 1000); 25 Jun 2006 14:11:48 +0200 Date: Sun, 25 Jun 2006 14:11:48 +0200 From: Clement Laforet To: FreeBSD-Ports Message-ID: <20060625121148.GA19208@goofy.cultdeadsheep.org> References: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> User-Agent: Mutt/1.5.10i Cc: freebsd-apache@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 12:11:55 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 25, 2006 at 01:41:20PM +0200, FreeBSD-Ports wrote: > Hi, >=20 > Today I installed a custom kernel from 6.1-RELEASE-p1 source and after > that Apache2 will not start anymore. It segfaults when starting. After > making and installing a GENERIC kernel Apache does start and runs fine! > The Apache errors I got are: >=20 > - in httpd_error.log: Sun Jun 25 12:21:44 2006] [warn] pid file > /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache > run? > - in /var/log/messages: Jun 25 12:21:44 lambda.socruel.nu pid 2608 > (httpd), uid 0: exited on signal 12 (core dumped) "Exiting on signal 12" means that httpd tryies to use syscalls=20 that your kernel doesn't support. I think that the removal of=20 "options SYSYV*" is the cause of your problem. Could you please tries those 2 tests to confirms this? 1. rebuild a custom kernel, named TEST, which is the same as your custom=20 one, except you keep SYSVS* options. Then boot on it, and test if httpd starts properly. 2.=20 Rebuild apache when you run your custom kernel to see if configure=20 script catch the lack of SYSVS support. regards, clem --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFEnn2EsRhfjwcjuh0RAolhAKCJosCHg981N+9dd0nCBnHj0YWRYwCfcG85 DVrvnJpMw71UjKoffeBqYh0= =QJ36 -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 13:25:06 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9BB16A40A; Sun, 25 Jun 2006 13:25:06 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5663F43D6A; Sun, 25 Jun 2006 13:24:57 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k5PDOh0u022144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jun 2006 16:24:43 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6) with ESMTP id k5PDOhfM081804; Sun, 25 Jun 2006 16:24:43 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k5PDOfdt081803; Sun, 25 Jun 2006 16:24:41 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 25 Jun 2006 16:24:41 +0300 From: Kostik Belousov To: Clement Laforet Message-ID: <20060625132441.GF79678@deviant.kiev.zoral.com.ua> References: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> <20060625121148.GA19208@goofy.cultdeadsheep.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y2zxS2PfCDLh6JVG" Content-Disposition: inline In-Reply-To: <20060625121148.GA19208@goofy.cultdeadsheep.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=0.4 required=5.0 tests=ALL_TRUSTED, DNS_FROM_RFC_ABUSE,SPF_NEUTRAL autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fw.zoral.com.ua Cc: FreeBSD-Ports , freebsd-apache@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 13:25:06 -0000 --y2zxS2PfCDLh6JVG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 25, 2006 at 02:11:48PM +0200, Clement Laforet wrote: > On Sun, Jun 25, 2006 at 01:41:20PM +0200, FreeBSD-Ports wrote: > > Hi, > >=20 > > Today I installed a custom kernel from 6.1-RELEASE-p1 source and after > > that Apache2 will not start anymore. It segfaults when starting. After > > making and installing a GENERIC kernel Apache does start and runs fine! > > The Apache errors I got are: > >=20 > > - in httpd_error.log: Sun Jun 25 12:21:44 2006] [warn] pid file > > /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache > > run? > > - in /var/log/messages: Jun 25 12:21:44 lambda.socruel.nu pid 2608 > > (httpd), uid 0: exited on signal 12 (core dumped) >=20 > "Exiting on signal 12" means that httpd tryies to use syscalls=20 > that your kernel doesn't support. I think that the removal of=20 > "options SYSYV*" is the cause of your problem. > Could you please tries those 2 tests to confirms this? > 1. > rebuild a custom kernel, named TEST, which is the same as your custom=20 > one, except you keep SYSVS* options. > Then boot on it, and test if httpd starts properly. > 2.=20 > Rebuild apache when you run your custom kernel to see if configure=20 > script catch the lack of SYSVS support. >=20 > regards, > clem I think, doing 'kldload sysvshm' (and, possibly, sysvsem) is much less time-consuming. Cheers. --y2zxS2PfCDLh6JVG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEno6ZC3+MBN1Mb4gRApxjAKC+Kfa3+BPkTEY4g1DUoSFRxrYaHACfbA/f OofOrN/HRk/EP8G2rnQwb8U= =eagF -----END PGP SIGNATURE----- --y2zxS2PfCDLh6JVG-- From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 14:01:20 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9761F16A402; Sun, 25 Jun 2006 14:01:20 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from gone.xs4all.nl (gone.xs4all.nl [213.84.247.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B81943D45; Sun, 25 Jun 2006 14:01:19 +0000 (GMT) (envelope-from lars@socruel.nu) Received: from saturnus.intra.socruel.nu (saturnus.intra.socruel.nu [172.16.0.12]) by gone.xs4all.nl (Postfix) with ESMTP id 9D14133C1C; Sun, 25 Jun 2006 16:01:18 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Sun, 25 Jun 2006 16:01:18 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <302F75DC2739FB43B236373398A8C5992951@saturnus.intra.socruel.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Question about Apache2 Port and FreeBSD 6 kernel options Thread-Index: AcaYUJhFILrZWHE+S/2SLK3njGZxdAADlqwg From: "Lars Wittebrood" To: "Clement Laforet" Cc: freebsd-apache@freebsd.org, freebsd-ports@freebsd.org Subject: RE: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 14:01:20 -0000 -----Original Message----- From: owner-freebsd-ports@freebsd.org [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Clement Laforet Sent: Sunday, June 25, 2006 2:12 PM To: FreeBSD-Ports Cc: freebsd-apache@freebsd.org; freebsd-ports@freebsd.org Subject: Re: Question about Apache2 Port and FreeBSD 6 kernel options On Sun, Jun 25, 2006 at 01:41:20PM +0200, FreeBSD-Ports wrote: > Hi, >=20 > Today I installed a custom kernel from 6.1-RELEASE-p1 source and after > that Apache2 will not start anymore. It segfaults when starting. After > making and installing a GENERIC kernel Apache does start and runs fine! > The Apache errors I got are: >=20 > - in httpd_error.log: Sun Jun 25 12:21:44 2006] [warn] pid file=20 > /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache=20 > run? > - in /var/log/messages: Jun 25 12:21:44 lambda.socruel.nu pid 2608=20 > (httpd), uid 0: exited on signal 12 (core dumped) "Exiting on signal 12" means that httpd tryies to use syscalls that your kernel doesn't support. I think that the removal of "options SYSYV*" is the cause of your problem. Could you please tries those 2 tests to confirms this? 1. rebuild a custom kernel, named TEST, which is the same as your custom one, except you keep SYSVS* options. Then boot on it, and test if httpd starts properly. 2.=20 Rebuild apache when you run your custom kernel to see if configure script catch the lack of SYSVS support. regards, Clem Hi Clem, Did the first test, build a custom kernel but now with the 3 SYSV memory options, and Apache2 has started ok with this and is running ok now. So the SYSV memory options are needed and were causing the problem. Is the second test also needed because I have to go back to the wrong kernel to test that I guess? Thanx for your help. Regards, Lars Wittebrood. From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 15:15:32 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F4816A401 for ; Sun, 25 Jun 2006 15:15:32 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 8834143D5E for ; Sun, 25 Jun 2006 15:15:26 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 50039 invoked by uid 1000); 25 Jun 2006 17:15:25 +0200 Date: Sun, 25 Jun 2006 17:15:24 +0200 From: Clement Laforet To: Lars Wittebrood Message-ID: <20060625151524.GB19208@goofy.cultdeadsheep.org> References: <302F75DC2739FB43B236373398A8C5992951@saturnus.intra.socruel.nu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <302F75DC2739FB43B236373398A8C5992951@saturnus.intra.socruel.nu> User-Agent: Mutt/1.5.10i Cc: freebsd-apache@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 15:15:32 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Did the first test, build a custom kernel but now with the 3 SYSV memory > options, and Apache2 has started ok with this and is running ok now. So > the SYSV memory options are needed and were causing the problem. >=20 > Is the second test also needed because I have to go back to the wrong > kernel to test that I guess? It's just for testing purpose actually, because I'm curious. My=20 crashboxes are currently used or dead so I can't investigate right=20 now. If you really want to get rid of SysV stuff, you may want to know=20 how apache2 lives without it. I'm pretty sure it will be ok, but=20 apache must be rebuilt. clem --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFEnqiMsRhfjwcjuh0RAt5JAJ0TZWOyb4Cht9onmoFGiocg34lKRQCfeZ1T nt0Qrosbyw/wXEQ3ODhxVSk= =cJwx -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 15:17:02 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E608216A402 for ; Sun, 25 Jun 2006 15:17:02 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B51343D6B for ; Sun, 25 Jun 2006 15:17:00 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 50966 invoked by uid 1000); 25 Jun 2006 17:16:59 +0200 Date: Sun, 25 Jun 2006 17:16:59 +0200 From: Clement Laforet To: Kostik Belousov Message-ID: <20060625151659.GC19208@goofy.cultdeadsheep.org> References: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> <20060625121148.GA19208@goofy.cultdeadsheep.org> <20060625132441.GF79678@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FsscpQKzF/jJk6ya" Content-Disposition: inline In-Reply-To: <20060625132441.GF79678@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.10i Cc: FreeBSD-Ports , freebsd-apache@freebsd.org Subject: Re: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 15:17:03 -0000 --FsscpQKzF/jJk6ya Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 25, 2006 at 04:24:41PM +0300, Kostik Belousov wrote: > On Sun, Jun 25, 2006 at 02:11:48PM +0200, Clement Laforet wrote: > > 1. > > rebuild a custom kernel, named TEST, which is the same as your custom= =20 > > one, except you keep SYSVS* options. > > Then boot on it, and test if httpd starts properly. >=20 > I think, doing 'kldload sysvshm' (and, possibly, sysvsem) is much less > time-consuming. Cheers. Sure, but I didn't know if those modules were built ;-) clem --FsscpQKzF/jJk6ya Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFEnqjrsRhfjwcjuh0RAk0AAJ4qedCRqu65y7ZfzhxmBbz/qSzigACfbIEw hxexhmqScQB6xUtlNR/CxqM= =1nrt -----END PGP SIGNATURE----- --FsscpQKzF/jJk6ya-- From owner-freebsd-apache@FreeBSD.ORG Mon Jun 26 11:01:24 2006 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B87E16A4A0 for ; Mon, 26 Jun 2006 11:01:24 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D199643D46 for ; Mon, 26 Jun 2006 11:01:23 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5QB1Nrh041662 for ; Mon, 26 Jun 2006 11:01:23 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5QB1MTY041657 for apache@freebsd.org; Mon, 26 Jun 2006 11:01:22 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 26 Jun 2006 11:01:22 GMT Message-Id: <200606261101.k5QB1MTY041657@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 11:01:24 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/11/20] ports/89308 apache [patch] www/mod_accounting crash on reque 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2005/05/18] ports/81183 apache apache13-modperl can not compile with por o [2005/12/05] ports/89972 apache portupgrade apache+ssl fails on dependenc o [2006/05/17] ports/97385 apache www/mod_auth_kerb configure script faults o [2006/05/25] ports/97883 apache www/mod_bw 0.7 doesn't work on 4.x due to 5 problems total. From owner-freebsd-apache@FreeBSD.ORG Thu Jun 29 18:01:45 2006 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3F316A403; Thu, 29 Jun 2006 18:01:45 +0000 (UTC) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (xdsl-10260.wroclaw.dialog.net.pl [84.40.242.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE9343D55; Thu, 29 Jun 2006 18:01:42 +0000 (GMT) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (smmsp@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.13.6/8.13.6) with ESMTP id k5TI1dKB049941; Thu, 29 Jun 2006 20:01:40 +0200 (CEST) (envelope-from marcin@ghost.pnet.one.pl) Received: (from root@localhost) by ghost.pnet.one.pl (8.13.6/8.13.6/Submit) id k5TI1dDb049940; Thu, 29 Jun 2006 20:01:39 +0200 (CEST) (envelope-from marcin) Date: Thu, 29 Jun 2006 20:01:39 +0200 (CEST) Message-Id: <200606291801.k5TI1dDb049940@ghost.pnet.one.pl> To: FreeBSD-gnats-submit@freebsd.org From: Marcin Wisnicki X-send-pr-version: 3.113 X-GNATS-Notify: Cc: apache@freebsd.org Subject: [PATCH] www/mod_auth_pam2: plist broken with apache21+ X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 18:01:45 -0000 >Submitter-Id: current-users >Originator: Marcin Wisnicki >Organization: >Confidential: no >Synopsis: [PATCH] www/mod_auth_pam2: plist broken with apache21+ >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD ghost.pnet.one.pl 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 24 06:58:43 CEST 2006 >Description: * unbreak pkg-plist for apache 2.1+ * bump PORTREVISION to force reinstallation Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_auth_pam-1.1.1_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/mod_auth_pam2.orig/Makefile /usr/ports/www/mod_auth_pam2/Makefile --- /usr/ports/www/mod_auth_pam2.orig/Makefile Sun Dec 4 21:56:16 2005 +++ /usr/ports/www/mod_auth_pam2/Makefile Thu Jun 29 18:51:41 2006 @@ -7,7 +7,7 @@ PORTNAME= mod_auth_pam PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/www/mod_auth_pam2.orig/pkg-plist /usr/ports/www/mod_auth_pam2/pkg-plist --- /usr/ports/www/mod_auth_pam2.orig/pkg-plist Tue Oct 7 12:34:59 2003 +++ /usr/ports/www/mod_auth_pam2/pkg-plist Thu Jun 29 18:38:06 2006 @@ -2,9 +2,9 @@ %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -libexec/apache2/mod_auth_pam.so +%%APACHEMODDIR%%/mod_auth_pam.so @exec %D/sbin/apxs -e -A -n auth_pam %D/%f -libexec/apache2/mod_auth_sys_group.so +%%APACHEMODDIR%%/mod_auth_sys_group.so @exec %D/sbin/apxs -e -A -n auth_sys_group %D/%f %%EXAMPLESDIR%%/pam-httpd.sample @dirrm %%EXAMPLESDIR%% --- mod_auth_pam-1.1.1_2.patch ends here --- From owner-freebsd-apache@FreeBSD.ORG Thu Jun 29 18:10:33 2006 Return-Path: X-Original-To: apache@hub.freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6CF16A407; Thu, 29 Jun 2006 18:10:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9928F43D46; Thu, 29 Jun 2006 18:10:32 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5TIAWiC087003; Thu, 29 Jun 2006 18:10:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5TIAWUO086999; Thu, 29 Jun 2006 18:10:32 GMT (envelope-from edwin) Date: Thu, 29 Jun 2006 18:10:32 GMT From: Edwin Groothuis Message-Id: <200606291810.k5TIAWUO086999@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org Cc: Subject: Re: ports/99617: [PATCH] www/mod_auth_pam2: plist broken with apache21+ X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 18:10:33 -0000 Synopsis: [PATCH] www/mod_auth_pam2: plist broken with apache21+ Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 29 18:10:30 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99617 From owner-freebsd-apache@FreeBSD.ORG Sat Jul 1 11:37:07 2006 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C2416A554 for ; Sat, 1 Jul 2006 11:37:07 +0000 (UTC) (envelope-from ideemedi1@max.icmc.nl) Received: from max.icmc.nl (max.icmc.nl [194.105.138.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A19441CE for ; Sat, 1 Jul 2006 11:13:24 +0000 (GMT) (envelope-from ideemedi1@max.icmc.nl) Received: from localhost (localhost.localdomain [127.0.0.1]) by max.icmc.nl (Postfix) with ESMTP id C3FE05F4C1 for ; Sat, 1 Jul 2006 13:12:52 +0200 (CEST) Received: from max.icmc.nl ([127.0.0.1]) by localhost (max.icmc.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16876-01-27 for ; Sat, 1 Jul 2006 13:12:52 +0200 (CEST) Received: by max.icmc.nl (Postfix, from userid 33) id 74F835F1AF; Sat, 1 Jul 2006 13:12:31 +0200 (CEST) To: apache@freebsd.org From: GSM PHONES MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20060701111231.74F835F1AF@max.icmc.nl> Date: Sat, 1 Jul 2006 13:12:31 +0200 (CEST) X-Virus-Scanned: at ICMC X-Amavis-Alert: BAD HEADER Improper use of control character (char 0D hex) in message header 'MIME-Version' MIME-Version: 1.0\r\n ^ Cc: Subject: Brand New GSM PHONES In Stock X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: afroexportlimited11@yahoo.co.uk List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 11:37:07 -0000 Brand New GSM PHONES In Stock We are offering the latest NOKIA 8800(Gold Edition) = $250 USD Motorola V3i(Gold Edition) = $300 We are also offering a free 2 NOKIA N90 + free shipping for all order above 5 units Brand New In Stock ================================ NOKIA N91 = $240 USD NOKIA N90 = $230 USD NOKIA N92 = $210 USD NOKIA N80 = $230 USD NOKIA N70 = $250 USD NOKIA N71 = $230 USD NOKIA e70 = $200 USD NOKIA 9500 = $210 USD NOKIA 9300 = $210 USD NOKIA 8800 = $230 USD NOKIA 8855 = $215 USD NOKIA 8850 = $145 USD(GOLD) Nokia 9210i Communicator..260 USD Nokia 9500 Communicator..260 USD Nokia 9300 Communicator..200 USD Nokia N-Gage....$180 USD Nokia N-gage QD.$160 USD Nokia 7710......$210 USD Nokia 6680......$280 USD Nokia 6680......$180 USD Nokia 6681......$180 USD Nokia 6060......$190 USD Nokia 6111......$190 USD Nokia 6630......$190 USD Nokia 6230i......110 USD Nokia 6260......120 USD Nokia 6270......180 USD Nokia 3200......40 USD Nokia 3220......60 USD Nokia 3300......60 USD Nokia 3660......70 USD Nokia 5100......60 USD Nokia 5140......70 USD Nokia 6100......50 USD Nokia 6108......60 USD Nokia 6220......70 USD Nokia 6230......90 USD SONY ERICSSON P910i....... $270USD SONY ERICSSON W800i.... $370 Sony Ericsson S700i.....210 USD Sony Ericsson S750i.....210 USD Sony Ericsson Z1010.....220 USD Sony Ericsson Z600......230 USD Sony PSP....$170 NEW XBOX 360 PREMIUM EDITION ..$340 Microsoft Xbox 360 Core ..$290 Sony Playstation 2(PS2)...$80 ipod 60GB mp3 - 190 USD$ U2 Special Edition ipods - 100 USD$ ipod Photo 40GB mp3 - 100 USD$ ipod 40GB 4th GEN mp3 - 100 USD$ ipod 40GB 3rd GEN mp3 - 90 USD$ ipod 30GB +Dock+Case+Remote - 80 USD$ ipod 20GB 4TH GEN mp3 - 70 USD$ ipod 30GB 4th GEN mp3 - 75 USD$ ipod 20GB 4th GEN mp3 - 70 USD$ ipod 15GB 3rd Gen mp3 - 65 USD$ ipod 15GB 4th GEN mp3 - 70 USD$ ipod 10GB 4th GEN mp3 - 65 USD$ ipod mini - All Colors - 60 USD$ PDA's HP IPaq Pocket PC H4150 ========= $190 Asus MyPal A716 ================= $175 HP IPaq Pocket PC H4350 ========= $185 Toshiba Pocket PC E405 ========== $120 Sony Clie PEG-TH55 ============== $155 Toshiba Pocket PC E800 ========== $220 PalmOne Zire 72================== $120 PalmOne Tungsten E ============== $190 PalmOne Tungsten C ============== $140 PalmOne Zire 31 ================= $165 Palm Treo 650=====================$340 PLEASE EMAIL US WITH YOUR ORDER eMAIL : afroexportlimited11@yahoo.co.uk Thanks ===== BENN FRIDAY (CEO) AFRO EXPORT LIMITED SUITE 120 CARL MARX BUILDING 13 STAXE RD ,IKEJA - LAGOS NIGERIA Tel - +2348060406980, +2348193127 ALL CORRESPONDENT MUST BE VIA eMAIL : afroexportlimited11@yahoo.co.uk