[OT] Re[2]: bkbits.net is down

2005-04-13 Thread Maciej Soltysiak
Hi Geert, you wrote on 13 Apr 2005: > I don't think so: both `c' and `t' are (different) ASCII-transcripts of the > actual non-ASCII character that should have been there. Yes, UTF-8 to US-ASCII > is lossy and imprecise ;-) There is now UTF there :-) Both Marcin and Martin are the same name, the

where is current kernel ?

2005-04-15 Thread Maciej Soltysiak
Hi, Is there currently a kernel tree that Linus is working ? I mean, now that we have 2.6.12-rc2 not being developed with BK, is that code getting fixes and other patches as we speak or the development will continue in a while someplace else ? Regards, Maciej - To unsubscribe from this list: se

strange incremental patch size [2.6.12-rc2 to 2.6.12-rc3]

2005-04-21 Thread Maciej Soltysiak
Hi, These are the sizes of rc2 and rc3 patches # ls -la patch-2.6.12* -rw-r--r-- 1 root src 18011382 Apr 4 18:50 patch-2.6.12-rc2 -rw-r--r-- 1 root src 19979854 Apr 21 02:29 patch-2.6.12-rc3 Let us make an incremental patch from rc2 to rc3 # interdiff patch-2.6.12-rc2 patch-2.6.12-rc3 >x Le

Re: function Name

2005-07-08 Thread Maciej Soltysiak
Hello raja, Friday, July 8, 2005, 8:12:21 AM, you wrote: >I am writing a function that takes the return value of the another > function and gives the status of the function. > if >error("functionName",arguments) > here the function with Name "functionName " is to be executed with the > co

Re: sched_yield() makes OpenLDAP slow

2005-08-18 Thread Maciej Soltysiak
Hello Con, Thursday, August 18, 2005, 2:47:25 AM, you wrote: > sched_yield behaviour changed in 2.5 series more than 3 years ago and > applications that use this as a locking primitive should be updated. I remember open office had a problem with excessive use of sched_yield() during 2.5. I guess t

Re: 3com 3c59x stopped working with 2.6.13-rc[56]

2005-08-23 Thread Maciej Soltysiak
Hello > I assume it worked OK in 2.6.12. Yes, sorry, forgot to mention that. >> 18:27:47: eth1: Setting full-duplex based on MII #24 link partner capability >> of 05e1. >> 18:32:02: NETDEV WATCHDOG: eth1: transmit timed out >> 18:32:02: eth1: transmit timed out, tx_status 00 status e601. >> 18:3

Re: [OT] [KORG] BitTorrents?

2005-08-29 Thread Maciej Soltysiak
Hello Sean, Monday, August 29, 2005, 6:13:21 AM, you wrote: > Is there any reason for not putting the kernel(and it's updates) up on a > tracker on kernel.org? I looked through the list and noted that there > has not been any discussion in regards to this topic. Maybe because HTTP and FTP is usu

agp_backend_initialize() failed on ServerWorks CNB20LE

2005-09-02 Thread Maciej Soltysiak
Hello, On a server with ServerWorks CNB20LE and CONFIG_AGP_SWORKS enabled I get these upon bootup: Linux agpgart interface v0.101 (c) Dave Jones agpgart: unable to determine aperture size. agpgart: agp_backend_initialize() failed. agpgart-serverworks: probe of :00:00.0 failed with error -22 ag

Re[2]: 2.6.11-rc3-mm1 bad scheduling while atomic + lockup

2005-02-07 Thread Maciej Soltysiak
Hello Hans, Monday, February 7, 2005, 9:19:47 PM, you wrote: > Maciej Soltysiak wrote: >>) >> >>Feb 6 17:07:47 dns kernel: hdc: dma_intr: status=0x51 { DriveReady >>SeekComplete Error } >>Feb 6 17:07:47 dns kernel: hdc: dma_intr: error=0x84 { DriveStatusError

Re: possible leak in kernel 2.6.10-ac12

2005-02-17 Thread Maciej Soltysiak
This patchlet is at: http://www.kernel.org/diff/diffview.cgi?file=%2Fpub%2Flinux%2Fkernel%2Fv2.6%2Fpatch-2.6.10.bz2;z=4918 This changeset contains other patches, you need only one. 2.6.11 will have it fixed. Regards, Maciej Soltysiak - To unsubscribe from this list: send the line "unsubscr

eepro100 or e100

2005-02-18 Thread Maciej Soltysiak
Hello, Can anyone shed some light upon the state of development of these drivers? I mean: the set of supported both NIC and kernel features. Are both drivers supported by their authors, etc. Looking for answers that would lead to a conclusion which to use. Regards, Maciej - To unsubscribe from

[2.6 current BK] Unnecesary code gets compiled in during build?

2005-02-18 Thread Maciej Soltysiak
Hi, I am compiling 2.6.11-rc4-cset And I see during the compilation: LD drivers/media/common/built-in.o LD drivers/media/dvb/b2c2/built-in.o LD drivers/media/dvb/bt8xx/built-in.o LD drivers/media/dvb/cinergyT2/built-in.o LD drivers/media/dvb/dibusb/built-in.o

Re[2]: eepro100 or e100

2005-02-18 Thread Maciej Soltysiak
Hi, >> Are both drivers supported by their authors, etc. > eepro100 is unmaintained and going away. Well, good to know then, I am switching right now. Thanks. > Jeff Maciej - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] M

How do I find out who uses swap?

2005-01-26 Thread Maciej Soltysiak
Hi, I have a problem for some time with that the amount of swap being used constantly increases up to the moment where the swap is used in 100% and the machine deadlocks. How do I find out which proceses use swap and in what amount? I tried using top and sorting by SWAP, it shows this: PID USE

2.6.11-rc3-mm1 bad scheduling while atomic + lockup

2005-02-06 Thread Maciej Soltysiak
Hello, I just want to report a lockup on my 2.6.11-rc3-mm1 machine. I was working on it via ssh and suddenly the machine stopped responding. When, the next day I came up to the console it was printing over and over this oops. In the logs I could find the oops. I am posting it inline here along w

[2.6.12-rc1-mm4] swapped memset arguments

2005-04-02 Thread Maciej Soltysiak
Hi, out of boredom I grepped 2.6.12-rc1-mm4 for swapped memset arguments. I found one: # grep -nr "memset.*\,\(\ \|\)0\(\ \|\));" * net/ieee80211/ieee80211_tx.c:226: memset(txb, sizeof(struct ieee80211_txb), 0); I found none in Linus' bk. Regards, Maciej - To unsubscribe from this li

Support for Large Block Devices

2005-01-23 Thread Maciej Soltysiak
Hi, I was wondering... Why is "Support for Large Block Devices" still an option? Shouldn't it be compiled in always? Or maybe there are some cons like incompatibility or something? Regards, Maciej - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

2.6.21.14 NFS related oops

2007-06-13 Thread Maciej Soltysiak
Hi, If anyone is interested I got this OOPS while running a torrent (btdownloadcurses) application writing directly to a NAS mounted via nfs3. The client machine is 2.6.21.14 and it is mounted with options: wsize=8192,rsize=8192,hard,intr,tcp After that, the application hung and i am unable t

Re: 2.6.21.14 NFS related oops

2007-06-14 Thread Maciej Soltysiak
Trond Myklebust pisze: On Wed, 2007-06-13 at 14:00 +0200, Maciej Soltysiak wrote: Hi, If anyone is interested I got this OOPS while running a torrent (btdownloadcurses) application writing directly to a NAS mounted via nfs3. The client machine is 2.6.21.14 and it is mounted with options

2.6.20.3-cks1 ext3 oops

2007-03-30 Thread Maciej Soltysiak
ing from me, just use my email or cc. Best regards, Maciej Soltysiak - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

2.6.20.4 crashes

2007-03-31 Thread Maciej Soltysiak
Hi, here's more... BUG: unable to handle kernel NULL pointer dereference at virtual address printing eip: *pde = Oops: [#1] Modules linked in: binfmt_misc sit nfs lockd nfs_acl sunrpc ipt_ECN iptable_mangle w83627ehf i2c_isa i2c_viapro i2c_core via_agp agpgart r