Re: Off-Topic (or maybe on-topic)

2000-10-27 Thread Art Boulatov
David Weinehall wrote: > > On Fri, Oct 27, 2000 at 04:05:50PM +0300, Petko Manolov wrote: > > David Weinehall wrote: > > > > > > You're VERY wrong here. St. Petersburg was the name before the Soviet > > > Union was formed and Russia marched into the Baltics. When the takeover > > > was made, the

i815e related

2000-09-28 Thread Art Boulatov
Hi, Our company is going to purchase some hardware to run Linux workstations. We're looking forward into getting i815e based ASUS motherboards, and I will be really glad if you could help me figure out the following hardware support questions I couldn't figure myself. I've searched the LKML arch

Re: i815e related

2000-09-28 Thread Art Boulatov
Alan Cox wrote: > > Is AD1881A (AC'97 audio) codec supported? > > Sort of - it mostly works nowdays but mic recording is unsupported still. > Its solid in 2.2.18pre so should be solid in 2.4.0test9 Ok, thanks, One more thing I'm concerned about (which is not really kernel related), does the

filesystem for initrd

2001-03-10 Thread Art Boulatov
Hi, I'm in the process of creating a custom "system partition" for out Linux servers, which is actually an initial ramdisk, coming from hd or network on boot to load necessary drivers and perform important checks before the real filesystems get mounted, and I did not find any info on what filesys

pivot_root & linuxrc problem

2001-03-15 Thread Art Boulatov
Hi, may be thats a bug, or I'm doing something really wrong :) from Documentation/initrd.txt: "# cd /new-root # mkdir initrd # pivot_root . initrd Now, the linuxrc process may still access the old root via its executable, shared libraries, standard input/output/error, and its current roo

Re: pivot_root & linuxrc problem

2001-03-16 Thread Art Boulatov
Mike Galbraith wrote: > > Aha.. so that's it. I've never been able to get /linuxrc to execute > automagically. I wonder why /linuxrc executes on Art's system, but > not on mine. I can call it whatever I want and it doesn't run unless > I explicitly start it with init=whatever. > >

union mounts WAS: pivot_root & linuxrc problem

2001-03-16 Thread Art Boulatov
Hi, One more thing I was wondering about, is the pivot_root call the *final* implementation of the "root filesystem changer" for kernle 2.4.*? I've read about a new VFS extension, that allows multiple filesystems to be stacked at a single mount point. As I have understood it allows to *just*

gcc-2.95.3 release

2001-03-16 Thread Art Boulatov
Hi, gcc-2.95.3 has just been released. Could it be used for kernel compilation, or still better stick with gcc-2.91.66 for "absolute stability"? Thanks, Art. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo i

[2.4.3-pre4] comparing eepro100 & e100

2001-03-17 Thread Art Boulatov
Hi, I'm setting up a new server with Intel 82559 LOM (733470-066), this is ASUS CUR-DLS. While testing the NIC performance with eepro100 driver, I was getting those famous "card reports no resources" and "too much work in interrupt". The perfomance test was actually a "ping -f -s 65507" from a

"device or resource busy" - why??

2001-03-31 Thread Art Boulatov
Hi, could you please help me figure out why is that happenning: After succesfull pivot_root & chroot from initrd, I *do* unmount /initrd, (no directories, no mapped files...), but I can *not* free the memory: "blockdev --flushbufs /dev/rd/0" returns "BLKFLSBUF: Device or resource busy". --

[SoftwareRAID in 2.4.1] md_import_device() returned -22

2001-02-03 Thread Art Boulatov
Hi, Could anybody please help me to resolve why this error is returned? (md_import_device() returned -22) I'm trying to setup software RAID0 on Asus CUR-DLS (dual channel ULTRA2 SCSI - sym53c896). kernel is pure 2.4.1(SMP), with devfs, sym53c8xx and raid0 support linked in. raidtools are 19990

[2.4.1] "DEVFS+RAID" not working

2001-02-04 Thread Art Boulatov
Hi, as I've posted before in [SoftwareRAID in 2.4.1], I wasn't able to get RAID0 working with devfs enabled and mounted on /dev. The problem had gone after I passed devfs=nomount, and used old device names for configuring/starting raid: /dev/md0 instead of /dev/md/0 /dev/sda1 instead of /dev/sc

Re: Linux support for Microsoft dynamic disks?

2001-05-13 Thread Art Boulatov
On Sunday 13 May 2001 03:15 pm, mirabilos wrote: > > I had (on a 2G disk) a NTFS, a FAT and some Linux partitions. It even > refused > to convert to dynamic disk. When it finally did, my Linux partitions > vanished. > You need this support to even be able to use linux on that dis

Re: Linux support for Microsoft dynamic disks?

2001-05-13 Thread Art Boulatov
On Sunday 13 May 2001 02:46 pm, Guest section DW wrote: > On Sat, May 12, 2001 at 08:34:45PM -0600, Jeff V. Merkey wrote: > > What is your specific question? > > Well, my specific question would be: enough information to support > mounting filesystems that live on a dynamic disk. > > Andries Unde