Re: Live CD with most # network debug programs

2004-11-29 Thread Igor
u/pub/mini-cd/Frenzy-BSD/ -- Igor Robul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send a

Re: slow mouse in X11

2004-11-29 Thread Igor
FreeBSD. I've tried with Option Resolution from 100-2000 without any luck. Try boot FreeBSD with ACPI turned off. I had same looking proble on one MSI motherboard with i815 chipset, but I had not this problem with other boards with this chipset, so problem was in ACPI support by concret

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Igor Mozolevsky
way off.  We'll re-work the >> schedule some time soon. >> > > Last updated: 16 August 2011. :( http://www.freebsd.org/releases/9.0R/schedule.html is also out-of-date, which is kind of very bad, since as one gets to that page through the homepage (

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-20 Thread Igor Mozolevsky
ment, but someone has to!) Cheers, Igor M :-) ___ 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"

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-29 Thread Artemiev Igor
On Thu, Oct 28, 2010 at 09:57:22AM +0400, Alexander Zagrebin wrote: > Hi! > > I've noticed that ZFS on 8.1-STABLE still has problems with sendfile. > When accessing a file at first time the transfer speed is too low, but > on following attempts the transfer speed is normal. ... > I've tried ftpd a

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-29 Thread Artemiev Igor
On Fri, Oct 29, 2010 at 05:41:59PM +0300, Andriy Gapon wrote: > What svn revision of FreeBSD source tree did you test? r213936. Revision seems a little old. > Ah, I think I see what's going on. > Either sendfile should (have an option to) use VOP_GETPAGES to request data > or ZFS > mappedread s

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-29 Thread Artemiev Igor
On Fri, Oct 29, 2010 at 07:06:03PM +0300, Andriy Gapon wrote: > Probably yes, but have to be careful there. > First, do vm_page_grab only for UIO_NOCOPY case. > Second, the first page is already "shared busy" after vm_page_io_start() call > in > kern_sendfile; so you might need VM_ALLOC_IGN_SBUSY

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-30 Thread Artemiev Igor
On Sat, Oct 30, 2010 at 11:25:05AM +0300, Andriy Gapon wrote: > > Note: I have only compile tested the patch. > > Missed one NULL check. > > Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c > === > --- sys/cddl/contr

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-30 Thread Artemiev Igor
On Sat, Oct 30, 2010 at 12:52:54PM +0300, Andriy Gapon wrote: > Heh, next try. Got a panic, "vm_page_unwire: invalid wire count: 0" ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-30 Thread Artemiev Igor
On Sat, Oct 30, 2010 at 01:33:00PM +0300, Andriy Gapon wrote: > on 30/10/2010 13:12 Artemiev Igor said the following: > > On Sat, Oct 30, 2010 at 12:52:54PM +0300, Andriy Gapon wrote: > > > >> Heh, next try. > > > > Got a panic, "vm_page_unwire: inva

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-30 Thread Artemiev Igor
On Sat, Oct 30, 2010 at 05:43:54PM +0300, Andriy Gapon wrote: > I apologize for my haste, it should have been VM_ALLOC_WIRED. Ok, applied and tested under some load(~1200 active connections, outgoing ~80MB/s). Patch work as expected and i has noted no side effects. Just one question - should gro

Re: ssh-keygen between SuSE and FreeBSD

2008-08-14 Thread Igor Pokrovsky
On Wed, Aug 13, 2008 at 05:35:29PM -0700, Gavin Spomer wrote: > I hope this isn't an invalid topic for this list. I'm on so many lists and I > hate to join another one just to get help on one thing. Apologies if it's not. > > I am able to use ssh-keygen to generate keys so that I can ssh from my

Re: 6.3 stable install world failing

2008-08-26 Thread Igor Pokrovsky
On Tue, Aug 26, 2008 at 09:56:38AM -0400, Larry Baird wrote: > Anybody else having problem installing world on 6.3 stable? > > During "Making hierarchy", I see: > > mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr > share/locale/nb_NO.ISO8859-1 changed > type expected dir found link

vfs.ffs.rawreadahead

2008-09-03 Thread Igor Sysoev
Hi, could anyone tell what does vfs.ffs.rawreadahead enable ? As I understand it's used in DIRECTIO code that allows read data directly to an userland buffer bypassing the buffer cache. What I can not understand where the read ahead data can be placed in ? -- Igor Sysoev http://sysoev.

Re: vfs.ffs.rawreadahead

2008-09-03 Thread Igor Sysoev
wread.c I see that rawreadahead is used. However, I do not understand whether rawreadahead starts a second parallel ahead disk transaction with supplied userland buffer or not. -- Igor Sysoev http://sysoev.ru/en/ > On 9/3/08, Igor Sysoev <[EMAIL PROTECTED]> wrote: > > Hi, > &

Re: vfs.ffs.rawreadahead

2008-09-03 Thread Igor Sysoev
e is read-ahead capability, but not write-ahead. And there is no any write-ahead related sysctl: #sysctl -a|grep ahead vfs.ffs.rawreadahead: 1 # > On 9/3/08, Igor Sysoev <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 03, 2008 at 04:03:59PM +0530, Sujit Karataparambil wrote: > > &g

Re: vfs.ffs.rawreadahead

2008-09-03 Thread Igor Sysoev
On Wed, Sep 03, 2008 at 03:39:55PM +0300, Kostik Belousov wrote: > On Wed, Sep 03, 2008 at 01:53:52PM +0400, Igor Sysoev wrote: > > Hi, > > > > could anyone tell what does vfs.ffs.rawreadahead enable ? > > As I understand it's used in DIRECTIO code that all

Re: vfs.ffs.rawreadahead

2008-09-03 Thread Igor Sysoev
On Wed, Sep 03, 2008 at 10:44:46AM -0600, Scott Long wrote: > On Wed, 3 Sep 2008, Igor Sysoev wrote: > >On Wed, Sep 03, 2008 at 03:39:55PM +0300, Kostik Belousov wrote: > > > >>On Wed, Sep 03, 2008 at 01:53:52PM +0400, Igor Sysoev wrote: > >>>Hi, &g

Re: Fixing cvsup bus error

2008-09-10 Thread Igor Pokrovsky
On Wed, Sep 10, 2008 at 10:26:45AM -0400, Lisa Besko wrote: > I'm getting the bus error mentioned in PR bin/124353 and I need a bit > more detail on how to apply the patch. > > Right now I'm getting the following error when I try to do a make on > cvsup-without-gui: > > Fatal Error: bad version

High system in %system load .

2008-11-18 Thread Igor Lyapin
Hello Got strange problem with high system "%system load" and very slow user level programs (apache+php+mysql) behavior gstat shows 1.5-4% hard disk busy load but system shows about 20-30% load while user load is max 5%. vmstat shows from 2 to 35 process in "b" state. Now use 7.0-RELEASE-p5 , but

Re: High system in %system load .

2008-11-18 Thread Igor Lyapin
3300K select 1 0:01 0.64% httpd 56125 www 1 960 199M 24004K select 0 0:02 0.63% httpd On Tue, Nov 18, 2008 at 6:30 PM, Ivan Voras <[EMAIL PROTECTED]> wrote: > Igor Lyapin wrote: > > Hello > > Got strange problem with high system "%system l

Re: High system in %system load .

2008-11-18 Thread Igor Lyapin
KFILE="/var/run/accept.lock" -D DEFAULT_ERRORLOG="/var/log/httpd-error.log" -D AP_TYPES_CONFIG_FILE="etc/apache22/mime.types" -D SERVER_CONFIG_FILE="etc/apache22/httpd.conf" On Tue, Nov 18, 2008 at 8:53 PM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote

Re: High system in %system load .

2008-11-19 Thread Igor Lyapin
curs and write me a message > > Regards > > Tomáš Randa, Hosting Blueboard.cz > -- > Jabber: [EMAIL PROTECTED] > ICQ: 100956181 > Tel: +420 245 008 678 > GSM: +420 775 086 575 > > > > > > Igor Lyapin wrote: > >>

Re: High system in %system load .

2008-11-19 Thread Igor Lyapin
> Can you please fix whatever mail client you're using to not wrap lines? > The data you've sent is impossible to read because of this. > Sorry 3 usersLoad 1.91 1.87 1.89 Nov 19 12:26 Mem:KBREALVIRTUAL VN PAGER SWAP PAGER To

Re[2]: High system in %system load .

2008-11-19 Thread igor . lyapin
Hello Ivan, > Where is the system busy? For start, try to collect information about > what are your processes doing - for example from top(1). 4 usersLoad 1.43 1.46 1.27 Nov 19 13:14 Mem:KBREALVIRTUAL VN PAGER SWAP PAGER

Re[2]: High system in %system load [SOLVED]

2008-11-19 Thread Igor Lyapin
tor it to see what your dirhash_maxmem limit should be) > b) configure PHP to use "sharded" directory structure for sessions. -- Best regards, Igor ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 8.0RC2 "top" statistics seem broken

2009-11-11 Thread Igor Sysoev
CPU slightly less than on 7.2, however, I can not say is it statistic errors or real speedup. I saw the issue on SMP/ULE only and can not say anything about UP and 4BSD scheduler. -- Igor Sysoev http://sysoev.ru/en/ ___ freebsd-stable@freebsd.org ma

Re: 8.0RC2 "top" statistics seem broken

2009-11-12 Thread Igor Sysoev
oot171 ki31 0K32K RUN 1 6:39 88.96% {idle: cpu1} 11 root171 ki31 0K32K RUN 0 6:11 77.59% {idle: cpu0} 1338 nobody 44 -10 439M 433M CPU00 0:27 14.45% nginx 1339 nobody 44 -10 439M 433M RUN 1 0:26 14.26% nginx

Re: A more secure approach of jail establishment. It could be included in jail chapter of fbsd handbook

2010-02-10 Thread Igor Mozolevsky
I see people are still installing a full blown OS inside their jails? You do know that it is possible to have a jail with a single program inside and not much else, as if it were chroot()ed? Cheers, Igor ___ freebsd-stable@freebsd.org mailing list http

rpi(4) - Comtrol Infinity/Express card driver, please review

2010-04-30 Thread Artemiev Igor
Hi This driver supports the RocketPort Infinity series of multiport serial cards, which are 3.3V PCI and PCI-X, PCI-E (RocketPort Express) compatible. Comtrol already have freebsd driver for those cards with abandoned support, it is only for freebsd5.x/6.x and old tty layout: ftp://ftp.comtrol.c

Problem with FreeBSD installation

2008-01-31 Thread Vasilyev Igor
default DUMMYNET initialized (011031) SMP: AP CPU #1 Launched! ad0: DMA limited to UDMA33, non-ATA66 cable or device ad0: 114473MB [232581/16/63] at ata0-master UDMA33 ata1-master: DMA limited to UDMA33, non-ATA66 cable or device acd0: CDROM at ata1-master UDMA33 Mounting root from ufs:/de

[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
t figure out what it is... Cheers, -- Igor M. ___ 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"

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
4 flags 0x10 on acpi0 -- Igor M. ___ 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"

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 13:48, Igor Mozolevsky wrote: > # cu -l /dev/cuau0 -s 4800 > Connected > > and after the 'Connected' there is just silence (should be getting > $GPGLL every 200ms from the GPS unit)... > Obviously I'm missing something, just can't figur

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
#x27;m beginning to think that it might be an `unintended feature' that crept into the UART code... Cheers, -- Igor M. ___ 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"

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
iced) but I still get silence... Any further thoughts/suggestions would be very appreciated! Cheers, -- Igor M. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to &qu

Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
On 28 April 2013 20:38, Igor Mozolevsky wrote: > So, I've tried copying and pasting Colin's stty settings for cuau0 > (which also include the clocal that imb noticed) but I still get > silence... Any further thoughts/suggestions would be very appreciated! Having gone diggin

[Solved] [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...

2013-04-28 Thread Igor Mozolevsky
Once I narrowed down the problem (acpi uart), I stumbled across http://forums.freebsd.org/archive/index.php/t-15740.html Preventing the ACPI driver from seizing control of UART seems to work and cuau0 is now functional. Thanks to all, -- Igor M

Loader hangs on the latest -STABLE

2020-04-23 Thread Igor Pokrovsky
Hello all, I haven’t been using FreeBSD since 8-STABLE times. Recently I tried to install latest 12-STABLE on my old computer. But even during initial boot up loader hangs. Eventually I was able to proceed with installation after replacing loader in the installation disk with one found in my ol

Re: Loader hangs on the latest -STABLE

2020-04-23 Thread Igor Pokrovsky
> On 24 апр. 2020 г., at 9:28, Chris wrote: > STRIKE THAT! > I meant > cp -p ./loader.4th ./loader Thanks for the answer, Chris. But unfortunatly this doesn’t help. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: Loader hangs on the latest -STABLE

2020-04-24 Thread Igor Pokrovsky
> On 24 апр. 2020 г., at 13:55, Eugene Grosbein wrote: > > 24.04.2020 11:26, Igor Pokrovsky пишет: > >> Hello all, >> >> I haven’t been using FreeBSD since 8-STABLE times. Recently I tried to >> install latest 12-STABLE on my old computer. >> Bu

VM laundry size is always 0

2020-05-06 Thread Igor Pokrovsky
Hello! I’ve got strange values for vm laundry size on -STABLE. And these values do not change even under load. vm.domain.0.stats.laundry: 0 vm.stats.vm.v_laundry_count: 0 I cannot complete buildworld on this box, compiler throughs segmentation core at some random points. I tested RAM and hard

em driver 6.6.6 regression

2007-10-12 Thread Igor Sysoev
6 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82540EP Gigabit Ethernet Controller (Mobile)' -- Igor Sysoev http://sysoev.ru/en/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: em driver 6.6.6 regression

2007-10-12 Thread Igor Sysoev
On Fri, Oct 12, 2007 at 04:15:46PM +0400, Igor Sysoev wrote: > Yesterday I have cvsup'ed FreeBSD on ThinkPad T42 to RELENG_6 > "2007.10.10.23.59.59" and have noticed lags while playing mp3 and browsing. > I have suspected new em driver, because there was no lags if wifi iw

2G+ sysv shm segments

2007-10-15 Thread Igor Sysoev
sr/src/usr.bin/ipcs/ make obj make make install -- Igor Sysoev http://sysoev.ru/en/ --- src/sys/sys/shm.h 2007-09-12 23:33:39.0 +0400 +++ src/sys/sys/shm.h 2007-10-15 17:42:38.0 +0400 @@ -77,7 +77,7 @@ struct shmid_ds { struct ipc_perm shm_perm; /* operation perm

Re: 2G+ sysv shm segments

2007-10-16 Thread Igor Sysoev
On Wed, Oct 17, 2007 at 05:38:43AM +1000, Peter Jeremy wrote: > On 2007-Oct-15 18:17:14 +0400, Igor Sysoev <[EMAIL PROTECTED]> wrote: > >more than 2G. The attached patches against 6.x and 7.x allow to create 2G+ > >segments. > > Useful, thanks. > > >--- src/s

Re: em driver 6.6.6 regression

2007-11-07 Thread Igor Sysoev
On Fri, Oct 12, 2007 at 04:15:46PM +0400, Igor Sysoev wrote: > Yesterday I have cvsup'ed FreeBSD on ThinkPad T42 to RELENG_6 > "2007.10.10.23.59.59" and have noticed lags while playing mp3 and browsing. > I have suspected new em driver, because there was no lags if wifi iw

Re: em driver 6.6.6 regression

2007-11-07 Thread Igor Sysoev
On Wed, Nov 07, 2007 at 12:18:06PM +0300, Igor Sysoev wrote: > On Fri, Oct 12, 2007 at 04:15:46PM +0400, Igor Sysoev wrote: > > > Yesterday I have cvsup'ed FreeBSD on ThinkPad T42 to RELENG_6 > > "2007.10.10.23.59.59" and have noticed lags while playing mp3 and b

Re: em driver 6.6.6 regression

2007-11-27 Thread Igor Sysoev
On Wed, Nov 07, 2007 at 12:55:24PM +0300, Igor Sysoev wrote: > On Wed, Nov 07, 2007 at 12:18:06PM +0300, Igor Sysoev wrote: > > > On Fri, Oct 12, 2007 at 04:15:46PM +0400, Igor Sysoev wrote: > > > > > Yesterday I have cvsup'ed FreeBSD on ThinkPad T42 to RELENG_6

7.1-STABLE does not boot after recent superpage support MFC

2009-02-27 Thread Igor Sysoev
. The kernel does not boot despite vm.pmap.pg_ps_enabled value. -- Igor Sysoev http://sysoev.ru/en/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stabl

Re: 7.1-STABLE does not boot after recent superpage support MFC

2009-02-27 Thread Igor Sysoev
On Fri, Feb 27, 2009 at 10:26:15AM -0500, John Baldwin wrote: > On Friday 27 February 2009 8:08:30 am Igor Sysoev wrote: > > Is anyone able to boot kernel with recently merged superpage support ? > > I have csup'd world to > > *default date=2009.02.26.23.59.59 > &g

interrupt threads CPU usage in FreeBSD 8.0

2009-10-21 Thread Igor Sysoev
ody 1 4 -10 376M 316M RUN 0 28:05 20.17% nginx 26 root1 -68- 0K16K WAIT0 902:39 6.69% irq19: bge0 -- Igor Sysoev http://sysoev.ru/en/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: interrupt threads CPU usage in FreeBSD 8.0

2009-11-03 Thread Igor Sysoev
On Tue, Nov 03, 2009 at 05:36:55PM +0100, Attilio Rao wrote: > 2009/10/21 Igor Sysoev : > > Hi, > > > > for some reason in 8.0 top always shows 0% CPU usage for intr kernel > > process and active interrupt thread, "irq19 bge0" in my case. > > > >

Re: Gateway

2006-07-29 Thread Igor Robul
On Fri, Jul 28, 2006 at 07:00:18PM -0400, SigmaX asdf wrote: > gateway_enable="YES" > firewall_enable="YES" > firewall_type="OPEN" > natd_enabl="YES" ^^^ Should be natd_enable="YES" ___ freebsd-stable@freebsd.org mailing list http://lists.

Re: Gateway

2006-07-29 Thread Igor Robul
On Sat, Jul 29, 2006 at 01:42:41PM -0400, SigmaX asdf wrote: > >^^^ > >Should be natd_enable="YES" > > > Heh; yeah, typo in my post. The file has it ok. Is there something I have > to do to specify the interfaces which have nat enabled? Does natd_enable > automatically forward

Re: Default route (IPv4) demolished by destroying clone (gif/gre) interface

2006-08-15 Thread Igor Robul
On Wed, Aug 16, 2006 at 02:17:50AM +0800, Darryl Yeoh wrote: > Nope. Just to be sure, I've tested this on another two machines at my office, > both are Maybe gif interface is your default route? ___ freebsd-stable@freebsd.org mailing list http://lists.fr

Re: ATA problems again ... general problem of ICH7 or ATA?

2006-08-19 Thread Igor Robul
On Sat, Aug 19, 2006 at 04:39:55PM +0200, Miroslav Lachman wrote: > I upgraded to RELENG_6, changed all HW (whole servers and changed > Seagate HHDs to Samsung so every piece of HW is different from time of > my first post), but after one week I got the same error and system Just a try - have yo

Re: 6.2 SHOWSTOPPER - em completely unusable on 6.2

2006-09-29 Thread Igor Robul
On Fri, Sep 29, 2006 at 12:27:41AM -0700, David G Lawrence wrote: >Attached is a simple user program that will immediately cause pretty much > all of the network drivers (at least the ones I own) to stop working and > get watchdog timeouts. > > WARNING: This program will kill the network on yo

Re: 6.2 SHOWSTOPPER - em completely unusable on 6.2

2006-09-29 Thread Igor Robul
On Fri, Sep 29, 2006 at 01:16:47AM -0700, David G Lawrence wrote: >Is this a UP machine or MP machine? Dualcore AMD64. sysadm:~>sysctl hw.ncpu hw.ncpu: 2 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-s

Re: Another whirl with FreeBSD

2006-10-11 Thread Igor Robul
On Wed, Oct 11, 2006 at 07:54:45AM +0200, Heinrich Rebehn wrote: > Overhead ?? Would this mean that the 64 bit version will run slower? It will use more memory ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-s

Re: vnode_pager_putpages errors and DOS?

2004-11-03 Thread Igor Sysoev
ch. To test I ran the program from http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/67919 The patch allows me to login on machine while the system reports about "vnode_pager_putpages: I/O error 28". However, the file system access is very limited and after some time the system became unresponsible. Igor Sysoev http://sysoev.ru/en/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: vnode_pager_putpages errors and DOS?

2004-11-04 Thread Igor Sysoev
On Thu, 4 Nov 2004, Uwe Doering wrote: > Igor Sysoev wrote: > > On Sat, 9 Oct 2004, Uwe Doering wrote: > >>[...] > >>I wonder whether the unresponsiveness is actually just the result of the > >>kernel spending most of the time in print

Re: vnode_pager_putpages errors and DOS?

2004-11-11 Thread Igor Sysoev
On Fri, 5 Nov 2004, Uwe Doering wrote: > Igor Sysoev wrote: > > [...] > > I've tried your patch from second email (it requires to include > > for devsw and D_DISK): the system also became unresponsible. > > > > The main problem is that I could not kill t

Re: vnode_pager_putpages errors and DOS?

2004-11-11 Thread Igor Sysoev
On Thu, 11 Nov 2004, Igor Sysoev wrote: > On Fri, 5 Nov 2004, Uwe Doering wrote: > > > Igor Sysoev wrote: > > > [...] > > > I've tried your patch from second email (it requires to include > > > for devsw and D_DISK): the system also became unrespons

Re: vnode_pager_putpages errors and DOS?

2004-11-11 Thread Igor Sysoev
On Thu, 11 Nov 2004, Igor Sysoev wrote: > > > I've attached an updated version of the patch for 'vnode_pager.c'. On > > > my test system it resolved the issue. Please let us know whether it > > > works for you as well. > > > > Sorry for

Samba, NTFS & FreeBSD 5-STABLE.

2004-12-22 Thread Igor Robul
Hello, when I export NTFS volume mounted on FreeBSD-STABLE (FreeBSD sysadm.stc 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Dec 17 18:49:45 MSK 2004) via Samba, then I get strange effect: When accessing share (from Windows or from localhost via smbclient) all directories appear as files with 0 size,

Poor performance with 3Ware 7506LP RAID

2004-12-23 Thread Igor Robul
Hello, we have performance problem with 3Ware 7506LP RAID5. For example if we execute rsync for large array of data, then 'systat -vmstat' shows 100% load on twed0, and many other processes wait disk I/O. Also, which SATA RAID controller would you recomend for Samba/Courier-IMAP server for comp

icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Igor Sysoev
I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, but it always failed with message "Illegal instruction". Does icc-8.1.024 work on FreeBSD 4.x ? Igor Sysoev http

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Igor Sysoev
On Tue, 28 Dec 2004, Kris Kennaway wrote: > On Tue, Dec 28, 2004 at 04:34:35PM +0300, Igor Sysoev wrote: > > I have cvsup'ed ports to use icc-8.1.024 on FreeBSD 4.10-RELEASE. > > Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, > > but it always fa

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Igor Sysoev
On Tue, 28 Dec 2004, Kris Kennaway wrote: > On Wed, Dec 29, 2004 at 09:41:32AM +0300, Igor Sysoev wrote: > > On Tue, 28 Dec 2004, Kris Kennaway wrote: > > > > > On Tue, Dec 28, 2004 at 04:34:35PM +0300, Igor Sysoev wrote: > > > > I have cvsup'ed ports t

Re: icc8 failed on 4.10: Illegal instruction

2004-12-29 Thread Igor Sysoev
On Tue, 28 Dec 2004, Kris Kennaway wrote: > On Wed, Dec 29, 2004 at 10:21:05AM +0300, Igor Sysoev wrote: > > > > > > > Then I installed the port and I ran /usr/local/intel_cc_80/bin/icc, > > > > > > but it always failed with message "Illegal instruct

Re: icc8 failed on 4.10: Illegal instruction

2004-12-29 Thread Igor Sysoev
On Wed, 29 Dec 2004, Igor Sysoev wrote: > On Tue, 28 Dec 2004, Kris Kennaway wrote: > > It's an SSE instruction, and you need to enable support for SSE in > > your kernel. > > Thank you. The "options CPU_ENABLE_SSE" resolves the problem. > I think it shou

Re: how to remote update 4.10 -> 5.3?

2004-12-30 Thread Igor Pokrovsky
On Wed, Dec 29, 2004 at 04:38:23PM -0500, Paul Mather wrote: > Palle Girgensohn wrote: > > >I've tried the UPDATING instructions, both locally and remotely (the > >latter failed ;-). But really, everything has to be reinstalled, ports > >and the lot, so a new install is probably the best way...

Re: icc8 failed on 4.10: Illegal instruction

2004-12-30 Thread Igor Sysoev
On Wed, 29 Dec 2004, Igor Sysoev wrote: > On Tue, 28 Dec 2004, Kris Kennaway wrote: > > > On Wed, Dec 29, 2004 at 10:21:05AM +0300, Igor Sysoev wrote: > > > > > > > > > Then I installed the port and I ran > > > > > > > /usr/local/

Re: Missing Man-Pages in RELENG_4

2005-01-06 Thread Igor Pokrovsky
On Wed, Jan 05, 2005 at 05:26:18PM +0100, Michael Schuh wrote: > Hi, > > i miss the manpages for ipf.conf ipnat.conf > under RELENG_4 last updated 2005-01-05 > via cvsup. I guess this is because there are no those man pages. -ip -- The higher the level of prestige accorded the people behind th

Re: Missing Man-Pages in RELENG_4

2005-01-06 Thread Igor Pokrovsky
On Wed, Jan 05, 2005 at 05:26:18PM +0100, Michael Schuh wrote: > Hi, > > i miss the manpages for ipf.conf ipnat.conf > under RELENG_4 last updated 2005-01-05 > via cvsup. I guess this is because there are no those man pages. -ip -- The higher the level of prestige accorded the people behind th

Re: Sound Card Troubles

2005-01-12 Thread Igor Robul
Warren wrote: Im having a bit of difficulty in getting sound to work, due to the fact i have On-Board Sound as well as a Sound Card (PCI) .. im wanting to use both but being a lil new im unsure of hwo to procedd, could someone please point me in the right direction ? Many motherboard BIOSes t

Re: poor sound quality in 5.3 stable

2005-01-18 Thread Igor Pokrovsky
On Tue, Jan 18, 2005 at 12:07:03AM -0800, Tejas Kokje wrote: > Hi folks, > > I recently installed FreeBSD 5.3 stable. I got my sound > blaster live 5.1 sound card working with FreeBSD by adding > > device sound > device emu10k1 > > in the kernel configuration file. However the quality of > sound

Re: How to make ipfw consider MAC-IP match?

2005-02-15 Thread Igor Robul
Artem Kuchin wrote: Hi! I have a table with ethernet (MAC) addresses matching IPs. It is used to build dhcp config file. But regardless of that any user can assign his neighbour ips while that pc is turned off and use it to access internet. The local ips are 192.168. and are behind natd. I am runni

Re: How to make ipfw consider MAC-IP match?

2005-02-15 Thread Igor Pokrovsky
On Mon, Feb 14, 2005 at 04:18:47PM -0600, Chris Dillon wrote: > >(i did not undestrand, how i somebody can match mac and ip with > >static arp except that he actually get the physical NIC from > >somebody's computer). > > Because you can change the MAC address of your NIC to match someone > els

fdc init fail with ACPI enabled

2005-03-06 Thread Igor Pokrovsky
Hi, When building kernel with both acpica and fdc at boot time I'm getting: fdc0: cannot reserve I/O port range Without acpica compiled into kernel fdc detects perfectly fine. fdc is defined in kernel config as follows (same as in GENERIC): device fdc0at isa? port IO_FD1 irq 6 drq 2

Re: USB JetFlash

2005-03-31 Thread Igor Robul
Mikhail Godovitcin wrote: Hello! FreeBSD 5.4-PRERELEASE #0: Mon Mar 21 12:07:18 MSK 2005 (512Mb) works well: umass0: USB Flash Disk, rev 2.00/2.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 500MB (1024000 512 byte s

Re: make release fails

2005-03-31 Thread Igor Pokrovsky
On Tue, Mar 29, 2005 at 04:41:55PM +0400, Michael Lednev wrote: > hello > > i'm trying to build my own release cd for 4-STABLE branch. doing make > release BUILDNAME=4-STABLE-20050328-0300 CHROOTDIR=/usr/release > CVSROOT=/home/ncvs RELEASETAG=RELENG_4 -DSEPARATE_LIVEFS in > /usr/src/release

Re: Mounting an iPod as an external HDD

2005-04-06 Thread Igor Robul
Brandon S. Allbery KF8NH wrote: You need the umass driver either compiled in or loaded as a module; it glues the USB layer to the sd layer, and the drive will show up as an "sd" device. /sev/sd* are on Linux. FreeBSD has /dev/da* ___ freebsd-stable@fre

Re: Sound problem

2005-04-07 Thread Igor Robul
dmesg shows no errors at all and as previously said sound was working before the reboot. loading the module using kldload shows: kldload snd_via8233.ko kldload: can't load snd_via8233.ko: Exec format error Do you have sound.ko module loaded? ___ fre

Re: Sound problem

2005-04-07 Thread Igor Robul
cvsup ports/src etc .. goto /usr/ports .. portupgrade -aDk -m BATCH=yes ... then /usr/src .. make buildworld && make installworld then /usr/src/sys/i386/conf .. config kernel file and go from there. As fas as I can remember, correct procedure for base system upgrade is: cd /usr/src make buil

Re: 5.3 STABLE to 5.4-PRERELEASE

2005-04-08 Thread Igor Pokrovsky
On Fri, Apr 01, 2005 at 09:59:05AM -0500, Irina wrote: > #cvsup -g /etc/cvsupfile > #make buildworld > #make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=INET > #make -DALWAYS_CHECK_MAKE installkernel KERNCONF=INET > #make installworld > #reboot You missed the 'mergemaster' step. -ip -- When you do

2G+ KVA on mad64

2006-12-12 Thread Igor Sysoev
Can FreeBSD/amd64 support more than 2G+ KVA ? Is it safe to set KPDPI to (NPDPEPG-4) in /sys/amd64/include/pmap.h to get 4G KVA ? Igor Sysoev http://sysoev.ru/en/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: does update from 5.3 to 6.2 break MPD?

2007-02-21 Thread Igor Robul
Oleg Gritsak wrote: even being interrupted by powerouts or Internet link loss, but I'm not sure for mpd... Does anybody know, will mpd, build in 5.3 work in 6.2? No, it will not work. You need to rebuild mpd. I have recently upgraded 5.4 to 6.2 and mpd started to work only after rebuilding

Re: Freebsd 6 ntfs write ?

2006-02-07 Thread Igor Pokrovsky
On Mon, Feb 06, 2006 at 05:52:59PM -0700, RYAN M. vAN GINNEKEN wrote: > Hello all i am woundering if ntfs write works yet in fbsd 6? > > FreeBSD t9100.computerking.ca 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat > Feb 4 22:02:58 MST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/T9100 > i386

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Igor Robul
On Wed, Feb 08, 2006 at 07:36:36PM +0100, martinko wrote: > $ mount /usr/home/mato/mnt/win/ > mount_ntfs: /dev/ad0s6: Operation not permitted > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/mato/mnt/lin/ > mount_ext2fs: /dev/ad0s7: Operation not permitted > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/m

Re: Jails in 6.0 and devfs woes

2006-02-21 Thread Igor Robul
On Tue, Feb 21, 2006 at 08:10:31PM +1000, Andrew Hacking wrote: > I am trying to setp a jail in RELENG_6, and cannot apply the jail > ruleset (ruleset 4) to the jail devfs mount point. The system also > hangs if I try to apply the rules individually. > > I raised PR/93423 for this issue. See > ht

Re: "page fault" panices after upgrading 5.4-RELEASE to 6.0-RELEASE/6.1-PRERELEASE

2006-03-05 Thread Igor Robul
On Mon, Mar 06, 2006 at 11:58:33AM +0600, Pavel Gubin wrote: > No, there was full buildworld/buildkernel/installkernel/installworld > cycle, and now all files in /boot/kernel are dated 2-Mar-2006. Maybe you still have nvidia.ko build for 5.4? ___ freebs

Re: gettext failing in FreeBSD 6 RELEASE

2006-03-31 Thread Igor Robul
On Fri, Mar 31, 2006 at 04:17:05PM +0300, Yousef Raffah wrote: > I'm trying to install devel/gettext but unfortunately it is failing > saying: > > install-info > --quite /usr/local/info/autosprintf.info /usr/local/info/dir > install-info: No such file or directory > for /usr/local/info/autosprintf

Re: Disappointed

2006-04-06 Thread Igor Robul
On Thu, Apr 06, 2006 at 05:23:53PM +0400, Alexey Karagodov wrote: > ok. then, freebsd-developers may change "The Power To Serve" to "The Power > To Test", "FreeBSD is an advanced operating system " to "FreeBSD is > an advanced operating system in stage of forever development", etc. > pay money to u

Re: Disappointed

2006-04-06 Thread Igor Robul
On Thu, Apr 06, 2006 at 06:03:55PM +0400, Alexey Karagodov wrote: > and again. if *NIX developers can't answer user's question, they say "get > out" or "it's your problem" or "try something else" or "For that matter; > you're not required to use it at all". everytime one answer for multiple > ques

Re: Disappointed

2006-04-06 Thread Igor Robul
On Thu, Apr 06, 2006 at 09:25:44AM -0500, Michael Ekstrand wrote: > Igor Robul wrote: > > Please tell me name of any OS which works on all current and future > > hardware without any problems and without rewriting drivers. > > MS-DOS. Runs on all current and future 32-bit

Re: Iomega REV Drive

2006-04-10 Thread Igor Robul
On Mon, Apr 10, 2006 at 05:42:25PM +0200, Thomas Krause wrote: > Hello, > I've an SCSI version of the IOMEGA REV drive (35 GB, like ZIP drive). How > can I access this drive. FreeBSD detects the drive as CDROM: > > cd0 at ahc0 bus 0 target 4 lun 0 > cd0: Removable CD-ROM SCSI-4 device > cd0: 20.0

Re: help ith burncd (Input/output error, 6.1-RC, plextor PX-740a)

2006-04-12 Thread Igor Robul
On Tue, Apr 11, 2006 at 06:49:02PM -0700, George Hartzell wrote: > When I try to use burncd to burn a cd, it writes all of the data, says > "fixating CD, please wait.." and then reports > > burncd: ioctl(CDRIOCFIXATE): Input/output error > > Oddly enough, the CD seems to be usable. > > I can s

Re: help ith burncd (Input/output error, 6.1-RC, plextor PX-740a)

2006-04-12 Thread Igor Robul
On Wed, Apr 12, 2006 at 09:13:03AM -0700, George Hartzell wrote: > Igor Robul writes: > > On same CD-R disc? :-) > > No, on a fresh disk... ;) So, I think you got my point: there maybe problem with disk. > > I guess my question is: "Is this one of those known things th

  1   2   >