Dead Hang/Panic trap with Promise SATA300 TX4 Controller

2006-03-15 Thread Mikhail Manuylov
Hello, Some days ago I got new Promise SATA300 TX4 Controller and 2 250GB Samsung SATA300 disks. I've installed this pci card to my old pentium-mmx RELENG_6 ( 10 Jan 2006 ) box and one of new disks. While trying to dump/restore my old files from UDMA33 ad0 (40GB Samsung) to new successfully

build world failed on pflogd

2006-03-15 Thread Suken Woo
list: cvsuped and build world failed today on pflogd. cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c

swap at beginning of slice - danger?

2006-03-15 Thread Vadim Goncharov
Hello freebsd-stable, I have 5.5-PRERELEASE server in production, booting from ad0s1: # BLOCKSIZE=512 swapinfo Device 512-blocks UsedAvail Capacity /dev/ad0s1b209715252872 2044280 3% /dev/ad1s1b209715251952 2045200 2% Total

panic with ZERO_COPY_SOCKETS on 5.4 (and probably 6.0)

2006-03-15 Thread Vadim Goncharov
Hello freebsd-stable, I've seen several panics on a 5.4-STABLE (RELENG_5 at end of January) under moderate ftpd/samba load with diagnostic: vm_page_free: freeing wired page Server rebooted after a panic every ~4 hours. Removing ZERO_COPY_SOCKETS from kernel config resolved problem.

Re: swap at beginning of slice - danger?

2006-03-15 Thread Dmitry Pryanishnikov
Hello! On Wed, 15 Mar 2006, Vadim Goncharov wrote: I have 5.5-PRERELEASE server in production, booting from ad0s1: # BLOCKSIZE=512 swapinfo Device 512-blocks UsedAvail Capacity /dev/ad0s1b209715252872 2044280 3% /dev/ad1s1b209715251952 2045200

Re: swap at beginning of slice - danger?

2006-03-15 Thread Oliver Fromme
Vadim Goncharov [EMAIL PROTECTED] wrote: I have 5.5-PRERELEASE server in production, booting from ad0s1: # BLOCKSIZE=512 swapinfo Device 512-blocks UsedAvail Capacity /dev/ad0s1b209715252872 2044280 3% /dev/ad1s1b209715251952

Re: swap at beginning of slice - danger?

2006-03-15 Thread Dmitry Pryanishnikov
Hello! On Wed, 15 Mar 2006, Oliver Fromme wrote: # bsdlabel ad0s1 | fgrep b: b: 20971520 swap Previously, on a 4.11 system, swapinfo said that swap size was less than size of b: partition on a slice - it was ok, as boot sectors are located at beginning of slice. But

Re: FreeBSD/i386 6-stable + 4 GB RAM

2006-03-15 Thread Gerhard Schmidt
On Tue, Mar 14, 2006 at 10:46:59AM -0600, Eric Anderson wrote: Oliver Fromme wrote: Hi, I'll be getting a few new machines for a customer soon. They will be SMP (dual processor Pentium-IV) with 4 GB RAM, and I plan to install FreeBSD/i386 6-stable on them. What's the current status of

Re: swap at beginning of slice - danger?

2006-03-15 Thread Ruslan Ermilov
On Wed, Mar 15, 2006 at 02:48:31PM +0100, Oliver Fromme wrote: Vadim Goncharov [EMAIL PROTECTED] wrote: I have 5.5-PRERELEASE server in production, booting from ad0s1: # BLOCKSIZE=512 swapinfo Device 512-blocks UsedAvail Capacity /dev/ad0s1b2097152

Re: FreeBSD/i386 6-stable + 4 GB RAM

2006-03-15 Thread Andy Hilker
Hi, You (Gerhard Schmidt) wrote: The base install, running GENERIC will only use 3GB. I believe you would either need to use the PAE kernel option, or use the 64bit version of FreeBSD on a corresponding 64bit hardware. I Have a i386 server running with 4Gig of ram without PAE. It's

Re: FreeBSD/i386 6-stable + 4 GB RAM

2006-03-15 Thread Gerhard Schmidt
On Wed, Mar 15, 2006 at 04:10:30PM +0100, Andy Hilker wrote: Hi, You (Gerhard Schmidt) wrote: The base install, running GENERIC will only use 3GB. I believe you would either need to use the PAE kernel option, or use the 64bit version of FreeBSD on a corresponding 64bit hardware.

Re: Adaptec AIC9410

2006-03-15 Thread Vivek Khera
On Mar 15, 2006, at 2:31 AM, Scott Long wrote: The MPT driver has prototype support for SAS enabled LSI Logic chips. Sounds like what you would find in a Sunfire X4100 system... ___ freebsd-stable@freebsd.org mailing list

Re: swap at beginning of slice - danger?

2006-03-15 Thread Oliver Fromme
Dmitry Pryanishnikov [EMAIL PROTECTED] wrote: Oliver Fromme wrote: # bsdlabel ad0s1 | fgrep b: b: 20971520 swap Previously, on a 4.11 system, swapinfo said that swap size was less than size of b: partition on a slice - it was ok, as boot sectors are

ath_hal problems on sparc64

2006-03-15 Thread Sascha Luck
Hi, I'm having some issues with the newly imported ath_hal module on the sparc64 architecture: (/usr/src/sys/modules/ath_hal) [EMAIL PROTECTED] make Warning: Object directory not changed from original /usr/src/sys/modules/ath_hal make: don't know how to make

Re: ath_hal problems on sparc64

2006-03-15 Thread Sam Leffler
Sascha Luck wrote: Hi, I'm having some issues with the newly imported ath_hal module on the sparc64 architecture: (/usr/src/sys/modules/ath_hal) [EMAIL PROTECTED] make Warning: Object directory not changed from original /usr/src/sys/modules/ath_hal make: don't know how to make

Re: ath_hal problems on sparc64

2006-03-15 Thread Sam Leffler
Sascha Luck wrote: Hi, I'm having some issues with the newly imported ath_hal module on the sparc64 architecture: (/usr/src/sys/modules/ath_hal) [EMAIL PROTECTED] make Warning: Object directory not changed from original /usr/src/sys/modules/ath_hal make: don't know how to make

Re: ath_hal problems on sparc64

2006-03-15 Thread Sascha Luck
Sam, On Wednesday 15 March 2006 16:55, Sam Leffler wrote: It means the files.sparc64 rules are botched. I just committed the changes to head yesterday but you posted to stable@; what version of the os are you running? I will mfc the changes to releng6 as soon as I get the ok. Sorry,

Re: ath_hal problems on sparc64

2006-03-15 Thread Sascha Luck
On Wednesday 15 March 2006 17:01, Sam Leffler wrote: Oops, you were building a module, not adding ath_hal to a kernel config file. I will fix the module build but I have no way to test if the code works. I initially tried to build it into the kernel too, but it failed (AFAIR with missing

Strangeness with /dev nodes and mknod

2006-03-15 Thread Brian Candler
I have a box running 6.0-STABLE as of 10 Nov last year. Previously I had created device nodes for /dev/random within chroot environments (this was for building and testing openssl). However now they don't work. I am left with the strange situation that device nodes from devfs work, but seemingly

Re: Strangeness with /dev nodes and mknod

2006-03-15 Thread Kris Kennaway
On Wed, Mar 15, 2006 at 05:42:38PM +, Brian Candler wrote: I have a box running 6.0-STABLE as of 10 Nov last year. Previously I had created device nodes for /dev/random within chroot environments (this was for building and testing openssl). However now they don't work. I am left with the

Re: panic with ZERO_COPY_SOCKETS on 5.4 (and probably 6.0)

2006-03-15 Thread Kris Kennaway
On Wed, Mar 15, 2006 at 06:37:31PM +0600, Vadim Goncharov wrote: Hello freebsd-stable, I've seen several panics on a 5.4-STABLE (RELENG_5 at end of January) under moderate ftpd/samba load with diagnostic: vm_page_free: freeing wired page Server rebooted after a panic every ~4

fdisk, sysinstall and 6.1-BETA3/amd64

2006-03-15 Thread Matt Dawson
Hi folks, I'm moving a server over to amd64 in the next week or so and I'm preparing the RAID1 disk set with the 64 bit ports as we speak. I came across a nasty little bug whilst doing so. Motherboard is a Gigabyte GA-K8U with a ULi SATA controller and AR0 set up as a RAID1 array

Re: gmirror(8) and graid3(8) changes.

2006-03-15 Thread Mike Jakubik
Pawel Jakub Dawidek wrote: Hi. Here you can find patches with changes to gmirror(8) and graid3(8): http://people.freebsd.org/~pjd/patches/gmirror.7.patch http://people.freebsd.org/~pjd/patches/graid3.patch Will these patches make it in to 5.5 ?

Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error

2006-03-15 Thread David Wolfskill
I'm running: localhost(6.1-P)[21] uname -a FreeBSD localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #19: Wed Mar 15 07:15:25 PST 2006 [EMAIL PROTECTED]:/common/S2/obj/usr/src/sys/LAPTOP_30W i386 localhost(6.1-P)[22] I figured I'd grab a copy of the recent 6.1-BETA4 (disc1) ISO to try it

You have received a postcard !

2006-03-15 Thread postcard . com
v Hello friend ! You have just received a postcard from someone who cares about you! This is a part of the message: Hy there! It has been a long time since I haven't heared about you! I've just found out about this service from Claire, a friend of mine who also told me that...

Re: Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error

2006-03-15 Thread Scott Robbins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Mar 15, 2006 at 12:51:50PM -0800, David Wolfskill wrote: I'm running: I just tried it again, using a different brand of media, and also got: localhost(6.1-P)[22] sudo burncd -s max -f /dev/acd0 data 6.1-BETA4-i386-disc1.iso fixate

Re: Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error

2006-03-15 Thread Guy Helmer
David Wolfskill wrote: I'm running: localhost(6.1-P)[21] uname -a FreeBSD localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #19: Wed Mar 15 07:15:25 PST 2006 [EMAIL PROTECTED]:/common/S2/obj/usr/src/sys/LAPTOP_30W i386 localhost(6.1-P)[22] I figured I'd grab a copy of the recent

Re: Still can't boot on 6.0-STABLE Nov 2005 or 6.1-BETA

2006-03-15 Thread James Seward
On 3/15/06, James Seward [EMAIL PROTECTED] wrote: Hello folks, [booting problems with newer kernels] Replying to myself in case this is of use to anyone else. After some tinkering this evening, I had determined that unplugging all my PATA devices (leaving just the SATA ones, where FreeBSD

Re: Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error

2006-03-15 Thread David Wolfskill
On Wed, Mar 15, 2006 at 04:27:13PM -0500, Scott Robbins wrote: ... In my case, the CD burns without problem however, I get that error. Googling found me a few other people with a similar issue. Have you tried the CD afterwords to see if it works anyway? Well, as I showed in my original

(no subject)

2006-03-15 Thread Site
Ñ= àéò - ýòî ìîùíûé èíñòðóìåíò ìàðêåòèíãà!= nbsp; Ìû ïðèâûêëè ê òîìó, ÷òî ñ àéò, ýòî òî, ÷òî ìû âèäèì, íàáðàâ àäðåñ â Èíòåðíåò= . Íî ñàéò ìîæåò áûòü ìîùíûì è= íñòðóìåíòîì ìàðêåòèíãà, áîëüøèì ïîìîùíèêîì â âà= øåì áèçíåñå. Çà âíåøíîñòüþ ñàé= òà,

Re: well-supported SATA RAID card?

2006-03-15 Thread Albert Chin
On Mon, Mar 13, 2006 at 08:35:49AM -0600, Jaime Bozza wrote: *Rebuild times? Can't give you an exact since it's been a while since I tested the original rebuild, but we've migrated the RAID set (and volume) twice since getting the system and the migrations happened within hours. I was able

Re: Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error

2006-03-15 Thread Dmitry Pryanishnikov
Hello! On Wed, 15 Mar 2006, Scott Robbins wrote: fixating CD, please wait.. burncd: ioctl(CDRIOCFIXATE): Input/output error localhost(6.1-P)[23] There was a fair amount of time -- around 15 - 20 seconds -- between the fixating CD, please wait.. message and the whine, during which there was

Re: freebsd-stable Digest, Vol 149, Issue 6

2006-03-15 Thread Christian Lopez de Castilla Wagner
On Thu, 2006-03-16 at 01:01 +, Guy Helmer [EMAIL PROTECTED] wrote: David Wolfskill wrote: I'm running: localhost(6.1-P)[21] uname -a FreeBSD localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #19: Wed Mar 15 07:15:25 PST 2006

информация для юриста

2006-03-15 Thread Temptations H. Baste
ИНСТИТУТ МЕНЕДЖМЕНТА И КУЛЬТУРНЫХ ИННОВАЦИЙ Лицензия Министерства образования №24-0937 Семинары. Тренинги. Выездные и зарубежные стажировки. Управление, менеджмент, маркетинг, финансы, налоги, делопроизводство, документооборот. НАЧАЛЬНИКУ КАДРОВОЙ СЛУЖБЫ, ЮРИСТУ, HR- МЕНЕДЖЕРАМ ПРОГРАММА 3-Х

Re: (no subject)

2006-03-15 Thread J. Buck Caldwell
You know, I tried printing it out, but I still can't see the naked lady... Site wrote: Ñ èíñòðóìåíò ìàðêåòèíãà! Ìû ïðèâûêëè ê òîìó, ÷òî ñ àéò, ýòî òî, ÷òî ìû âèäèì, íàáðàâ àäðåñ â Èíòåðíåò Íî ñàéò ìîæåò áûòü ìîùíûì è ìàðêåòèíãà, áîëüøèì ïîìîùíèêîì â âà

Re: too much spam (Was: no subject)

2006-03-15 Thread Andrew Pantyukhin
On 3/16/06, J. Buck Caldwell [EMAIL PROTECTED] wrote: You know, I tried printing it out, but I still can't see the naked lady... :-) Beware, by answering spam messages like that you get your address into spam filters all over the world. Change the subject line next time.

Re: well-supported SATA RAID card?

2006-03-15 Thread Jo Rhett
On Fri, Mar 10, 2006 at 12:30:59PM -, Steven Hartland wrote: What problems are you having there Brian, Im currently in contact with the Highpoint developers over a specific issue with that card's drivers and would be happy to raise any other issues you may be seeing. Heh. Best of luck. I

Re: Adaptec AIC9410

2006-03-15 Thread Danny Braniss
On Mar 15, 2006, at 2:31 AM, Scott Long wrote: The MPT driver has prototype support for SAS enabled LSI Logic chips. Sounds like what you would find in a Sunfire X4100 system... Yes! and indeed, it works like a charm. I did the MFC to 6.1; well, actually, just copied the -current