Re: SATA RAID Support
- Original Message - From: "Björn König" <[EMAIL PROTECTED]> To: "Holtor" <[EMAIL PROTECTED]>; Sent: Thursday, February 24, 2005 18:10 Subject: Re: SATA RAID Support > Holtor schrieb: > > > Does the latest 5.x-STABLE support the Pacific Digital Talon ZL4-150 SATA > > RAID Card (U-30245)? > > After checking the hardware release notes I'm not sure. Any ideas? > > There is no hint that there is a FreeBSD driver implementing the public > ATA host adapter standard. Therefore I think that this controller won't > work. True, I couldn't find anything has to do with SATA Raid @ http://www.freebsd.org/releases/5.3R/hardware-i386.html > > Regards Björn > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > > ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 5.3 SMP freezes with MySQL 4.1
李毅刚 wrote: >Hi, > >I have a dell pe2650 box with dual xeon 2.4G, disabled the HTT, >installed 5.3-RELEASE, enabled SMP, mysql 4.1.10a built from >the port. > >If the mysql connections is high (e.g. over 100 connections), >the system will freezes in several minutes, and the fatal alway >indicated to the mysqld process. > Does it actually crash or juyst hangs? Which thread options did you use in the port config? Please post your dmseg, mysql log, mysql slow query log. >When I build the kernel without >SMP, the system is stable. I have try 5.3-p5 and 5.4-PRE, the >problem is still there. > >It's my configuration mistake or will be solved in 5.4-RELEASE ? > > I'm currently running a mysql 4.10 on a heavy loaded 5.3-RELEASE-p5 production SMP server with no problems at all. U. > > > > >___ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 5.3 SMP freezes with MySQL 4.1
, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, > 1000baseTX-FDX, auto > bge1: Ethernet address: 00:0d:56:ba:1f:6c > pcib4: on acpi0 > pci2: on pcib4 > pcib5: on acpi0 > pci1: on pcib5 > fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: port 0x64,0x60 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > sio0: type 16550A > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 > orm0: at iomem > 0xec000-0xe,0xc8000-0xcbfff,0xc-0xc7fff on isa0 > pmtimer0 on isa0 > ppc0: parallel port not found. > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 > Timecounter "TSC" frequency 2387278408 Hz quality 800 > Timecounters tick every 10.000 msec > acd0: CDROM at ata0-master UDMA33 > aacd0: on aac0 > aacd0: 104137MB (213274368 sectors) > Mounting root from ufs:/dev/aacd0s1a > IP Filter: v3.4.35 initialized. Default = pass all, Logging = enabled > dmesg end --- > > -- Uzi Klein Software Development Manager BMBY Software Systems Ltd 2 Hataasia Street, Yokneam, Israel Email: [EMAIL PROTECTED] Phone: +972 4 959 79 89 Mobile: +972 52 374 53 34 Fax:+972 3 617 93 36 Web: http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 5.3 SMP freezes with MySQL 4.1
Young Lee wrote: as I said , I build mysql41-server from port without any parameters, so you can see libwrap, and i will --without it next time. the smp kernel should be crashed in 2 minutes, so my server is running with UP configuration, and the SMP dmesg wasn't saved. I wonder ADAPTIVE_MUTEXES options is suitable for SMP? I am very likely to see your kernel conf file and mysql build options, they will be very useful, thanks. attached my kernel conf file im using mysql with linuxthreads : # cd /usr/ports/databases/mysql41-server # make \ WITH_CHARSET=latin1 \ WITH_XCHARSET=complex \ WITH_COLLATION=latin1_general_ci \ WITH_LINUXTHREADS=yes \ BUILD_STATIC=yes \ BUILD_OPTIMIZED=yes # make install clean -- Uzi Klein Software Development Manager BMBY Software Systems Ltd 2 Hataasia St., Yokneam, Israel Email: [EMAIL PROTECTED] P: +972 4 959 79 89 M: +972 52 374 53 34 F:+972 3 617 93 36 Web: http://www.bmby.com machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident GENERIC # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SMP # Multi-Processor options SCHED_4BSD # 4BSD scheduler options INET# InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for accmachine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident BMBY # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SMP # Multi-Processor options SCHED_4BSD # 4BSD scheduler options INET# InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS# Pseudo-filesystem framework options GEOM_GPT# GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV# install a CDEV entry in /dev #optionsAHC_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~128k to driver. #optionsAHD_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic# I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata #device atadisk # ATA disk drives #device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers #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 mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters #device adv # Advansys SCSI adapters #device adw # Advansys wide SCS
apache+mod_ssl signal 4
Hi I Installed a fresh apache-moddssl port (using portinstall www/apache13-modssl) When i start apache using "apachectl start" everything works just fine, but when i try "apachectl startssl" i have some errors i have no idea what to do with httpd-error log gives me : [Fri Apr 1 11:40:24 2005] [info] mod_unique_id: using ip addr 127.0.0.1 [Fri Apr 1 11:40:25 2005] [info] (2)No such file or directory: make_sock: for port 443, setsockopt: (SO_ACCEPTFILTER) [Fri Apr 1 11:40:25 2005] [info] (2)No such file or directory: make_sock: for port 80, setsockopt: (SO_ACCEPTFILTER) system logs gives me : pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) Apr 1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) i run "gdb httpd httpd.core" in /usar/local ang got : ... Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x28474fe5 in RSA_new_method () from /lib/libcrypto.so.3 (gdb) where #0 0x28474fe5 in RSA_new_method () from /lib/libcrypto.so.3 #1 0x28474d2e in RSA_new () from /lib/libcrypto.so.3 #2 0x28493aa6 in RSAPrivateKey_asn1_meth () from /lib/libcrypto.so.3 #3 0x284a24e0 in ASN1_item_ex_new () from /lib/libcrypto.so.3 #4 0x284a22c0 in ASN1_item_ex_new () from /lib/libcrypto.so.3 #5 0x2849cf20 in ASN1_item_ex_d2i () from /lib/libcrypto.so.3 #6 0x2849c785 in ASN1_item_d2i () from /lib/libcrypto.so.3 #7 0x28493b25 in d2i_RSAPrivateKey () from /lib/libcrypto.so.3 #8 0x2837bc73 in ssl_init_TmpKeysHandle () from /usr/local/libexec/apache/libssl.so #9 0x2837b752 in ssl_init_Module () from /usr/local/libexec/apache/libssl.so #10 0x08056e50 in ap_init_modules () #11 0x080611a0 in standalone_main () #12 0x08061ab2 in main () www# uname -a FreeBSD www.bmby.co.il 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #2: Tue Feb 22 16:47:08 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BMBY-STABLE i386 Please help if you can Thanks -- Uzi Klein BMBY Software Systems Ltd P: +972 4 959 79 89 F: +972 3 617 93 36 http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: apache+mod_ssl signal 4
Hi I rebuilt world last nite... didnt help much... attached my kernel, make.conf and dmesg output Doug White wrote: > On Sat, 2 Apr 2005, Barney Wolff wrote: > > >> On Fri, Apr 01, 2005 at 06:59:11PM -0800, Doug White wrote: >> >>>> pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) >>>> Apr 1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4 >>>> (core dumped) >>> >>> >>> Signal 4 is SIGABRT, which is a software-initiated abort. >> >> >> Well, no, it's ILL, indicating perhaps code compiled for a different >> cpu model than it's being run on, or a trashed library. > > > > oops. heh. I really need to get into the habit of checking signal(3) more > often. > > Yeah, SIGILL would imply the library was improperly compiled. Since > libcrypto will generate CPU-specific assembly based on the CPUTYPE > setting, setting it to the wrong CPU type will cause Wierd Problems. > Now it exist on signal 11 BTW, it hangs with the default httpd.conf (without any cert loaded) as well. -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident BMBY # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SMP # Multi-Processor options SCHED_4BSD # 4BSD scheduler options INET# InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS# Pseudo-filesystem framework options GEOM_GPT# GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV# install a CDEV entry in /dev #optionsAHC_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~128k to driver. #optionsAHD_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic# I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata #device atadisk # ATA disk drives #device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers #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 mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters #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 # SCSI peripherals d
Re: apache+mod_ssl signal 4
Doug White wrote: On Sat, 2 Apr 2005, Barney Wolff wrote: On Fri, Apr 01, 2005 at 06:59:11PM -0800, Doug White wrote: pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) Apr 1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) Signal 4 is SIGABRT, which is a software-initiated abort. Well, no, it's ILL, indicating perhaps code compiled for a different cpu model than it's being run on, or a trashed library. oops. heh. I really need to get into the habit of checking signal(3) more often. Yeah, SIGILL would imply the library was improperly compiled. Since libcrypto will generate CPU-specific assembly based on the CPUTYPE setting, setting it to the wrong CPU type will cause Wierd Problems. I see, when i disable mod_php everything works... Is there a conflict i don't know? php is also compiled ( from source, not ports ) with openssl support. php configure: ./configure \ --prefix=/usr/local \ --with-layout=GNU \ --without-sqlite \ --disable-debug \ --disable-rpath \ --disable-ipv6 \ --with-apxs=/usr/local/sbin/apxs \ --with-config-file-path=/etc \ --with-mysql=/usr/local \ --with-pcre-regex \ --with-regex=php \ --with-bz2=/usr -with-zlib-dir=/usr \ --with-zlib=/usr \ --with-zip=/usr/local \ --with-gd \ --enable-gd-native-ttf \ --with-freetype-dir=/usr/local \ --with-png-dir=/usr/local \ --with-jpeg-dir=/usr/local \ --with-t1lib=/usr/local \ --with-ttf \ --with-libxml-dir=/usr/local \ --with-dom=/usr/local \ --with-xsl=/usr/local \ --enable-xml \ --enable-dom \ --with-openssl=/usr \ --with-mcrypt=/usr/local \ --with-mhash=/usr/local \ --with-curl=/usr/local \ --with-curlwrappers \ --with-tsrm-pthreads \ --enable-bcmath \ --enable-cli \ --enable-memory-limit \ --enable-overload \ --enable-pear \ --enable-static \ --enable-shared \ --enable-soap \ --enable-sockets \ --enable-versioning -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 5.3 SMP freezes with MySQL 4.1
Young Lee wrote: Thank you very much. My server's uptime last two days by refer to Klein's configuration, it's impactful, thanks to Klein. My concern of stablility is focus on mysql's build options as BUILD_STATIC & BUILD_OPTIMIZED, but it looks like ridiculous without any logicality, build_static should have not any different between dynamatic lib. I will do some testing after the current configuration to be proven by uptime over one week, and try to find out how to repeat the panic. I think the real change was usin linuxthreads for SMP honestly. The BUILD_STATIC & BUILD_OPTIMIZED only increase speed by not setting shared libs and enables assembly AFAIK. -- Uzi Klein Software Development Manager BMBY Software Systems Ltd 2 Hataasia St., Yokneam, Israel P: +972 4 959 79 89 F: +972 3 617 93 36 http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: apache+mod_ssl signal 4
Hi I rebuilt world last nite... didnt help much... attached my kernel, make.conf and dmesg output Doug White wrote: On Sat, 2 Apr 2005, Barney Wolff wrote: On Fri, Apr 01, 2005 at 06:59:11PM -0800, Doug White wrote: pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) Apr 1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) Signal 4 is SIGABRT, which is a software-initiated abort. Well, no, it's ILL, indicating perhaps code compiled for a different cpu model than it's being run on, or a trashed library. oops. heh. I really need to get into the habit of checking signal(3) more often. Yeah, SIGILL would imply the library was improperly compiled. Since libcrypto will generate CPU-specific assembly based on the CPUTYPE setting, setting it to the wrong CPU type will cause Wierd Problems. Now it exist on signal 11 BTW, it hangs with the default httpd.conf (without any cert loaded) as well. -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident BMBY # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SMP # Multi-Processor options SCHED_4BSD # 4BSD scheduler options INET# InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS# Pseudo-filesystem framework options GEOM_GPT# GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV# install a CDEV entry in /dev #optionsAHC_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~128k to driver. #optionsAHD_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic# I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata #device atadisk # ATA disk drives #device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers #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 mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters #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 # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) #device sa # Se
Re: apache+mod_ssl signal 4
Chuck Swiger wrote: [.] Try using PHP from the ports and see whether that runs better. If it does, well, take a look at what the port changes, and you've probably located the source of your current problems. I mananged to fix it. php was compiled with OpenSSL support. When I removed that, it works like charm. ( Still, i might want that future one day ) BTW, PHP has no specific FreeBSD patches AFAIK, and it was working on 5.3-RELEASE before p-5. Looks more like a shared lib problem than a PHP bug to me, but then again, I'm no expert. Regards -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: apache+mod_ssl signal 4
Doug White wrote: [] php was compiled with OpenSSL support. When I removed that, it works like charm. ( Still, i might want that future one day ) [] I've seen this if you have multiple OpenSSL versions installed and somehow both libraries get linked in at once. This commonly happens if you have program X linked against openssl 0.9.6 and load shared library Y linked against 0.9.7. Use ldd to inspect your httpd and php modules and try to find the offending openssl library. Perhaps you installed OpenSSL as a port at one point? Thanks for giving me the idea. Perhaps there was some kind of test using OpenSSL from ports, even tho there's no track of it. Doesn't OpenSLL rebuild the libs when one rebuild world? Anyway, feels better now when the problem is "fixed" and i have a general idea of what the problem is. -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with AMD-Sempron ?
Low Kian Seong wrote: Dear People, I tried numerous times to install FreeBSD-5.3-Release on a AMD-Sempron machine without success. The install completes without a hitch but during reboot, it complaints that no no system disc was found. Are you sure you followed all the steps in HDD configuration and set the bootable flag for the partition? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html Booting from other machines with different cpus is okay. The specs of the cpu is : vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Sempron(tm) 2200+ stepping: 1 cpu MHz : 1501.031 cache size : 256 KB Is this a known bug ? Does 5.4 address this issue ? __ Do you Yahoo!? Yahoo! Personals - Better first dates. More second dates. http://personals.yahoo.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Uzi Klein Software Development Executive B.M.B.Y Software Systems LTD. 2 Hataasia St. Yokneam, 20692, Israel P: +972 4 959 7989 M: +972 52 374 5334 F: +972 3 617 9336 http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: aac support for Adaptec 2020SA ZCR
Aristedes Maniatis wrote: We have a motherboard (Supermicro X6DHT-G) with an Adaptec 2020SA SATA RAID controller. We have been unable to get any drives recognised by the FreeBSD 5.3 release installation CD, and we've been unable to find much discussion about the status of the AAC device and support for this chipset. Several other Adaptec SATA RAID controllers seem to be supported: 2410SA, 2810SA, 21610SA. The logical drive configured in the RAID controller is detected successfully in a Gentoo Linux 2004.3 environment. Has anyone had success with this controller? Any alternative you would recommend or will support be available in 5.4? I believe from the source code that the driver is maintained by Scott Long and that recent changes have been taking place. You might be interested in this article: http://hardware.slashdot.org/hardware/05/03/20/1944233.shtml?tid=198&tid=190&tid=172&tid=137&tid=7 I don't know how FreeBSD is related, but it's probably is. Thanks for any assistance. Ari Maniatis --> ish group pty ltd http://www.ish.com.au 7 Darghan St Glebe 2037 Australia phone +61 2 9660 1400 fax +61 2 9660 7400 PGP fingerprint 08 57 20 4B 80 69 59 E2 A9 BF 2D 48 C2 20 0C C8 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Uzi Klein Software Development Executive http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Dell 2850 sporadically reboots (amd64)
Cristiano Deana wrote: 2005/4/13, Palle Girgensohn <[EMAIL PROTECTED]>: We have a dual CPU Dell 2850 running fresh RELENG_5_4 (amd64) CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.02-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf41 Stepping = 1 I am a little bit confused. amd64 with a dual xeon? The FreeBSD amd64 supports Intel EM64T. See http://www.freebsd.org/platforms/amd64.html -- Uzi Klein B.M.B.Y Software Systems LTD. http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
MySQL signal 11
Hi I got this message from mysql-error log. Nothing visible on system log, but after it happens, mysql starts acting strange (shoes double fields values as 0 while is still contains the data - visible after restarting mysql) Hardware should be OK, nothing wrong in boot message and its a brand new HP DL380-G4. Any leads or ideas? -- Uzi Klein B.M.B.Y Software Systems LTD. http://www.bmby.com Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p6 #0: Fri Apr 1 22:35:59 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BMBY ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147430400 (2047 MB) avail memory = 2100178944 (2002 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pcib2: at device 0.0 on pci2 pci3: on pcib2 bge0: mem 0xfdef-0xfdef irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:20:f9:d9:a9 bge1: mem 0xfdee-0xfdee irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:0f:20:f9:d9:a8 pcib3: at device 0.2 on pci2 pci4: on pcib3 ciss0: port 0x4000-0x40ff mem 0xfdf8-0xfdfb,0xfdff-0xfdff1fff irq 51 at device 3.0 on pci4 ciss0: [GIANT-LOCKED] pcib4: at device 6.0 on pci0 pci5: on pcib4 pcib5: at device 0.0 on pci5 pci6: on pcib5 pcib6: at device 0.2 on pci5 pci10: on pcib6 pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.3 (no driver attached) pci0: at device 29.7 (no driver attached) pcib7: at device 30.0 on pci0 pci1: on pcib7 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xee000-0xe,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounters tick every 10.000 msec acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-0 device da1: 135.168MB/s transfers da1: 69455MB (142245120 512 byte sectors: 255H 32S/T 17432C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Mounting root from ufs:/dev/da0s1a Pre-seeding PRNG: kickstart . Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart . swapon: adding /dev/da1s1b as swap device Starting file system checks: /dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0s1a: clean, 14532529 free (72385 frags, 1807518 blocks, 0.4% fragmentation) /dev/da1s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da1s1d: clean, 30620172 free (2956 frags, 3827152 blocks, 0.0% fragmentation) Setting hostname: devel.bmby.com bge0: flags=8843 mtu 1500 options=1a inet 192.168.0.100 netmask 0xff00 broadcast 192.168.0.255 ether 00:0f:20:f9:d9:a9 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 mtu 16384 inet 127
Re: MySQL signal 11
Uzi Klein wrote: Hi I got this message from mysql-error log. Nothing visible on system log, but after it happens, mysql starts acting strange (shoes double fields values as 0 while is still contains the data - visible after restarting mysql) Hardware should be OK, nothing wrong in boot message and its a brand new HP DL380-G4. Any leads or ideas? Sorry, Attaching mysql-error log and dmesg.boot again -- Uzi Klein B.M.B.Y Software Systems LTD. http://www.bmby.com Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p6 #0: Fri Apr 1 22:35:59 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BMBY ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147430400 (2047 MB) avail memory = 2100178944 (2002 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pcib2: at device 0.0 on pci2 pci3: on pcib2 bge0: mem 0xfdef-0xfdef irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:20:f9:d9:a9 bge1: mem 0xfdee-0xfdee irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:0f:20:f9:d9:a8 pcib3: at device 0.2 on pci2 pci4: on pcib3 ciss0: port 0x4000-0x40ff mem 0xfdf8-0xfdfb,0xfdff-0xfdff1fff irq 51 at device 3.0 on pci4 ciss0: [GIANT-LOCKED] pcib4: at device 6.0 on pci0 pci5: on pcib4 pcib5: at device 0.0 on pci5 pci6: on pcib5 pcib6: at device 0.2 on pci5 pci10: on pcib6 pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.3 (no driver attached) pci0: at device 29.7 (no driver attached) pcib7: at device 30.0 on pci0 pci1: on pcib7 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xee000-0xe,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounters tick every 10.000 msec acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-0 device da1: 135.168MB/s transfers da1: 69455MB (142245120 512 byte sectors: 255H 32S/T 17432C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Mounting root from ufs:/dev/da0s1a Pre-seeding PRNG: kickstart . Loading configuration files. Entropy harvesting: interrupts ethernet point_to_point kickstart . swapon: adding /dev/da1s1b as swap device Starting file system checks: /dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da0s1a: clean, 14532529 free (72385 frags, 1807518 blocks, 0.4% fragmentation) /dev/da1s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/da1s1d: clean, 30620172 free (2956 frags, 3827152 blocks, 0.0% fragmentation) Setting hostname: devel.bmby.com bge0: flags=8843 mtu 1500 options=1a inet 192.168.0.100 netmask 0xff00 broadcast 192.168.0.255 ether 00:0f:20:f9:d9:a9 media: Ethernet autoselect (none)
Re: MySQL signal 11
Uzi Klein wrote: Uzi Klein wrote: Hi I got this message from mysql-error log. Nothing visible on system log, but after it happens, mysql starts acting strange (shoes double fields values as 0 while is still contains the data - visible after restarting mysql) Hardware should be OK, nothing wrong in boot message and its a brand new HP DL380-G4. Any leads or ideas? eh.. something causing only 1 attachment to appear... sorry... * mysql-error.log : * mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=268435456 read_buffer_size=1044480 max_used_connections=43 max_connections=1000 threads_connected=17 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 2306136 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. 050415 12:20:07 mysqld restarted 050415 12:20:07 InnoDB: Started; log sequence number 0 43654 /usr/local/libexec/mysqld: ready for connections. Version: '4.1.11-log' socket: '/tmp/mysql.sock' port: 3306 FreeBSD port: mysql-server-4.1.11_1 --- * dmesg : * Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p6 #0: Fri Apr 1 22:35:59 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BMBY ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3200.13-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147430400 (2047 MB) avail memory = 2100178944 (2002 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x908-0x90b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_tz0: on acpi0 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pcib2: at device 0.0 on pci2 pci3: on pcib2 bge0: mem 0xfdef-0xfdef irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:0f:20:f9:d9:a9 bge1: mem 0xfdee-0xfdee irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:0f:20:f9:d9:a8 pcib3: at device 0.2 on pci2 pci4: on pcib3 ciss0: port 0x4000-0x40ff mem 0xfdf8-0xfdfb,0xfdff-0xfdff1fff irq 51 at device 3.0 on pci4 ciss0: [GIANT-LOCKED] pcib4: at device 6.0 on pci0 pci5: on pcib4 pcib5: at device 0.0 on pci5 pci6: on pcib5 pcib6: at device 0.2 on pci5 pci10: on pcib6 pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.3 (no driver attached) pci0: at device 29.7 (no driver attached) pcib7: at device 30.0 on pci0 pci1: on pcib7 pci1: at device 3.0 (no driver attached) pci1: at device 4.0 (no driver attached) pci1: at device 4.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x500-0x50f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xee000-0xe,0xcc000-0xcd7ff,0xc8000-0xcbfff,0xc-0xc7fff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounters tick every 10.000 msec acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-
Re: mysqld_safe does not end after start of mysqld
Roger Grosswiler wrote: hi, If i launch mysqld_safe, i expect it goes in background, but it doesn't. even statring /usr/local/bin/mysqld_safe& just puts out the pid. [EMAIL PROTECTED] /usr/local/bin/mysqld_safe& [1] 5433 [EMAIL PROTECTED] Starting mysqld daemon with databases from /var/db/mysql better use the rc script /usr/local/etc/rc.d/mysql-server.sh (start|stop|...) after adding the mysql vars into /etc/rc.conf: mysql_enable="YES" mysql_limits="YES" # (optional) ( see all in the rc script) I have found that the pidfile variable in mysql-server.sh doesnt act as expected when you use the stop command. commenting that line solved the problem for me; #pidfile="${mysql_dbdir}/`/bin/hostname`.pid" ...and that's all. usually, i expect it goes in background and i could close that shell. did i miss something? it's just a fresh install from ports, initing with mysql_install_db and mysql_create_system_tables. Thanks for any help Roger ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Uzi Klein Software Development Executive B.M.B.Y Software Systems LTD. http://www.bmby.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: On recent crashes
Alex Povolotsky wrote: Hello! Can anyone enlighten me, if recent crashes are on STABLE only or 5.4-RELEASE is affected as well? What crashes? ;) I'm going to upgrade SMP Intel box (PIIIs) and it can make hard time if it will become unstable. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
kernel: bge0: watchdog timeout -- resetting
Hi Ever since i upgraded to 5.4-RELEASE-p3 i get these entries in /var/log/messages once in a while : kernel: bge0: watchdog timeout -- resetting Shall i worry? ;) U. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kernel: bge0: watchdog timeout -- resetting
Chris Phillips wrote: I've only ever had that message, on network cards that were about to die. The machine is a new HP DL380-G4 I doubt the card is dying (even tho its the easy way out for me) Uzi Klein wrote: Hi Ever since i upgraded to 5.4-RELEASE-p3 i get these entries in /var/log/messages once in a while : kernel: bge0: watchdog timeout -- resetting Sorry, attached my kernel config and dmesg www# uname -v FreeBSD 5.4-RELEASE-p3 #1: Fri Jul 1 22:35:49 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DL380 U. machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident DL380 # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SMP # Multi-Processor options SCHED_4BSD # 4BSD scheduler options INET# InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS# Pseudo-filesystem framework options GEOM_GPT# GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV# install a CDEV entry in /dev #optionsAHC_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~128k to driver. #optionsAHD_REG_PRETTY_PRINT# Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic# I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata #device atadisk # ATA disk drives #device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers #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 mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters #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 # SCSI peripherals 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) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device ciss# Compaq Smart RAID 5* #device d
Re: Apache2 just listening to https?
Roger Grosswiler wrote: i did a file called virtual.conf in /usr/local/etc/apache2/Include with this content: ServerName freebsd.domain.net ServerAlias freebsd.domain.net DocumentRoot /usr/local/www/data ...which should be loaded on startup. Also, i activated NameVirtualHost *:80 in httpd.conf - still no success...whats up here? firewall is open, redirecting on router is well...but still no success... :-( Roger Try checking it using telnet: # telnet freebsd.domain.net 80 GET / HTTP/1.1 Host:freebsd.domain.net [ .. twice enter here .. ] and see if it gives you a clue -Uzi smime.p7s Description: S/MIME Cryptographic Signature
Re: Apache2 just listening to https?
Eirik Øverby wrote: On Jul 28, 2005, at 10:01 AM, Roger Grosswiler wrote: Try adding port 80 to your Listen statement(s) in httpd.conf. Also make sure you have virtual hosts that capture requests on port 80. /Eirik i did a file called virtual.conf in /usr/local/etc/apache2/Include with this content: ServerName freebsd.domain.net ServerAlias freebsd.domain.net DocumentRoot /usr/local/www/data Make sure you are not enabling SSL globally, but for each vhost individually. Actually, SSL can not be configured per name vhost. (or at least can not work) Because SSL handshake is used before http headers, it just can't be done. -Uzi Try the telnet trick mentioned by others, but simply type "GET / HTTP/ 1.0" -- it should give you something about trying to talk HTTP to a HTTPS server. Would explain why lynx/links aren't working. /Eirik ...which should be loaded on startup. Also, i activated NameVirtualHost *:80 in httpd.conf - still no success...whats up here? firewall is open, redirecting on router is well...but still no success... :-( Roger smime.p7s Description: S/MIME Cryptographic Signature
Re: Apache2 just listening to https?
Oliver Fromme wrote: Uzi Klein <[EMAIL PROTECTED]> wrote: > Eirik Øverby wrote: > > On Jul 28, 2005, at 10:01 AM, Roger Grosswiler wrote: > > > > > > ServerName freebsd.domain.net > > > ServerAlias freebsd.domain.net > > > DocumentRoot /usr/local/www/data > > > > > > > Make sure you are not enabling SSL globally, but for each vhost > > individually. > > Actually, SSL can not be configured per name vhost. (or at least can not > work) > Because SSL handshake is used before http headers, it just can't be done. You can configure SSL perfectly fine per virtual host, provided that they have separate addresses. You can even use SSL for virtual hosts that share an address, if they listen on different ports (in this case you can use redirects for convenience, so users don't have to type the port numbers). It's correct that SSL doesn't work for pure name-based virtual hosts (not using "special tricks"), but nobody was talking about that. note the *name vhost* and the user's conf. -Uzi > > Try the telnet trick mentioned by others, but simply type "GET / HTTP/ > > 1.0" Actually, twice is sufficient. :-) Best regards Oliver smime.p7s Description: S/MIME Cryptographic Signature
Re: Apache2 just listening to https?
Oliver Fromme wrote: Uzi Klein <[EMAIL PROTECTED]> wrote: > Oliver Fromme wrote: > > Uzi Klein <[EMAIL PROTECTED]> wrote: > > > Actually, SSL can not be configured per name vhost. (or at least can not > > > work) > > > Because SSL handshake is used before http headers, it just can't be done. > > > > You can configure SSL perfectly fine per virtual host, > > provided that they have separate addresses. You can > > even use SSL for virtual hosts that share an address, > > if they listen on different ports (in this case you > > can use redirects for convenience, so users don't have > > to type the port numbers). > > > > It's correct that SSL doesn't work for pure name-based > > virtual hosts (not using "special tricks"), but nobody > > was talking about that. > > > > note the *name vhost* Only _you_ were talking about named virtual hosts. :-) They are not an issue in this case. > and the user's conf. The original post has > > ServerName freebsd.domain.net > ServerAlias freebsd.domain.net > DocumentRoot /usr/local/www/data > > > ...which should be loaded on startup. Also, i activated > > NameVirtualHost *:80 But it's really getting off topic. looks like the problem has to do with DocumentRoot or DirectoryIndex in httpd.conf. The user's configuration, as far as it has been (partially) shown, contains just two virtual hosts which run on different ports (port 80 for for HTTP and port 443 for HTTPS). So name-based virtual hosts are _not_ an issue here. Name-based virtual hosts would be a problem if you run multiple of them on the same IP address _and_ on the same port with SSL (usually 443). That's not the case here. Best regards Oliver -- Uzi Klein Software Development Executive B.M.B.Y Software Systems LTD. Phone: 972-4-9597989 Fax: 972-3-6179336 Email: [EMAIL PROTECTED] http://www.bmby.com smime.p7s Description: S/MIME Cryptographic Signature
Re: Apache2 just listening to https?
Roger Grosswiler wrote: Connected to freebsd.gwch.net (192.168.0.101). Escape character is '^]'. GET /HTTP/1.0 404 Not Found Not Found The requested URL /HTTP/1.0 was not found on this server. Seems like you asked for the file "/HTTP/1.0" that doesnt exist [...] thats the thing - my logs dont tell me ANYTHING except the favicon error Are you sure you are looking at the right logfile? try to grep your logs for that request: # grep "GET /HTTP/1.0" /var/log/httpd* perhaps you got a conflict in vhosts config? -Uzi ro Check the logs. Always check the logs. ;-) Most problems will cause an entry in the logs. My guess is that you will find an entry that says that the file /wherever/your/docroot/path/is/index.html does not exist. RR smime.p7s Description: S/MIME Cryptographic Signature
Re: Apache2 just listening to https?
Roger Grosswiler wrote: Are you sure you are looking at the right logfile? try to grep your logs for that request: # grep "GET /HTTP/1.0" /var/log/httpd* perhaps you got a conflict in vhosts config? -Uzi yes, i am. because now, i can access port 80 from my internal network - but not from the external. but even if a firewall is installed, i have just one nic installed and i make no difference from the source. Perhaps, my apache doesn't listen alright...i don't know. If it works on the internal network, Apache is listening on port 80. Make sure the server gets the request from the external network. It could be a routing/NAT/firewall issue. -Uzi Roger ...in each case, i thank you all for your support. perhaps i gonna correct this again in this life. if not, i don't hope to get on this planet as an animal in a medicinal research station ;-) Roger ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" smime.p7s Description: S/MIME Cryptographic Signature
Re: Apache2 just listening to https?
Roger Grosswiler wrote: [...] yes, i am. because now, i can access port 80 from my internal network - but not from the external. but even if a firewall is installed, i have just one nic installed and i make no difference from the source. Perhaps, my apache doesn't listen alright...i don't know. If it works on the internal network, Apache is listening on port 80. Make sure the server gets the request from the external network. It could be a routing/NAT/firewall issue. -Uzi but, why is port 443 responding? this port is configured the same way as port 80 on the firewall and on the router. ..however, i think you are right. gonne do some more research. Just a wild guess... maybe you your router/firewall has a web interface listening on port 80 on external network or a rule blocking port 80 overriding your config? -Uzi smime.p7s Description: S/MIME Cryptographic Signature
Re: kernel: bge0: watchdog timeout -- resetting
Raphael H. Becker wrote: On Tue, Jul 05, 2005 at 10:02:33AM +0200, Uzi Klein wrote: Ever since i upgraded to 5.4-RELEASE-p3 i get these entries in /var/log/messages once in a while : kernel: bge0: watchdog timeout -- resetting I have seen this on my HP DL-380 server (Broadcom BCM5704C Dual Gigabit Ethernet) During amanda backup. So far (few months), no "real" affection. -Uzi Same here with one of our new Dell PE6650: Aug 3 17:25:41 pinserv7 kernel: bge0: watchdog timeout -- resetting Aug 3 17:41:51 pinserv7 kernel: bge0: watchdog timeout -- resetting Aug 3 18:01:16 pinserv7 kernel: bge0: watchdog timeout -- resetting Aug 3 18:10:51 pinserv7 last message repeated 3 times I've rsynced some tons of data via ssh to that box without any problems, or lack of bandwidth. The card resetted while access a phpinfo() page on the webserver: the page itself transferred, the referenced (zend logo) didn't. Simpultanously my ssh-session stalled for about 90sec and a parallel ping stopped. Repeatable! Parallel? Race condition? I rebooted the machine and everything seems fine now. I'll watch this. FreeBSD 5.4-RELEASE-p6 i386 [EMAIL PROTECTED]:1:0: class=0x02 card=0x01091028 chip=0x164414e4 rev=0x14 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5700 NetXtreme Gigabit Ethernet Controller' class= network subclass = ethernet [EMAIL PROTECTED]:2:0: class=0x02 card=0x01091028 chip=0x164414e4 rev=0x14 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5700 NetXtreme Gigabit Ethernet Controller' class= network subclass = ethernet The PE6650 has 4 Xeons with HTT -> 8 logical CPUs. Maybe some kind of locking / race conditions? The kernel is GENERIC plus SMP. See http://rabe.uugrn.org/FreeBSD/bugs/5.x/pinserv7/dmesg.boot for details Any ideas? Anyone with similar problems? Regards Raphael Becker ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" smime.p7s Description: S/MIME Cryptographic Signature
Re: bge watchdog errors in -STABLE
Brad Miele wrote: Hi, Last week, i cvsupped two HP Proliant DL380 G4 machines to the most recent stable, which replaced the bge driver from mid may with the one committed on or around June 24. Since updating, my cards, Broadcom BCM5704C have been throwing occasional watchdog timeout errors on their shared 1000basetx net. These errors do not currently seem to be effecting much, and there have only been 6 since last friday, but I would like to clear them up. I'm experiencing the same issue with the exact same hardware ever since 5.4-RELEASE-p3, with no "real" affection. I noted that the current version of the bge driver had code backed out from the previous one, and an option "BGE_FAKE_AUTONEG" was added. I have tried enabling this option, as it seems to pertain to this chipset, but the errors are still occuring. I am thinking of switching the cards from autoselect to explicit 1000basetx, with one of them set to link0. Please confirm that this is a reasonable next step and let me know any other information that will be useful. Regards, Brad Brad Miele Technology Director IPNStock (866) 476-7862 x902 [EMAIL PROTECTED] -- Uzi Klein Software Development Executive B.M.B.Y Software Systems Ltd. smime.p7s Description: S/MIME Cryptographic Signature