All of lore.kernel.org
 help / color / mirror / Atom feed
* What does this mean?
@ 2003-02-27 15:06 Raymond Leach
  2003-02-27 15:48 ` Maciej Soltysiak
  0 siblings, 1 reply; 30+ messages in thread
From: Raymond Leach @ 2003-02-27 15:06 UTC (permalink / raw)
  To: Netfilter Mailing List

Hi

I see this in my firewall log:
Feb 27 16:51:19 firefly kernel: DROP FORWARD INTERNAL: IN=eth2 OUT=eth0
SRC=10.0.0.67 DST=68.84.228.144 LEN=60 TOS=0x00 PREC=0x00 TTL=63
ID=64368 DF PROTO=TCP SPT=54767 DPT=0 WINDOW=5840 RES=0x00 CWR ECE SYN
URGP=0

What is DPT=0? I've never heard of using port 0 ...

What is CWR ECE SYN? Are they TCP flags? If so, what is CWR ECE ?

Ray

-- 



^ permalink raw reply	[flat|nested] 30+ messages in thread
* what does this mean?
@ 2006-05-16 16:51 Steve Iribarne (GMail)
  2006-05-16 17:38 ` Walter L. Wimer III
  0 siblings, 1 reply; 30+ messages in thread
From: Steve Iribarne (GMail) @ 2006-05-16 16:51 UTC (permalink / raw)
  To: linuxppc-embedded

My code is hitting in sched.c ->

=09if (unlikely(in_interrupt())) {
=09=09printk("Scheduling in interrupt\n");
=09=09BUG();
=09}
It is hitting this printk.  So is this telling me I'm calling schedule
from within an interrupt?  How can this be?  Has anyone else seen
something like this and can anyone give me a hint as to what to look
for.

Thanks.
-stv

^ permalink raw reply	[flat|nested] 30+ messages in thread
* What does this mean?
@ 2005-05-19  6:23 Andrea Parenti
  2005-05-19  6:23 ` Mark D. Studebaker
  0 siblings, 1 reply; 30+ messages in thread
From: Andrea Parenti @ 2005-05-19  6:23 UTC (permalink / raw)
  To: lm-sensors

.../lm_sensors-2.6.4/prog/detect/sensors-detect

gives this result:
...
Probing for `Winbond W83697HF'
   Trying address 0x0290... Success!
     (confidence 8, driver `Unwritten (W83697HF)')
...

Does it mean that "there is no driver for the chip "Winbond w83697hf"??
But i read that the driver w83781d should fit.

If I do:

modprobe w83781d

I got "No sensors found!"

This is my "lsmod":

inux:/home/andrea # lsmod
Module                  Size  Used by    Tainted: P
w83781d                16672   0  (unused)
i2c-proc                6016   0  [w83781d]
pppoe                   6752   1  (autoclean)
pppox                   1064   1  (autoclean) [pppoe]
af_packet              11528   1  (autoclean)
ppp_generic            14984   3  (autoclean) [pppoe pppox]
slhc                    4432   0  (autoclean) [ppp_generic]
snd-mixer-oss          11136   1  (autoclean)
agpgart                29664   3  (autoclean)
NVdriver              989760  10  (autoclean)
parport_pc             25448   1  (autoclean)
lp                      5824   0  (autoclean)
parport                21856   1  (autoclean) [parport_pc lp]
snd-seq-midi            4480   0  (autoclean) (unused)
snd-emu10k1-synth       5504   0  (autoclean)
snd-emux-synth         28480   0  (autoclean) [snd-emu10k1-synth]
snd-seq-midi-emul       4560   0  (autoclean) [snd-emux-synth]
snd-seq-virmidi         3720   0  (autoclean) [snd-emux-synth]
snd-seq-oss            24128   0  (autoclean)
snd-seq-midi-event      2664   0  (autoclean) [snd-seq-midi 
snd-seq-virmidi snd-seq-oss]
snd-seq                39596   2  (autoclean) [snd-seq-midi 
snd-emux-synth snd-seq-midi-emul snd-seq-virmidi snd-seq-oss 
snd-seq-midi-event]
snd-emu10k1            62820   1  [snd-emu10k1-synth]
snd-pcm                58528   0  [snd-emu10k1]
snd-timer              11456   0  [snd-seq snd-pcm]
snd-hwdep               4736   0  [snd-emu10k1]
snd-util-mem            1472   0  [snd-emux-synth snd-emu10k1]
snd-rawmidi            13536   0  [snd-seq-midi snd-seq-virmidi snd-emu10k1]
ipv6                  123424  -1  (autoclean)
snd-seq-device          4336   0  [snd-seq-midi snd-emu10k1-synth 
snd-emux-synth snd-seq-oss snd-seq snd-emu10k1 snd-rawmidi]
snd-ac97-codec         24196   0  [snd-emu10k1]
snd                    31720   0  [snd-mixer-oss snd-seq-midi 
snd-emu10k1-synth snd-emux-synth snd-seq-midi-emul snd-seq-virmidi 
snd-seq-oss snd-seq-midi-event snd-seq snd-emu10k1 snd-pcm snd-timer 
snd-hwdep snd-util-mem snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore               3268   7  [snd]
isa-pnp                27816   0  (unused)
joydev                  5728   0  (unused)
evdev                   3904   0  (unused)
mousedev                3872   1
hid                    17824   0  (unused)
input                   3072   0  [joydev evdev mousedev hid]
st                     25844   0  (autoclean) (unused)
sg                     23620   0  (autoclean)
3c59x                  25032   1
ipt_REJECT              2752   1  (autoclean)
ipt_LOG                 3168   1  (autoclean)
iptable_nat            12756   0  (autoclean) (unused)
ip_conntrack           12652   1  (autoclean) [iptable_nat]
iptable_filter          1728   1  (autoclean)
ip_tables              10400   6  [ipt_REJECT ipt_LOG iptable_nat 
iptable_filter]
i2c-isa                 1220   0  (unused)
i2c-core               12320   0  [w83781d i2c-proc i2c-isa]
usb-uhci               20996   0  (unused)
usbcore                55136   1  [hid usb-uhci]
ide-scsi                7648   0
reiserfs              158816   1
linux:/home/andrea # sensors -s
No sensors found!


Any help appreciated!!
Motherboard: Epox 8KHA+
System: SuSE linux 8.0.






^ permalink raw reply	[flat|nested] 30+ messages in thread
* What does this mean ?
@ 2003-03-19  9:51 Frederic Gobin
  2003-03-19 11:05 ` Raymond Leach
  0 siblings, 1 reply; 30+ messages in thread
From: Frederic Gobin @ 2003-03-19  9:51 UTC (permalink / raw)
  To: netfilter

Hi there everybody,

I have one question :

	Each time I look into my firewall logs, I see many dropped packets 
that match this pattern :

	Protocol 		: TCP
	Source port	: 80
	Dest port		: 1024-65535
	Flags		: ACK FIN

Where are those packets comming from ?

Thanks for reading and Thanks for each answer I get ...

Frederic Gobin



^ permalink raw reply	[flat|nested] 30+ messages in thread
* What does this mean?
@ 2003-03-05  4:55 Michael Paul
  2003-03-05  6:37 ` Paul Clements
  0 siblings, 1 reply; 30+ messages in thread
From: Michael Paul @ 2003-03-05  4:55 UTC (permalink / raw)
  To: linux-raid



    Hi there...

 I get the following message when cat'ing /proc/mdstat:

md0 : active linear [dev 08:30] [8]  [dev 08:20] [7]  hdj[6]  hdi[5]  hdh[4]
hdg[3]  hde[2]  hdc[1]  hdb[0]
182485184 blocks 4k rounding

 In my raidtab file, sdc = 7 and sdd = 8. Is there some type of error here?
The linear seems to be working properly, but since I'm such a newbie, I
can't tell for sure. I wish there was a better way to check on the raid
status.

Thanks,
Michael



^ permalink raw reply	[flat|nested] 30+ messages in thread
* What does this mean?
@ 2002-12-06 18:04 Eric R. Benoit
  2002-12-06 22:28 ` Alan Cox
  0 siblings, 1 reply; 30+ messages in thread
From: Eric R. Benoit @ 2002-12-06 18:04 UTC (permalink / raw)
  To: linux-smp

I saw this message in my logs, can you point me in the right direction to what
it means?
Thank You in advance,
Eric

WARNING: MP table in the EBDA can be UNSAFE, contact linux-smp@vger.kernel.org
if you experience SMP problems!

------------------------------------------------------------
Hopevale Union Free School District: http://www.hopevale.com
This mail sent through IMP: http://horde.org/imp/
Configured By Eric Benoit: mailto:ebenoit@hopevale.com


^ permalink raw reply	[flat|nested] 30+ messages in thread
* What does this mean?
@ 2002-10-27 21:07 Michael Rosenthal
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Rosenthal @ 2002-10-27 21:07 UTC (permalink / raw)
  To: linux-smp

Oct 27 17:01:55 enterprise kernel: Setting 2 in the phys_id_present_map
Oct 27 17:01:55 enterprise kernel: ...changing IO-APIC physical APIC ID to 2
... ok.
Oct 27 17:01:55 enterprise kernel: Setting 3 in the phys_id_present_map
Oct 27 17:01:55 enterprise kernel: ...changing IO-APIC physical APIC ID to 3
... ok.
Oct 27 17:01:55 enterprise kernel: Setting 4 in the phys_id_present_map
Oct 27 17:01:55 enterprise kernel: ...changing IO-APIC physical APIC ID to 4
... ok.
Oct 27 17:01:55 enterprise kernel: Setting 5 in the phys_id_present_map
Oct 27 17:01:55 enterprise kernel: ...changing IO-APIC physical APIC ID to 5
... ok.
Oct 27 17:01:55 enterprise kernel: Setting 8 in the phys_id_present_map
Oct 27 17:01:55 enterprise kernel: ...changing IO-APIC physical APIC ID to 8
... ok.
Oct 27 17:01:55 enterprise kernel: ..TIMER: vector=0x31 pin1=2 pin2=0
Oct 27 17:01:55 enterprise kernel: testing the IO
APIC.......................
Oct 27 17:01:55 enterprise kernel:
Oct 27 17:01:55 enterprise kernel:  WARNING: unexpected IO-APIC, please mail
Oct 27 17:01:55 enterprise kernel:           to linux-smp@vger.kernel.org
Oct 27 17:01:55 enterprise kernel:
Oct 27 17:01:55 enterprise last message repeated 3 times

What other information do you need?

Thanks,

- Mike


^ permalink raw reply	[flat|nested] 30+ messages in thread
* What does this mean?
@ 2002-07-08 13:30 Basil Chupin
  2002-07-08 15:09 ` Oleg Drokin
  0 siblings, 1 reply; 30+ messages in thread
From: Basil Chupin @ 2002-07-08 13:30 UTC (permalink / raw)
  To: reiserfs-list

I am running SuSE 8 and the HD is being accessed every 5 seconds by 
"something". I thought I would just do a quick check of the reiserfs but 
on executing "reiserfsck --check --logfile check.log  /dev/hda7" this 
produces the error message "/dev/hda7 is mounted w/ write permissions, 
can not check it." I cannot find this message documented so am wondering 
what it means, and what do I need to do in order to be able to check the 
integrity of the reiserfs on my sytem. Can anyone please help?

Cheers.






^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2006-05-16 18:04 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-27 15:06 What does this mean? Raymond Leach
2003-02-27 15:48 ` Maciej Soltysiak
2003-03-05 17:02   ` Alexander W. Janssen
  -- strict thread matches above, loose matches on Subject: below --
2006-05-16 16:51 what " Steve Iribarne (GMail)
2006-05-16 17:38 ` Walter L. Wimer III
2006-05-16 17:42   ` Walter L. Wimer III
2006-05-16 18:04     ` Steve Iribarne (GMail)
2005-05-19  6:23 What " Andrea Parenti
2005-05-19  6:23 ` Mark D. Studebaker
2003-03-19  9:51 What does this mean ? Frederic Gobin
2003-03-19 11:05 ` Raymond Leach
2003-03-19 11:16   ` Frederic Gobin
2003-03-05  4:55 What does this mean? Michael Paul
2003-03-05  6:37 ` Paul Clements
2002-12-06 18:04 Eric R. Benoit
2002-12-06 22:28 ` Alan Cox
2002-10-27 21:07 Michael Rosenthal
2002-07-08 13:30 Basil Chupin
2002-07-08 15:09 ` Oleg Drokin
2002-07-08 16:13   ` Basil Chupin
2002-07-08 16:27     ` Kuba Ober
2002-07-08 16:28     ` Kuba Ober
2002-07-12  5:48       ` Basil Chupin
2002-07-12 13:26         ` Valdis.Kletnieks
2002-07-13  9:59           ` Basil Chupin
2002-07-14 16:36             ` Valdis.Kletnieks
2002-07-15 13:27               ` Basil Chupin
2002-08-06  6:33             ` Basil Chupin
2002-07-08 18:27     ` Oleg Drokin
2002-07-12  5:52       ` Basil Chupin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.