Re: [patch] preserve symlinked .configs

2001-05-17 Thread Marko Kreen
On Thu, May 17, 2001 at 10:01:33PM +1000, Andrew Morton wrote: When one has several machines it is nice to keep each machine's .config under revision control. Then, on each machine, ln [-s] .config-$(hostname -s) .config Problem is, `make menuconfig/oldconfig/config' goes and

CHR/BLK needed? was: Re: Why side-effects on open...

2001-05-24 Thread Marko Kreen
On Thu, May 24, 2001 at 09:39:35AM -0500, Oliver Xymoron wrote: On Thu, 24 May 2001, Marko Kreen wrote: IMHO the CHR/BLK is not needed. Think of /proc. In the future, the backup tools will be told to ignore /dev, that's all. The /dev dir should not be special. At least not to the kernel

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-27 Thread Marko Kreen
On Sun, May 27, 2001 at 10:45:17PM +0200, Daniel Phillips wrote: On Sunday 27 May 2001 15:32, Edgar Toernig wrote: Daniel Phillips wrote: I'm not claiming there isn't breakage somewhere, you break UNIX fundamentals. But I'm quite relieved now because I'm pretty sure that something

test9-pre4 bugs

2000-09-19 Thread Marko Kreen
Tried running pre4, here notes: 1) scsi devfs: /dev/scsi/host0 is now /dev/host0, /dev/scsi exist but is empty. 2) lots of messages: Warning - running *really* short on DMA buffers No oops yet. -- marko - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: generic scsi gone in 2.4.0test9pre4

2000-09-19 Thread Marko Kreen
On Tue, Sep 19, 2000 at 09:32:09AM -0700, Christoph Lameter wrote: Tried burning a cd with pre4 and devfs. There is no /dev/sg0 and /dev/scsi is empty. It 'moved'. Do a 'cd /dev/scsi; ln ../host0' for temporary workaround. Well, I 'tried to boot' from scsi, its even more fun... -- marko -

Re: generic scsi gone in 2.4.0test9pre4

2000-09-19 Thread Marko Kreen
On Tue, Sep 19, 2000 at 12:48:14PM -0700, Christoph Lameter wrote: On Tue, 19 Sep 2000, Marko Kreen wrote: On Tue, Sep 19, 2000 at 09:32:09AM -0700, Christoph Lameter wrote: Tried burning a cd with pre4 and devfs. There is no /dev/sg0 and /dev/scsi is empty. It 'moved'. Do a 'cd /dev

Re: /proc/partitions is wrong

2000-09-20 Thread Marko Kreen
On Wed, Sep 20, 2000 at 12:11:33PM +0200, Marko van Dooren wrote: Hello, my /proc/partitions says I have 25 partitions while there are only 21. Fdisk shows the right information, so there's nothing wrong with my disk or so. ... /dev/hda2 * 4 386 3076447+ a5 BSD/386 You

Re: strange BogoMIPS value

2000-09-21 Thread Marko Kreen
On Thu, Sep 21, 2000 at 10:39:27AM -0500, Erik McKee wrote: It seems as if linux 2.2.17 is calculating a strange value for my bogomips value. I thought is was supposed to be somewhere near the processor speed. Perhaps I am missing something? In 2.3.x they changed the BogoMIPS algorithm.

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-28 Thread Marko Kreen
On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote: Folks, give it a try - just keep decent backups. Similar code will It started to give me following errors: EXT2-fs error (device sd(8,6)): ext2_add_entry: bad entry in directory #28699: rec_len is smaller than minimal -

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-26 Thread Marko Kreen
On Tue, Sep 26, 2000 at 06:31:04PM -0400, Alexander Viro wrote: On Wed, 27 Sep 2000, Marko Kreen wrote: There is something fishy in ext2_empty_dir: Why? + } else if (de-name[2]) Sorry, I had a hard day and I should have gone to sleep already... I did

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-26 Thread Marko Kreen
On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote: Comments and help in testing are more than welcome. There is something fishy in ext2_empty_dir: + /* check for . and .. */ + if (de-name[0] != '.') +

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-28 Thread Marko Kreen
On Thu, Sep 28, 2000 at 11:51:02AM -0400, Alexander Viro wrote: On Thu, 28 Sep 2000, Marko Kreen wrote: On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote: EXT2-fs error (device sd(8,6)): ext2_add_entry: bad entry in directory #28699: rec_len is smaller than minimal - offset

Re: DPT Driver Status

2001-03-14 Thread Marko Kreen
On Wed, Mar 14, 2001 at 01:32:18AM -0500, Dalton Calford wrote: I have searched the archives, hunted through the adaptec site, tried multiple patches, compilers, revisions. Me too... I have a DPT/Adaptec DPT RAID V century card. This has been a topic of much discussion in the past on

Re: Adaptec/DPT RAID Drivers [Was: Re: DPT Driver Status]

2001-03-22 Thread Marko Kreen
On Wed, Mar 21, 2001 at 09:27:47PM -0800, Dr. Kelsey Hudson wrote: I've got a SmartCACHE IV...This driver seems not to recognize it. It is not supposed to. For DPT .* I - IV use CONFIG_SCSI_EATA 'EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards)' option. -- marko - To

[patch] big udelay's in fb drivers (2.4.0-prerelease)

2001-01-03 Thread Marko Kreen
I hope these are right fixes... -- marko diff -urNX /home/marko/misc/diff-exclude linux-2.4.0-prerelease/drivers/video/atyfb.c linux/drivers/video/atyfb.c --- linux-2.4.0-prerelease/drivers/video/atyfb.cWed Jan 3 19:55:56 2001 +++ linux/drivers/video/atyfb.c Wed Jan 3 22:42:32

Re: [patch] big udelay's in fb drivers (2.4.0-prerelease)

2001-01-03 Thread Marko Kreen
On Wed, Jan 03, 2001 at 11:32:52PM +0200, Marko Kreen wrote: -udelay(15000); /* delay for 50 (15) ms */ +mdelay(15); /* delay for 50 (15) ms */ Per Mark Hahn suggestion here is a patch that fixes the weird comments too. This is cumulative to the previous patch. -- marko --- linux

Re: request advice: how stable is devfs in 2.4.0-test9?

2000-10-30 Thread Marko Kreen
On Mon, Oct 30, 2000 at 10:45:48PM +0100, Mirko Klemm wrote: Could anyone please send me a comment on how actually usable the devfs support in the 2.4.0 test series is at the moment? Fine. I was forced to use it from 2.3.99-something and have not had any problems with it. (I lifted whole

[PATCH] ext2 cpu-le32 thinkos? (-test10)

2000-11-08 Thread Marko Kreen
Reading ext2 code I found some inconsistencies in endianess handling, could anyone comment on this? Also there is a unnecessary RDONLY check. I understand that it happens to work anyway but they confuse understanding. Or am I missing something? -- marko diff -urNX

Re: ramdisk/tmpfs/ramfs/memfs ?

2001-04-26 Thread Marko Kreen
On Thu, Apr 26, 2001 at 08:48:26PM +0200, Bjorn Wesen wrote: On Thu, 26 Apr 2001, Padraig Brady wrote: 3. If I've no backing store (harddisk?) is there any advantage of using tmpfs instead of ramfs? Also does tmpfs need a backing store? I don't know what tmpfs does actually, but

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: Hello, I saw that there was something changed on how fork() works, and wonder if this could be the cause my problem. When i do a su - user it just hangs. When i run strace on it i see that it forks and wait()s on the child.

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sun, May 06, 2001 at 02:20:50AM +0200, Magnus Naeslund(f) wrote: From: Marko Kreen [EMAIL PROTECTED] On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: When i do a su - user it just hangs. When i run strace on it i see that it forks and wait()s on the child. No i

Re: [BUG] directory renaming/removal

2001-02-02 Thread Marko Kreen
I must say that I dont know what the standards say, but... On Fri, Feb 02, 2001 at 01:28:28PM +, David Howells wrote: (1) Linux can't rename directories that are marked as read-only. This is strange because the directories actually being modified _do_ have write permission.

Re: ATAPI CDRW which doesn't work

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 11:05:44PM +0100, [EMAIL PROTECTED] wrote: Hi, I've never could make this CDRW ATAPI to work, if someone could provide me any clue about the baby. I just said that people on the kernel mailing list may care of its but. It looks like the baby didn't even noticed. ;-)

Re: PS hanging in 2.4.1 - HAPPENING NOW!!!

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 05:48:36PM -0500, Shawn Starr wrote: [root@coredump spstarr]# killall -9 gnomeicu ... waiting... Could you try it on 2.4.2ac2, I guess its this item: o Fix datagram hang on shutdown (Alexey Kuznetsov) -- marko - To unsubscribe from this

Re: PS hanging in 2.4.1 - HAPPENING NOW!!!

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 08:06:08PM -0500, Shawn Starr wrote: Wasn't on shutdown though ;-) The 'shutdown' as in 'process shutdown' ? _Not_ machine shutdown. I was just about to receive a message when things started to lock up slowly. Then everything else followed. Marko Kreen wrote

Re: Minor 2.4.3 Adaptec Driver Problems

2001-04-01 Thread Marko Kreen
On Sun, Apr 01, 2001 at 01:09:30PM -0700, Earle Nietzel wrote: Umm. This isn't an aic7xxx driver problem at all. The SCSI layer determines the order of bus attachment *amongst* the various SCSI HBA (or SCSI HBA like) drivers in the system. In this case, it has decided to probe your IDE

comments on CML 1.1.0

2001-04-14 Thread Marko Kreen
Using CML2 1.1.0 'menuconfig' on clean 2.4.3 (mach is PPro 180) Suggestions: * the 'N' should be shown as ' ' as in menuconfig - it is visually much better to get overview of whole screenful. 'Y'/'M' and 'N' are basically of 'same size' so you must look directly on letter to understand

Re: Still cannot compile, 2.4.3-ac6

2001-04-14 Thread Marko Kreen
On Sun, Apr 15, 2001 at 01:03:35AM +0300, Matti Aarnio wrote: On Sat, Apr 14, 2001 at 09:09:00PM +, Thorsten Glaser Geuer wrote: Dear Sirs, I still cannot compile with gcc-3.0 from 08.04. Yes ? Who said gcc-3.0 is suitable compiler ? No doubt it some day will be the

Re: DPT PM3755F Fibrechannel Host Adapter

2001-04-14 Thread Marko Kreen
On Sat, Apr 14, 2001 at 05:33:02PM -0600, [EMAIL PROTECTED] wrote: I have been unable to set up a module for my DPT fibrechannel host adapter, partly through unavailability, and partly through inexperience. There is a nice suppary of current DPT driver status on Kernel Traffic #113:

Re: CML2 1.1.3 is available

2001-04-17 Thread Marko Kreen
On Mon, Apr 16, 2001 at 05:42:23PM -0400, Eric S. Raymond wrote: Release 1.1.3: First I must say that versions 1.1.2, 1.1.3 are much faster than previous, I really cannot say that CML2 is in some way unusable for me. Good work! * Freeze color changed from cyan to blue. Erm. Yes, in

Re: [patch] preserve symlinked .configs

2001-05-17 Thread Marko Kreen
On Thu, May 17, 2001 at 10:01:33PM +1000, Andrew Morton wrote: > When one has several machines it is nice to keep each > machine's .config under revision control. Then, on > each machine, > > ln [-s] .config-$(hostname -s) .config > > Problem is, `make menuconfig/oldconfig/config' goes

CHR/BLK needed? was: Re: Why side-effects on open...

2001-05-24 Thread Marko Kreen
On Thu, May 24, 2001 at 09:39:35AM -0500, Oliver Xymoron wrote: > On Thu, 24 May 2001, Marko Kreen wrote: > > IMHO the CHR/BLK is not needed. Think of /proc. In the future, > > the backup tools will be told to ignore /dev, that's all. > > The /dev dir should not

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-27 Thread Marko Kreen
On Sun, May 27, 2001 at 10:45:17PM +0200, Daniel Phillips wrote: > On Sunday 27 May 2001 15:32, Edgar Toernig wrote: > > Daniel Phillips wrote: > > > I'm not claiming there isn't breakage somewhere, > > > > you break UNIX fundamentals. But I'm quite relieved now because I'm > > pretty sure that

Re: /proc format (was Device Registry (DevReg) Patch 0.2.0)

2001-04-25 Thread Marko Kreen
On Thu, Apr 26, 2001 at 12:03:25AM +0200, J . A . Magallon wrote: > > On 04.25 Doug McNaught wrote: > > "J . A . Magallon" <[EMAIL PROTECTED]> writes: > > > > > Question: it is possible to redirect the same fs call (say read) to > > different > > > implementations, based on the open mode of the

Re: ramdisk/tmpfs/ramfs/memfs ?

2001-04-26 Thread Marko Kreen
On Thu, Apr 26, 2001 at 08:48:26PM +0200, Bjorn Wesen wrote: > On Thu, 26 Apr 2001, Padraig Brady wrote: > > 3. If I've no backing store (harddisk?) is there any advantage > >of using tmpfs instead of ramfs? Also does tmpfs need a > >backing store? > > I don't know what tmpfs does

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: > Hello, I saw that there was something changed on how fork() works, and > wonder if this could be the cause my problem. > When i do a "su - " it just hangs. > When i run strace on it i see that it forks and wait()s on the child.

Re: 2.4.4 fork() problems (maybe)

2001-05-05 Thread Marko Kreen
On Sun, May 06, 2001 at 02:20:50AM +0200, Magnus Naeslund(f) wrote: > From: "Marko Kreen" <[EMAIL PROTECTED]> > > On Sat, May 05, 2001 at 09:07:53PM +0200, Magnus Naeslund(f) wrote: > > > When i do a "su - " it just hangs. > > > When i run stra

Re: DPT Driver Status

2001-03-14 Thread Marko Kreen
On Wed, Mar 14, 2001 at 01:32:18AM -0500, Dalton Calford wrote: > I have searched the archives, hunted through the adaptec site, tried > multiple patches, compilers, revisions. Me too... > > I have a DPT/Adaptec DPT RAID V century card. This has been a topic of > much discussion in the

Re: Adaptec/DPT RAID Drivers [Was: Re: DPT Driver Status]

2001-03-22 Thread Marko Kreen
On Wed, Mar 21, 2001 at 09:27:47PM -0800, Dr. Kelsey Hudson wrote: > I've got a SmartCACHE IV...This driver seems not to recognize it. It is not supposed to. For DPT .* I - IV use CONFIG_SCSI_EATA 'EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards)' option. -- marko - To

[oops] test9pre2 / sb

2000-09-19 Thread Marko Kreen
Reproducible oops: 'gmix -i --sm-disable' on test9-pre2. Loaded sound modules: sb, gus (in this order) Oops itself: ksymoops 2.3.4 on i686 2.4.0-test9. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.0-test9/ (default)

test9-pre4 bugs

2000-09-19 Thread Marko Kreen
Tried running pre4, here notes: 1) scsi devfs: /dev/scsi/host0 is now /dev/host0, /dev/scsi exist but is empty. 2) lots of messages: Warning - running *really* short on DMA buffers No oops yet. -- marko - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: generic scsi gone in 2.4.0test9pre4

2000-09-19 Thread Marko Kreen
On Tue, Sep 19, 2000 at 09:32:09AM -0700, Christoph Lameter wrote: > Tried burning a cd with pre4 and devfs. There is no /dev/sg0 and /dev/scsi > is empty. It 'moved'. Do a 'cd /dev/scsi; ln ../host0' for temporary workaround. Well, I 'tried to boot' from scsi, its even more fun... -- marko

Re: generic scsi gone in 2.4.0test9pre4

2000-09-19 Thread Marko Kreen
On Tue, Sep 19, 2000 at 12:48:14PM -0700, Christoph Lameter wrote: > On Tue, 19 Sep 2000, Marko Kreen wrote: > > On Tue, Sep 19, 2000 at 09:32:09AM -0700, Christoph Lameter wrote: > > > Tried burning a cd with pre4 and devfs. There is no /dev/sg0 and /dev/scsi > > > is

Re: /proc/partitions is wrong

2000-09-20 Thread Marko Kreen
On Wed, Sep 20, 2000 at 12:11:33PM +0200, Marko van Dooren wrote: > Hello, my /proc/partitions says I have 25 partitions while there are > only 21. Fdisk shows the right information, so there's nothing wrong > with my disk or so. ... > /dev/hda2 * 4 386 3076447+ a5 BSD/386

Re: strange BogoMIPS value

2000-09-21 Thread Marko Kreen
On Thu, Sep 21, 2000 at 10:39:27AM -0500, Erik McKee wrote: > It seems as if linux 2.2.17 is calculating a strange value for my bogomips > value. I thought is was supposed to be somewhere near the processor > speed. Perhaps I am missing something? In 2.3.x they changed the BogoMIPS algorithm.

Re: [patch] Re: [patch-2.4.0-test12-pre6] truncate(2) permissions

2000-12-08 Thread Marko Kreen
On Thu, Dec 07, 2000 at 09:59:18PM -0500, Alexander Viro wrote: > On Fri, 8 Dec 2000 [EMAIL PROTECTED] wrote: > > > BTW, could we finally lose mpx(2)? > > > > Maybe we lost it - I find sys_mpx only in a comment in arch/arm/kernel/calls.S > > Sure, but man2/mpx.2 is alive and well...

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-28 Thread Marko Kreen
On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote: > Folks, give it a try - just keep decent backups. Similar code will It started to give me following errors: EXT2-fs error (device sd(8,6)): ext2_add_entry: bad entry in directory #28699: rec_len is smaller than minimal -

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-26 Thread Marko Kreen
On Tue, Sep 26, 2000 at 06:31:04PM -0400, Alexander Viro wrote: > On Wed, 27 Sep 2000, Marko Kreen wrote: > > There is something fishy in ext2_empty_dir: > > Why? > > > + } else if (de->name[2]) > Sorry, I had a hard day and I sho

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-26 Thread Marko Kreen
On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote: > Comments and help in testing are more than welcome. There is something fishy in ext2_empty_dir: + /* check for . and .. */ + if (de->name[0] != '.') +

Re: [CFT][PATCH] ext2 directories in pagecache

2000-09-28 Thread Marko Kreen
On Thu, Sep 28, 2000 at 11:51:02AM -0400, Alexander Viro wrote: > On Thu, 28 Sep 2000, Marko Kreen wrote: > > On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote: > > > > EXT2-fs error (device sd(8,6)): ext2_add_entry: bad entry in directory > > #28699: rec_

[patch] big udelay's in fb drivers (2.4.0-prerelease)

2001-01-03 Thread Marko Kreen
I hope these are right fixes... -- marko diff -urNX /home/marko/misc/diff-exclude linux-2.4.0-prerelease/drivers/video/atyfb.c linux/drivers/video/atyfb.c --- linux-2.4.0-prerelease/drivers/video/atyfb.cWed Jan 3 19:55:56 2001 +++ linux/drivers/video/atyfb.c Wed Jan 3 22:42:32

Re: [patch] big udelay's in fb drivers (2.4.0-prerelease)

2001-01-03 Thread Marko Kreen
On Wed, Jan 03, 2001 at 11:32:52PM +0200, Marko Kreen wrote: > -udelay(15000); /* delay for 50 (15) ms */ > +mdelay(15); /* delay for 50 (15) ms */ Per Mark Hahn suggestion here is a patch that fixes the weird comments too. This is cumulative to the previous patch. --

Re: request advice: how stable is devfs in 2.4.0-test9?

2000-10-30 Thread Marko Kreen
On Mon, Oct 30, 2000 at 10:45:48PM +0100, Mirko Klemm wrote: > Could anyone please send me a comment on how actually usable the devfs > support in the 2.4.0 test series is at the moment? Fine. I was forced to use it from 2.3.99-something and have not had any problems with it. (I lifted whole

[PATCH] ext2 cpu<->le32 thinkos? (-test10)

2000-11-08 Thread Marko Kreen
Reading ext2 code I found some inconsistencies in endianess handling, could anyone comment on this? Also there is a unnecessary RDONLY check. I understand that it happens to work anyway but they confuse understanding. Or am I missing something? -- marko diff -urNX

Re: [BUG] directory renaming/removal

2001-02-02 Thread Marko Kreen
I must say that I dont know what the standards say, but... On Fri, Feb 02, 2001 at 01:28:28PM +, David Howells wrote: > (1) Linux can't rename directories that are marked as read-only. This is > strange because the directories actually being modified _do_ have write > permission.

Re: ATAPI CDRW which doesn't work

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 11:05:44PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I've never could make this CDRW ATAPI to work, if someone could > provide me any clue about the baby. I just said that people on the > kernel mailing list may care of its but. It looks like the baby didn't > even

Re: PS hanging in 2.4.1 - HAPPENING NOW!!!

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 05:48:36PM -0500, Shawn Starr wrote: > [root@coredump spstarr]# killall -9 gnomeicu > > ... waiting... Could you try it on 2.4.2ac2, I guess its this item: o Fix datagram hang on shutdown (Alexey Kuznetsov) -- marko - To unsubscribe from this

Re: PS hanging in 2.4.1 - HAPPENING NOW!!!

2001-02-03 Thread Marko Kreen
On Sat, Feb 03, 2001 at 08:06:08PM -0500, Shawn Starr wrote: > Wasn't on shutdown though ;-) The 'shutdown' as in 'process shutdown' ? _Not_ machine shutdown. > > I was just about to receive a message when things started to lock up slowly. > Then everything else followed. >

Re: ATAPI CDRW which doesn't work

2001-02-04 Thread Marko Kreen
On Sun, Feb 04, 2001 at 11:16:16AM +0100, Joachim 'roh' Steiger wrote: > On Sun, 4 Feb 2001, Marko Kreen wrote: > > Compile in options 'SCSI generic', 'SCSI cdrom and 'SCSI > > emulation support' then add 'hdb=scsi' to kernel parameters. > is there someone working on direct supp

Re: Minor 2.4.3 Adaptec Driver Problems

2001-04-01 Thread Marko Kreen
On Sun, Apr 01, 2001 at 01:09:30PM -0700, Earle Nietzel wrote: > > Umm. This isn't an aic7xxx driver problem at all. The SCSI layer > > determines the order of bus attachment *amongst* the various > > SCSI HBA (or SCSI HBA like) drivers in the system. In this case, > > it has decided to probe

comments on CML 1.1.0

2001-04-14 Thread Marko Kreen
Using CML2 1.1.0 'menuconfig' on clean 2.4.3 (mach is PPro 180) Suggestions: * the 'N' should be shown as ' ' as in menuconfig - it is visually much better to get overview of whole screenful. 'Y'/'M' and 'N' are basically of 'same size' so you must look directly on letter to understand

Re: Still cannot compile, 2.4.3-ac6

2001-04-14 Thread Marko Kreen
On Sun, Apr 15, 2001 at 01:03:35AM +0300, Matti Aarnio wrote: > On Sat, Apr 14, 2001 at 09:09:00PM +, Thorsten Glaser Geuer wrote: > > Dear Sirs, > > I still cannot compile with gcc-3.0 from 08.04. > > Yes ? Who said gcc-3.0 is suitable compiler ? > > No doubt it some day will

Re: DPT PM3755F Fibrechannel Host Adapter

2001-04-14 Thread Marko Kreen
On Sat, Apr 14, 2001 at 05:33:02PM -0600, [EMAIL PROTECTED] wrote: > I have been unable to set up a module for my DPT fibrechannel host adapter, partly >through unavailability, and partly through inexperience. There is a nice suppary of current DPT driver status on Kernel Traffic #113:

Re: CML2 1.1.3 is available

2001-04-17 Thread Marko Kreen
On Mon, Apr 16, 2001 at 05:42:23PM -0400, Eric S. Raymond wrote: > Release 1.1.3: First I must say that versions 1.1.2, 1.1.3 are much faster than previous, I really cannot say that CML2 is in some way unusable for me. Good work! > * Freeze color changed from cyan to blue. Erm. Yes,