Strange CPU name reported on my k6-II system

1999-07-05 Thread Maxim Sobolev
When I take a closer look at dmesg output I discovered that my k6-II reported as "\^M". Maybe it is because I have an very first stepping (I bought my CPU shortly after k6-II appeared on market). Maserboard used - Tyan Trinity 100AT (VIA MP3 chipset). Any ideas? Timecounter "i8254" frequency

Re: Strange CPU name reported on my k6-II system

1999-07-05 Thread Maxim Sobolev
in January. Unfortunately you are wrong here. When I writing in the -current list it is mean that I'm running -current on my box (cvsup'ed and builded hour ago). Maxim Sobolev wrote: When I take a closer look at dmesg output I discovered that my k6-II reported as "\^M". Maybe it is because

Question about MTRR on AMD chips

1999-07-18 Thread Maxim Sobolev
Does anybody can clarify starting from which model/revisions MTRR is supported on k6 family chips, because in the list archives I found that it supported starting from k6-II, but when I'm trying to configure it using memcontrol on my k6-II (rev. 0) I'm only get a varionus error massages.

PLIP is still broken :(

1999-07-18 Thread Maxim Sobolev
Does anybody have a plans to fix plip code which is broken a quite awhile (several months or so)? I could send several panic backtraces if anyone will express interest in it. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

VIA Appolo IDE controller handling in new ata driver

1999-07-21 Thread Maxim Sobolev
Currently VIA Apollo IDE controller in the new ata driver handled as "Generic UDMA" controller, but AFAIK this controller was designed to be fully compatible with the Intel PIIX4 chip. To test if I'm right I made a minor change in dma initialisation code to initialise it exactly as PIIX4

Re: PLIP is still broken :(

1999-07-22 Thread Maxim Sobolev
Bruce Evans wrote: Possible quick fix (hack): change all the spltty()'s in lpt.c to splnet()'s. lpt isn't a tty driver; it just abuses spltty(). Abusing splnet() instead should work OK for lpt and fix if_plip. It doesn't help much because I'm not using lpt device in my kernel so lpt.c

[Fwd: Tun interface related panic]

1999-07-23 Thread Maxim Sobolev
tein wrote: On Fri, 23 Jul 1999, Maxim Sobolev wrote: Alfred Perlstein wrote: [Piece of debug print skipped] oops, ok, I wasn't clear, I need to know the contents of the structs that those pointers point to, try this: print *uio print *top print **mp in, the mean

MAKEDEV (or sh?) broken

1999-07-27 Thread Maxim Sobolev
On my CURRENT system cvsup'ed and builded yesterday when I'm trying to do "cd /dev; sh MAKEDEV all" I see following errors: Script started on Tue Jul 27 13:14:47 1999 sh-2.03# cd /dev ; sh MAKEDEV all MAKEDEV: arith: syntax error: "?† ž† " usage: mknod name [b | c] major minor /sbin/mknod

Re: MAKEDEV (or sh?) broken

1999-07-27 Thread Maxim Sobolev
Here it is. -Maxim Script started on Tue Jul 27 15:34:02 1999 sh-2.03# sh -x MAKEDEV da0 + PATH=/sbin:/bin/:/usr/bin:/usr/sbin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/X11R6/bin + umask 77 + dkrawpart=2 + dkcompatslice=0 + dkrawslice=1 + disk_umask=037 +

Re: MAKEDEV (or sh?) broken

1999-07-27 Thread Maxim Sobolev
Philipp Mergenthaler wrote: Hi, On Tue, Jul 27, 1999 at 01:20:55PM +0300, Maxim Sobolev wrote: On my CURRENT system cvsup'ed and builded yesterday when I'm trying to do "cd /dev; sh MAKEDEV all" I see following errors: Script started on Tue Jul 27 13:14:47 1999 sh-2.0

Re: [Fwd: Tun interface related panic]

1999-07-27 Thread Maxim Sobolev
Brian Somers wrote: Ok, I found the culprit in ppp. I'm committing a change now. Thanks for the report ! It seems that have found other culpit, because I'm continuing to see "Error: ip_Input: deflink: wrote 0, got Input/output error" (3.2-STABLE) even using ppp cvsup'ed and builded today.

Re: [Fwd: Tun interface related panic]

1999-07-27 Thread Maxim Sobolev
Brian Somers wrote: Brian Somers wrote: Ok, I found the culprit in ppp. I'm committing a change now. Thanks for the report ! It seems that have found other culpit, because I'm continuing to see "Error: ip_Input: deflink: wrote 0, got Input/output error" (3.2-STABLE) even

Sh broken (was: MAKEDEV (or sh?) broken)

1999-07-28 Thread Maxim Sobolev
"Brian F. Feldman" wrote: Actually, all recursive executions of it need to be -x too. The easiest way (if there's no environment variable for it, I don't recall), is to put "set -x" at the top of MAKEDEV. This will help, and then I'll understand much more. Thanks. I have a feeling it might

APM related panic

1999-07-29 Thread Maxim Sobolev
Just suped and builded new kernel and discovered that it paniced when trying to initialise APM (VIA MVP3 based Tyan Trinity 100AT motherboard + k6-II/300 CPU). Any ideas or recommendations about what should I do to make a more informative report? Sincerely, Maxim To Unsubscribe: send mail to

Re: APM related panic

1999-08-02 Thread Maxim Sobolev
Hi! Thanks, seems your patch did the trick (panic gone). Following is dmesd: apm_probe: APM bios gave zero len code16, pegged to 64K apm_probe: APM bios gave zero len data, tentative 64K apm0: APM BIOS on motherboard apm: APM BIOS version 0102 apm: Code16 0xc00f, Data 0xc00fdfa0 apm: Code

Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Maxim Sobolev
Amancio Hasty wrote: Well, he can run "ktrace -di ./MAKEDEV whatever" then kdump foo.dump Or compile sh with debug symbols and trace down the failure. Thanks to all for prompt replies. It seems like a bug in egcs which broke sh when "-march=pentium" option is used while -O? level doesn't

Strange notebook boot misbehaviour.

1999-08-19 Thread Maxim Sobolev
Hi all, I have a notebook (toshiba satellite pro 445) with WinNT and FreeBSD installed and discovered that when I'm booting FreeBSD directly from power-down state or rebooting after FreeBSD then it boots ok, but when I doing reboot from NT it hangs just before mounting / (probably "hang" is not

Re: Strange notebook boot misbehaviour.

1999-08-20 Thread Maxim Sobolev
Greg Lehey wrote: On Thursday, 19 August 1999 at 17:34:28 +0300, Maxim Sobolev wrote: I have a notebook (toshiba satellite pro 445) with WinNT and FreeBSD installed and discovered that when I'm booting FreeBSD directly from power-down state or rebooting after FreeBSD then it boots ok

Sync(8) doesn't have any effect on softupdates-enabled filesystem

1999-08-22 Thread Maxim Sobolev
I do not know if it is bug or feature, but it seems that sync(8) command doesn't really flushing write buffers for softdep enabled f/s. IMHO this behavior is not very friendly for the notebooks and ATX owners because before putting computer into sleep mode OS preferably should try to write as

Re: Softupdates reliability?

1999-08-25 Thread Maxim Sobolev
Richard Tobin wrote: Origin = "AuthenticAMD" Id = 0x580 Stepping=0 You have one of the first K6-2s off the line. There were definite problems with these, and as such, they were specially distinguished by having 66 printed on top. I have a 0x580 which has had no problems at all.

VESA_800x600 mode on CT65554 based videocard.

1999-08-27 Thread Maxim Sobolev
I'm trying to get VESA_800x600 mode to work on my notebook (Toshiba SatellitePro 445, CT65554 videocard, 2MB, 800x600 LCD), and unfortunately found that it is impossible. Any ideas of what is wrong? Following is relevant pieces from dmesg, vidcontrol, kernel debug (VESA_DEBUG=1 in my kernel

Re: make buildworld failed...

1999-08-27 Thread Maxim Sobolev
"Sergey A. Osokin" wrote: After cvsup my -current sources, i try to make build world... ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o === sys/boot/i386/boot2 (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o ld -nostdlib -static -N -e start -Ttext 0x7c00

Re: kgzipped -STABLE GENERIC kernel boots on one machine, not theother

1999-09-01 Thread Maxim Sobolev
Doug White wrote: On Tue, 31 Aug 1999, Mark J. Taylor wrote: I've got a -STABLE GENERIC kernel, cvsupped and built this evening, that is all alone on a UFS floppy, and kgzipped. I thought kzip is for a.out only. You can kzip /boot/loader and gzip /kernel though. Yes and No, if it is

Re: newpcm

1999-09-02 Thread Maxim Sobolev
Cameron Grant wrote: newpcm has now been committed in -current, with functional trident 4dwave, es1370, sb and mss support. minimal changes to kernel config should be required: pci devices: device pcm0 isa pnp devices: controller pnp0 device pcm0 Unfortunately I can't get it working

Re: sb16 not found with newpcm

1999-09-08 Thread Maxim Sobolev
Adam McDougall wrote: I thought I'd try kicking sb0 out of my kernel and try pcm for a change, but I cannot get it to work with simply "device pcm0". My sb16 is not pnp, and adding controller pnp0 did not help. With just device pcm0, the kernel mentions nothing of pcm at all. sb0 worked

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread Maxim Sobolev
As a fresh idea (probably stupid, but anyway): Why we can't load compile and small KLD with all necessary syscalls (even probably stubs) to build 4.0 world when someone trying to build it on top of 3.*? -Maxim -- "We believe in the Power and the Might!" (Manowar, 1996)

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread Maxim Sobolev
Maxim Sobolev wrote: Why we can't load compile and small KLD with all necessary syscalls (even ^^^ I mean ".load and compile small". Cut and paste technology sometimes plays bad jokes with us.;) -Max To Unsubscribe: send mail to [EMAIL

ATA related panic

1999-10-11 Thread Maxim Sobolev
It seems that ATA is broken - it paniced when kernel is booting. Following is diagnostic output: isa0: ISA bus on motherboard pccard0: PC Card bus -- KLUDGE version on motherboard Fatal trap 12: page fault while in kernel mode fault virtual address= 0xc fault code =

Re: ATA related panic

1999-10-11 Thread Maxim Sobolev
Soren Schmidt wrote: It seems Maxim Sobolev wrote: It seems that ATA is broken - it paniced when kernel is booting. Following is diagnostic output: Fatal trap 12: page fault while in kernel mode fault virtual address= 0xc fault code = supervisor read, page

ed0 broken

1999-10-16 Thread Maxim Sobolev
It seems that ed0 is broken. At least two days kernel compilation bombs with following messages: linking kernel if_ed_isa.o: In function `ed_isa_probe': if_ed_isa.o(.text+0x45): undefined reference to `ed_probe_WD80x3' if_ed_isa.o(.text+0x54): undefined reference to `ed_release_resources'

ld-elf.so.1 weirdness

1999-10-28 Thread Maxim Sobolev
Hi there, For a quite awhile I'm observing strange problems with dynamic loader (ld-elf). On my -current system (last 'suped and compiled several hours ago) I often observed the following error message: /usr/libexec/ld-elf.so.1: /usr/bin/foobar: Shared object has no run-time symbol table where

VM DOS attack

1999-10-29 Thread Maxim Sobolev
Hi there, Probably it is already known problem, but it seems that any unprivileged malicious user with 15-20 MB disk quota can bring either 3-STABLE or 4-CURRENT system to its knees using relatively simple program. #include sys/types.h #include sys/mman.h #include unistd.h #include fcntl.h

rm error code on FAT

1999-11-07 Thread Maxim Sobolev
Does anybody can explain why two absolutely identical attempts to remove unexistent files on UFS and FAT32 yields different error codes ("No such file or directory" and "Invalid argument" respectively)? This breaks "rm -f" behaviour, because instead of expected "0", "rm -f" on FAT returns error

Re: ** HEADS UP ** Switching to GCC 2.95.2 as base compiler

1999-11-15 Thread Maxim Sobolev
David O'Brien wrote: I'll be pulling the switch to use GCC 2.95.2 as the base compiler in -CURRENT on Sunday evening (Freefall time). Those not-quite-so daring might want to hold off on your next make world. *** NOTE *** that I have NOT changed the shared lib version for libstc++.so (the

Re: How to upgrade from 3.3 to 4

1999-01-16 Thread Maxim Sobolev
Vadim Chekan wrote: Hello everyone! I'm trying to update from 3.3-R to 4.0-current but without success. cc every time died on the same place. I upgraded via sources to 3.3-stable without any problem. When I try again cc died with message "Bad system call" I wrote in /etc/makefile.conf

Re: NewATA on ISA and PCI

1999-01-17 Thread Maxim Sobolev
Sheldon Hearn wrote: On Fri, 19 Nov 1999 01:16:55 +0200, Maxim Sobolev wrote: Does anybody can explain why kernel with NewATA driver booted on machine with ISA based IDE adapter trying to mount wd* as root f/s, while exactly *the same* kernel booted on PCI based mobo mounts ad* as root

Re: cpu name

1999-01-17 Thread Maxim Sobolev
Byung Yang wrote: supped made world a min ago: check out the CPU: name I am using AMD K6-2 333Mhz CPU: \^E (334.40-MHz 586-class CPU) Hmm, let me guess... probably you are compiling your kernel with -O3 (or higher)? If so, try to remove /sys/compile/MYKERNEL and compile with -O or with

Re: NewATA on ISA and PCI

1999-01-17 Thread Maxim Sobolev
"SÜren Schmidt" wrote: It seems Maxim Sobolev wrote: Sheldon Hearn wrote: On Fri, 19 Nov 1999 01:16:55 +0200, Maxim Sobolev wrote: Does anybody can explain why kernel with NewATA driver booted on machine with ISA based IDE adapter trying to mount wd* as root

Re: NewATA on ISA and PCI

1999-11-20 Thread Maxim Sobolev
Mike Smith wrote: Does anybody can explain why kernel with NewATA driver booted on machine with ISA based IDE adapter trying to mount wd* as root f/s, while exactly *the same* kernel booted on PCI based mobo mounts ad* as root? /etc/fstab ? No, I do not talking about

Re: FreeBSD ELF Netscape binaries ?

1999-11-25 Thread Maxim Sobolev
[EMAIL PROTECTED] wrote: What (if any) are the problems with native FreeBSD ELF Netscape Communicator/Navigator binaries ? AFAIK one major problem exist - ELF version is still unavailable. From

Re: FreeBSD ELF Netscape binaries ?

1999-11-25 Thread Maxim Sobolev
[EMAIL PROTECTED] wrote: In [EMAIL PROTECTED] Maxim Sobolev [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: What (if any) are the problems with native FreeBSD ELF Netscape Communicator/Navigator binaries ? AFAIK one major problem exist - ELF version is still unavailable

Problem with syscons in VESA mode

1999-12-02 Thread Maxim Sobolev
Hi, I'm using non-standard 100x37 console mode on my notebook, because in 80x25 text mode letters seems too big for my 12' panel, while other modes doesn't cover all panel size. So I've patched vidcontrol to switch to the VESA_800x600 100x37 mode (instead of default 80x25) with 8x16 font, and in

Re: Problem with syscons in VESA mode

1999-12-02 Thread Maxim Sobolev
Tony Finch wrote: Maxim Sobolev [EMAIL PROTECTED] wrote: I'm using non-standard 100x37 console mode on my notebook, because in 80x25 text mode letters seems too big for my 12' panel, while other modes doesn't cover all panel size. So I've patched vidcontrol to switch to the VESA_800x600

Re: Problem with syscons in VESA mode

1999-12-03 Thread Maxim Sobolev
Kazutaka YOKOTA wrote: I'm using non-standard 100x37 console mode on my notebook, because in 80x25 text mode letters seems too big for my 12' panel, while other modes doesn't cover all panel size. So I've patched vidcontrol to switch to the VESA_800x600 100x37 mode (instead of default 80x25)

Re: Problem with syscons in VESA mode

1999-12-03 Thread Maxim Sobolev
Cejka Rudolf wrote: Kazutaka YOKOTA wrote (1999/12/03): This strange behavior was reported several times in the past. It must be related to screen update logic in syscons. But, I don't think we have successfully fixed it at that time :-( It's time to analyze the problem again... Yes.

Re: URGENT: Over 700 ports missing perl dependencies

2002-11-03 Thread Maxim Sobolev
On Sat, Nov 02, 2002 at 08:04:21PM -0800, Kris Kennaway wrote: The latest bento run on 5.0 is the first to build without perl present: previously, two of the portbuild scripts were written in perl, so I had to always pkg_add it into the chroot environment. Now that these scripts have been

Re: perl5.6.1 wrapper

2002-11-07 Thread Maxim Sobolev
On Wed, Nov 06, 2002 at 05:47:51PM -0800, Kris Kennaway wrote: Can someone explain why the perl wrapper needs to be hardlinked to perl5.6.1? The problem I am seeing is this: USE_PERL5=yes in a port adds the following BUILD_DEPENDS: enigma# make -V BUILD_DEPENDS

Re: 5.0 showstopper

2002-12-13 Thread Maxim Sobolev
I've also bumped into this problem, when after upgrading memory I didn't increase swap size, so that after a panic the system overwrote disklabel. Fortunately, my root partition was placed after swap, not before it, so that recreating disklaber revived the system. -Maxim On Fri, Dec 13, 2002 at

Re: DP2 won't stay powered off

2002-12-28 Thread Maxim Sobolev
The same (automatic power on after power off ) is here - IBM ThinkPad 600E. -Maxim On Sat, Dec 28, 2002 at 08:31:53AM -0500, Mark Evenson wrote: Jens Trzaska [EMAIL PROTECTED] writes: On Thu, Dec 05, 2002 at 10:37:49AM -0800, Nate Lawson wrote: Can everyone with the auto power on

Re: i810 graphics

2000-02-29 Thread Maxim Sobolev
Doug Rabson wrote: On Tue, 29 Feb 2000, Chris Smith wrote: I'm working on an AGP driver but its not ready for primetime yet. WOW, nice to hear!!! Will it be compatible with the current Linux developments in this area? -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: d: /kernel: malformed input file (not rel or archive) ??

2000-03-01 Thread Maxim Sobolev
Johan Kruger wrote: If i try to load the example in /usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following. Pleeaaas help ? borg# modload ./misc_mod.o ld: /kernel: malformed input file (not rel or archive) modload: /usr/bin/ld: return code 1 What FreeBSD release you

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-15 Thread Maxim Sobolev
Dan Nelson wrote: In the last episode (Mar 15), Maxim Sobolev said: I've just upgraded my production server to the 4.0-RELEASE and found that squid23 when compiled with -Os option dying with signal 11 on each attempt to load page. When I recompiled it with -O fault disappeared. After

Re[2]: gcc -Os optimisation broken (RELENG_4)

2000-03-16 Thread Maxim Sobolev
-Original Message- From: Dan Nelson [EMAIL PROTECTED] To: "David O'Brien" [EMAIL PROTECTED] Date: Wed, 15 Mar 2000 15:57:27 -0600 Subject: Re: gcc -Os optimisation broken (RELENG_4) In the last episode (Mar 15), David O'Brien said: On Wed, Mar 15, 2000 at 10:51:55AM -0600, Dan Nelson

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-17 Thread Maxim Sobolev
"Daniel C. Sobral" wrote: Maxim Sobolev wrote: I've just upgraded my production server to the 4.0-RELEASE and found that squid23 when compiled with -Os option dying with signal 11 on each attempt to load page. When I recompiled it with -O fault disappeared. After so

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-18 Thread Maxim Sobolev
Thomas Köllmann wrote: I wrote/schrieb (Saturday, March 18, 2000): | R Joseph Wright wrote/schrieb (Friday, March 17, 2000): | | | In contrast, I've been using -Os -march=pentium during the last three | | months for buildworld and the kernel. Never had problems whatsoever. | | | |

Strange new ppp warnings

2000-03-28 Thread Maxim Sobolev
Hi, After upgrading my box to the 4.0-STABLE, I've discovered that ppp started produce regular warnings I've never seen before: Warning: nat_LayerPull: Dropped a packet What does it mean and what implications may it have? -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Strange new ppp warnings

2000-03-28 Thread Maxim Sobolev
Brian Somers wrote: Hi, After upgrading my box to the 4.0-STABLE, I've discovered that ppp started produce regular warnings I've never seen before: Warning: nat_LayerPull: Dropped a packet What does it mean and what implications may it have? This is pretty strange. I've

Re: Strange new ppp warnings

2000-03-29 Thread Maxim Sobolev
Brian Somers wrote: Ah, ok. This is incoming data that's being ignored by ppp - maybe because you've got ``nat deny_incoming yes'' configured ? Yes, I have ``nat deny_incoming yes''. Thanks for explaining. Maybe it would be worth to add more meaningful warning message like "Dropped a

What is the status of the mmap support in the pcm driver?

2000-03-30 Thread Maxim Sobolev
Hi, Does anybody can clarify what is current status of the mmap support in the pcm driver? I'm trying to get sound in the quakeforge working, but only managed to get famous "dsp_mmap." message in kernel logs instead of sound :(. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with

Buffering issues of the pcm audio driver (Was: cvs commit: src/sys/dev/sound/isa ess.c)

2000-04-02 Thread Maxim Sobolev
Hi, I've tried to track down sound issues of the SDL (Simple Direct Layer) library and found that current pcm buffering behaviour inconsistent with OSS specifications, which cause applications that require sophisticated sound control to misbehave on FreeBSD. There is two different buffers

PPP segfaulting

2000-04-04 Thread Maxim Sobolev
Hi, The ppp built from the just cvsup'ed -current sources segfaulting. Following is backtrace. Please contact me of some additional debugging info will be necessary. -Maxim PPP ON vega Program received signal SIGSEGV, Segmentation fault. 0x806e98e in sl_compress_tcp (m=0x809e000, ip=0x809e01c,

Re: Dangerously looking glitch (4.0-STABLE)

2000-04-05 Thread Maxim Sobolev
Frank Nobis wrote: On Wed, Apr 05, 2000 at 07:13:29AM -0500, Jon Hamilton wrote: up clean. I think you have a hardware problem somewhere :( That is very likely a hardwre problem. I have a nfs server under 3.4-S here running, It was easy to crash the system with much I/O over nfs on a

Re: Dangerously looking glitch (4.0-STABLE)

2000-04-05 Thread Maxim Sobolev
Jon Hamilton wrote: In message [EMAIL PROTECTED], Maxim Sobolev wrote: } This is a multi-part message in MIME format. } --3D64CAE46133EFA188180FFD } Content-Type: text/plain; charset=koi8-r } Content-Transfer-Encoding: 7bit } } Hi, } } I've tried to track down why my own

Re: [SOLVED] Dangerously looking glitch (4.0-STABLE)

2000-04-06 Thread Maxim Sobolev
Thanks to all who replied - problem has been solved by replacing long-served P100 with newest K6-200. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: ports Makefiles being updated soon (forwarded)

2000-04-07 Thread Maxim Sobolev
Satoshi Asami wrote: After the conversion, "old style" ports will no longer be accepted. How about those unlucky, which are patiently waiting for their destiny in the PR database? I personally have several and would like to know if any activity from my side is reqired. -Maxim To

Re: 4.0 problems...

2000-04-07 Thread Maxim Sobolev
[EMAIL PROTECTED] wrote: Ciao! I've upgraded my system from 3.4 to 4.0-stable last night, with new /dev and new /etc but now I'm getting these errors: rey:~/Sources/gnustep/core/base uname -a FreeBSD rey.procom2.it 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri Apr 7 01:02:03 CEST 2000 [EMAIL

Re: Stale modules (Re: panic in the morning)

2000-04-20 Thread Maxim Sobolev
Donn Miller wrote: Stijn Hoop wrote: On Wed, Apr 19, 2000 at 06:15:55PM -0700, Kris Kennaway wrote: make world doesn't build a kernel. Making a kernel doesn't build modules. This bit me again the other day when updating, as well - panic at boot when loading a stale linux.ko.

KLD related panic (RELENG_4 RELENG_5)

2000-04-25 Thread Maxim Sobolev
Hi, I've just found what it seems to me an error somewhere in the KLD modules implementation affecting both 4-STABLE and 5-CURRENT. Following course of actions makes kernel panic on both releases: 1. Load vn module into kernel 2. Configure vn device using vnconfig 3. Mount vn device 4. Unmount

vn.ko load/unload/mount = panic

2000-04-26 Thread Maxim Sobolev
Hi, I've already submitted this crash report earlier but it seems that developers in -current list are too busy discussing whether Matt allowed to commit his SMP work into 4.0 to pay attention to "ordinary" panic reports :-(. Following is slightly simplified course of actions which is known to

Small MAKEDEV bug

2000-05-06 Thread Maxim Sobolev
Hi, I've just noticed that "sh MAKEDEV acd1" doesn't produce node for acd1 due to incorrect comparasion in the "while" loop. This affecting both 4.0-STABLE and 5.0-CURRENT. With this message I'm attaching short patch which should solve this little problem. -Maxim --- MAKEDEV 2000/05/06

Re: Small MAKEDEV bug

2000-05-06 Thread Maxim Sobolev
Bruce Evans wrote: On Sat, 6 May 2000, Maxim Sobolev wrote: I've just noticed that "sh MAKEDEV acd1" doesn't produce node for acd1 due to incorrect comparasion in the "while" loop. This affecting both 4.0-STABLE and 5.0-CURRENT. With this message I'm attaching shor

Re: Wrong permissions on /dev ?

2000-05-24 Thread Maxim Sobolev
Neil Blakey-Milner wrote: On Sun 2000-05-21 (23:35), Arun Sharma wrote: I upgraded my 4.0-release laptop to 5.0-current today and my xe0 was recognized by the driver and everything was great. There is a minor nit about the permissions on /dev. It was not readable by others. So ps

Re: kernel compile error

2000-05-24 Thread Maxim Sobolev
Scott Flatman wrote: I've done that twice. Buildworld failed both times. My last sucessful buildworld was last sunday, 5/21. I know that because I can't build it during past 3 days too. Please be patient, someone will definitely fix somwhere in future ;-). -Maxim To Unsubscribe: send

Re: World broken again...

2000-05-25 Thread Maxim Sobolev
Szilveszter Adam wrote: On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: Dammit, given severe breakage of the world during past several days the idea to establish a fine to a breaker not seems so stupid... cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall -I/usr

FW: GDB 5.0 is released!

2000-05-25 Thread Maxim Sobolev
GDB 5.0 is released! Version 5.0 of GDB, the GNU Debugger, is now available via anonymous FTP. GDB is a source-level debugger for C, C++, and many other languages. GDB can target (i.e. debug programs running on) dozens of different processor architectures, and GDB itself can run on most popular

Re: World broken again...

2000-05-25 Thread Maxim Sobolev
Alfred Perlstein wrote: * Maxim Sobolev [EMAIL PROTECTED] [000525 02:19] wrote: Szilveszter Adam wrote: On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: Dammit, given severe breakage of the world during past several days the idea to establish a fine to a breaker

Re: FW: GDB 5.0 is released!

2000-05-26 Thread Maxim Sobolev
David O'Brien wrote: On Thu, May 25, 2000 at 01:02:28PM +0300, Maxim Sobolev wrote: GDB 5.0 is released! You can download GDB from either Project GNU's FTP server, or Red Hat's sources site: Or ftp://ftp.freebsd.org/pub/sourceware/gdb/ Do you have any forecasts as to when we will see

Re: Shared memory changes in current?

2000-06-06 Thread Maxim Sobolev
Alexander Sanda wrote: Anyone aware of them? After building a complete kernel + world with a very recent -current (Saturday morning, european time) I now get lots of shared memory errors in gnome (most coming from gdk and imlib, some from Xfree 4 aswell). I recompiled parts of gnome (gtk+,

Re: ls

2000-06-06 Thread Maxim Sobolev
"Andrey A. Chernov" wrote: On Tue, Jun 06, 2000 at 05:07:59PM +0300, Maxim Sobolev wrote: There is colorls-related PR 18616 (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18616). Please take a look at it and close if it is mandatory or merge if not. Our system color-'ls' already

Re: HEADS UP!: config changes...

2000-06-15 Thread Maxim Sobolev
Alexander Langer wrote: c) is much more interesting: With the new kernel my syscons scrolling stopped working. However, this could also be jake's fault, I'll ask him. Still works like a charm here. Maybe problem is elsewhere? -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: ACPI project progress report

2000-06-20 Thread Maxim Sobolev
Mike Smith wrote: On Mon, Jun 19, 2000 at 05:01:46PM -0600, Warner Losh wrote: In message [EMAIL PROTECTED] "Andrew Reilly" writes: : That sounds way too hard. Why not restrict suspend activity to : user-level processes and bring the kernel/drivers back up through : a regular boot

AGPGART for FreeBSD

2000-06-23 Thread Maxim Sobolev
Hi, I've just found that somebody ported linux agpgart module (used by the GXL) to FreeBSD. Could someone take a look at it and tell me whether it have a chances to be imported into base system or I should create a port of it.

Re: AGPGART for FreeBSD

2000-06-23 Thread Maxim Sobolev
Doug Rabson wrote: --- Maxim Sobolev [EMAIL PROTECTED] wrote: Hi, I've just found that somebody ported linux agpgart module (used by the GXL) to FreeBSD. Could someone take a look at it and tell me whether it have a chances to be imported into base system or I should create a port

Re: Gnome INSANE shared memory usage

2000-06-23 Thread Maxim Sobolev
s ridiculous: Some time ago I've answered question like this, so let me quote myself: Subject: Re: Shared memory changes in current? Date: Tue, 06 Jun 2000 15:32:19 +0300 From: Maxim Sobolev [EMAIL PROTECTED] To: Alexander Sanda [EMAIL PROTECTED] "It has noting to do with kernel/gnome. XFre

/dev/random, Perl 5.6 SMP destabilisation (Was: Vendor import of Perl 5.6)

2000-06-26 Thread Maxim Sobolev
Doug Barton wrote: Semi-PS, I'd like to put in a vote for your /dev/random work to be completed before the SMP destabilization begins. It would be nice to have a fully-working -Current to fall back on before the axes start to fall. :) I second to this. -Maxim To Unsubscribe:

Re: Call for review: pkg_which.

2000-06-26 Thread Maxim Sobolev
Jeremy Lea wrote: Hi guys, This is BCC'd to ports, since it is mostly for use there... I've placed the source for a new command, pkg_which, on http://people.freebsd.org/~reg/. The idea behind this command is to get Ports/Packages to register their dependencies based on what is on the

perl 5.006 upgrade issues

2000-07-04 Thread Maxim Sobolev
Hi, I've just noticed that parts of perl (current, cvsup'ed several hours ago) built on system with old perl version still depend on libperl.so.3: [make world] [rm /usr/lib/libperl.so.3] max@notebook$ cd /usr/ports/audio/aumix/ max@notebook$ portlint Can't load

Re: randomdev entropy gathering is really weak

2000-07-17 Thread Maxim Sobolev
Mark Murray wrote: I agree that it is not (very) random; however cclock jitter and keystroke timing can help thwart the bad guys... But do please keep in mind that many of my FreeBSD platforms have neither keyboard or mouse. And for the ones that do, they tend not to get used

Bug in make release regarding install.cfg

2003-09-14 Thread Maxim Sobolev
Folks, I've noted that the following inconsistency exists in make release. If there is a install.cfg file in /usr/src/release when executing make release (the file which if exists is placed into the root of mfs and customises behaviour of sysinstall), /usr/src/release/install.cfg takes

Re: Annoucning DragonFly BSD!

2003-07-17 Thread Maxim Sobolev
No, everything seems real - at least Matt replies to e-mails sent to him on this topic. There is also a live nntp server up and running @ dragonflybsd.org, I saw Matt and Terry Lambert discussing kernel things this morning there. I doubt that somebody will be able to impersonate both Matt and

Re: IBM Thinkpad 600E

2003-01-21 Thread Maxim Sobolev
Hmm, strange, pccard works righ OOB on my 600E running current. -Maxim Michael Lamb wrote: First time poster and susbscriber, someone suggested that I email my findings to the freebsd-current list, so hopefully this is the right place. I have been playing with FreeBSD 5.0 on my Thinkpad

Re: _fpathconf() and __semctl() prototypes

2003-02-08 Thread Maxim Sobolev
On Sat, Feb 08, 2003 at 03:06:27PM -0800, Kris Kennaway wrote: On Sat, Feb 08, 2003 at 02:59:30PM -0800, Kris Kennaway wrote: Can someone take a look at lib/libc/gen/semctl.c and tell me where the __semctl() sysctl should be prototyped? Also _fpathconf() in lib/libc/gen/statvfs.c

disklabel is broken (GEOM related)

2003-02-17 Thread Maxim Sobolev
Hi, It seems that disklabel is currently broken on -current. In `read' mode it reports incorrect information about disk layout: root@notebook# disklabel -r ad0s1 # /dev/ad0s1c: type: unknown disk: amnesiac label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 240 sectors/cylinder:

Re: disklabel is broken (GEOM related)

2003-02-17 Thread Maxim Sobolev
[EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Maxim Sobolev writes: Hi, It seems that disklabel is currently broken on -current. In `read' mode it reports incorrect information about disk layout: Don't use the -r option and you will be ok. Thank you Poul for your very-very

Re: md.c broken in current

2001-08-27 Thread Maxim Sobolev
From sources this morning when trying to build a kernel: (pro2)502}make cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../..

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-08-29 Thread Maxim Sobolev
Poul-Henning Kamp wrote: Assignment: There is no reason for the NCCD constant to exist anymore. The CCD driver already has cloning support but CCDs softc structure is statically allocated for NCCD devices. Change the CCD driver to dynamically allocate memory as needed, the MD driver can

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-08-31 Thread Maxim Sobolev
Poul-Henning Kamp wrote: Assignment: There is no reason for the NCCD constant to exist anymore. The CCD driver already has cloning support but CCDs softc structure is statically allocated for NCCD devices. Change the CCD driver to dynamically allocate memory as needed, the MD driver can

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-09-03 Thread Maxim Sobolev
to someone else. Mea culpa... Attached please find regenerated diffs. -Maxim Poul-Henning In message [EMAIL PROTECTED], Maxim Sobolev writes: This is a multi-part message in MIME format. --E528F773298029521D660E0A Content-Type: text/plain; charset=x-user-defined Content-Transfer

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-09-04 Thread Maxim Sobolev
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Maxim Sobolev writes: Attached please find regenerated diffs. Committed, well done, thanks! Nice to hear. It seems that you forgot to commit ccdconfig(8) part of the patch. 8-) -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Junior Kernel Hacker task: improve vnode-v_tag

2001-09-04 Thread Maxim Sobolev
In message [EMAIL PROTECTED], Maxim Sobolev writes: In message [EMAIL PROTECTED], Brent Verner writes: I've done a /cursory/ look over how this v_tag is used. I'm not sure this is a simple/clean as you propose, since this is used in the IS_LOCKING_VFS macro, as well

  1   2   3   4   5   6   >