iostat and fusefs

2017-03-03 Thread Marat N.Afanasyev
hello! I've accidently ran iostat while write to fuse filesystem was in progress and was shocked when I've seen that, according to iostat, each and any write op to fuse fs leads to one read op. i.e. if I have ~100 write op/s to fuse then I have exatcly ~100 read op/s from the same fuse. Is th

Re: usb 3.0 thumb drive speed limit

2017-01-02 Thread Marat N.Afanasyev
Florian Ermisch wrote: Am 2. Januar 2017 10:59:49 MEZ, schrieb "Marat N.Afanasyev" : Ian Smith wrote: On Mon, 2 Jan 2017 11:27:49 +0300, Marat N.Afanasyev wrote: > I wonder is there a speed limit on usb 3.0? I've bought > > ugen0.4: at usbus0 > umass

Re: usb 3.0 thumb drive speed limit

2017-01-02 Thread Marat N.Afanasyev
Gary Palmer wrote: On Mon, Jan 02, 2017 at 11:27:49AM +0300, Marat N.Afanasyev wrote: I wonder is there a speed limit on usb 3.0? I've bought ugen0.4: at usbus0 umass2 on uhub7 umass2: on usbus0 da2 at umass-sim2 bus 2 scbus9 target 0 lun 0 da2: Removable Direct Access SPC-4 SCSI devic

Re: usb 3.0 thumb drive speed limit

2017-01-02 Thread Marat N.Afanasyev
Ian Smith wrote: On Mon, 2 Jan 2017 11:27:49 +0300, Marat N.Afanasyev wrote: > I wonder is there a speed limit on usb 3.0? I've bought > > ugen0.4: at usbus0 > umass2 on uhub7 > umass2: on usbus0 > da2 at umass-sim2 bus 2 scbus9 target 0 lun 0 > da2: R

usb 3.0 thumb drive speed limit

2017-01-02 Thread Marat N.Afanasyev
I wonder is there a speed limit on usb 3.0? I've bought ugen0.4: at usbus0 umass2 on uhub7 umass2: on usbus0 da2 at umass-sim2 bus 2 scbus9 target 0 lun 0 da2: Removable Direct Access SPC-4 SCSI device da2: Serial Number AA010808161609220143 da2: 40.000MB/s transfers da2: 59840MB (122552320 51

card=0x812911ec on FreeBSD 11.0-STABLE #1 r309672

2016-12-08 Thread Marat N.Afanasyev
hello! I have a builtin card=0x812911ec on my mb and as of yesterday it refused to be recognised by if_re and was brought up using if_rl. It was a little bit unexppected, really. What commit did make this thing happen? Will it be reverted? was: re0: Gigabit Ethernet> port 0xd800-0xd8ff mem 0

Re: 8.2 + apache == a LOT of sigprocmask

2011-11-15 Thread Marat N.Afanasyev
Daniil Cherednik wrote: After all that I was trying to compare perfomance of return from fork() in Linux and FreeBSD (see http://lists.freebsd.org/pipermail/freebsd-hackers/2011-October/036705.html) and fork() in FreeBSD was slower. our fork() differs from linux fork() in handling parent and ch

Re: smartctl / mpt on 9.0-RC1

2011-11-09 Thread Marat N.Afanasyev
Alex Samorukov wrote: On 11/08/2011 09:33 PM, Marat N.Afanasyev wrote: why :) just a little misunderstanding, I suppose ;) I just showed what I'd expect from #smartctl -a -d 3ware,0 /dev/twa0 in case of sas drive on channel 0 Yes. BTW, if you able to provide access to the BSD box wit

Re: smartctl / mpt on 9.0-RC1

2011-11-08 Thread Marat N.Afanasyev
Alex Samorukov wrote: On 11/07/2011 03:10 PM, Jeremy Chadwick wrote: I see. I wasn't aware there was an ioctl(2) interface to twa(4). This makes me wonder: why does Marat use /dev/passX as his device when using smartctl? Because Marat using LSI mfi (not 3ware twa!) driver in this case. mfip.ko

Re: smartctl / mpt on 9.0-RC1

2011-11-07 Thread Marat N.Afanasyev
btw, 3dm can tell about reallocated sector count on sas somehow, while smartctl cannot, even on supported controller :( I think this is getting into a separate discussion topic. I realise we're discussing SAS, but what's shown above looks pure and total SCSI output from smartmontools. I'm very

Re: smartctl / mpt on 9.0-RC1

2011-11-07 Thread Marat N.Afanasyev
Alex Samorukov wrote: On 11/06/2011 09:37 PM, Alex Samorukov wrote: Command failed, ata.status=(0x00), ata.command=(0xec), ata.flags=(0x01) WARNING - NO DEVICE FOUND ON 3WARE CONTROLLER (disk 0) Smartctl: Device Read Identity Failed (not an ATA/ATAPI device) A mandatory SMART command failed: ex

Re: smartctl / mpt on 9.0-RC1

2011-11-06 Thread Marat N.Afanasyev
Alex Samorukov wrote: On 11/06/2011 04:52 PM, Marat N.Afanasyev wrote: I wonder is there a possibility to monitor sas drives on twa controllers? Hi Marat, I have no access to such hardware so don`t know if it works or not. it doesn't work :( sata drives are accessible, but for sas a

Re: smartctl / mpt on 9.0-RC1

2011-11-06 Thread Marat N.Afanasyev
Alex Samorukov wrote: On 11/03/2011 09:35 PM, James wrote: Thanks, Alex. Looks like you fixed it. smartctl no longer segfaults. Thank you for testing. I submitter PR [1] with this patch. It also contain patch to avoid problems with SATA drives on LSI (SAS) controllers. [1] http://www.freebsd.o

Re: GPT labels and gjournal

2011-06-20 Thread Marat N.Afanasyev
nickolas...@gmail.com wrote: Hello stable. I've tried to make two journaled partitions on new GPT disk. Partitions have GPT labels storage and backup: gpart show -l ada1 => 34 2930277101 ada1 GPT (1.4T) 34 8388608 1 (null) (4.0G) 8388642 2415919104 2

Re: System extremely slow under light load

2011-04-24 Thread Marat N.Afanasyev
Bartosz Fabianowski wrote: Just for an experiment, try to disable powerd and look if things improve. Or just bump it to "maximum", temporarily. I have tried both now. The results are as follows: * With powerd disabled and the CPU clocked down, the computer is responsive when almost nothing i

Re: Cleaning temporary build tree failed

2011-04-09 Thread Marat N.Afanasyev
David Marec wrote: Hi guys. Since the release of FreeBSD 8.2, building world fails on the following error: <--> david:/home/david#cd /usr/src david:/usr/src#make -j4 buildworld&& make kernel -- World build started on Sat Apr 9

Re: Constant rebooting after power loss

2011-04-01 Thread Marat N.Afanasyev
Marko Lerota wrote: George Kontostanos writes: Not with the same behavior and it depends on what your server is doing at the time of the power interruption. It was in stage of booting after first power loss. but ZFS is not the solution to your problem. ZFS is not designed to replace the ne

Re: Constant rebooting after power loss

2011-04-01 Thread Marat N.Afanasyev
Marko Lerota wrote: Today one of my home servers lost power two times in a short period of time. After that, the system just couldn't get up. Background checks couldn't get started. The messages was how / /tmp /var etc...had to much errors. And at the end, always got this: "automatic reboot will

Re: Upgrading from 7.3 to 8.1: uname -a still shows 7.3p3

2010-11-16 Thread Marat N.Afanasyev
Rainer Duffner wrote: Hi, I have the 8.1 sources, did a buildworld, buildkernel, installkernel, installworld. Now I have 8.1 binaries: server# file /bin/tcsh /bin/tcsh: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.1, stripped

Re: System console & ru_RU.UTF-8 on the remote server

2010-11-15 Thread Marat N.Afanasyev
Vladimir Vasilenko aka jeltoesolnce wrote: Hello. Can I from system console ( I use KOI8-R on system console) connect to remote server with locale ru_RU.UTF-8 and use on him Russian Language? %uname -a FreeBSD gray.homenetwork 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #15: Fri Oct 1 16:46:35 EEST

Re: device names changes for adX.

2010-10-02 Thread Marat N.Afanasyev
Peter Ankerstål wrote: Hi, When I installed FreeBSD 8.1-RELEASE (freebsd-update) the adX devices changed index number and the machine obviously didnt boot. Due to this I hesitate to install 8.1 on my servers remote. How do I know if and to what the devices will change? -- Peter Ankerstål pe.

Re: How to predict drive number change for 7.3->8.1 upgrade?

2010-09-17 Thread Marat N.Afanasyev
Michael Sperber wrote: "Marat N.Afanasyev" writes: you may try the following commands: sysctl kern.geom.debugflags=16 foreach fs (your-filesystems) glabel label your-$fs-label your-$fs-device end echo geom_label_load="YES">> /boot/loader.conf reboot and see if

Re: How to predict drive number change for 7.3->8.1 upgrade?

2010-09-17 Thread Marat N.Afanasyev
Michael Sperber wrote: "Marat N.Afanasyev" writes: Michael Sperber wrote: Oliver Fromme writes: Michael Sperber wrote: > I just upgraded my desktop system from 7.3 to 8.1, and the main hard > drive, which was /dev/ad6 before is now /dev/ad10. C

Re: How to predict drive number change for 7.3->8.1 upgrade?

2010-09-17 Thread Marat N.Afanasyev
Michael Sperber wrote: Oliver Fromme writes: Michael Sperber wrote: > I just upgraded my desktop system from 7.3 to 8.1, and the main hard > drive, which was /dev/ad6 before is now /dev/ad10. Consequently, the > initial boot failed when trying to mount the root file system from ad6

Re: How to predict drive number change for 7.3->8.1 upgrade?

2010-09-16 Thread Marat N.Afanasyev
Michael Sperber wrote: I just upgraded my desktop system from 7.3 to 8.1, and the main hard drive, which was /dev/ad6 before is now /dev/ad10. Consequently, the initial boot failed when trying to mount the root file system from ad6. The desktop system is now fixed, but I also have a rented ser

Re: ipfw: Too many dynamic rules

2010-09-10 Thread Marat N.Afanasyev
Ian Smith wrote: On Thu, 9 Sep 2010, Vlad Galu wrote: > 2010/9/9 Marat N.Afanasyev: > > I wonder, are these dynamic rules really necessary? let's see, a client > > connects to your web-server and you immediately should create a new dynamic > > rule, th

Re: ipfw: Too many dynamic rules

2010-09-09 Thread Marat N.Afanasyev
Gareth de Vaux wrote: Hi again, I use some keep-state rules in ipfw, but get the following kernel message: kernel: ipfw: install_state: Too many dynamic rules when presumably my state table reaches its limit (and I effectively get DoS'd). netstat shows tons of connections in FIN_WAIT_2 state,

AMD SR5690/SP5100 chipset

2009-11-17 Thread Marat N.Afanasyev
Hello! I wonder is there any support for AMD SR5690/SP5100 chipset in FreeBSD? -- SY, Marat ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr..

Re: acpi doc misconfusion...

2009-10-02 Thread Marat N.Afanasyev
kama wrote: Hi, there are a lot of different errors in various document regarding acpi that are wrong. In 'man acpi' it says that 'hint.acpi.0.disabled' should be placed in loader.conf. - LOADER TUNABLES Tunables can be set at the loader(8) prompt before booting the kernel or

Re: Question regarding vlans and lagg

2009-09-13 Thread Marat N.Afanasyev
Louis Kowolowski wrote: On Sep 12, 2009, at 4:48 PM, Marat N.Afanasyev wrote: * PGP - S/MIME Signed by an unverified key: September 12, 2009 4:48:19 PM Svein Skogen (listmail account) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can the vlan "vlandev" be a lagg port o

Re: Question regarding vlans and lagg

2009-09-12 Thread Marat N.Afanasyev
Svein Skogen (listmail account) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can the vlan "vlandev" be a lagg port of multiple physical interfaces (for redundancy)? //Svein i think that you should try the following: 1. join two ports on switch to trunk, say vport1 2. assign allowed

Re: Fatal Trap 12 in various processes always at address 0x3030313a

2009-08-30 Thread Marat N.Afanasyev
Richard Mahlerwein wrote: --- On Sat, 8/29/09, Marat N.Afanasyev wrote: From: Marat N.Afanasyev Subject: Re: Fatal Trap 12 in various processes always at address 0x3030313a To: mahle...@yahoo.com Cc: "FreeBSD-Stable" Date: Saturday, August 29, 2009, 6:59 PM such trap could be tr

Re: Fatal Trap 12 in various processes always at address 0x3030313a

2009-08-29 Thread Marat N.Afanasyev
Richard Mahlerwein wrote: (Sorry, update to subject to be ) 3 weeks ago: I upgraded from 7.1-PRELEASE to -stable and all seemed fine until I rebooted out of single user mode after doing make installworld and mergemaster. At that point, near the end of the boot sequence I got a core dump, appare

Re: USB mouse not detected on boot of 7-STABLE

2009-08-13 Thread Marat N.Afanasyev
Luke Dean wrote: On Thu, 13 Aug 2009, Marat N.Afanasyev wrote: Ronny Mandal wrote: I'm tracking 7-STABLE. Recently.. within the last month or so.. my simple USB mouse stopped being detected at boot time. The /dev/ums0 device simply does not appear unless I unplug the mouse and plug it

Re: USB mouse not detected on boot of 7-STABLE

2009-08-13 Thread Marat N.Afanasyev
Ronny Mandal wrote: I'm tracking 7-STABLE. Recently.. within the last month or so.. my simple USB mouse stopped being detected at boot time. The /dev/ums0 device simply does not appear unless I unplug the mouse and plug it back in again. Then it is detected. I don't even know where to begin lo

Re: em driver input errors

2009-08-05 Thread Marat N.Afanasyev
alexpalias-bsdsta...@yahoo.com wrote: Good day I'm looking for suggestions for tuning my setup in order to get rid of the input errors I'm seeing on em0, em1 and em2 when using vlans. [This message (excluding the description of the second machine at the end) has also been sent to the freebsd-

a way to read large (>4G) files from iso9660

2009-08-05 Thread Marat N.Afanasyev
Hello! I wonder, is there any way to access multi-extent iso9660 level 3 files in FreeBSD? 1. if I have large file on Joliet enabled iso9660, I can access only last filesize%4G extent 2. if I have RockRidge enabled iso9660 I have as many extents as filesize/4G+1, and each of them is nothing

Re: coretemp(4) build broken in recent STABLE?

2009-07-16 Thread Marat N.Afanasyev
Andriy Gapon wrote: on 16/07/2009 12:42 Marat N.Afanasyev said the following: i have 7.2-S csupped to today midnight and while trying to build kernel i have the following error: [snip] i've tried to find either cpu_vendor_id or CPU_VENDOR_INTEL in source tree, but didn't succ

coretemp(4) build broken in recent STABLE?

2009-07-16 Thread Marat N.Afanasyev
i have 7.2-S csupped to today midnight and while trying to build kernel i have the following error: ===> coretemp (all) cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -msse2 -msse3 -m3dnow -march=athlon64 -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/u

Re: ATA driver update for 7.2RELEASE available

2009-07-15 Thread Marat N.Afanasyev
Søren Schmidt wrote: Over the past months I've gotten huge amounts of requests for ATA related things, so I've whipped up what I use here for FreeBSD 7.2-Release. This is a total replacement of the ATA driver, modulerized as in -current, but based on my WIP not from what might have happend to

Re: problem with Soekris net5501 and USB hub

2009-07-14 Thread Marat N.Afanasyev
Graham Menhennitt wrote: I originally sent this to the Soekris list thinking it was platform specific. I got a couple of replies suggesting that it's a FreeBSD problem instead. So, if anybody can offer any insights, I would most appreciate it. I have a Soekris net5501 running FreeBSD 7-Stable

Re: bug in ufs?

2009-07-12 Thread Marat N.Afanasyev
Marat N.Afanasyev wrote: all i want to know is whether this is a bug or a feature? and if such a behavior is well-known, where can i read about it? thanks everybody, i have resolved this as my misunderstanding of UFS basics, so it was pretty good lesson for me :) -- SY, Marat

Re: bug in ufs?

2009-07-06 Thread Marat N.Afanasyev
Kostik Belousov wrote: On Tue, Jul 07, 2009 at 12:15:46AM +0400, Marat N.Afanasyev wrote: Kostik Belousov wrote: On Mon, Jul 06, 2009 at 09:45:45PM +0400, Marat N.Afanasyev wrote: i have a huge amount of small files on the source systems, as you can see they have about 20 million files and

Re: bug in ufs?

2009-07-06 Thread Marat N.Afanasyev
Kostik Belousov wrote: On Mon, Jul 06, 2009 at 09:45:45PM +0400, Marat N.Afanasyev wrote: i have a huge amount of small files on the source systems, as you can see they have about 20 million files and almost each of them is jpeg or gif. afaik, there are no sparse files at all. i still cannot

Re: bug in ufs?

2009-07-06 Thread Marat N.Afanasyev
Ralf Folkerts wrote: Marat N.Afanasyev wrote: hello! i have a strange problem with writing data to my ufs2+su filesystem. 1. i made a 1T gpt partition on my storage server, and formatted it: newfs -U -m 0 -o time -i 32768 /dev/da1p3a 2. i tried to move data from other servers to this

Re: bug in ufs?

2009-07-05 Thread Marat N.Afanasyev
Dan Naumov wrote: 2009/7/5 Marat N.Afanasyev : hello! i have a strange problem with writing data to my ufs2+su filesystem. 1. i made a 1T gpt partition on my storage server, and formatted it: newfs -U -m 0 -o time -i 32768 /dev/da1p3a 2. i tried to move data from other servers to this

bug in ufs?

2009-07-05 Thread Marat N.Afanasyev
hello! i have a strange problem with writing data to my ufs2+su filesystem. 1. i made a 1T gpt partition on my storage server, and formatted it: newfs -U -m 0 -o time -i 32768 /dev/da1p3a 2. i tried to move data from other servers to this filesystem, total size of files is slightly less than 1

Re: net/iwi-firmware refuses to build on 7.2-STABLE

2009-07-01 Thread Marat N.Afanasyev
Andre Albsmeier wrote: Today I wanted to build net/iwi-firmware on 7.2-STABLE and I got ===> iwi-firmware-2.4_8 is configured with iwicontrol(8) which you don't need, use 'make rmconfig' and uncheck CONTROL. While the firmware itself is in the base system, iwicontrol(8) is not. The port shoul

Re: gjournal locks up

2009-05-25 Thread Marat N.Afanasyev
Ivan Voras wrote: David N wrote: 2009/5/25 Ivan Voras : David N wrote: The first time it locked up was when i was copying cp -va from one disk (degraded mirrror) to the other disk (degraded mirror + gjournal). Copied around 40GB until it locked up. It did it 3 times before i manage to copy ev

Re: [7.2] R/W mount of / denied. Filesystem not clean - run fsck.

2009-05-06 Thread Marat N.Afanasyev
Helmut Schneider wrote: Marat N.Afanasyev wrote: Helmut Schneider wrote: I do have such thing (IBM Blade Center) but I'm looking for something to avoid the situation above. Something that lets me at least boot into single user mode. if you have an ip-kvm you can drop into single-use

Re: [7.2] R/W mount of / denied. Filesystem not clean - run fsck.

2009-05-06 Thread Marat N.Afanasyev
Helmut Schneider wrote: Marat N.Afanasyev wrote: Helmut Schneider wrote: Hi, after upgrading a few systems yesterday from 7.1-RELEASE to 7.2-RELEASE on one machine I got the error above. The problem was that - I was unable to cope with it but booting from a live CD. - the message appeared

Re: [7.2] R/W mount of / denied. Filesystem not clean - run fsck.

2009-05-06 Thread Marat N.Afanasyev
Helmut Schneider wrote: Hi, after upgrading a few systems yesterday from 7.1-RELEASE to 7.2-RELEASE on one machine I got the error above. The problem was that - I was unable to cope with it but booting from a live CD. - the message appeared ~ 1000 times and then the kernel paniced. After fsc

Re: 4TB twa RAID, geometry problem ?

2009-04-29 Thread Marat N.Afanasyev
Юртайкин Андрей wrote: 2009/4/28 Андрей Юртайкин : > hi, > On my FreeBSD 7.0 system (one scsi disk + PCI SATA 4TB RAID, twa) scsi disk > with system failed, so i get new one install FreeBSD 7.0 on it (using > another box) and than plug it in. But can`t get RAID to work. > >Check man bsdl

Re: LSI Logic raid status

2009-03-24 Thread Marat N.Afanasyev
Peter Ankerstål wrote: On Mar 24, 2009, at 8:20 PM, Scott Long wrote: Peter Ankerstål wrote: On Mar 24, 2009, at 8:00 PM, Charles Sprickman wrote: dev.mpt.0.nonoptimal_volumes: 0 Don't test whether the "nonoptimal_volumes" parameter works, it does - but if you pull a drive, FreeBSD likes

Re: KDB+DDB make interrupt storm on MSI motherboards go away it seems

2009-03-22 Thread Marat N.Afanasyev
Pete French wrote: I admit I was scepticle of this suggestion - but it actually seems to have worked. COmpiling a straight GENERIC kernel with KDB and DDB included do seem to have made my irq22 interrupt storms go away. Certainly I have spent some time trying to provoke the problem and not manage

Re: Crazy "interrupt storm detected" on atapci0

2009-03-18 Thread Marat N.Afanasyev
Pete French wrote: as I supposed in previous message your MB is MicroStar product. So I insist that you read thread [1] in freebsd-stable named 'Interrupt storm' started by Dan Langille I (still) have the same problem on my MSI Platinum and having re-read all of those threads in case I mi

Re: Crazy "interrupt storm detected" on atapci0

2009-03-17 Thread Marat N.Afanasyev
Nicolais wrote: Also - this was extracted from kenv: smbios.system.maker="MICRO-STAR INTERANTIONAL CO.,LTD" smbios.system.product="MS-7368" as I supposed in previous message your MB is MicroStar product. So I insist that you read thread [1] in freebsd-stable named 'Interrupt storm' started b

Re: Crazy "interrupt storm detected" on atapic0

2009-03-17 Thread Marat N.Afanasyev
Nicolai wrote: Hi all, I have had this problem since day 1 on my new server. It has run since November 15th 2008, and serve approx. 10 GB worth of web traffic per month for the main site and then some 40 domains with mail and small web pages. (hence - it's NOT that busy yet) I started wi

Re: problem with acd udma mode

2009-02-04 Thread Marat N.Afanasyev
Marat N.Afanasyev wrote: i cannot read or write any disk inserted in my acd0 when this device in udma mode. kernel endlessly repeat that acd0: setting up DMA failed and I can access my data on dvd or cd only if I set atacontrol mode acd0 pio4 Does anybody have such a problem too? is there

problem with acd udma mode

2009-01-31 Thread Marat N.Afanasyev
i cannot read or write any disk inserted in my acd0 when this device in udma mode. kernel endlessly repeat that acd0: setting up DMA failed and I can access my data on dvd or cd only if I set atacontrol mode acd0 pio4 Does anybody have such a problem too? is there any ways to bring this de

Re: interrupt storm on MSI IXP600 based motherboards

2009-01-24 Thread Marat N.Afanasyev
Dan Langille wrote: I shall try the hw.acpi.osname="Linux" option now. From dmsg: Jan 22 18:10:07 polo kernel: ACPI: Overriding _OS definition with "Linux" it works for me for 3 days, 16:27 and still no sign of interrupt storm. and emu10kx0 generates as many as 93 interrupt per second withou

Re: interrupt storm on MSI IXP600 based motherboards

2009-01-23 Thread Marat N.Afanasyev
Dan Langille wrote: On Jan 22, 2009, at 11:38 AM, Dan Langille wrote: Victor Balada Diaz wrote: On Wed, Jan 21, 2009 at 07:22:06PM +0300, Marat N.Afanasyev wrote: trouble with onboard re(4) was resolved in -CURRENT and -STABLE, but storms are not bound to ethernet only. storm may appear on

Re: interrupt storm on MSI IXP600 based motherboards

2009-01-21 Thread Marat N.Afanasyev
Dan Langille wrote: Marat N.Afanasyev wrote: Pete French wrote: trouble with onboard re(4) was resolved in -CURRENT and -STABLE, but storms are not bound to ethernet only. storm may appear on any device. if any device generates enough interrupts rate, storm will arrive. Yes, I just got

Re: interrupt storm on MSI IXP600 based motherboards

2009-01-21 Thread Marat N.Afanasyev
Pete French wrote: trouble with onboard re(4) was resolved in -CURRENT and -STABLE, but storms are not bound to ethernet only. storm may appear on any device. if any device generates enough interrupts rate, storm will arrive. Yes, I just got another storm, on my ATA controller this time. Ah we

Re: interrupt storm

2009-01-20 Thread Marat N.Afanasyev
Dan Langille wrote: Please. btw, did you try to set hw.acpi.osname="Linux" in /boot/loader.conf? -- SY, Marat ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "fre

Re: interrupt storm

2009-01-19 Thread Marat N.Afanasyev
Marat N.Afanasyev wrote: Dan Langille wrote: Marat N.Afanasyev wrote: Dan Langille wrote: Dan Langille wrote: Hi, I'm getting this: kernel: interrupt storm detected on "irq22:"; throttling interrupt source what is your motherboard brand? I have the same issue with interr

Re: interrupt storm on MSI IXP600 based motherboards

2009-01-15 Thread Marat N.Afanasyev
Dan Langille wrote: Pete French wrote: kernel: interrupt storm detected on "irq22:"; throttling interrupt source Opening the case, reading the m/b: K9A2 Platinum MSI I hadnt been paying much attention to this thread, but just to let you know that I also saw the same thing on this

Re: interrupt storm

2009-01-15 Thread Marat N.Afanasyev
Daniel Gerzo wrote: Hello Marat, Dan, I suppose you guys are running amd64? Could you try i386? AFAIR the interrupt storms have gone away after I moved my MSI machine to i386 on an affected box. Yes, amd64. unfortunately, moving to i386 is not an option. at least for me. I have 4 GBytes of m

Re: interrupt storm

2009-01-14 Thread Marat N.Afanasyev
Dan Langille wrote: Marat N.Afanasyev wrote: Dan Langille wrote: Dan Langille wrote: Hi, I'm getting this: kernel: interrupt storm detected on "irq22:"; throttling interrupt source what is your motherboard brand? I have the same issue with interrupt storms, as stated in

Re: interrupt storm

2009-01-14 Thread Marat N.Afanasyev
Dan Langille wrote: Dan Langille wrote: Hi, I'm getting this: kernel: interrupt storm detected on "irq22:"; throttling interrupt source Interesting how they sometimes span lines: Jan 14 21:16:24 polo kernel: interrup Jan 14 21:16:24 polo kernel: t storm detected on "irq22:"; thr Jan 14 21:1

interrupt storm

2009-01-13 Thread Marat N.Afanasyev
it seems that you hit the same issue with amd sb600 as me :) -- SY, Marat ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

interrupt storm and usb issue on ati ixp600 based board

2009-01-13 Thread Marat N.Afanasyev
I have two troubles with my freshly upgraded system. There are interrupt storm and usb issues on MSI K9A2 CF motherboard. it made of on amd 790X north-bridge and and SB600 south-bridge. As stated in [1] there is a problem with storms on re or atapci devices, but my experience shows that this st

php5 and postgresql 8.2/8.3

2008-04-21 Thread Marat N.Afanasyev
this problem is very old for me. it goes, at least from http://www.freebsd.org/cgi/query-pr.cgi?pr=97272 I found a workaround: you simply should set ServerName foobar.emxample in httpd.conf i don't know why missing ServerName causes coredump of apache in case of php+php_pgsql, but this works

Re: charset conversion support in amd(8)

2007-01-16 Thread Marat N.Afanasyev
drom5 mkdir -p /realmounts/cdrom6 mkdir /cdrom It certainly looks hacky compared to your config, but it's worked from freebsd 3.1 through now so I never changed it. Marat N.Afanasyev wrote: Hello! I found that automount daemon configured to use cdrom device doesn't support -C

charset conversion support in amd(8)

2007-01-15 Thread Marat N.Afanasyev
Hello! I found that automount daemon configured to use cdrom device doesn't support -C option to convert filenames to local charset. Is there any ways to make it work? my amd.map is as follows: # $FreeBSD: src/etc/amd.map,v 1.9 2002/05/15 22:24:29 obrien Exp $ # /defaults type:=host;fs

Problem with console while trying to upgrade to 6.1

2006-05-11 Thread Marat N.Afanasyev
I've encountered a problem while trying to upgrade from 5.4-p8 to 6.1. My machine is placed in data-center, so I only have access to vnc-based KVM to grab the console. With 5.4 I have no problem, but when I try to boot 6.1 kernel it simply shows no information about loading process and I have no wa