Re: FreeBSD 9.1 ix driver vlan problem

2013-09-25 Thread Oleg Bulyzhin
On Wed, Sep 25, 2013 at 11:14:38AM -0700, Rumen Telbizov wrote: > Next steps: > 1. I will reinstall this machine with the latest 9.2 and repeat the tests > see what happens. I didnt test 9.2 but i checked recent HEAD - it has vlan problem too.

Re: FreeBSD 9.1 ix driver vlan problem

2013-09-25 Thread Oleg Bulyzhin
On Wed, Sep 25, 2013 at 09:57:07AM -0700, Rumen Telbizov wrote: > Thanks for the patch Oleg. > I'll give it a try but I would also like to hear back from Jack. > > Oleg, can you confirm that you're experiencing the exact same > problem/behavior? What kind of switch is c

Re: FreeBSD 9.1 ix driver vlan problem

2013-09-25 Thread Oleg Bulyzhin
I'm running my ixgbe servers with attached patch. It does solve this problem for me. -- Oleg. === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- o...@rin

Re: WITH_LIBCPLUSPLUS buildworld broken on STABLE-9

2012-11-04 Thread Oleg V. Nauman
Quoting Dimitry Andric : On 2012-11-02 19:22, Oleg V. Nauman wrote: ... /usr/src/lib/libc++/../../contrib/libc++/include/cstdlib:134:9: error: no member named 'at_quick_exit' in the global namespace using ::at_quick_exit; ~~^ This was fixed in head by r242472, I wil

WITH_LIBCPLUSPLUS buildworld broken on STABLE-9

2012-11-02 Thread Oleg V. Nauman
===> lib/libc++ (all) clang++ -O -pipe -march=i686 -mtune=i686 -I/usr/src/lib/libc++/../../contrib/libc++/include -I/usr/src/lib/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments -fstack-protector -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unus

backup for /var/db/ports

2011-10-14 Thread Oleg Ginzburg
file}.2" + mv "${bak_file}" "${bak_file}.2" + fi + [ -e "${bak_file}" ] && mv "${bak_file}" "${bak_file}.2" + mv "${new_bak_file}" "${bak_file}" + else + rc=3 +

Re: panic during work with jailed postgresql8.4

2010-04-02 Thread Oleg Lomaka
On Apr 2, 2010, at 4:12 PM, Bjoern A. Zeeb wrote: > On Fri, 2 Apr 2010, Oleg Lomaka wrote: > >>>> uname -a >>>> FreeBSD cerberus.regredi.com 8.0-STABLE FreeBSD 8.0-STABLE #7 r206031: Thu >>>> Apr 1 13:43:57 EEST 2010 >>>> r...@ce

Re: panic during work with jailed postgresql8.4

2010-04-02 Thread Oleg Lomaka
On Apr 2, 2010, at 3:02 PM, Bjoern A. Zeeb wrote: > On Thu, 1 Apr 2010, Oleg Lomaka wrote: >> I have a kernel panic when connect to postgresql8.4 server installed in one >> of jails from another jail. It's 100% reproducible. >> Also I have tried to connect from host m

Re: panic during work with jailed postgresql8.4

2010-04-01 Thread Oleg Lomaka
On Apr 2, 2010, at 4:52 AM, pluknet wrote: > On 1 April 2010 22:18, Oleg Lomaka wrote: >> >> >> I have a kernel panic when connect to postgresql8.4 server installed in one >> of jails from another jail. It's 100% reproducible. >> Also I have tried to

panic during work with jailed postgresql8.4

2010-04-01 Thread Oleg Lomaka
Hello, I have a kernel panic when connect to postgresql8.4 server installed in one of jails from another jail. It's 100% reproducible. Also I have tried to connect from host machine to jailed pg server. That way it works fine without crash. Server configuration uses geli and zfs. Four disks enc

Re: Sysinstall does not define SATA

2010-02-26 Thread oleg
On Fri, 26 Feb 2010 07:19:25 -0800 Jeremy Chadwick wrote: On Fri, Feb 26, 2010 at 05:21:52PM +0300, oleg wrote: Got some trouble. The Sysinstall program of FreeBSD 8.0 release does not define SATA hard drives. Can`t create slices. But that machine works correctly by Windows. See attached

Sysinstall does not define SATA

2010-02-26 Thread oleg
Have a nice time! Got some trouble. The Sysinstall program of FreeBSD 8.0 release does not define SATA hard drives. Can`t create slices. But that machine works correctly by Windows. See attached dmesg file. Please, let me know, what mast i do? Many thanks for the help. --- Ванкувер 2010. Новос

Re: interrupt threads CPU usage in FreeBSD 8.0

2009-11-03 Thread Oleg Bulyzhin
~25% -- Oleg. === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- o...@rinet.ru === ___ freebsd-stable@freebsd.org mailing

Re: 7.2-PRERELEASE: make process waiting indefinitely

2009-04-15 Thread Oleg V. Nauman
Quoting Ronald Klop : On Tue, 14 Apr 2009 15:04:11 +0200, Oleg V. Nauman wrote: Have experienced today strange issue with my fresh RELENG_7 ( sources from yesterday April 13, userland and kernel in sync ) - sometimes some processes stop running without any visible reason. Have

7.2-PRERELEASE: make process waiting indefinitely

2009-04-14 Thread Oleg V. Nauman
Have experienced today strange issue with my fresh RELENG_7 ( sources from yesterday April 13, userland and kernel in sync ) - sometimes some processes stop running without any visible reason. Have seen it twice today during KDE compilation - make process just waiting for something while

Re: backporting dummynet's q_time change ? (svn 184414)

2009-01-23 Thread Oleg Bulyzhin
On Fri, Jan 23, 2009 at 11:21:14AM +0100, Luigi Rizzo wrote: > On Fri, Jan 23, 2009 at 12:44:20PM +0300, Oleg Bulyzhin wrote: > > On Fri, Jan 23, 2009 at 10:23:12AM +0100, Luigi Rizzo wrote: > > > > > this is also in RELENG_7 but i am not sure whether this workaround &g

Re: backporting dummynet's q_time change ? (svn 184414)

2009-01-23 Thread Oleg Bulyzhin
It may fail for: 1) _very_ idle flow (more than 2^32 ticks) while calculating q->avg 2) any flow once per 2^32 ticks then q_time will be updated and things will be ok again. -- Oleg. ==== === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -

Re: backporting dummynet's q_time change ? (svn 184414)

2009-01-23 Thread Oleg Bulyzhin
uigi > > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubs

Re: RELENG_7_1: bce driver change generating too much interrupts ?

2008-12-08 Thread Oleg Gorokhov
stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Oleg Gorokhov System Administrator, Yandex Tel.: +7 (495) 739-7000 (+7166) ___ freebsd-stable@f

can't write dvd (interrupt storm)

2008-11-13 Thread Oleg Kozheltsev
Hello, yesterday I buy new motherboard INTEL DP43TF and now I can't write dvd disks in any format (on PATA dvd-drive). but still can read any dvd and cd. cd write and blank procedure for dvd-rw done well too. when I start write dvd by growisofs (/dev/cd0 - atapicam), in log I get: Nov 14 08:

Re: FreeBSD 7-STABLE, isp(4), QLE2462: panic & deadlocks

2008-10-14 Thread Oleg Sharoiko
ol tags' down to 46. If it doesn't work try reducing it further to 2. Also be advised that I've seen panics with geom_multipath in FreeBSD-7, unfortunately I had no time to test it in -current. -- Oleg Sharoiko. Software and Network Engineer Computer Center of Rostov State University

Re: RELENG_7: something is very wrong with UDP?

2008-09-20 Thread Oleg V. Nauman
Quoting Robert Watson <[EMAIL PROTECTED]>: On Fri, 19 Sep 2008, Oleg V. Nauman wrote: (1) Start by deleting all but one nameserver entry in /etc/resolv.conf. Confirm that you can still reproduce the problem. Due to various reasons my laptop running local caching DNS server (

Re: RELENG_7: something is very wrong with UDP?

2008-09-19 Thread Oleg V. Nauman
Quoting Robert Watson <[EMAIL PROTECTED]>: On Thu, 18 Sep 2008, Oleg V. Nauman wrote: It seems to be something is very wrong with UDP on latest RELENG_7 Well some symptoms I have seen today when I was trying to boot newly compiled RELENG_7 on my laptop: a) rc scripts indefi

RELENG_7: something is very wrong with UDP?

2008-09-18 Thread Oleg V. Nauman
It seems to be something is very wrong with UDP on latest RELENG_7 Well some symptoms I have seen today when I was trying to boot newly compiled RELENG_7 on my laptop: a) rc scripts indefinitely waiting on logger to be completed during the boot ( devd and ifconfig are good examples) b)

Re: ACPI regression on recent 7.0-STABLE: HPET stops working

2008-07-23 Thread Oleg V. Nauman
Quoting John Baldwin <[EMAIL PROTECTED]>: On Tuesday 22 July 2008 04:37:51 am Oleg V. Nauman wrote: Quoting John Baldwin <[EMAIL PROTECTED]>: > On Monday 21 July 2008 06:07:52 am Oleg V. Nauman wrote: >> Quoting "Oleg V. Nauman" <[EMAIL PROTECTED]>: &g

Re: ACPI regression on recent 7.0-STABLE: HPET stops working

2008-07-22 Thread Oleg V. Nauman
Quoting John Baldwin <[EMAIL PROTECTED]>: On Monday 21 July 2008 06:07:52 am Oleg V. Nauman wrote: Quoting "Oleg V. Nauman" <[EMAIL PROTECTED]>: > Quoting Jeremy Chadwick <[EMAIL PROTECTED]>: > >> On Sat, Jul 19, 2008 at 10:03:15AM +0300, Oleg V. Nauman

Re: ACPI regression on recent 7.0-STABLE: HPET stops working

2008-07-21 Thread Oleg V. Nauman
Quoting "Oleg V. Nauman" <[EMAIL PROTECTED]>: Quoting Jeremy Chadwick <[EMAIL PROTECTED]>: On Sat, Jul 19, 2008 at 10:03:15AM +0300, Oleg V. Nauman wrote: It seems to be something was changed with ACPI support on 7.0-STABLE so my next system upgrade ended with ACPI HP

Re: ACPI regression on recent 7.0-STABLE: HPET stops working

2008-07-19 Thread Oleg V. Nauman
Quoting Jeremy Chadwick <[EMAIL PROTECTED]>: On Sat, Jul 19, 2008 at 10:03:15AM +0300, Oleg V. Nauman wrote: It seems to be something was changed with ACPI support on 7.0-STABLE so my next system upgrade ended with ACPI HPET not working anymore on my ASUS A9Rp laptop. Here is the p

ACPI regression on recent 7.0-STABLE: HPET stops working

2008-07-19 Thread Oleg V. Nauman
output: kern.timecounter.choice: TSC(800) ACPI-safe(850) i8254(0) dummy(-100) kern.timecounter.hardware: ACPI-safe -- Oleg ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [releng_6 tinderbox] failure on i386/pc98

2008-04-26 Thread Oleg Bulyzhin
code 1 > > Stop in /src. > TB --- 2008-04-26 16:50:00 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2008-04-26 16:50:00 - ERROR: failed to build lint kernel > TB --- 2008-04-26 16:50:00 - tinderbox aborte

Re: [Panic] Removing of the Palm during select syscall causes panic

2008-03-09 Thread Oleg Sidorkin
On Sat, Mar 08, 2008, Kostik Belousov wrote: > On Sat, Mar 08, 2008 at 02:01:51AM +0300, Oleg Sidorkin wrote: > > Hello, > > > > I'm running 7.0-Stable on the ASUS P5K-VM + Intel Q6600 box. > > If Palm device is disconnected after synchronization, system crash

[Panic] Removing of the Palm during select syscall causes panic

2008-03-07 Thread Oleg Sidorkin
Hello, I'm running 7.0-Stable on the ASUS P5K-VM + Intel Q6600 box. If Palm device is disconnected after synchronization, system crashes with following stacktrace: #0 doadump () at pcpu.h:194 #1 0x0004 in ?? () #2 0x802bea49 in boot (howto=260) at /usr/src/sys/kern/kern_s

Re: FreeBSD based bandwidth manager, traffic shaper

2007-11-07 Thread Oleg Derevenetz
I am looking high performance bandwidth manager, traffic shaper for IP core network to configure leased line, xDSL, Ethernet, GPON/EPON, wireless subscribers. Is there any FreeBSD based solution? Juniper :-) -- Oleg Derevenetz <[EMAIL PROTECTED]> OOD3-RIPE Phone: +7 4732 539880 Fax

Re: any hope for nfe/msk?

2007-11-07 Thread Oleg Lomaka
Hello, Pyun YongHyeon wrote: On Thu, Nov 01, 2007 at 10:59:48AM +0200, Oleg Lomaka wrote: > Hello, > > Pyun YongHyeon wrote: > >On Tue, Oct 30, 2007 at 04:01:04PM +0200, Oleg Lomaka wrote: > > > >[...] > > > > > I had RxFIFO overrun again

Re: kern/104406: [ufs] Processes get stuck in "ufs" stateunderpersistent CPU load

2007-11-05 Thread Oleg Derevenetz
ive me for that. -- Oleg Derevenetz <[EMAIL PROTECTED]> OOD3-RIPE Phone: +7 4732 539880 Fax: +7 4732 531415 http://www.vsi.ru CenterTelecom Voronezh ISPhttp://isp.vsi.ru ___ freebsd-stable@freebsd.org mailing list http://lists.fre

Re: kern/104406: [ufs] Processes get stuck in "ufs" stateunderpersistent CPU load

2007-11-04 Thread Oleg Derevenetz
d. I have no any other kernel on this machine :-) -- Oleg Derevenetz <[EMAIL PROTECTED]> OOD3-RIPE Phone: +7 4732 539880 Fax: +7 4732 531415 http://www.vsi.ru CenterTelecom Voronezh ISPhttp://isp.vsi.ru ___ freebsd-stable@freebsd.org mai

Re: kern/104406: [ufs] Processes get stuck in "ufs" stateunderpersistent CPU load

2007-11-04 Thread Oleg Derevenetz
kernel also? Both are needed to make sense of the dump. Kernel binary with kernel config is here: ftp://oleg.vsi.ru/private/kernel.zip This kernel was built statically, and no modules loaded on boot at all. -- Oleg Derevenetz <[EMAIL PROTECTED]> OOD3-RIPE Phone: +7 4732 539880 Fax: +

Re: kern/104406: [ufs] Processes get stuck in "ufs" stateunderpersistent CPU load

2007-11-01 Thread Oleg Derevenetz
could explain both problems. Any chance you can get another disk in there on a different controller to dump onto? Yes, I got IDE disk and saved kernel dump for another static hang state on it. Here is the dump: ftp://oleg.vsi.ru/private/vmcore.0.zip -- Oleg Derevenetz <[EMAIL PROTECTED]>

Re: any hope for nfe/msk?

2007-11-01 Thread Oleg Lomaka
Hello, Pyun YongHyeon wrote: On Tue, Oct 30, 2007 at 04:01:04PM +0200, Oleg Lomaka wrote: [...] > I had RxFIFO overrun again :( > from dmest: > msk0: Rx FIFO overrun! [...] Please try attached patch again. Sorry for the trouble. After applying the patch show me verbosed dme

Re: any hope for nfe/msk?

2007-10-30 Thread Oleg Lomaka
Pyun YongHyeon wrote: On Thu, Oct 25, 2007 at 05:30:32PM +0900, To Oleg Lomaka wrote: [...] > > tdevil% grep -iE "msk|phy" /var/run/dmesg.boot > > pci0: domain=0, physical bus=0 > > pci2: domain=0, physical bus=2 > > mskc0: port 0x2000-0x20ff mem &g

Re: any hope for nfe/msk?

2007-10-30 Thread Oleg Lomaka
Pyun YongHyeon wrote: On Tue, Oct 30, 2007 at 10:42:33AM +0200, Oleg Lomaka wrote: > Pyun YongHyeon wrote: > >On Thu, Oct 25, 2007 at 05:30:32PM +0900, To Oleg Lomaka wrote: > > > >[...] > > > > > > tdevil% grep -iE "msk|phy" /var/run/dm

Re: rrdtool performance tuning (fwd)

2007-10-30 Thread Oleg Derevenetz
single RRD file. This saves I/O a lot, for example, in my NMS (TclMon) I use simular scheme, and now it updates >50K RRD files with 5-10 variables each. I/O load is 100-150 tps with 1-1.5MB/s throughput. -- Oleg Derevenetz <[EMAIL PROTECTED]> OOD3-RIPE Phone: +7 4732 539880 Fax: +7

Fw: kern/104406: [ufs] Processes get stuck in "ufs"stateunderpersistent CPU load

2007-10-29 Thread Oleg Derevenetz
> Oleg, one thing you can do to make this less painful is to > run your machine's console over serial port. > > First get a crossover serial cable, make sure it works from one > box to another, it should be easy to run "tip com1" on both > boxes to ensure that it

Re: any hope for nfe/msk?

2007-10-25 Thread Oleg Lomaka
Pyun YongHyeon wrote: On Thu, Oct 25, 2007 at 09:59:15AM +0300, Oleg Lomaka wrote: > Hello, > > Pyun YongHyeon wrote: > >On Wed, Oct 24, 2007 at 05:12:44PM +0300, Oleg Lomaka wrote: > > > Pyun YongHyeon wrote: > > > >On Wed, Oct 24, 2007 at 0

Re: any hope for nfe/msk?

2007-10-25 Thread Oleg Lomaka
Hello, Pyun YongHyeon wrote: On Wed, Oct 24, 2007 at 05:12:44PM +0300, Oleg Lomaka wrote: > Pyun YongHyeon wrote: > >On Wed, Oct 24, 2007 at 09:33:48AM +0200, Danny Braniss wrote: > > > Hi, > > > these drivers don't work under 7.0 > > >

Re: any hope for nfe/msk?

2007-10-24 Thread Oleg Lomaka
Pyun YongHyeon wrote: On Wed, Oct 24, 2007 at 09:33:48AM +0200, Danny Braniss wrote: > Hi, > these drivers don't work under 7.0 > As soon as some mild preasure is applied, they start loosing interrupts, and > in my case the hosts come to a total stand-still, since they are diskless > and r

Re: kern/104406: [ufs] Processes get stuck in "ufs" stateunderpersistent CPU load

2007-10-22 Thread Oleg Derevenetz
h output of show commands need in first place to debug this ? > > Output of all suggested commands is huge and I afraid of making mistake > > when carrying this output from screen to list of paper and back :-) > > Oleg, one thing you can do to make this less painful is to > r

Re: kern/104406: [ufs] Processes get stuck in "ufs" stateunderpersistent CPU load

2007-10-21 Thread Oleg Derevenetz
put of show commands need in first place to debug this > > ? > > Output of all suggested commands is huge and I afraid of making > > mistake > > when carrying this output from screen to list of paper and back :-) > > Oleg, one thing you can do to make this less pain

Re: kern/104406: [ufs] Processes get stuck in "ufs" state underpersistent CPU load

2007-10-20 Thread Oleg Derevenetz
h output of show commands need in first place to debug this ? > > Output of all suggested commands is huge and I afraid of making mistake > > when carrying this output from screen to list of paper and back :-) > > Oleg, one thing you can do to make this less painful is to > r

Re: kern/104406: [ufs] Processes get stuck in "ufs" state underpersistent CPU load

2007-10-20 Thread Oleg Derevenetz
because: 1. I built kernel with INVARIANTS as described in on "Debugging Deadlocks" page of FreeBSD Developers' Handbook and got no panic, but only deadlock; 2. I have no NTFS filesystem at all and just do a copy of file(s) from FTP to local UFS using mc. In this PR panic occured

kern/104406: [ufs] Processes get stuck in "ufs" state under persistent CPU load

2007-10-19 Thread Oleg Derevenetz
ted commands is huge and I afraid of making mistake when carrying this output from screen to list of paper and back :-) -- Oleg Derevenetz <[EMAIL PROTECTED]> OOD3-RIPE Phone: +7 4732 539880 Fax: +7 4732 531415 http://www.vsi.ru CenterTelecom Voronezh ISP

Re: rm(1) bug, possibly serious

2007-09-25 Thread Oleg Nauman
On Tue, Sep 25, 2007 at 05:12:50PM +0200, Oliver Fromme wrote: > Hi, > > Today I noticed the following behaviour on a 6-stable > machine: > > $ cd /tmp > $ mkdir -p foo/var > $ cd foo/bar Looks like you have mistyped 'mkdir' argument :) > $ rm -rf ../ > rm: ../: Invalid argument Please type

Re: fast rate of major FreeBSD releases to STABLE

2007-05-24 Thread Oleg Gritsak
Actually, I don't see how RELENG_X branch will help. %-\ I would suggest this scheme: branch "." - as now, the recent versions branch "sec" - versions bump strictly at 1-st of january and 1-st of july, other updates fix only security issues. That would be really great improvement to ports, but

Re: 6.2 newfs/tunefs minfree

2007-05-06 Thread Oleg Gritsak
You should find a message written by Oliver Fromme at 26-th of April 2007, subject "Re: UFS: optimization changed". That's an answer to your question... :) (here's the link http://docs.freebsd.org/mail/archive/freebsd-stable.html) > newfs(8) manpage reports: > However, tunefs(8) manpage reports:

UFS: optimization changed

2007-04-25 Thread Oleg Gritsak
Hello, dear sirs! I'm just curious about some possible mismatch in between documentation and reallife OS behaviour... Noticed this thing for more than two years ago in 4.X and now seing this in 6.2... It is said in "man newfs" and "man tunefs" that threshhold for online optimization (space

Re: How to report bugs (Re: 6.2-STABLE deadlock?)

2007-04-25 Thread Oleg Derevenetz
Цитирую Kris Kennaway <[EMAIL PROTECTED]>: > On Wed, Apr 25, 2007 at 12:14:20PM +0400, Oleg Derevenetz wrote: > > > > Until you (or a developer) have analyzed the resulting information, > > > you cannot definitively determine whether or not your problem is >

Re: How to report bugs (Re: 6.2-STABLE deadlock?)

2007-04-25 Thread Oleg Derevenetz
Цитирую Kris Kennaway <[EMAIL PROTECTED]>: > > Oleg Derevenetz wrote: > > > ??? LI Xin <[EMAIL PROTECTED]>: > > [...] > > >> I'm not very sure if this is specific to one disk controller. > Actually > > >> I got s

Re: 6.2-STABLE deadlock?

2007-04-24 Thread Oleg Derevenetz
Цитирую LI Xin <[EMAIL PROTECTED]>: > Kostik Belousov wrote: > > On Mon, Apr 23, 2007 at 03:56:32AM +0100, Adrian Wontroba wrote: > >> On Tue, Mar 13, 2007 at 02:08:48PM +, Adrian Wontroba wrote: > >>> At work, amoungst my stable of old computers running FreeBSD, I have > a > >>> Fujitsu M800

Re: Processes get stuck in "ufs" state

2007-03-25 Thread Oleg Derevenetz
Цитирую Oleg Derevenetz <[EMAIL PROTECTED]>: > On Wed, Mar 07, 2007 at 05:22:38AM +0300, Oleg Derevenetz wrote: > > >> Sometimes (once a week approximately) I have a problem with the same > >> symptoms described here on SMP FreeBSD 6.2-STABLE with dual AMD &g

Re: open source graphics card

2007-03-16 Thread Oleg Gritsak
> I've followed the thread "don't buy ati products" not very closely > but one thing comes to mind: > It's probably a crazy idea but what about an open source graphics card? > There are similar projects already like OsCar so the idea of open > source hardware development is not really new but proba

Re: Processes get stuck in "ufs" state

2007-03-09 Thread Oleg Derevenetz
On Wed, Mar 07, 2007 at 05:22:38AM +0300, Oleg Derevenetz wrote: Sometimes (once a week approximately) I have a problem with the same symptoms described here on SMP FreeBSD 6.2-STABLE with dual AMD Opteron(tm) Processor 850: http://www.freebsd.org/cgi/query-pr.cgi?pr=104406&cat= Somet

Processes get stuck in "ufs" state

2007-03-06 Thread Oleg Derevenetz
000MHz, offset 63, 16bit), Tagged Queueing Enabled da1: 35003MB (71687372 512 byte sectors: 255H 63S/T 4462C) Trying to mount root from ufs:/dev/da0s1a Accounting enabled Recently I posted followup to this PR with description of the problem. Any ideas on how to debug this ? -- Oleg Derevenetz

Processes get stuck in "ufs" state

2007-03-06 Thread Oleg Derevenetz
fers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled da1: 35003MB (71687372 512 byte sectors: 255H 63S/T 4462C) Trying to mount root from ufs:/dev/da0s1a Accounting enabled Recently I posted followup to this PR with description of the problem. Any ideas on how to debug this ? -- Oleg Dere

does update from 5.3 to 6.2 break MPD?

2007-02-20 Thread Oleg Gritsak
Hello, dear sirs! Have a small, but rather crucial for me question concerning changes in netgraph. In one remote office (without any IT people at all) I have FreeBSD 5.3 linked to Internet with mpd (mpd-3.18_4). I think it's time to update it, preferably to 6.2, but I'm a bit anxious. Especially

Re: ACPI resume event and devd

2007-01-12 Thread Oleg Kozheltsev
Oleg Kozheltsev wrote: On my notebook (Compaq Armada M700, 6.1), after sleep state mouse freeze. So, I added in devd.conf action for restart moused. But, as I can see, devd don't catch ACPI Button 0x00 event (run him with -Dd flags and don't see any new strings at all), but ke

ACPI resume event and devd

2007-01-10 Thread Oleg Kozheltsev
Hello On my notebook (Compaq Armada M700, 6.1), after sleep state mouse freeze. So, I added in devd.conf action for restart moused. But, as I can see, devd don't catch ACPI Button 0x00 event (run him with -Dd flags and don't see any new strings at all), but kernel write "wakeup from sleeping

Re: trussing a non existing file causes misbehavior

2006-11-16 Thread Oleg Dambaev
Nikos Vassiliadis wrote: Hello, In my 6.2-PRERELEASE(one month old approximately) truss gets stuck exiting when trying to truss a non existing file. I think the problem is not in truss itself. But I have not the skills to find it. So, will a build with updated sources help? Is there anybody el

Re: em network issues

2006-10-24 Thread Oleg Bulyzhin
g == NULL && (error = bus_setup_intr(dev, adapter->res_interrupt, INTR_TYPE_NET | INTR_MPSAFE, em_intr, adapte r, &adapter->int_handler_tag)) != 0) { device_printf(dev, "Failed to register interrupt handler"); return (error); } #else -- Oleg. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How to connects to Linux machine via null-modem cable and cu command?

2006-10-11 Thread Oleg Dambaev
Daniel O'Connor wrote: On Wednesday 11 October 2006 13:15, Sun Zongjun-E5739C wrote: I run the command on device running FreeBSD 6.1 Test# cu -l /dev/cuad0 Connected There is no response on the FreeBSD except the "Connected" string. Such string can occur even there is no cable available.

Re: jail: socket unavaible

2006-09-20 Thread Oleg Dambaev
[EMAIL PROTECTED] wrote: hi list I'm tring to make apache work inside a jail (6.1) apachctl start gives following errors no listening sockets available, shutting down here's some sysctl values on my host security.jail.allow_raw_sockets: 1 security.jail.enforce_statfs: 2 security.jail.set_host

Re: sed and comma-delimited file

2006-09-19 Thread Oleg D.
file` works fine for `somefile'... I think TIMTOWTDI. -- Oleg D. -- don't believe every word people use to say, they might be wrong. an undefined problem has infinitive number of solutions. smime.p7s Description: S/MIME Cryptographic Signature

Re: mod_php4 unavaible

2006-09-18 Thread Oleg Dambaev
[EMAIL PROTECTED] wrote: hi list I've updated php4 this morning, and my web site using lost php module. the php4 is unavailble on my system. /usr/ports/www/mod_php4 has been removed, and I don't know how to get it workind, some ideas? As far as I know, php builds own modules called usually l

Re: sshd failed to update ( /libexec/ld-elf.so.1: Shared object "libbsm.so.1" not found, required by "sshd" )

2006-09-16 Thread Oleg D.
ture, because it places copy to /usr/local/lib/compat of previous versions of needed libs... -- Oleg D. -- don't believe every word people use to say, they might be wrong. an undefined problem has infinitive number of solutions. smime.p7s Description: S/MIME Cryptographic Signature

Re: test

2006-08-21 Thread Oleg D.
Johnnie wrote: test ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" test passed ___ freebsd-stable

Processes blocked on 6.1-R with amr(4)

2006-05-17 Thread Oleg Palij
MB/s transfers (4.032MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/amrd0s1a That additional information can I provide? Thanks! -- Best regards, Palij Oleg, ISC (Pridn railway) xmpp://[EMAIL PROTECTED] __

Re: failing PXE boot/HP-DL145

2006-05-16 Thread Oleg Bulyzhin
osmetic. The current pxeboot works fine with other > diskless hosts. > > danny Today i've tried PXE boot on HP proliant DL145G2 (two onboard bge with bcm5721 chips) using 6.1R - it does work. Could you please test PXE boot with 6.1R? -- Oleg.

RELENG_6 (amd64): small problem with kbdmux

2006-05-11 Thread Oleg V. Nauman
kernel fixes this small issue. System in question: FreeBSD nauman.ecommerce-dev.com 6.1-STABLE FreeBSD 6.1-STABLE #19: Wed May 10 23:25:23 EEST 2006 [EMAIL PROTECTED]:/usr/src/sys/amd64/compile/oleg amd64 And my PS/2 keyboard (current kernel without kbdmux loaded): atkbdc0: port 0x60,0x64 irq

Re: ipfw problems?

2006-04-26 Thread Oleg Bulyzhin
On Wed, Apr 26, 2006 at 01:01:32PM +0200, Ivan Voras wrote: > Oleg Bulyzhin wrote: > > >Next time this happen check following sysctls: > >net.inet.ip.fw.dyn_max > >net.inet.ip.fw.dyn_count > > > >I guess you've hit the limit. > > If so, is it safe t

Re: ipfw problems?

2006-04-25 Thread Oleg Bulyzhin
t; Next time this happen check following sysctls: net.inet.ip.fw.dyn_max net.inet.ip.fw.dyn_count I guess you've hit the limit. -- Oleg. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: bge0 problem on 6.1-PR

2006-04-17 Thread Oleg Bulyzhin
unsubscribe, send any mail to "[EMAIL PROTECTED]" I've seen one report about broken onboard bcm5701 asic rev 0x105. Unfortunatly i dont have such motherboard to play with. I have PCI nic with same chip/revision which works fine. Do you mind of doing binary search on if_bge.c (rev. 1.95 - 1.118) ? -- Oleg. pgpPDYZcHFUr4.pgp Description: PGP signature

Re: ipfilter + bge strangeness

2006-02-02 Thread Oleg Bulyzhin
On Thu, Feb 02, 2006 at 11:23:10AM +0100, Koen Martens wrote: > David Wilhelm wrote: > > On Tue, Jan 31, 2006 at 12:09:13PM +0300, Oleg Bulyzhin wrote: > > > >>Could you please test attached patch? > > > > > >>This patch enables 'full&

Re: if_bge driver problem. - Upgrade to RELEASE :)

2006-01-31 Thread Oleg Bulyzhin
On Tue, Jan 31, 2006 at 04:23:12PM +0200, husnu demir wrote: > On Tue, Jan 31, 2006 at 05:16:55PM +0300, Oleg Bulyzhin wrote: > > On Tue, Jan 31, 2006 at 03:31:11PM +0200, husnu demir wrote: > > > Anyway, let me learn to use cvs some other day. I do what u said and > >

RELENG_6: rl0: watchdog timeout

2006-01-31 Thread Oleg V. Nauman
Something broken with fresh RELENG_6 now. After cvsup today (sources close to 31 Jan 2006 10:00 GMT), and full cycle buildworld/installworld/make kernel/mergemaster/reboot I got "rl0: watchdog timeout" with my plain old domestic Realtek 8139. NIC in question: [EMAIL PROTECTED]:9:0: class=0x

Re: if_bge driver problem. - Upgrade to RELEASE :)

2006-01-31 Thread Oleg Bulyzhin
anks. > > Husnu Demir. > > P.S. do you see both types of link messages in your console.log ('link UP/DOWN' and 'link state state change to UP/DOWN')? are they synchronized? -- Oleg. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: if_bge driver problem. - Upgrade to RELEASE :)

2006-01-31 Thread Oleg Bulyzhin
On Tue, Jan 31, 2006 at 10:14:35AM +0200, husnu demir wrote: > Hi Oleg, > > Sorry but The STABLE causes another problem with my SCSI driver (MPT - LSI > LOGIC). Before compilation I made cvsup to sync the stable and get the > if_bge.c requested version (a lazy work :() Then app

Re: ipfilter + bge strangeness

2006-01-31 Thread Oleg Bulyzhin
On Sun, Jan 29, 2006 at 03:01:12PM +0100, Koen Martens wrote: > Oleg Bulyzhin wrote: > > On Sat, Jan 28, 2006 at 11:16:31PM +0100, Koen Martens wrote: > >>Sure thing, although it happens with other kinds of traffic too (in > >>the dump, there's some NTP for exa

Re: if_bge driver problem. - Upgrade to RELEASE :)

2006-01-30 Thread Oleg Bulyzhin
On Sun, Jan 29, 2006 at 04:44:48PM +0200, husnu demir wrote: > On Sat, Jan 28, 2006 at 11:08:43AM +0300, Oleg Bulyzhin wrote: > > On Fri, Jan 27, 2006 at 06:29:04PM +0200, husnu demir wrote: > > > > Also it is important to know whether doing 'ifconfig bge0 -rxcsum >

panic: smbiod

2006-01-30 Thread Oleg Palij
at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xcc32fd7c, ebp = 0 --- db> ps ... 91914 c125d7100 1 0 204 [APU 0] smbiod4 ... What additional information can I provide? Thanks! -- Best regards, Palij Oleg, ISC (Pridn railway) xmpp://[EMAIL PRO

Re: ipfilter + bge strangeness

2006-01-28 Thread Oleg Bulyzhin
On Sat, Jan 28, 2006 at 11:16:31PM +0100, Koen Martens wrote: > Oleg Bulyzhin wrote: > > Could you please run 'tcpdump -nvi bge0' while you are generating > > dns traffic (having bge0 checksum offloading on)? > > > > 'netstat -sp udp' output mig

Re: ipfilter + bge strangeness

2006-01-28 Thread Oleg Bulyzhin
hat is wrong > with enabling it on 6-STABLE? > Could you please run 'tcpdump -nvi bge0' while you are generating dns traffic (having bge0 checksum offloading on)? 'netstat -sp udp' output might be helpful too. -- Oleg. ___ fr

Re: if_bge driver problem. - Upgrade to RELEASE :)

2006-01-28 Thread Oleg Bulyzhin
ge2 with tcpdump which packets do you see (incoming, outgoing, both)? -- Oleg. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

permanent per month panic on 5.4-p4 related to smbfs

2006-01-23 Thread Oleg Palij
[SLPQ sched 0xc06bb880][SLP] swapper What additional information can I provide? Thanks! -- Best regards, Palij Oleg, ISC (Pridn railway) xmpp://[EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

6.0-R random freezes

2005-12-19 Thread Oleg Palij
I provide? -- Best regards, Palij Oleg, ISC (Pridn railway) xmpp://[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: permanent per month panic on 5.4-p4

2005-12-07 Thread Oleg Palij
Wed, Dec 07, 2005 at 10:31:32PM +0200, [EMAIL PROTECTED] написал: > > On Wed, Dec 07, 2005 at 05:18:21PM +0200, Oleg Palij wrote: > > Approximately once per month or two this server panics. > > We use it for InterSystems Cache` (under linux emulation) and as > samba-ser

Re: permanent per month panic on 5.4-p4

2005-12-07 Thread Oleg Palij
Thu, Dec 08, 2005 at 02:44:40AM +0200, [EMAIL PROTECTED] написал: > On Wed, Dec 07, 2005 at 05:18:21PM +0200, Oleg Palij wrote: > > Approximately once per month or two this server panics. > > We use it for InterSystems Cache` (under linux emulation) and as > samba-server

permanent per month panic on 5.4-p4

2005-12-07 Thread Oleg Palij
in sched_choose () at /usr/src/sys/kern/sched_4bsd.c:1137 Previous frame inner to this frame (corrupt stack?) What additional information can I provide? Thanks! -- Best regards, Palij Oleg, ISC (Pridn railway) xmpp://[EMAIL PROTECTED] ___ free

Infra-red in FreeBSD... Remote control in XMMS... LIRC ??

2005-09-27 Thread Oleg Korecky
Did somebody use LIRC on the FreeBSD ? Or what you can recommend instead LIRC ? Thanks ! ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

USB camera

2005-08-23 Thread Oleg Korecky
Did sombody know how I able grab video stream from USB camera ? Sorry for my bad english! ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kernel panics on sio interrupt-level overflows

2005-04-04 Thread Oleg Tarasov
orking server providing internet to all my organization (~40 clients) - but thas is not a real problem if one wants to solve a greater problem. I really want to make my favourite OS (from jan 2005) better. -- Best regards, Oleg Tarasov

Re: kernel panics on sio interrupt-level overflows

2005-03-29 Thread Oleg Tarasov
uot;0" in /boot/loader.conf makes the system to work fine & stable instead of panicing every hour or more often -- Best regards, Oleg Tarasov mailto:[EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lis

  1   2   >