Re: Ide performance (was RAID0 Performance problems)

2001-04-17 Thread Phil
Le 15 Apr 2001 21:08:04 +0200, Andreas Peter a écrit : > Hi, > I've posted about performance problems with my RAID0 setup. > RAID works fine, but it's too slow. Hi I have the same problem, but i think it 's a BX chipset related problem. I Have a BP6 whit a BX chipset and a htp 366 chipset. on a

Re: [Fwd: [LARTC] 1 adsl + 1 sdsl + masq + simultaneous incommingroutes]

2001-03-02 Thread phil
mewhere. Storing which incoming route + port number and keeping a > dynamic list... -- --- Phil Brutsche [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe l

Re: time in the future during make for 2.4.0

2001-01-28 Thread phil
bout a long arg list, you can try 'touch `find . -type f`'. Phil On Sun, Jan 28, 2001 at 08:49:38PM +0100, Mikael Pettersson wrote: > On Sun, 28 Jan 2001 12:27:46 -0600 (CST), Thomas Molina wrote: > > >I seem to recall a discussion on faster processors causing timing >

LOL

2015-01-05 Thread Phil
Hahaha! Is that you on that pic? :) http://www.fuckingmachines.com/track/MTYyMTA1MTozOjM,4/ Copy to browser! No more such info? Simpy answer "no" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majord

investici

2016-05-18 Thread Phil
Jsem zastupujicí investicní zajem ze strany Dubaji, pro ktere hledáme vasi ucast. Odpoved na e-mailu nize v pripade zajmu. E-mail: pbrt...@gmail.com

rstpd implementation

2016-06-22 Thread Phil
Hi, When looking for an RSTP daemon I found Stephen Hemminger's git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/rstp.git with it's last commit from October 2011. Is this implementation still in good use

Re: rstpd implementation

2016-06-23 Thread Phil
On 06/22/2016 08:12 PM, Stephen Hemminger wrote: On Wed, 22 Jun 2016 12:44:52 -0500 ebied...@xmission.com (Eric W. Biederman) wrote: Phil writes: Hi, When looking for an RSTP daemon I found Stephen Hemminger's git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/rstp.git &

Re: Bug#695182: [RFC] Reproducible OOM with just a few sleeps

2013-01-31 Thread Phil Turmel
ms to be politely wishing you the best of luck with that. > Cheers, Paul Regards, Phil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html P

Re: [RFC][PATCH] Entropy generator with 100 kB/s throughput

2013-02-21 Thread Phil Carmody
0, 1030, 1050, 1060, 1080, 1090, 1110, 1120, ... i.e. with absolutely metronomic deltas of 10, 20, 10, 20, 10, 20, ... has 4 bit of entropy per reading. I hope I don't have to explicitly say that it clearly it has 0 bits of entropy. Entropy harvesting is quite hard - entropy estimation is unim

RE: [PATCH 4/6] Add multi mport support.

2008-01-31 Thread Phil Terry
two cases: 1. I have two mport to two controllers each connected to different physical fabrics. This system can act as an application bridge between the two fabrics. 2. I have two mports to two controllers each connected directly or indirectly to the same fabric. I want to use

Re: [git pull] x86 arch updates for v2.6.25

2008-02-04 Thread Phil Oester
ne else out there would find it similarly useful, and the extra time it takes to find/patch/compile kgdb in is precluding them from participating? Why would we ever want to do that? Phil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

[PATCH] smack: fix magic value

2013-07-10 Thread Phil Carmody
5d is ']', 'M' is 4d. Signed-off-by: Phil Carmody --- include/uapi/linux/magic.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index 2944278..5c1d878 100644 --- a/include/uapi/linux/magic.h +++

Re: [PATCH V4 02/15] asymmetric keys: implement EMSA_PKCS1-v1_5-ENCODE in rsa

2013-09-23 Thread Phil Carmody
tfm = crypto_alloc_shash(pkey_hash_algo[hash_algo], 0, 0); > + if (IS_ERR(tfm)) > + return (PTR_ERR(tfm) == -ENOENT) ? -ENOPKG : PTR_ERR(tfm); > + > + desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); > + digest_size = crypto_shash_digestsize(t

Re: [PATCH 03/11] m68k: set arch_gettimeoffset directly

2012-11-11 Thread Phil Blundell
0, since the removed m68k_gettimeoffset() did > this. Also, s/unsigned long/u32/ just to make the function prototypes > exactly match that of arch_gettimeoffset. > > Cc: Geert Uytterhoeven > Cc: Philip Blundell Acked-by: Phil Blundell > Cc: Joshua Thompson > Cc: Sam Creasey > Signed

RE: [PATCH] checkpatch: forgive use of mixed case variables measuring units

2013-06-12 Thread Phil Carmody
Joe Perches wrote: > On Wed, 2013-05-29 at 14:02 +0300, Phil Carmody wrote: > > I don't think anyone really has an issue with things like max_mV. > > And whilst nS et al. may not be SI standard, at least it's clear > > what they represent. > [] > > diff

RE: [RFC PATCH 00/11] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-20 Thread Phil Carmody
of diffs (due to one address changing and pushing everything else out of kilter), then feel free to forward both .o's or both objdumps to me, and I can run a script over them, which knows to ignore unimportant address changes. Praying that this mail is readable to you, as it's not rea

RE: [RFC PATCH 00/11] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-20 Thread Phil Carmody
> -Original Message- > On Thu, Jun 20, 2013 at 12:24:47PM +0300, Phil Carmody wrote: > > Can you just make that minimal change, and diff the objdump of the > two .o's? > > It would be worth a bug-report against the toolchain if different > code > > wa

[PATCH] checkpatch: forgive use of mixed case variables measuring units

2013-05-29 Thread Phil Carmody
I don't think anyone really has an issue with things like max_mV. And whilst nS et al. may not be SI standard, at least it's clear what they represent. Signed-off-by: Phil Carmody --- scripts/checkpatch.pl |1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl

Re: [PATCH] dma: add driver for R-Car HPB-DMAC

2013-07-01 Thread phil . edworthy
Hi Max, Sergei, Thanks for your work on this. > Add support for HPB-DMAC found in Renesas R-Car SoCs, using 'shdma-base' DMA > driver framework. > > Based on the original patch by Phil Edworthy . > > Signed-off-by: Max Filippov > [Sergei: removed useless #in

[PATCH 1/1] checkpatch: fix some whitespace issues caused by --fix

2013-08-05 Thread Phil Carmody
Signed-off-by: Phil Carmody --- scripts/checkpatch.pl | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 2ee9eb7..b5f4157 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1432,6 +1432

RE: [PATCH 1/1] checkpatch: fix some whitespace issues caused by --fix

2013-08-06 Thread Phil Carmody
> On Mon, 2013-08-05 at 14:08 +0300, Phil Carmody wrote: > > Lines with incorrect spacing around an operator, such as: > > bystander, correct,incorrect > > would get "fixed" to > > bystander,correct, incorrect > > as the correct argument as well as th

[[RFC]] scripts/robopatch.pl: the mechanical bride of checkpatch.pl

2013-08-06 Thread Phil Carmody
patch knowing about those kinds of things, and then just blindly obeys orders. ALWAYS CHECK ITS CHANGES. Signed-off-by: Phil Carmody --- scripts/robopatch.pl | 465 ++ 1 file changed, 465 insertions(+) create mode 100755 scripts/robopatch

Re: linux-next: Tree for Aug 7

2013-08-07 Thread Phil Sutter
ses when the configured protocol is ETH_P_ALL, so at least for 802.1X this should fix the problem. The idea behind this patch is that users setting the protocol to something else probably do know better and so should be left alone. Best wishes, Phil diff --git a/net/packet/af_packet.c b/net/packet/af_p

Re: linux-next: Tree for Aug 7

2013-08-07 Thread Phil Sutter
, ETH_HLEN) right after calling eth_type_trans(skb, dev) in order to undo the 'data' and 'len' adjustment. Not sure if this kind of hack is the right way to go here, or if the whole af_packet parses ethernet header discussion should be opened again instead. Best wishes, Phil

Re: linux-next: Tree for Aug 7

2013-08-09 Thread Phil Sutter
t;protocol == htons(ETH_P_8021Q)) > reserve += VLAN_HLEN; > } else { > skb->protocol = proto; > - skb->dev = dev; > } > + skb->dev = dev; > > if (!gso_type && (len > dev->mtu + reserve + extra_len)) { > err = -EMSGSIZE; The problem with this patch is __eth_type_trans() assuming the MAC header at skb->data which might be correct in the most cases, but not when called from eth_type_trans() as the later sets skb->data to after the ethernet header (which was the problem from the beginning). Best wishes, Phil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [patch v7 05/21] sched: log the cpu utilization at rq

2013-05-06 Thread Phil Carmody
here it is. If the shift has overflowed, then you've already lost information; and if it can't overflow, then it's not needed at all. It's itsy-bitsy, but note that there exists a div_u64(u64 dividend, u32 divisor) helper which may be implemented to be superior to just

[PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-08 Thread Phil Carmody
I've got a tweaked version as well as the system default, so make the sparse binary that's run user-selectable. Signed-off-by: Phil Carmody --- Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a3a834b..e7a4851 100644 ---

Re: [PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-09 Thread Phil Carmody
On 08/05/13 10:44 -0700, Randy Dunlap wrote: > On 05/08/13 08:23, Phil Carmody wrote: > > I've got a tweaked version as well as the system default, > > so make the sparse binary that's run user-selectable. > > > > I'm confused about why this patch is

Re: RT thread migration (?) problem

2013-04-16 Thread Phil Wilshire
On Thu, Apr 11, 2013 at 2:05 AM, Mike Galbraith wrote: > On Wed, 2013-04-10 at 08:49 -0400, Phil Wilshire wrote: >> We are using kernel 3.2.21 >> >> It looks like we are seeing stalls or lockups when allowing rt threads to >> migrate. >> >> The problem has

Re: Would like to form a pool of Linux copyright holders for faster GPL enforcement against Anthrax Kernels

2013-05-19 Thread Phil Turmel
ommunity is not obligated to accept it. If you want to be sure your license choice is "properly recorded", publish it yourself. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: RAID extremely slow

2012-07-25 Thread Phil Turmel
ething else trigger it? > unused devices: > > # cat /proc/sys/dev/raid/speed_limit_min > 1 MD is unable to reach its minimum rebuild rate while other system activity is ongoing. You might want to lower this number to see if that gets you out of the stalls. Or temporar

Re: epoll with ONESHOT possibly fails to deliver events

2012-12-13 Thread Phil Turmel
On 12/13/2012 07:08 PM, Phil Turmel wrote: > On 12/13/2012 04:32 AM, Eric Wong wrote: >> Andreas Voellmy wrote: > > [trim /] > >>>> Another thread, distinct from all of the threads serving particular >>>> sockets, is perfoming epoll_wait calls. When soc

Re: epoll with ONESHOT possibly fails to deliver events

2012-12-13 Thread Phil Turmel
f your monitoring thread returns from epoll_wait within this race window, it will call pthread_cond_signal while the first thread is not yet waiting for it. With the one-shot flag, the next iteration of epoll_wait won't see that socket's new data. Phil -- To unsubscribe from this list:

Re: [PATCH v6 0/3] Add modules to support realtek PCIE card reader

2012-09-28 Thread Phil Turmel
HC card. I don't have a memstick to test. For patches 1 & 2, feel free to add my: Tested-by: Philip J. Turmel Regards, Phil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

2.6.25-rc3: WARNING: at arch/x86/mm/ioremap.c:137

2008-02-24 Thread Phil Oester
Got the below on -rc3. Tried applying the "more info" patch from Arjan (http://marc.info/?l=linux-kernel&m=120336371506283&w=2), but that just made the warning go away. Phil ACPI: EC: Look up EC in DSDT [ cut here ] WARNING: at arch/x86/mm/iorem

RE: kswapd, kupdated, and bdflush at 99% under intense IO

2001-04-10 Thread Phil Oester
responds to pings at this time, even though it goes hours without any profile captures. Upon powercycling, the qmail partition is loaded with thousands of errors - which could be caused by the power cycling, or by something kernel related. In the meantime, I've had to revert to 2.2.19 any time

Stale super_blocks in 2.2

2001-02-13 Thread Phil Auld
google it's hard to do a good search of this list. Can anyone take the time to help me understand the reason for this choice? This seems to me to be backwards. When a device is unmounted there should be no cached information. Thanks for the help,

Re: Stale super_blocks in 2.2

2001-02-13 Thread Phil Auld
or fiber channel devices. I saw some issues with invalidate_buffers and page caching discussed in 2.4 space. Any reasons come to mind why I shouldn't call invalidate on the the way down instead (or in addition)? Thanks, Phil -

Re: Stale super_blocks in 2.2

2001-02-14 Thread Phil Auld
sues involved with invalidating on the way down. Thanks the time, Phil -- Philip R. Auld,Ph.D. Techinical Staff Egenera Corp.[EMAIL PROTECTED] 165 Forest St, Marlboro, MA 01752(508)786-9444

CS4232 sound questions

2001-02-22 Thread Phil Smith
solutions to this, but odd or exact suggestions will be greatly appreciated. Thank you, Phil Smith The mother board is a pr440fx intel board. Dual ppro 200 cpus Linux version 2.4.1 (root@gezr) (gcc version 2.95.3 20010125 (prerelease)) #8 SMP Thu Feb 22 17:44:42 CST 2001 dmesg information

Re: CS4232 sound update

2001-02-23 Thread Phil Smith
With the removal of the pnp selection, it worked, answered in another post to another topic, the 3c509 sb issue, almost as if isapnp is grabing the card its self and holding on in some way. Thank you Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

mount -loop freezes on 2.4.2

2001-03-01 Thread Phil Carinhas
the file does fail to mount. Works ok with 2.4.1 in read mode.. Riel says it fails in write on 2.4.1 -- -Phil C. .- | P. A. Carinhas, Ph.D.| [EMAIL PROTECTED] | | Fortuitous Technologies Inc. | http://fortuitous.com

Re: 2.4.2 TCP window shrinking

2001-03-02 Thread Phil Brutsche
7 216.239.46.27 216.239.46.34 216.239.46.168 130.239.126.113 206.190.23.112 193.130.225.253 - -- - -- Phil Brutsche [EMAIL PROTECTED] GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D 7E5E FD94 D264 50DE 1CFC GPG key

Re: problem with hp C1537A tape drives

2000-11-26 Thread Phil Randal
ve manuals have interesting cleaning instructions... With new tapes, the heads nead cleaning far more frequently than you'd expect. I've found it needs two cleaning tape passes to clear this one. Cleaning solves a similar problem I get with these drives and Backup Ex

Re: problem with hp C1537A tape drives

2000-11-26 Thread Phil Randal
e cluelessness. No problem - it's a relief to confirm that it's not Backup Exec's fault on Netware. Phil ---- Phil Randal Home: [EMAIL PROTECTED] Worcester, UK ht

Re: problem with hp C1537A tape drives

2000-11-26 Thread Phil Randal
> Hello Paul & Phil , Ouch !, is this media that loose on the > substrate that it leaves that much behind ? Or is it something > else ? I'd really like to know what the problem is , as I am > seriously looking at putting DDS-III &

Re: PATCH: killing read_ahead[]

2000-10-25 Thread Phil Randal
y. > > > > Wrong syntax: > > > > :%s/have/doesn't have/gc > > ??? Why the hell do you want a global replacement? So we can have loads of "doesn't doesn't have"s in the kernel? :-) Phil -

Re: Posting to this list without 500 bounces?

2000-09-28 Thread Phil Randal
ct. The logic goes... Some spammers use SMTP from their dial-up PCs to send spam, so we'll block their ISP's dial-up address ranges. Not to worry, because legitimate users will relay through their ISP's mail servers. H. Dodgy. Phil -----

Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Phil Oester
anyone else get the following: make[5]: Entering directory ` - 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/

Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Phil Oester
one more try... anyone else get the following: make[5]: Entering directory `/usr/src/linux-2.4.2-ac13/drivers/scsi/aic7xxx/aicasm' lex -t aicasm_scan.l > aicasm_scan.c gcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm aicasm_symbol.c:39: db/db_185.h: No such

RE: Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Phil Oester
I actually had the problem with lack-of-lex also, but worked through that... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Cox Sent: Tuesday, March 06, 2001 4:51 PM To: J . A . Magallon Cc: Phil Oester; [EMAIL PROTECTED] Subject: Re: Error

State of RAID (and the infamous FastTrak100 card)

2001-03-14 Thread Phil Edwards
tions that involve lots of patches to the 2.2.x kernel, because I have to have a working system in order to rebuild a kernel... and I would have to patch the kernel before I can install/boot the system... and there will be no other hard drives available in the machine; just the two being striped

Re: State of RAID (and the infamous FastTrak100 card)

2001-03-19 Thread Phil Edwards
ick has already explained this mess on > several occations here on LKML. Search the archives. I did and didn't find much. What word am I missing in the search terms? (I found the FastTrak100->what's-the-meaning-of-the-GPL thread I mentioned, but nothing else.) Much than

RE: hotmail not dealing with ECN

2001-01-26 Thread Randal, Phil
it, the response which will come back won't be "Linux is wonderful, it conforms to the standards". It will be "Linux sucks, we can't connect to xyz.com with it (or we can't connect because to xyz.com they run it)". We may be right, "they" may be wrong, bu

RE: 2.4.5aa1

2001-05-26 Thread Phil Oester
Works for me. Running cerberus on a machine w/2gb RAM - deadlocks on 2.4.5 vanilla, keeps running on 2.4.5aa1. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrea Arcangeli Sent: Saturday, May 26, 2001 10:33 AM To: [EMAIL PROTECTED] Subject: 2.4.5aa1

Re: Configure.help is complete

2001-06-01 Thread Phil Auld
kernel that does not require new syscalls/ioctls and can be accessed from user space without specifically compiled programs. You can use shell scripts, java, command line etc. Cheers, Phil -- Philip R. Auld, Ph.D. Technic

RE: TRG vger.timpanogas.org hacked

2001-06-05 Thread Randal, Phil
ver, there are no release notes on ISC's web site, and their vulnerabilities page lists no known security flaws in Bind 8.2.3. But the paranoid part of me does wonder :-) (And I haven't the time to do the diffs to see what's changed.) Cheers, Phil ----

NFS caching issues on 2.4

2001-06-06 Thread Phil Oester
s. I reverted to 2.2.19 on the boxes (which are RedHat 7.1 incidentally), and these problems went away. Any ideas why this is happening? -Phil Oester - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordom

2.6.12->2.6.13-rc6 SMT changes -- intentional?

2005-08-08 Thread Phil Oester
utput from each kernel. Phil Linux version 2.6.12.4 (root@) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Mon Aug 8 17:13:40 EDT 2005 BIOS-provided physical RAM map: BIOS-e820: - 000a (usable) BIOS-e820: 000f - 0010 (reserved) BIOS

Re: 2.6.12->2.6.13-rc6 SMT changes -- intentional?

2005-08-08 Thread Phil Oester
ce I just copied the 2.6.12.4 .config, and did a make oldconfig on it. Looks like ACPI is now dependent on CONFIG_PM, while it was not before. Wonder how many others this will bite... Thanks, Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Dual 2.8ghz xeon, software raid, lvm, jfs

2005-08-09 Thread Phil Dier
cglink.com/cluster-debug-2.6.12.3.html Please CC me on replies, as I am not subscribed to l-k. Thanks for your help. -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: Dual 2.8ghz xeon, software raid, lvm, jfs

2005-08-10 Thread Phil Dier
ixes your problem, IIRC > there have been a number of changes to the MPT driver between those two > kernel versions. Thanks for the suggestion. I'll give it a try and see if it passes the test. -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - T

2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-11 Thread Phil Dier
39 c2 74 05 e9 ac 73 03 00 89 Thanks for looking.. -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-11 Thread Phil Dier
_blk.c, just before > the call to q->make_request_fn. > This might trigger the bug early enough to see what is happening. I'll try this and report the results. -- Phil Dier <[EMAIL PROTECTED]> /* vim:set ts=8 sw=8 nocindent noai: */ - To unsubscribe from this list: send the

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-12 Thread Phil Dier
if it does, it'll be a while).. Is there any other info I can collect to help track this down? -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Phil Dier
83 ec 1c 8b 45 08 8b 55 08 05 24 01 00 00 89 45 ec <39> 82 24 01 00 00 74 5d f0 ff 8a 2c 01 00 00 0f 88 d1 0b 00 00 -- Phil Dier <[EMAIL PROTECTED]> /* vim:set ts=8 sw=8 nocindent noai: */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-15 Thread Phil Dier
rg/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=7a91bf7f5c22c8407a9991cbd9ce5bb87caa6b4a;hp=1963c907b21e140082d081b1c8f8c2154593c7d7 and I will be testing it today. Thanks to all of you guys. -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - To unsub

e1000 dual-port nic failures

2005-08-16 Thread Phil Oester
is dmesg output with PCI debugging enabled. The problematic nic is eth[23]. Any suggestions? Phil Linux version 2.6.13-rc6 (root@) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #7 Tue Aug 16 14:21:31 EDT 2005 BIOS-provided physical RAM map: BIOS-e820: - 000

Re: Garbage on serial console after serial driver loads

2005-04-18 Thread Phil Oester
598927105&w=2 > but unfortunately didn't get any response at that time. Read the remainder of the thread for a workaround. http://www.uwsg.iu.edu/hypermail/linux/kernel/0503.3/1061.html Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: 2.6.12.2 -- time passes faster; related to the acpi_register_gsi() call

2005-07-08 Thread Phil Oester
of the problem: > > I bet you this fixes it (already in mainline) > > If ACPI doesn't find an irq listed, don't accept 0 as a valid PCI irq. FYI, this did fix the time-passing-faster problem for me on a poweredge 750 a few days ago. I'd suggest this fix should go t

Slow I/O with megaraid and u160 scsi jbod

2005-08-29 Thread Phil Dier
| 148GB | 73GB | +---+---+---+---+---+ -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - 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://

Re: Slow I/O with megaraid and u160 scsi jbod

2005-08-29 Thread Phil Dier
^^^ Is this it? If not, how do you find it? -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] M

Re: Slow I/O with FUSION MPT (not megaraid) and u160 scsi jbod

2005-08-29 Thread Phil Dier
I made a mistake in my original post; I'm not using a megaraid, but a Fusion MPT scsi device. Sorry if this confused anyone... -- Phil Dier (ICGLink.com -- 615 370-1530 x733) /* vim:set noai nocindent ts=8 sw=8: */ - To unsubscribe from this list: send the line "unsubscribe linux-

strace, accept(), ERESTARTSYS and EINTR

2008-01-04 Thread Phil Endecott
parameter to fcntl, -512, is the return value from accept() which should be -1 or >0. What is going on here??? Google found a couple of related reports: http://lkml.org/lkml/2001/11/22/65 - Phil Howard reports getting ERESTARTSYS returned from accept(), not only in the strace output, and

Re: strace, accept(), ERESTARTSYS and EINTR

2008-01-04 Thread Phil Endecott
Hi Jiri, Jiri Slaby wrote: On 01/04/2008 10:01 PM, Phil Endecott wrote: Dear Experts, I have some code like this: struct sockaddr_in client_addr; socklen_t client_size=sizeof(client_addr); int connfd = accept(fd,(struct sockaddr*)(&client_addr),&client_size); if (connfd==-1) {

Re: strace, accept(), ERESTARTSYS and EINTR

2008-01-04 Thread Phil Endecott
Frederik Deweerdt wrote: On Fri, Jan 04, 2008 at 09:01:38PM +, Phil Endecott wrote: struct sockaddr_in client_addr; socklen_t client_size=sizeof(client_addr); int connfd = accept(fd,(struct sockaddr*)(&client_addr),&client_size); if (connfd==-1) { // [1] .report error and t

Re: strace, accept(), ERESTARTSYS and EINTR

2008-01-05 Thread Phil Endecott
Jiri Slaby wrote: On 01/05/2008 11:31 AM, Jiri Slaby wrote: Do not remove CCed people. On 01/05/2008 02:38 AM, Phil Endecott wrote: timezone go and play with http://demos.anyterm.org/bastet/anyterm.html while I sleep Service Temporarily Unavailable It failed at 0325 GMT thanks to the

Re: strace, accept(), ERESTARTSYS and EINTR

2008-01-05 Thread Phil Endecott
Andreas Schwab wrote: "Phil Endecott" <[EMAIL PROTECTED]> writes: However, there's a lot of code and I know that there are bugs in it. I just want to focus on the kernel-related issue that the strace fragment that I posted brings up: even if my user code gets completely

Re: strace, accept(), ERESTARTSYS and EINTR

2008-01-05 Thread Phil Endecott
Andi Kleen wrote: "Phil Endecott" <[EMAIL PROTECTED]> writes: Many thanks for any suggestions. It's a long standing bug reported regularly Thanks for the re-assurance. but so far nobody has tracked it down. That's mostly because most people cannot really repro

Re: strace, accept(), ERESTARTSYS and EINTR

2008-01-05 Thread Phil Endecott
Andreas Schwab wrote: "Phil Endecott" <[EMAIL PROTECTED]> writes: Andreas Schwab wrote: "Phil Endecott" <[EMAIL PROTECTED]> writes: However, there's a lot of code and I know that there are bugs in it. I just want to focus on the kernel-related issue t

No error when inotify_add_watch(/an/NFS/file)

2007-11-23 Thread Phil Endecott
ng. Without an error, I need some other way to detect NFS (and any other non-inotify-compatible filesystems). Any thoughts? Phil. (If you Cc: me in any replies I'll see them sooner.) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: No error when inotify_add_watch(/an/NFS/file)

2007-11-24 Thread Phil Endecott
J. Bruce Fields wrote: On Fri, Nov 23, 2007 at 11:20:55PM +, Phil Endecott wrote: Dear Experts, NFS doesn't work with inotify (and it looks like it can't, certainly not before NFS v4.1). However, if I give an NFS filename to inotify_add_watch(), I don't get an error.

Re: dst cache overflow

2005-03-22 Thread Phil Oester
/0 became crazy i noticed dst > cache overflow messages in syslog but there are more of thies lines in > logs about 5 times in 10 days period There was a problem fixed in the handling of fragments which caused dst cache overflow in the 2.6.11-rc series. Are you still seeing dst cache overflo

Re: Memory leak in 2.6.11-rc1?

2005-01-27 Thread Phil Oester
c -l /proc/net/rt_cache ; grep ip_dst /proc/slabinfo 12870 /proc/net/rt_cache ip_dst_cache 53327 57855 Eventually I get the dst_cache overflow errors and have to reboot. Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: Memory leak in 2.6.11-rc1?

2005-01-27 Thread Phil Oester
50 /proc/net/rt_cache ip_dst_cache 84285 84285 Also with uptime of 26 days. These boxes are all running the quagga OSPF daemon, but those that are lightly loaded are not exhibiting these problems. Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: Memory leak in 2.6.11-rc1?

2005-01-27 Thread Phil Oester
nge to do with some IPv6 refcounting which may have caused this > problem. Is that something you can confirm? FWIW, I do not use IPv6, and it is not compiled into the kernel. Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: Memory leak in 2.6.11-rc1?

2005-01-30 Thread Phil Oester
& 0x1fff != 0'. > Why many more people aren't seeing this I've no idea. Perhaps you (and I) experience more fragments than the average user??? Nice detective work! Phil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: Memory leak in 2.6.11-rc1?

2005-01-30 Thread Phil Oester
On Sun, Jan 30, 2005 at 06:01:46PM +, Russell King wrote: > > OTOH, if conntrack isn't loaded forwarded packet are never defragmented, > > so frag_list should be empty. So probably false alarm, sorry. > > I've just checked Phil's mails - both Phil and my

Re: dst cache overflow, again

2005-02-21 Thread Phil Oester
t's worth to mention that > there was no problems with old 2.4.x here. Use 2.6.11-rc4 -- this problem has been fixed there. Phil - 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

RE: temperature standard - global config option?

2001-06-21 Thread Randal, Phil
ercury thermometer in which the glass has been physically shifted relative to an adjacent scale. So 18°C reads as 20°C, etc. Cheers, Phil ----- Phil Randal Network Engineer Herefordshire Council Hereford, UK - To unsubscribe from this list: send the line &q

Process start times moving in reverse on 2.4.x

2001-04-24 Thread Phil Oester
I've been having continual unexplained lockup problems since converting one of my outgoing qmail servers to 2.4.x. This has been discussed before on this list, where the symptoms are that anything typed on console takes forever to actually come up, and after a few minutes the machine is so unresp

Complete support for Intel 815 chipset?

2001-05-02 Thread Phil Oester
This may not matter in terms of performance, but many devices on Intel 815 chipset machines show up as unknown. Any ideas when (or if) full support for the 815 is planned? -Phil Output of lspci: 00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub

[PATCH] Allow 'hidden' interfaces in 2.4.x

2001-05-17 Thread Phil Oester
configured using proc fs. This is particularly useful in load-balanced server farms where loopback addresses are configured for direct client-server traffic. Without this patch, Linux will respond to arp requests for the virtual IPs, making effective load balancing difficult. -Phil Oester diff -r

Re: Squashfs without ./..

2005-03-25 Thread Phil Lougher
On Thu, 24 Mar 2005 15:13:08 -0500, Kyle Moffett <[EMAIL PROTECTED]> wrote: > I would add ".." and "." to squashfs, just so that it acts like the rest > of the filesystems on the planet, Cramfs also doesn't store '.' and '..', which is where I got the idea from in the first place when originally i

Re: Garbage on serial console after serial driver loads

2005-03-26 Thread Phil Oester
Cyclades never display this problem. (???) Phil - 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/

Re: Garbage on serial console after serial driver loads

2005-03-26 Thread Phil Oester
0 @ 9600. One group uses a (old) Portmaster device for console access, the other group uses a Cyclades device. Only those servers using the Portmaster device exhibit the garbage problem. The Cyclades group never displays garbage on boot. Phil - To unsubscribe from this list: send the line "

Re: Garbage on serial console after serial driver loads

2005-03-26 Thread Phil Oester
(flawed) memory of the bootup sequence, but sending you the contents from /var/log/dmesg. Phil - 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

Re: Garbage on serial console after serial driver loads

2005-03-28 Thread Phil Oester
d > at early serial console initialisation time) suddenly becomes wrong as > soon as we fiddle with the prescaler during normal UART initialisation > time. Seems like you are correct, given the below patch fixes the garbage output for me. Phil --- linux-standard/drivers/serial/82

Re: [PATCH] embarassing typo

2005-03-29 Thread Phil Howard
( ( x * 256 ) - ( x * 1 ) ) mod 256 == - ( x * 1 ) ( x * ( 256 - 1 ) ) mod 256 == - ( x * 1 ) ( x * 255 ) mod 256 == - ( x * 1 ) ( x * 255 ) mod 256 == - x Now what I am interested in is if gcc optimized it to a faster negation or subtraction instruction. -- ---

Re: [PATCH 0/5 v3] Porting RapidIO driver from ppc to powerpc architecture and adding memory mapped RapidIO driver.

2007-10-29 Thread Phil Terry
Can anyone tell me what the status of these are? What kernel release are they targetted for? Currently I'm trying to work with 2.6.23 plus these patches locally. Cheers Phil On Thu, 2007-07-26 at 16:42 +0800, Zhang Wei wrote: > These patches are the version 3 patches for RapidIO with dt

  1   2   3   4   5   6   7   8   >