* Re: PMS messaging program: where?
From: Jacques Chion @ 2003-01-09 21:04 UTC (permalink / raw)
To: Tim Neu; +Cc: linux-hams
In-Reply-To: <20030109193304.M8545@tneu.visi.com>
Le Jan 9, Tim Neu écrivait
>
> The linux ax25 faq refers to a packet radio mail program called "pms". I
> can't seem to find this program anywhere! I installed the debian package by
> the same name - but that doesn't seem to be anything related to packet radio.
> (It's some sort of python library)
>
.............................
>
> Does this program still exist, or is it superceeded by something else?
>
> Thanks in advance.
Hello,
you can find that program in ax25-utils-2.1.42.a-3 package.
Best 73
------
Jacques.Chion@wanadoo.fr f6cwo
Quelques HOWTO en français http://perso.wanadoo.fr/jacques.chion/
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: [2.5.54-dj1-bk] Some interesting experiences...
From: Joshua Kwan @ 2003-01-09 21:02 UTC (permalink / raw)
To: Anders Gustafsson; +Cc: vojtech, linux-kernel
In-Reply-To: <20030109200428.GB3345@gagarin>
[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]
Strangely, I only notice this problem when I use GNOME2.
I fired up windowmaker this morning for the first time in a while and
the mouse doesn't skip at all - nothing even in dmesg. Perhaps GNOME is
passing some bunk parameters to xset?
Regards
Josh
Rabid cheeseburgers forced Anders Gustafsson<andersg@0x63.nu> to write
this on Thu, 9 Jan 2003 21:04:29+0100:
> On Wed, Jan 08, 2003 at 09:52:53AM +0100, Vojtech Pavlik wrote:
> >
> > That I'd like to know, too. In the worst case, we can make the
> > timeout be half a second, or more - it'd just mean that for a resync
> > you would have to not touch the mouse this long if really a byte is
> > lost.
>
> Still havn't misbehaved here with the extended timeout. So it seems
> that it really helped.
>
> --
> Anders Gustafsson - andersg@0x63.nu - http://0x63.nu/
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Joshua Kwan
joshk@mspencer.net
pgp public key at http://joshk.mspencer.net/pubkey_gpg.asc
It's hard to keep your shirt on when you're getting something off your
chest.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply
* Re: Linux 2.4.21pre3-ac2 - some trivial patches
From: Eyal Lebedinsky @ 2003-01-09 21:10 UTC (permalink / raw)
To: list linux-kernel; +Cc: Alan Cox
In-Reply-To: <1042134064.27796.18.camel@irongate.swansea.linux.org.uk>
Alan Cox wrote:
>
> On Thu, 2003-01-09 at 11:24, Eyal Lebedinsky wrote:
> > A few small patches that I needed to finish a build on Debian 3.0.
>
> >
> > ______________________________________________________________________
> The ehci one you didnt provide in diff -u but seems to be a compiler problem.
> If so the fix is to make ehci_warn/info safe for ancient gcc.
Yes, Debian still has an old compiler
gcc version 2.95.4 20011002 (Debian prerelease)
and my reported problems should simply show the difficulties
it encounters.
So what is the proper workaround for this specific compiler bug?
I guess "args..." requires at least one arg or it errors.
--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
^ permalink raw reply
* Re: [PATCH][FBDEV]: fb_putcs() and fb_setfont() methods
From: Geert Uytterhoeven @ 2003-01-09 20:54 UTC (permalink / raw)
To: James Simmons
Cc: Antonino Daplas, Petr Vandrovec, Linux Fbdev development list,
Linux Kernel List, davidm
In-Reply-To: <Pine.LNX.4.44.0301090034020.4976-100000@phoenix.infradead.org>
On Thu, 9 Jan 2003, James Simmons wrote:
> > :-) I did not want prolong the discussion, but...
> >
> > Geert is correct that the functions are generic. The fb_putcs() and
> > fb_setfont() can be compared to Tile blitting. Tile blitting is a
> > common operation in some games such as Warcraft, Starcraft, and most
> > RPG's. I'm think there is Tile Blitting support in DirectFB.
> >
> > In a tile-based game, the basic unit is a Tile which is just a bitmap
> > with a predefined width and height. The game has several tiles stored in
> > memory each with it's own unique id. To draw the background/layer, a
> > TileMap is constructed which is basically another array. Its format is
> > something like this - TileMap[x] = y which means draw Tile y at screen
> > position x.
> >
> > In the fbcon perspective, we can think of each character as a Tile, and
> > fontdata as the collection of tiles. fb_char.data is basically a
> > TileMap. Of course, tile blitting in games is more complicated than
> > this, since games have multiple layers for the background, so layer
> > position, transparency, etc has to be considered.
> >
> > So maybe if we can rename fb_putcs() to fb_tileblit(), fb_setfont() to
> > fb_loadtiles(), struct fb_chars to struct fb_tilemap and struct
> > fb_fontdata to struct fb_tiledata, maybe it will be more acceptable?
> >
> > It can be even be expanded by including fb_tiledata.depth
> > fb_tiledata.cmap so we can support multi-colored tiled blitting.
>
> This I have no problem with. I'm willing to accept this. As long as data
> from the console layer is not touched. As for loadtiles one thing I like
> to address is memory allocation. It probable is good idea to do things
> like place the tile data in buffers allocated by pci_alloc_consistent.
> The other fear is it will only support so many tiles.
I think it's best to let the driver allocate it. That way the driver can put it
where it's best suited. pci_alloc_consistent() is meant for PCI only.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply
* embed_config undefined?
From: Xiaogeng (Shawn) Jin @ 2003-01-09 20:51 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I'm migrating the linux kernel on a custom 8xx board from 2.4.4 to
2.4.21 (from linuxppc_2_4_devel tree) and had such a problem at the last
step of compilation.
ppc_8xx-ld -T ../ld.script -Ttext 0x00180000 -Bstatic -o zvmlinux head.o
../comm
on/relocate.o misc-embedded.o ../common/misc-common.o
../common/string.o ../com
mon/util.o embed_config.o m8xx_tty.o image.o ../lib/zlib.a
misc-embedded.o: In function `decompress_kernel':
misc-embedded.o(.text+0x28): undefined reference to `embed_config'
make[2]: *** [zvmlinux] Error 1
The boot code has been re-organized in the latest kernel compared to
2.4.4. I checked embed_config.c and found that some boards need the
embed_config() function. I'm not sure what kind of boards need such a
function. 2.4.4 has embed_config.c too but my board doesn't need it.
What's the difference? Basically embed_config() just set a bd_t struct.
But what values need to be set for a specific board? Can anyone give an
explanation? Thank you very much.
--
Shawn Jin
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply
* RE: PMS messaging program: where?
From: Joshua Hayworth @ 2003-01-09 20:49 UTC (permalink / raw)
To: linux-hams
In-Reply-To: <DCC9161CB1A3EC44A997584E5F97C5BD1CF3CA@rmimail.rci.local>
You mean this?
http://www.marex-na.org/fileshtml/packetmail.html
<quote>
Amateur Radio Packet Mail from the International Space Station Alpha
The crew of the International Space Station has access to a public
Amateur Radio email system called the "Personal Message System" (PMS).
The PMS system allows licensed Amateur Radio stations around the world
to send and receive messages from the crew of ISS (work load and time
permitting). Since the ISS crew does not have time to write all 2
million Amateur Radio stations around the world they will sometimes post
Public messages on the Personal Message System for everyone to Read. The
MAREX team will try to keep this web page up to date with the latest
messages from ISS.
</quote>
Joshua Hayworth
<License pending... Studying for Technican License>
-----Original Message-----
From: linux-hams-owner@vger.kernel.org
[mailto:linux-hams-owner@vger.kernel.org] On Behalf Of Tim Neu
Sent: Thursday, January 09, 2003 11:33 AM
To: linux-hams@vger.kernel.org
Subject: PMS messaging program: where?
The linux ax25 faq refers to a packet radio mail program called "pms".
I
can't seem to find this program anywhere! I installed the debian
package by
the same name - but that doesn't seem to be anything related to packet
radio. (It's some sort of python library)
I am all googled out. I suppose if it were so easy to find, the URL
would be
in the FAQ. That or I am just having no luck whatsoever.
Does this program still exist, or is it superceeded by something else?
Thanks in advance.
-Tim
KC0LQL
--
Open WebMail Project (http://openwebmail.org)
Debian Project (http://www.debian.org)
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org More majordomo info
at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* [Linux-ia64] Re: Re: disabling nics using boot options.
From: Bill Nottingham @ 2003-01-09 20:48 UTC (permalink / raw)
To: linux-ia64
Roy Dragseth (royd@cc.uit.no) said:
> On Thursday 09 January 2003 21:27, Bill Nottingham wrote:
> > How quickly does it time out (after 30 seconds to a minute?)
>
> I clocked it in to exactly one minute.
Are there any error messages from the driver?
Bill
^ permalink raw reply
* Re: nfs client using autofs v4
From: Scott Mcdermott @ 2003-01-09 20:48 UTC (permalink / raw)
To: Ion Badulescu; +Cc: devnull, linuxmanagers, NFS
In-Reply-To: <200301090117.h091HD426729@moisil.badula.org>
Ion Badulescu on Wed 8/01 20:17 -0500:
> > We would like to default all NFS mounts to use TCP and if not
> > available use UDP. This way all mounts coming from Network Appliance
> > will be TCP and the ones from the Linux Box will be UDP.
>
> No, because autofs doesn't know anything about NFS. It simply calls the
> external mount program with the arguments you gave it.
>
> What you need is a mount program which can autodetect what the server
> supports in terms of NFS service.
is there a way at runtime to detect if the client (running mount(8))
supports a TCP mount? This would have to be tested first before trying
to reach a server.
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply
* Re: [Linux-fbdev-devel] [PATCH][FBDEV]: fb_putcs() and fb_setfont() methods
From: Geert Uytterhoeven @ 2003-01-09 20:54 UTC (permalink / raw)
To: James Simmons
Cc: Antonino Daplas, Petr Vandrovec, Linux Fbdev development list,
Linux Kernel List, davidm
In-Reply-To: <Pine.LNX.4.44.0301090034020.4976-100000@phoenix.infradead.org>
On Thu, 9 Jan 2003, James Simmons wrote:
> > :-) I did not want prolong the discussion, but...
> >
> > Geert is correct that the functions are generic. The fb_putcs() and
> > fb_setfont() can be compared to Tile blitting. Tile blitting is a
> > common operation in some games such as Warcraft, Starcraft, and most
> > RPG's. I'm think there is Tile Blitting support in DirectFB.
> >
> > In a tile-based game, the basic unit is a Tile which is just a bitmap
> > with a predefined width and height. The game has several tiles stored in
> > memory each with it's own unique id. To draw the background/layer, a
> > TileMap is constructed which is basically another array. Its format is
> > something like this - TileMap[x] = y which means draw Tile y at screen
> > position x.
> >
> > In the fbcon perspective, we can think of each character as a Tile, and
> > fontdata as the collection of tiles. fb_char.data is basically a
> > TileMap. Of course, tile blitting in games is more complicated than
> > this, since games have multiple layers for the background, so layer
> > position, transparency, etc has to be considered.
> >
> > So maybe if we can rename fb_putcs() to fb_tileblit(), fb_setfont() to
> > fb_loadtiles(), struct fb_chars to struct fb_tilemap and struct
> > fb_fontdata to struct fb_tiledata, maybe it will be more acceptable?
> >
> > It can be even be expanded by including fb_tiledata.depth
> > fb_tiledata.cmap so we can support multi-colored tiled blitting.
>
> This I have no problem with. I'm willing to accept this. As long as data
> from the console layer is not touched. As for loadtiles one thing I like
> to address is memory allocation. It probable is good idea to do things
> like place the tile data in buffers allocated by pci_alloc_consistent.
> The other fear is it will only support so many tiles.
I think it's best to let the driver allocate it. That way the driver can put it
where it's best suited. pci_alloc_consistent() is meant for PCI only.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply
* Re: "Mother" == "computer-illiterate"
From: Murray J. Root @ 2003-01-09 20:55 UTC (permalink / raw)
To: linux-kernel
In-Reply-To: <BEATLEQR7j1HaKtKufV000000ef@beatle.wrconsulting.com>
On Thu, Jan 09, 2003 at 12:47:12PM -0800, Kaz Kylheku wrote:
> Illiterate idiots, that should be:
>
> strcpy("Mother", "computer-illiterate") == 0
>
> Mind what list you're on.
>
> :)
>
Perhaps you meant
strcmp("Mother", "computer-illiterate")
?
strcpy with two string literals won't compile.
--
Murray J. Root
------------------------------------------------
DISCLAIMER: http://www.goldmark.org/jeff/stupid-disclaimers/
------------------------------------------------
Mandrake on irc.freenode.net:
#mandrake & #mandrake-linux = help for newbies
#mdk-cooker = Mandrake Cooker
#cooker = moderated Mandrake Cooker
^ permalink raw reply
* unexpected IOAPIC
From: Jean-Louis Bach @ 2003-01-09 20:44 UTC (permalink / raw)
To: linux-smp
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
Booting makes HDD noisy (clac-clac-clac)
Then maping problem
Var/Log/boot;msg says to send it to you
Jean-Louis Bach
jlbach@ifrance.com
[-- Attachment #2: boot.msg --]
[-- Type: text/plain, Size: 23595 bytes --]
Linux version 2.4.18-64GB-SMP (root@SMP_X86.suse.de) (gcc version 2.95.3 20010315 (SuSE)) #1 SMP Wed Mar 27 13:58:12 UTC 2002
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000002fff0000 (usable)
BIOS-e820: 000000002fff0000 - 000000002fff8000 (ACPI data)
BIOS-e820: 000000002fff8000 - 0000000030000000 (ACPI NVS)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Scanning bios EBDA for MXT signature
found SMP MP-table at 000fb920
hm, page 000fb000 reserved twice.
hm, page 000fc000 reserved twice.
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
On node 0 totalpages: 196592
zone(0): 4096 pages.
zone(1): 192496 pages.
zone(2): 0 pages.
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID: VIA Product ID: VT5440B APIC at: 0xFEE00000
Processor #0 Pentium(tm) Pro APIC version 17
I/O APIC #2 Version 2 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
Processors: 1
Building zonelist for node : 0
Kernel command line: auto BOOT_IMAGE=linux ro root=305 hdc=ide-scsi
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 1300.085 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 2595.22 BogoMIPS
Memory: 770344k/786368k available (1504k kernel code, 15636k reserved, 429k data, 144k init, 0k highmem)
Dentry-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Before vendor init, caps: 0383fbff c1c3fbff 00000000, vendor = 2
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
CPU: After vendor init, caps: 0383fbff c1c3fbff 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383fbff c1c3fbff 00000000 00000000
CPU: Common caps: 0383fbff c1c3fbff 00000000 00000000
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
CPU: Before vendor init, caps: 0383fbff c1c3fbff 00000000, vendor = 2
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
CPU: After vendor init, caps: 0383fbff c1c3fbff 00000000 00000000
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383fbff c1c3fbff 00000000 00000000
CPU: Common caps: 0383fbff c1c3fbff 00000000 00000000
CPU0: AMD Duron(tm) Processor stepping 01
per-CPU timeslice cutoff: 182.78 usecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000080
ESR value after enabling vector: 00000000
Error: only one processor found.
ENABLING IO-APIC IRQs
Setting 2 in the phys_id_present_map
...changing IO-APIC physical APIC ID to 2 ... ok.
init IO_APIC IRQs
IO-APIC (apicid-pin) 2-0, 2-5, 2-10, 2-11, 2-18, 2-20, 2-22, 2-23 not connected.
..TIMER: vector=0x31 pin1=2 pin2=0
number of MP IRQ sources: 21.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 02000000
....... : physical APIC id: 02
.... register #01: 00178002
....... : max redirection entries: 0017
....... : PRQ implemented: 1
....... : IO APIC version: 0002
WARNING: unexpected IO-APIC, please mail
to linux-smp@vger.kernel.org
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 000 00 1 0 0 0 0 0 0 00
01 001 01 0 0 0 0 0 1 1 39
02 001 01 0 0 0 0 0 1 1 31
03 001 01 0 0 0 0 0 1 1 41
04 001 01 0 0 0 0 0 1 1 49
05 000 00 1 0 0 0 0 0 0 00
06 001 01 0 0 0 0 0 1 1 51
07 001 01 0 0 0 0 0 1 1 59
08 001 01 0 0 0 0 0 1 1 61
09 001 01 0 0 0 0 0 1 1 69
0a 000 00 1 0 0 0 0 0 0 00
0b 000 00 1 0 0 0 0 0 0 00
0c 001 01 0 0 0 0 0 1 1 71
0d 001 01 0 0 0 0 0 1 1 79
0e 001 01 0 0 0 0 0 1 1 81
0f 001 01 0 0 0 0 0 1 1 89
10 001 01 1 1 0 1 0 1 1 91
11 001 01 1 1 0 1 0 1 1 99
12 000 00 1 0 0 0 0 0 0 00
13 001 01 1 1 0 1 0 1 1 A1
14 000 00 1 0 0 0 0 0 0 00
15 001 01 1 1 0 1 0 1 1 A9
16 000 00 1 0 0 0 0 0 0 00
17 000 00 1 0 0 0 0 0 0 00
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ16 -> 0:16
IRQ17 -> 0:17
IRQ19 -> 0:19
IRQ21 -> 0:21
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1300.0614 MHz.
..... host bus clock speed is 200.0094 MHz.
cpu: 0, clocks: 2000094, slice: 1000047
CPU0<T0:2000080,T1:1000032,D:1,S:1000047,C:2000094>
Waiting on wait_init_idle (map = 0x0)
All processors have done init_idle
PCI: PCI BIOS revision 2.10 entry at 0xfdaf1, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 0: assuming transparent
PCI: Using IRQ router default [1106/3147] at 00:11.0
PCI->APIC IRQ transform: (B0,I5,P0) -> 16
PCI->APIC IRQ transform: (B0,I5,P0) -> 16
PCI->APIC IRQ transform: (B0,I6,P0) -> 17
PCI->APIC IRQ transform: (B0,I8,P0) -> 19
PCI->APIC IRQ transform: (B0,I17,P0) -> 16
PCI->APIC IRQ transform: (B0,I17,P3) -> 21
PCI->APIC IRQ transform: (B0,I17,P3) -> 21
PCI->APIC IRQ transform: (B1,I0,P0) -> 16
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
mxt_scan_bios: enter
Starting kswapd
kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
ACPI: APM is already active, exiting
vesafb: framebuffer at 0xda000000, mapped to 0xf080d000, size 4096k
vesafb: mode is 1024x768x16, linelength=2048, pages=0
vesafb: protected mode interface info at c000:0336
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Looking for splash picture.... found (1024x768, 42648 bytes).
Console: switching to colour frame buffer device 105x34
fb0: VESA VGA frame buffer device
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI SERIAL_ACPI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
block: 128 slots per queue, batch=32
RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller on PCI bus 00 dev 89
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8233a (rev 00) IDE UDMA133 controller on pci00:11.1
ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:DMA
hda: WDC WD400BB-00DEA0, ATA DISK drive
hdb: IDE DVD-ROM 16X, ATAPI CD/DVD-ROM drive
hdc: LITE-ON LTR-32125W, ATAPI CD/DVD-ROM drive
hdd: ST340016A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
blk: queue c037ccc4, I/O limit 4095Mb (mask 0xffffffff)
hda: safely enabled flush
hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=4865/255/63, UDMA(100)
blk: queue c037d184, I/O limit 4095Mb (mask 0xffffffff)
hdd: safely enabled flush
hdd: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63, UDMA(100)
hdb: no flushcache support
hdb: ATAPI 16X DVD-ROM drive, 512kB Cache
Uniform CD-ROM driver Revision: 3.12
ide-floppy driver 0.99
Partition check:
hda: hda1 hda2 hda3 hda4 < hda5 >
hdd: [PTBL] [4865/255/63] hdd1 < hdd5 > hdd2
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
loop: loaded (max 16 devices)
Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994
Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" Kasprzak.
ide-floppy driver 0.99
SCSI subsystem driver Revision: 1.00
request_module[scsi_hostadapter]: Root fs not mounted
request_module[scsi_hostadapter]: Root fs not mounted
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Uncompressing............done.
Freeing initrd memory: 587k freed
VFS: Mounted root (ext2 filesystem).
hdc: no flushcache support
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: LITE-ON Model: LTR-32125W Rev: WBS2
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 240x/40x writer cd/rw xa/form2 cdda tray
reiserfs: checking transaction log (device 03:05) ...
Using r5 hash to sort names
ReiserFS version 3.6.25
VFS: Mounted root (reiserfs filesystem) readonly.
change_root: old root has d_count=2
Trying to unmount old root ... okay
Freeing unused kernel memory: 144k freed
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
LVM version 1.0.3(19/02/2002) module loaded
Adding Swap: 1502068k swap-space (priority 42)
Boot logging started on /dev/tty1(/dev/console) at Thu Jan 9 22:35:26 2003
Run file system check on root for LVM activation
doneRemounting root file system (/) read/write for vgscan...
Scanning for LVM volume groups...
vgscan -- reading all physical volumes (this may take a while...)
vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created
vgscan -- WARNING: This program does not do a VGDA backup of your volume group
Activating LVM volume groups...
vgchange -- no volume groups found
done
Activating swap-devices in /etc/fstab...
doneChecking file systems...
fsck 1.26 (3-Feb-2002)
Reiserfs super block in block 16 on 0x305 of format 3.6 with standard journal
Blocks (total/free): 7588696/2028724 by 4096 bytes
Filesystem is cleanly umounted
/dev/hda2: clean, 45/12048 files, 5721/48195 blocks
doneMounting local file systems...
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw)
/dev/hda2 on /boot type ext2 (rw)
doneRestore device permissions
done
Activating remaining swap-devices in /etc/fstab...
doneMounting shared memory FS on /dev/shm
done
Setting up the CMOS clock
done
Setting up timezone data
done
Setting up hostname 'linux'
done
Setting up loopback interface
done
Configuring serial ports...
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
Configured serial ports
doneCreating /var/log/boot.msg
doneEnabling syn flood protection
done
Disabling IP forwarding
done
<notice>killproc: kill(28,29)
Running /etc/init.d/boot.local
Boot logging started on /dev/tty1(/dev/console) at Thu Jan 9 21:35:32 2003
Master Resource Control: previous runlevel: N, switching to runlevel:
5
Starting Firewall Initialization (phase 1 of 3)
done<notice>killproc: kill(28,3)
INIT: Entering runlevel: 5
<notice>/etc/init.d/rc5.d/S01SuSEfirewall2_init start
done
<notice>'/etc/init.d/rc5.d/S01SuSEfirewall2_init start' exits with status 0
<notice>/etc/init.d/rc5.d/S01isdn start
<notice>'/etc/init.d/rc5.d/S01isdn start' exits with status 0
<notice>/etc/init.d/rc5.d/S01personal-firewall.initial start
Starting personal-firewall (initial) [not active]
unused
<notice>'/etc/init.d/rc5.d/S01personal-firewall.initial start' exits with status 6
<notice>/etc/init.d/rc5.d/S01random start
Initializing random number generator
done
<notice>'/etc/init.d/rc5.d/S01random start' exits with status 0
<notice>/etc/init.d/rc5.d/S05network start
Setting up network interfaces:
lo
done
eth0
done
ppp0
skipped
INFO: Dont worry about skipped interfaces; they will be set up
dynamically by service pcmcia, hotplug or when dialing.
Starting Firewall Initialization (phase 2 of 3) <notice>'/etc/init.d/rc5.d/S05network start' exits with status 0
<notice>/etc/init.d/rc5.d/S06SuSEfirewall2_setup start
done
Starting hotplugging services [<notice>'/etc/init.d/rc5.d/S06SuSEfirewall2_setup start' exits with status 0
<notice>/etc/init.d/rc5.d/S06hotplug start
net pci usbinsmod: insmod: a module named sg already exists
insmod: insmod: insmod char-major-21 failed
insmod: insmod: a module named sg already exists
insmod: insmod: insmod char-major-21 failed
insmod: Using /lib/modules/2.4.18-64GB-SMP/kernel/drivers/usb/dabusb.o
insmod: insmod: /lib/modules/2.4.18-64GB-SMP/kernel/drivers/usb/dabusb.o: No such file or directory
insmod: insmod: insmod /lib/modules/2.4.18-64GB-SMP/kernel/drivers/usb/dabusb.o failed
insmod: insmod: insmod dabusb failed
^G ]
done
<notice>'/etc/init.d/rc5.d/S06hotplug start' exits with status 0
<notice>/etc/init.d/rc5.d/S07hwscan start
Starting hardware scan on bootinsmod: Using /lib/modules/2.4.18-64GB-SMP/kernel/drivers/usb/scanner.o
insmod: Symbol version prefix 'smp_'
^Ginsmod: Using /lib/modules/2.4.18-64GB-SMP/kernel/drivers/usb/storage/usb-storage.o
insmod: Symbol version prefix 'smp_'
^G<notice>'/etc/init.d/rc5.d/S07hwscan start' exits with status 0
<notice>/etc/init.d/rc5.d/S07portmap start
Starting RPC portmap daemon<notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/sbin/portmap ]
done
<notice>'/etc/init.d/rc5.d/S07portmap start' exits with status 0
<notice>/etc/init.d/rc5.d/S07splash_early start
<notice>'/etc/init.d/rc5.d/S07splash_early start' exits with status 0
<notice>/etc/init.d/rc5.d/S07sshd start
Starting SSH daemon<notice>startproc: execve (/usr/sbin/sshd) [ /usr/sbin/sshd ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/sshd ]
done
<notice>'/etc/init.d/rc5.d/S07sshd start' exits with status 0
<notice>/etc/init.d/rc5.d/S08nfs start
<notice>'/etc/init.d/rc5.d/S08nfs start' exits with status 0
<notice>/etc/init.d/rc5.d/S09alsasound start
Starting sound driver: es1968
done
Restoring the previous sound setting
done
<notice>'/etc/init.d/rc5.d/S09alsasound start' exits with status 0
<notice>/etc/init.d/rc5.d/S09amavis start
Starting virus-scanning for sendmail (amavis)
done
<notice>'/etc/init.d/rc5.d/S09amavis start' exits with status 0
<notice>/etc/init.d/rc5.d/S09atd start
Starting service at daemon
done
<notice>startproc: execve (/usr/sbin/atd) [ /usr/sbin/atd ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/atd ]
<notice>'/etc/init.d/rc5.d/S09atd start' exits with status 0
<notice>/etc/init.d/rc5.d/S09fbset start
<notice>'/etc/init.d/rc5.d/S09fbset start' exits with status 0
<notice>/etc/init.d/rc5.d/S09lpd start
Starting lpdinsmod: Using /lib/modules/2.4.18-64GB-SMP/kernel/drivers/media/video/videodev.o
insmod: Symbol version prefix 'smp_'
insmod: Using /lib/modules/2.4.18-64GB-SMP/kernel/drivers/usb/ov511.o
^G<notice>startproc: execve (/usr/sbin/lpd) [ /usr/sbin/lpd ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/lpd ]
done
<notice>'/etc/init.d/rc5.d/S09lpd start' exits with status 0
<notice>/etc/init.d/rc5.d/S09postfix start
Starting mail service (Postfix)
done
<notice>'/etc/init.d/rc5.d/S09postfix start' exits with status 0
<notice>/etc/init.d/rc5.d/S09suse-blinux start
Starting suse-blinux
<notice>startproc: execve (/usr/lib/suse-blinux/sbl) [ /usr/lib/suse-blinux/sbl ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/lib/suse-blinux/sbl ]
done
<notice>'/etc/init.d/rc5.d/S09suse-blinux start' exits with status 0
<notice>/etc/init.d/rc5.d/S10kbd start
suse-blinux version 1.4
copyright (c) 2000-2002 SuSE GmbH, Nuernberg
Author: Marco Skambraks <marco@suse.de>
Braillex 2d-screen on /dev/ttyS0
Loading keymap azerty/fr-latin1.map.gz
doneLoading compose table winkeys shiftctrl latin1.add
done
Loading console font lat9w-16.psfu
doneLoading screenmap trivial
doneSetting up console ttys
done<notice>'/etc/init.d/rc5.d/S10kbd start' exits with status 0
Initializing SMTP port (sendmail)<notice>/etc/init.d/rc5.d/S10sendmail start
<notice>startproc: execve (/usr/sbin/sendmail) [ /usr/sbin/sendmail -O DaemonPortOptions=Addr=127.0.0.1 -L sendmail -Am -bd -q30m -om ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/sendmail ]
sendmail: invalid option -- O
sendmail: fatal: usage: sendmail [options]
sendmail: invalid option -- A
sendmail: fatal: usage: sendmail [options]
done
<notice>startproc: execve (/usr/sbin/sendmail) [ /usr/sbin/sendmail -L sendmail-client -Ac -q30m ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/sendmail ]
<notice>'/etc/init.d/rc5.d/S10sendmail start' exits with status 0
<notice>/etc/init.d/rc5.d/S10smbfs start
<notice>'/etc/init.d/rc5.d/S10smbfs start' exits with status 0
<notice>/etc/init.d/rc5.d/S10soundmodem start
<notice>'/etc/init.d/rc5.d/S10soundmodem start' exits with status 0
<notice>/etc/init.d/rc5.d/S10splash start
<notice>'/etc/init.d/rc5.d/S10splash start' exits with status 0
<notice>/etc/init.d/rc5.d/S10xdm start
Starting service kdm<notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ PWD=/ LC_MESSAGES= HOSTNAME=linux CONSOLE=/dev/console RC_LANG=fr_FR@euro PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 QTDIR=/usr/lib/qt3 KDEROOTHOME=/root/.kdm LC_TIME= MACHTYPE=i386-suse-linux RC_LC_COLLATE=POSIX LC_ALL= LINES=34 MAXHOME=/usr/lib/maxwell LANG=fr_FR@euro LC_NUMERIC= SHLVL=2 COLUMNS=105 LC_CTYPE=fr_FR@euro BOOT_IMAGE=linux SHELL=/bin/bash PRINTER=lp HOSTTYPE=i386 OSTYPE=linux WINDOWMANAGER=/usr/X11R6/bin/kde HOME=/ TERM=linux no_proxy=localhost PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 LC_MONETARY= INIT_VERSION=sysvinit-2.82 LC_COLLATE=POSIX _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ]
done
<notice>'/etc/init.d/rc5.d/S10xdm start' exits with status 0
<notice>/etc/init.d/rc5.d/S11cron start
Starting CRON daemon<notice>startproc: execve (/usr/sbin/cron) [ /usr/sbin/cron ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/cron ]
^G
done
Starting Name Service Cache Daemon<notice>'/etc/init.d/rc5.d/S11cron start' exits with status 0
<notice>/etc/init.d/rc5.d/S11nscd start
<notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/nscd ]
done
<notice>'/etc/init.d/rc5.d/S11nscd start' exits with status 0
<notice>/etc/init.d/rc5.d/S11smpppd start
Starting SMPPPD<notice>startproc: execve (/usr/sbin/smpppd) [ /usr/sbin/smpppd ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/smpppd ]
done
<notice>'/etc/init.d/rc5.d/S11smpppd start' exits with status 0
<notice>/etc/init.d/rc5.d/S20inetd start
Starting inetd<notice>startproc: execve (/usr/sbin/inetd) [ /usr/sbin/inetd ], [ PWD=/ HOSTNAME=linux CONSOLE=/dev/console PREVLEVEL=N AUTOBOOT=YES REDIRECT=/dev/tty1 MACHTYPE=i386-suse-linux LINES=34 SHLVL=2 COLUMNS=105 BOOT_IMAGE=linux SHELL=/bin/bash HOSTTYPE=i386 OSTYPE=linux HOME=/ TERM=linux PATH=/sbin:/bin:/usr/sbin:/usr/bin RUNLEVEL=5 INIT_VERSION=sysvinit-2.82 _=/sbin/startproc DAEMON=/usr/sbin/inetd ]
done
<notice>'/etc/init.d/rc5.d/S20inetd start' exits with status 0
Starting personal-firewall (final) [not active]
unused
<notice>/etc/init.d/rc5.d/S21personal-firewall.final start
<notice>'/etc/init.d/rc5.d/S21personal-firewall.final start' exits with status 6
<notice>/etc/init.d/rc5.d/S22splash_late start
<notice>'/etc/init.d/rc5.d/S22splash_late start' exits with status 0
<notice>/etc/init.d/rc5.d/S23SuSEfirewall2_final start
Starting Firewall Initialization (phase 3 of 3) Warning: No nameservers in /etc/resolv.conf!
done
Master Resource Control: runlevel 5 has been
reached
Skipped services in runlevel 5: personal-firewall.initial personal-firewall.final
<notice>'/etc/init.d/rc5.d/S23SuSEfirewall2_final start' exits with status 0
<notice>killproc: kill(264,3)
^ permalink raw reply
* Re: [Linux-ia64] Re: disabling nics using boot options.
From: Roy Dragseth @ 2003-01-09 20:41 UTC (permalink / raw)
To: linux-ia64
In-Reply-To: <marc-linux-ia64-105590709805657@msgid-missing>
On Thursday 09 January 2003 21:27, Bill Nottingham wrote:
> How quickly does it time out (after 30 seconds to a minute?)
I clocked it in to exactly one minute.
r.
--
The Computer Center, University of Tromsø, N-9037 TROMSØ, Norway.
phone:+47 77 64 41 07, fax:+47 77 64 41 00
Roy Dragseth, High Performance Computing System Administrator
Direct call: +47 77 64 62 56. email: royd@cc.uit.no
^ permalink raw reply
* Re: "Mother" == "computer-illiterate"
From: Randy.Dunlap @ 2003-01-09 20:46 UTC (permalink / raw)
To: jlnance; +Cc: linux-kernel
In-Reply-To: <20030109202144.GA6434@ncsu.edu>
On Thu, 9 Jan 2003 jlnance@unity.ncsu.edu wrote:
| On Thu, Jan 09, 2003 at 12:40:19PM -0700, Val Henson wrote:
|
| > P.S. For extra credit (but no ThinkGeek certificate) you can look up
| > the following women in computer science, some of whom are mothers:
| > Mary Baker, Margo Seltzer, Monica Lam, Ellen Spertus, Carla Ellis, and
| > Barbara Simons.
|
| Am I the first person to tell you you left off Ada Lovelace? She was
| way ahead of her time.
and Grace Hopper (ugh, COBOL)
--
~Randy
^ permalink raw reply
* Re: opening a port..
From: Athan @ 2003-01-09 20:38 UTC (permalink / raw)
To: mdew; +Cc: Dharmendra.T, netfilter
In-Reply-To: <1042100673.487.20.camel@nirvana>
[-- Attachment #1: Type: text/plain, Size: 870 bytes --]
On Thu, Jan 09, 2003 at 09:24:32PM +1300, mdew wrote:
> mdew:~# netcat -p 4662
> no destination
> mdew:~# nc -l -p 4662
> ??;??????????????U????J??G??????dfg<????o??mdew:~# netcat
> Cmd line:
> mdew:~# netcat -l -p 4662
> ??;??????????????U????J??G??????dfg<????o??mdew:~# netcat -l -p 4662
> ??P<H??og??T'?????\????6???http://emule-project.net<6??o??mdew:~#
I suspect you'll find that's other eDonkey clients connecting to the
netcat ;). Why not just make SURE you're running the client for testing
this? You'll know when it's working as the eDonkey client will have
clients connecting.
-Ath
--
- Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/
Finger athan(at)fysh.org for PGP key
"And it's me who is my enemy. Me who beats me up.
Me who makes the monsters. Me who strips my confidence." Paula Cole - ME
[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]
^ permalink raw reply
* Re: [PATCH] Use %ebp rather than %ebx for thread_info pointer
From: Luca Barbieri @ 2003-01-09 20:38 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux-Kernel ML
In-Reply-To: <Pine.LNX.4.44.0301091216490.1890-100000@penguin.transmeta.com>
[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]
> Hmm.. Did you check what fork
It only seems to use ret_from_fork, that sets up %ebp on its own.
> execve
Doesn't seem to use any function in entry.S
> vm86 do? I know at least the vm86()
> stuff sets up %ebx before calling the asm functions in entry.S, I bet
> those need to be changed to use %ebp too with something like this.
Right. This should fix it (compiles but untested):
--- arch/i386/kernel/vm86.c~ 2003-01-02 04:21:07.000000000 +0100
+++ arch/i386/kernel/vm86.c 2003-01-09 21:24:58.000000000 +0100
@@ -298,9 +298,10 @@
__asm__ __volatile__(
"xorl %%eax,%%eax; movl %%eax,%%fs; movl %%eax,%%gs\n\t"
"movl %0,%%esp\n\t"
+ "movl %1,%%ebp\n\t"
"jmp resume_userspace"
: /* no outputs */
- :"r" (&info->regs), "b" (tsk->thread_info) : "ax");
+ :"r" (&info->regs), "r" (tsk->thread_info) : "ax");
/* we never return here */
}
@@ -311,8 +312,9 @@
regs32 = save_v86_state(regs16);
regs32->eax = retval;
__asm__ __volatile__("movl %0,%%esp\n\t"
+ "movl %1,%%ebp\n\t"
"jmp resume_userspace"
- : : "r" (regs32), "b" (current_thread_info()));
+ : : "r" (regs32), "r" (current_thread_info()));
}
static inline void set_IF(struct kernel_vm86_regs * regs)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply
* Re: [PATCH/RFC] New module refcounting for net_proto_family
From: Max Krasnyansky @ 2003-01-09 20:45 UTC (permalink / raw)
To: David S. Miller; +Cc: linux-kernel
In-Reply-To: <20030107.012139.34126482.davem@redhat.com>
At 01:21 AM 1/7/2003 -0800, David S. Miller wrote:
>Change is buggy, there are many places that sk_alloc() but don't use
>sock_init_data(). net/ipv4/tcp_minisocks.c is one of many such
>places.
Those guys will have to bump mod refcount themselves then.
sock_init_data() and sock_graft() have access to ->owner field but sk_alloc()
doesn't. So we either have to change sk_alloc() API or make call to
sock_init_data()/sock_graft() a must. Any other suggestions ?
Max
^ permalink raw reply
* Re: "Mother" == "computer-illiterate"
From: Kaz Kylheku @ 2003-01-09 20:47 UTC (permalink / raw)
To: jlnance, linux-kernel
Illiterate idiots, that should be:
strcpy("Mother", "computer-illiterate") == 0
Mind what list you're on.
:)
-----Original Message-----
From: <jlnance@unity.ncsu.edu>
Sent: 1/9/03 1:24:52 PM
To: <linux-kernel@vger.kernel.org>
Subject: Re: "Mother" == "computer-illiterate"
On Thu, Jan 09, 2003 at 12:40:19PM -0700, Val Henson wrote:
> P.S. For extra credit (but no ThinkGeek certificate) you can look up
> the following women in computer science, some of whom are mothers:
> Mary Baker, Margo Seltzer, Monica Lam, Ellen Spertus, Carla Ellis, and
> Barbara Simons.
Am I the first person to tell you you left off Ada Lovelace? She was
way ahead of her time.
Thanks,
Jim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply
* DMA timeouts on Promise 20267 IDE card
From: James Curbo @ 2003-01-09 20:43 UTC (permalink / raw)
To: linux-kernel
[please cc: me as I am not subscribed to lkml]
I've recently started getting errors like this (this example is from
2.4.20-pre3-ac2):
Jan 9 14:20:48 carthage kernel: hda: dma_timer_expiry: dma status ==
0x61
Jan 9 14:20:48 carthage kernel: hdc: dma_timer_expiry: dma status ==
0x21
Jan 9 14:20:58 carthage kernel: hda: timeout waiting for DMA
Jan 9 14:20:58 carthage kernel: PDC202XX: Primary channel reset.
Jan 9 14:20:58 carthage kernel: PDC202XX: Secondary channel reset.
Jan 9 14:20:58 carthage kernel: hda: DMA disabled
Jan 9 14:20:58 carthage kernel: hda: timeout waiting for DMA
Jan 9 14:20:58 carthage kernel: blk: queue c03c2860, I/O limit 4095Mb
(mask 0xffffffff)
Jan 9 14:20:58 carthage kernel: hdc: timeout waiting for DMA
Jan 9 14:20:58 carthage kernel: PDC202XX: Secondary channel reset.
Jan 9 14:20:58 carthage kernel: PDC202XX: Primary channel reset.
Jan 9 14:20:58 carthage kernel: hdc: DMA disabled
Jan 9 14:20:58 carthage kernel: hdc: timeout waiting for DMA
Jan 9 14:20:58 carthage kernel: blk: queue c03c2cac, I/O limit 4095Mb
(mask 0xffffffff)
I have a Promise 20267 PCI IDE controller card on an Epox 8RDA motherboard.
The motherboard is brand new and I never got these kinds of errors with
my previous MSI K7T Turbo board. There are two drives on the card:
hda: WDC WD400BB-00AUA1, ATA DISK drive
hdc: WDC WD400BB-00DEA0, ATA DISK drive
which are both alone on the seperate controllers. I've tried both 2.4
and 2.5 kernels (2.4.20, 2.4.20-ac2, 2.4.20-pre3-ac2, 2.5.[53-55] and
get the same errors.
Does anyone have idea what is causing this? I can offer more information
(.config etc) if necessary.
--
James Curbo <hannibal@adtrw.org> <phoenix@sandwich.net>
http://www.adtrw.org/blogs/hannibal/
^ permalink raw reply
* Re: [Linux-fbdev-devel] Re: 2.5 fbdev & driver initial mode
From: James Simmons @ 2003-01-09 20:34 UTC (permalink / raw)
To: Benjamin Herrenschmidt
Cc: Geert Uytterhoeven, Geert Uytterhoeven,
Linux Frame Buffer Device Development, Linux Kernel Mailing List
In-Reply-To: <1042108748.567.20.camel@zion.wanadoo.fr>
> > Note: on some platforms graphics chips with VGA cores are _not_ initialized to
> > VGA mode by the firmware. So great care should be taken when not explicitly
> > switching to graphics mode on those platforms.
>
> Yup. This is typically the case of PowerMacs where the VGA memory isn't
> even reachable on the PCI/AGP bus.
Here are the case we will have.
1) Embedded devices. People here have a tendency to want to use serial
console and just want fbdev without fbcon. Fbcon set the graphics state
in fbcon_startup. Now the developers want to know if the hardware
actually worked. So they can call fb_set_var and fb_show_logo
themselves in there drivers. They want to fully bring up the hardware.
2) Now say the above want to use fbcon. Then they don't need to set the
graphics state in there driver. Fbcon will do it for them.
3) The graphics card has some kind of default text mode state. For the
case where we want to use /dev/fb without fbcon and the text mode then
we don't want to change the graphics state in the intialization code.
It is done in the first open and the last close.
^ permalink raw reply
* Re: [PATCH] PATCH: IPMI driver
From: Jeff Garzik @ 2003-01-09 20:42 UTC (permalink / raw)
To: Alan Cox; +Cc: Dave Jones, Corey Minyard, Linux Kernel Mailing List
In-Reply-To: <1042143476.27796.66.camel@irongate.swansea.linux.org.uk>
On Thu, Jan 09, 2003 at 08:17:57PM +0000, Alan Cox wrote:
> On Thu, 2003-01-09 at 19:20, Dave Jones wrote:
> > time_diff = ((jiffies_now - kcs_info->last_timeout_jiffies)
>
> Thats valid for unsigned maths
> 0x00000001 - 0xFFFFFFFF = 0x00000002
Just as a general note (not to Alan), this often appears in ethernet
drivers, in their RX and TX producer/consumer ring counters... so don't
be surprised if you see this logic elsewhere in the kernel, too.
Jeff
^ permalink raw reply
* Re: Another idea for simplifying locking in kernel/module.c
From: Max Krasnyansky @ 2003-01-09 20:41 UTC (permalink / raw)
To: Adam J. Richter, rusty; +Cc: linux-kernel
In-Reply-To: <200301070853.AAA04065@baldur.yggdrasil.com>
At 12:53 AM 1/7/2003 -0800, Adam J. Richter wrote:
>I wrote:
>> Here is a way to replace all of the specialized "stop CPU"
>>locking code in kernel/module.c with an rw_semaphore by using
>>down_read_trylock in try_module_get() and down_write when beginning to
>>unload the module.
>>
>> The following UNTESTED patch, a net deletion of 136 lines,
>
> I am running that patch now on two computers. It seems to
>be OK.
>
> Rusty, I'd be interested in knowing what you think of the
>patch (likewise for other lkml readers).
We have to be able to call try_module_get() from interrupt context.
Max
^ permalink raw reply
* ALSA Kconfig comment change - Solo-1 1969
From: Alexander Kellett @ 2003-01-09 20:35 UTC (permalink / raw)
To: perex; +Cc: linux-kernel
Maybe it might be nice to update the Kconfig in sound/pci
to the following section:
config SND_ES1938
tristate "ESS ES1938/1946/1969 (Solo-1)"
depends on SND && SOUND_GAMEPORT
help
Say 'Y' or 'M' to include support for ESS Solo-1
(ES1938, ES1946, ES1969) soundcard.
(sorry for lack of diff, and for whitespace changes!)
I was most confused to see Solo-1 but no support for my soundcard :)
Alex
--
"[...] Konqueror open source project. Weighing in at less than
one tenth the size of another open source renderer"
Apple, Jan 2003 (http://www.apple.com/safari/)
^ permalink raw reply
* Re: [Linux-ia64] Re: disabling nics using boot options.
From: Bill Nottingham @ 2003-01-09 20:27 UTC (permalink / raw)
To: linux-ia64
In-Reply-To: <marc-linux-ia64-105590709805657@msgid-missing>
Roy Dragseth (royd@cc.uit.no) said:
> Well, it doesn't work during a normal bootup either. If I remove the cached
> info in /etc/dhcpc/ and reboots, the network initialization fails:
>
> Setting network parameters: [ OK ]
> Bringing up interface lo: [ OK ]
> Bringing up interface eth2: dhcpcd[536]: timed out waiting for a valid DHCP
> server response
> Determining IP information for eth2... failed.
> [FAILED]
>
> If I log in and run /etc/init.d/network start everything works ok:
>
> root@compute-1-1 root]# /etc/init.d/network start
> Setting network parameters: [ OK ]
> Bringing up interface lo: [ OK ]
> Bringing up interface eth2: [ OK ]
>
> I cannot see what it is different when init starts the network from when root
> is doing it.
How quickly does it time out (after 30 seconds to a minute?)
Bill
^ permalink raw reply
* Re: [BK PATCH] USB changes for 2.5.55
From: Greg KH @ 2003-01-09 20:34 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List, linux-usb-devel
In-Reply-To: <Pine.LNX.4.44.0301091221250.1890-100000@penguin.transmeta.com>
On Thu, Jan 09, 2003 at 12:21:57PM -0800, Linus Torvalds wrote:
>
> On Thu, 9 Jan 2003, Greg KH wrote:
> > Hm, looks like you didn't get the USB changes I sent :)
>
> I did, but they got applied after 2.5.55 was released (they're part of the
> current BK tree).
Ah, nice, thanks.
greg k-h
^ permalink raw reply
* Re: "Mother" == "computer-illiterate"
From: Valdis.Kletnieks @ 2003-01-09 20:30 UTC (permalink / raw)
To: jlnance; +Cc: linux-kernel
In-Reply-To: <20030109202144.GA6434@ncsu.edu>
[-- Attachment #1: Type: text/plain, Size: 539 bytes --]
On Thu, 09 Jan 2003 15:21:44 EST, jlnance@unity.ncsu.edu said:
> On Thu, Jan 09, 2003 at 12:40:19PM -0700, Val Henson wrote:
>
> > P.S. For extra credit (but no ThinkGeek certificate) you can look up
> > the following women in computer science, some of whom are mothers:
> > Mary Baker, Margo Seltzer, Monica Lam, Ellen Spertus, Carla Ellis, and
> > Barbara Simons.
>
> Am I the first person to tell you you left off Ada Lovelace? She was
> way ahead of her time.
I think Ada Lovelace and Grace Hopper were left off as "too easy"....
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.