On Wed, Jun 27, 2001 at 04:55:56PM -0400, Albert D. Cahalan wrote:
> ln /dev/zero /tmp/zero
> ln /dev/hda ~/hda
> ln /dev/mem /var/tmp/README
None of these (of course) work if you use mount options to restrict device
nodes on those filesystems.
Sean
-
To unsubscribe from this list: send the line
Barry Wu wrote:
>
>I want port linux to our mipsel system. The kernel
>can work and system stop at mount root file system.
>I download root file system for mipsel from MIPS
>company. Because our system have no ethernet
>interface,
>I have to copy root file system directly to our hard
>disk. I put
On Thu, Jun 28, 2001 at 09:43:21AM +0200, Patrick Dreker wrote:
> Hello...
>
> Am Donnerstag, 28. Juni 2001 00:16 schrieb Linus Torvalds:
> > I don't _have_ any instances of my name being printed out to annoy the
> > user, so that's a very theoretical argument.
>
> Err Just nitpicking...
>
Keith Owens wrote:
> On Thu, 28 Jun 2001 00:07:13 -0400,
> Jeff Garzik <[EMAIL PROTECTED]> wrote:
> >Steven Cole wrote:
> >> - dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
> >> + dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
>$CONFIG_PCI
> >
> >Se
James Simmons wrote:
> I will intergrate your changes into my fbgen 2.
Guess that means it's OK to ask for integration.
I repost it with proper inlining (sorry about that)
Description of the patch:
> the attached patch fix a problem with `fbgen' when changing the
> RGBA components but not the
gcc -D__KERNEL__ -I/u1/usr.src/linux/include -Wall -Wstrict-prototypes
-Wno-traphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-bdary=2 -march=i686-c -o vxfs_inode.o vxfs_inode.c
vxfs_inode.c:50: `generic_file_llseek' undeclared here (not in a
function)
vxfs_inode.c:50
Hi Giampaolo,
In article <993718178.8885.0.camel@castle> you wrote:
> gcc -D__KERNEL__ -I/u1/usr.src/linux/include -Wall -Wstrict-prototypes
> -Wno-traphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
> -mpreferred-stack-bdary=2 -march=i686-c -o vxfs_inode.o vxfs_inode.c
> vxfs_inode.c
> On Wed, Jun 27, 2001 at 01:50:28PM -0700, Linus Torvalds wrote:
> > How about we drop the "printk" altogether, and make it all a comment?
>
> Can we please also drop annoying static informational printk's?
>
> > Linux NET4.0 for Linux 2.4
> > Based upon Swansea University Computer Society NET3.0
hi
> > a) Add more RAM - that is the real optimal approach
> > b) Make the processes smaller (eg switch to thttpd from www.acme.com)
> > c) Speed up the I/O throughput relative to CPU speed
> > - eg the 2.2 IDE UDMA patches
> d)Reduce the number of Apache processes so they fit nicely i
Compiling kernel 2.20pre5, pre6 :
drivers/net/net.a(8139too.o): In function `rtl8139_thread':
8139too.o(.text+0x10ff): undefined reference to `lock_kernel'
8139too.o(.text+0x1116): undefined reference to `unlock_kernel'
make: *** [vmlinux] Error 1
lack of
#include
in 8139too.c ?
-
I'm writing a module on Kernel 2.4. A part of this module can be view as
a firewall.
My module is logically located between the IP layer and the link layer.
In fact, the binding is done on NF_IP_POST_ROUTING for packets outgoing,
and on NF_IP_PRE_ROUTING for packets incoming.
I'd like my firewall
I was talking about this leak 2 days back but my mail ot lost..
we have in vfree -->
vmfree_area_pages (calling) free_area_pmd (calling) free_area_pte (calling)
free_page.
The final free_page frees all the pages that are allocated to a memory region in
vmalloc.
Now where are we freeing pa
Hi,
In 2.2 kernel do we really need its own LDT (not default_ldt) for every
process (no mm sharing) ??
In what circumstances a process may need its own LDT ??
--
Amol
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
On Thu, 28 Jun 2001, Laramie Leavitt wrote:
> > dmesg buffer space is rather limited and IMHO there isn't space to
> > waste on credit-giving in boot logs.
>
> Here here. You don't see annoying log-eating copyright messages
> printed out in the Windows boot. Just imagine:
There's a difference;
On Thu, 28 Jun 2001 10:45:55 +0200 (MET DST),
Andrzej Krzysztofowicz <[EMAIL PROTECTED]> wrote:
>Keith Owens wrote:
>> Index: 6-pre6.1/drivers/net/Config.in
>> - dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
>> + if [ "$CONFIG_ISA" = "y" -o "$CONFIG_EISA" = "y" -o "$CONF
On Thu, Jun 28, 2001 at 11:19:37AM +0200, Bjorn Wesen wrote:
> On Thu, 28 Jun 2001, Laramie Leavitt wrote:
> > > dmesg buffer space is rather limited and IMHO there isn't space to
> > > waste on credit-giving in boot logs.
> >
> > Here here. You don't see annoying log-eating copyright messages
>
Martin Knoblauch wrote:
>
> maybe more specific: If the hit-rate is low and the cache is already
> 70+% of the systems memory, the chances maybe slim that more cache is
> going to improve the hit-rate.
>
Oh, but this is posible. You can get into situations where
the (file cache) working set n
SuSE 7.1, wireless-tools-20-5, kernel 2.4.5-pre3:
/root# gdb iwconfig
[...]
(gdb) run wvlan0
Starting program: /usr/bin/iwconfig wvlan0
wvlan0IEEE 802.11-DS ESSID:"ISocRob" Nickname:"Gedeao"
Frequency:2.437GHz Sensitivity:1/3 Mode:Ad-Hoc
Access Point: 00:00:
Helge Hafting wrote:
>
> Martin Knoblauch wrote:
>
> >
> > maybe more specific: If the hit-rate is low and the cache is already
> > 70+% of the systems memory, the chances maybe slim that more cache is
> > going to improve the hit-rate.
> >
> Oh, but this is posible. You can get into situation
On Thu, 28 Jun 2001, Helge Hafting wrote:
> Preventing swap-trashing at all cost doesn't help if the
> machine loose to io-trashing instead. Performance will be
> just as much down, although perhaps more satisfying because
> people aren't that surprised if explicit file operations
> take a long t
"J. Nick Koston" wrote:
>
> Thanks for the tips, however it doesn't help :-(
It was worth a shot...
> > Also, try passing "noapic" to the kernel on boot if the problem still
> > persists. The downside is that all interrupts will be handled by a
> > single CPU. There is a definite problem with V
Hello all,
2.4.6-pre6 introduces 14 new undocumented symbols.
Would the owners please provide help texts for the following:
CONFIG_CPU_SUBTYPE_SH7751
CONFIG_CPU_SUBTYPE_ST40STB1
CONFIG_HD64465_IOBASE
CONFIG_MAPLE_KEYBOARD
CONFIG_MAPLE_MOUSE
CONFIG_SH_7751_SOLUTION_ENGINE
CONFIG_SH_BIGSUR
CONFIG_
> If individual pages could be classified as code (text segments),
> data, file cache, and so on, I would specify costs to the paging
> of such pages in or out. This way I can make the system perfer
> to drop a file cache page that has not been accessed for five
> minutes, over a program text
John Cavan wrote:
> I have an AIC7 based SCSI card in my machine as well, hooked up to a
> Jaz. I haven't actually used it in ages, but I'll test it to see of the
> problem is apparent on CUV4X-D board as well.
First, I copied 640 Mb file to the jaz disk, no problem. Then I ran the
same comma
On 28 Jun 2001 14:02:09 +0200, Tobias Ringstrom wrote:
> This would be very useful, I think. Would it be very hard to classify
> pages like this (text/data/cache/...)?
How would you classify a page of perl code ?
Xav
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
- Received message begins Here -
>
> On Wed, Jun 27, 2001 at 06:04:02PM -0400, Jeff Garzik wrote:
> > andrew may wrote:
> > >
> > > Is there a standard way to make multiple copies of a network device?
> > >
> > > For things like the bonding/ipip/ip_gre and others they seem to
On 28 Jun 2001, Rodrigo Ventura wrote:
> SuSE 7.1, wireless-tools-20-5, kernel 2.4.5-pre3:
>
> /root# gdb iwconfig
> [...]
> (gdb) run wvlan0
[...]
> Program received signal SIGSEGV, Segmentation fault.
> 0xc22ab05c in ?? ()
>
> Can't get any further useful info from gdb.
>
>
Either use netif_rx()/ for complete packets that should go through the
whole stack again or nf_reinject() from your hook.
-Andi
-
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/m
On Tue, Jun 26, 2001 at 07:28:23PM +0200, kees wrote:
> Hi,
>
> I tried 2.4.5 but after a couple of hours I lost all network connectivety.
> The log shows:
>
>
> Jun 25 19:34:17 schoen3 kernel: NETDEV WATCHDOG: eth0: transmit timed out
> Jun 25 19:34:17 schoen3 kernel: eth0: Tx timed out, lost
This is possibly not the best place to post this message, but if anybody
could help I'd be very grateful...
Twice at about the same time one of our server, running kernel 2.4.4,
has died. Attached is an excerpt from syslog - the actual list of
messages is 5 or 6 times longer, all with the same ti
Dan Kegel <[EMAIL PROTECTED]> writes:
[...]
>A signal number cannot be opened more than once concurrently;
>sigopen() thus provides a way to avoid signal usage clashes
>in large programs.
Signals are a pretty dopey API anyway - so instead of trying to patch
them
In article <[EMAIL PROTECTED]> you wrote:
> Hi,
> In 2.2 kernel do we really need its own LDT (not default_ldt) for every
> process (no mm sharing) ??
> In what circumstances a process may need its own LDT ??
When using the Windows Emulator WINE and related projects (WordPerfect 2000)
for i
On 28 Jun 2001, Xavier Bestel wrote:
> On 28 Jun 2001 14:02:09 +0200, Tobias Ringstrom wrote:
>
> > This would be very useful, I think. Would it be very hard to classify
> > pages like this (text/data/cache/...)?
>
> How would you classify a page of perl code ?
I do know how the Perl interprete
On Thu, Jun 28, 2001 at 12:34:20PM +0100, Rodrigo Ventura wrote:
>
> SuSE 7.1, wireless-tools-20-5, kernel 2.4.5-pre3:
>
> /root# gdb iwconfig
> [...]
> (gdb) run wvlan0
> Starting program: /usr/bin/iwconfig wvlan0
> wvlan0IEEE 802.11-DS ESSID:"ISocRob" Nickname:"Gedeao"
>
Stefan Hoffmeister <[EMAIL PROTECTED]> writes:
[...]
> Windows NT/2000 has flags that can be for each CreateFile operation
> ("open" in Unix terms), for instance
>
> FILE_ATTRIBUTE_TEMPORARY
>
> FILE_FLAG_WRITE_THROUGH
> FILE_FLAG_NO_BUFFERING
> FILE_FLAG_RANDOM_ACCESS
> FILE
In conjunction with David Woodhouse ([EMAIL PROTECTED]) and Arjan Van De Ven
([EMAIL PROTECTED]), I've come up with a way to abstract I/O accesses in the
Linux kernel whilst trying to keep overheads minimal. These would be
particularly useful on many non-i386 platforms.
Any comments would be gre
Hi all,
Intel ICHx have one(?) ugly feature: reboot by TCO timer can be
disabled by the hardware. Current message isn't very informative and
can cause false bugreports, so the attached micropatch.
BTW this hardware braindamage already reported on Sony Vaio pCG-FX140.
Best regards.
P.S. What's
Hi there,
i have a Dual-PCU-Board but only one CPU is plugged in.
I've compiled the kernel without SMP.
Now the system runs fine for about 1 Week. After than, it oftens "crashes".
"crashes" is not realy the thing ... diffrent things happen :
* The whole system hangs WIHTOUT any kernel-message o
> Either use netif_rx()/ for complete packets that should go through the
> whole stack again or nf_reinject() from your hook.
Is it really possible to call netif_rx from netfilter hook? I try to
call netif_rx(skb) from PRE_ROUTING hook (returning NF_STOLEN)
and kernel immediately crashes, even if
Hi,
This is the config file:
http://www.holanyi.hu/config
produced with make menuconfig on a vanilla tree;
and this is the log file:
http://www.holanyi.hu/bzImage.log
of the command:
time make dep clean bzImage modules moduels_install 2>&1 | tee bzImage.log
The errors do not occur if I swit
The Linux Test Project is an open source project originated by SGI and
recently joined by IBM and OSDL to provide a collection of tools for
testing the Linux kernel, and Linux in general. The project consists of
well over 100 individual testcases and a test driver to automate
execution of the te
[...]
>A signal number cannot be opened more than once concurrently;
>sigopen() thus provides a way to avoid signal usage clashes
>in large programs.
YOU> Signals are a pretty dopey API anyway -
Exactly. When signals were made up, signalhandlers were supposed to
not so mu
> > I think find a ramdisk bug of 2.4.4 kernel -- ramdisk
> > use both buffers and cached mem of the same size, thus
> > double the mem use.
> > mke2fs -m0 /dev/ram1
> > mount /dev/ram1 /mnt
> > dd if=/dev/zero of=/mnt/data bs=1k count=11
> > cat /proc/meminfo will see that both buffers and
>
hey guys,
I have been reading through TCP/IP Illustrated Vol 2 and the linux
source. I am having a heck of a time finding where it sees a SYN packet
and check to see if the desitination port is open. In the book it looks
like it happens in tcp_input where it looks for the PCB for a segment.
On Thursday 28 June 2001 14:20, [EMAIL PROTECTED] wrote:
> > If individual pages could be classified as code (text segments),
> > data, file cache, and so on, I would specify costs to the paging
> > of such pages in or out. This way I can make the system perfer
> > to drop a file cache page that
Hi,
I have compiled a 2.4 kernel (I was on 2.2) and it seems that everything
went
well. But when I tried uname -rs I found a 2.2 kernel ? Is it possible
that the
2.4 kernel run and that uname -rs result is wrong ? what really does uname
-rs ,
does it use proc system or maybe anything else ?
Than
Daniel R. Kegel wrote:
> Christopher Smith <[EMAIL PROTECTED]> wrote:
> > Jamie Lokier <[EMAIL PROTECTED]> wrote:
> > > Btw, this functionality is already available using sigaction(). Just
> > > search for a signal whose handler is SIG_DFL. If you then block that
> > > signal before changing, ch
> Signals are a pretty dopey API anyway - so instead of trying to patch
> them up, why not think of something better for AIO?
I have to agree, in a way... At some point we need to swallow our pride,
admit that UNIX has a crappy event model, and implement something like Win32
GetMessage =)...
I'v
On Thursday 28 June 2001 15:37, Alan Cox wrote:
> > The problem with updatedb is that it pushes all applications to the swap,
> > and when you get back in the morning, everything has to be paged back
> > from swap just because the (stupid) OS is prepared for yet another
> > updatedb run.
>
> Updat
On Thu, 28 Jun 2001, sebastien person wrote:
> Hi,
>
> I have compiled a 2.4 kernel (I was on 2.2) and it seems that everything
> went well.
Did you install the new kernel?
> But when I tried uname -rs I found a 2.2 kernel ? Is it possible
> that the 2.4 kernel run and that uname -rs result is
With CONFIG_SOUND_FUSION=m, I get the following error for 2.4.6-pre6 during
make modules:
cs46xx.c:386: conflicting types for `cs46xx_suspend_tbl'
cs46xxpm-24.h:39: previous declaration of `cs46xx_suspend_tbl'
cs46xx.c:387: conflicting types for `cs46xx_resume_tbl'
cs46xxpm-24.h:40: previous decl
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote:
> I was talking about this leak 2 days back but my mail ot lost..
>
> we have in vfree -->
> vmfree_area_pages (calling) free_area_pmd (calling) free_area_pte (calling)
> free_page.
> The final free_page frees all the pages that are allocated to a
>There is a simple change in strategy that will fix up the updatedb case quite
>nicely, it goes something like this: a single access to a page (e.g., reading
>it) isn't enough to bring it to the front of the LRU queue, but accessing it
>twice or more is. This is being looked at.
Say, when a page
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
Intermediate diffs are available from
http://www.bzimage.org
This is the initial merge with 2.4.6pre - treat this one with care, it may
not be the most reliable 2.4.5ac release ever made
2.4
On Sat, Jun 16, Mike A. Harris wrote:
>I find it very odd indeed with IBM's big voice of open source
>praise, yada yada, and what Lou has said in the past, that there
>would be any question at all of wether it would be open source or
>not. Isn't big blue behind open source? Or is it just for
>
Hello,
Question.
Are there plans to include JFS and XFS in the kernel?
Both those projects have been declared stable by their development
teams, and I'm guessing they can now be included as experimental, just
as reiser has been.
Just curious,
-Kervin
Steve Best wrote:
>
> June 28, 2001:
>
On Thursday 28 June 2001 17:21, Jonathan Morton wrote:
> >There is a simple change in strategy that will fix up the updatedb case
> > quite nicely, it goes something like this: a single access to a page
> > (e.g., reading it) isn't enough to bring it to the front of the LRU
> > queue, but accessin
~~~
OSDL (Open Source Development Lab) is offering a $25,000
Enterprise Achievement Award to the developer(s) of technological
advances in the field of enterprise Linux, pursuant to some
contest rules. The award will be issued to the individ
Good day, Alan, all,
make[1]: Entering directory `/usr/src/linux-2.4.5/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c
A /proc/credits maybe?
Vipin
[EMAIL PROTECTED] wrote:
> > > Linux NET4.0 for Linux 2.4
> > > Based upon Swansea University Computer Society NET3.039
> >
> > The later line is not something of interest to most people, and if it
> > happens to be they can research it rather than being force-fe
Hi,
I retested my scratched DVD on 2.4.5-ac19, and the machine still hangs
(when using drip) after spitting a few errors in the log:
Jun 28 00:32:55 bip kernel: Info fld=0x1f49e0, Current sd0b:00: sense key Medium Error
Jun 28 00:32:55 bip kernel: Additional sense indicates Unrecovered read error
Good day, all,
I also get an "Error in tcl script":
Error: can't read "CONFIG_DRM_AGP": no such variable.
The stack trace is:
can't read "CONFIG_DRM_AGP": no such variable
while executing
"list $CONFIG_DRM_AGP"
(procedure "writeconfig" line 2351)
invoked from within
John Fremlin wrote:
> >A signal number cannot be opened more than once concurrently;
> >sigopen() thus provides a way to avoid signal usage clashes
> >in large programs.
>
> Signals are a pretty dopey API anyway - so instead of trying to patch
> them up, why not think of s
On 28 Jun 2001 18:13:38 +0200, Xavier Bestel wrote:
> Hi,
>
> I retested my scratched DVD on 2.4.5-ac19, and the machine still hangs
> (when using drip) after spitting a few errors in the log:
> Jun 28 00:32:55 bip kernel: Info fld=0x1f49e0, Current sd0b:00: sense key Medium
>Error
> Jun 28 00:3
Hello all,
In addition to the 14 new CONFIG symbols without help texts which
2.4.6-pre6 introduced, 2.4.5-ac20 has 5 more, for a total of 19 in -ac20.
Here are the five new symbols in 2.4.5-ac20 which don't have
Configure.help texts and likely should have. If you're the owner
of these, please pr
Any ideas on hot to easily call an outside program from the kernel (like
system(), exec()) Is this possible? Thanks
Mike
-
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/ma
Andre Hedrick wrote:
>
> It fixes a BUG in CFA, but what will it do to the other stuff?
> Parse it exclusive to CFA and there is not an issue.
...
> Not all ./arch have a control register doing this randomly without know the
> rest of the driver will kill more than it fixes.
>
Thanks for pointi
[EMAIL PROTECTED] said:
> CONFIG_MTD_CFI_BE_BYTE_SWAP CONFIG_MTD_CFI_LART_BIT_SWAP
> CONFIG_MTD_CFI_LE_BYTE_SWAP CONFIG_MTD_CFI_VIRTUAL_ER
Read the l-k archives.
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
M
Hi all,
Recently I upgraded from 2.4.4 to 2.4.5, but after that I got users
complaining about io errors on some mounted NFS systems on some files,
whenever they tried to stat (ls) or open the file. Even after several
reboots (other files failed tho).
Going back to 2.4.4 solved the problem. I don
On Wed, 27 Jun 2001, Pekka Pietikainen wrote:
> Providing a wrapper library for use with Infiniband and the current
> SAN boards like WSD would probably be a useful exercise, but to really get
> good performance (especially latency-wise) you probably want to use
> something like MPI. For many app
On Thu, 28 Jun 2001, Michael J Clark wrote:
> Any ideas on hot to easily call an outside program from the kernel (like
> system(), exec()) Is this possible? Thanks
>
> Mike
> -
Look through the drivers and check upon "kernel_thread()". This shares
the process context of 'init' so you can
Hi,
I have made available RPM packages of the DAFS sdk v 0.8. You can find
them at:
ftp://ftp.clusterfs.com/pub/lustre/RPMS
I made a few patches, some to compile cleanly and others to provide a
header file structure that is usable in both user and kernel mode.
I have attached the patch - coul
[EMAIL PROTECTED] said:
> On Thu, 28 Jun 2001, Alan Cox wrote:
> > Managers at places like Cisco see boot messages and it gets into
> > their brains. They certainly don't all read the source code.
> Quote frankly, I doubt "managers" read the boot messages.
This is consistent with what Alan sa
On Thu, Jun 28, 2001 at 09:39:15AM +0100, Laramie Leavitt wrote:
> > On Wed, Jun 27, 2001 at 01:50:28PM -0700, Linus Torvalds wrote:
> > > How about we drop the "printk" altogether, and make it all a comment?
> >
> > Can we please also drop annoying static informational printk's?
> >
> > > Linux N
Michael J Clark wrote:
>
> Any ideas on hot to easily call an outside program from the kernel (like
> system(), exec()) Is this possible? Thanks
Check exec_usermodehelper in kmod.c
--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe
On Thu, 28 Jun 2001, Daniel Phillips wrote:
> On Thursday 28 June 2001 14:20, [EMAIL PROTECTED] wrote:
> > > If individual pages could be classified as code (text segments),
> > > data, file cache, and so on, I would specify costs to the paging
> > > of such pages in or out. This way I can make
Hi,
I am trying to develop a module that makes use of the page cache(by allocating a LOT
of pages use page_cache_alloc and then add_to_page_cache). However, I got some
unresolved symbols error during insmod.(because the symbols related to
lru_cache_add etc are not exported?) .
I am just wo
Linus Torvalds <[EMAIL PROTECTED]> was pleased to say:
> If they are shut off, then where's the drumming? Because if people start
> making copyright printk's normal, I will make "quiet" the default.
Amen. This is like editing a program to remove the "harmless" compiler warning
messages. If I d
Sean Hunter writes:
> On Wed, Jun 27, 2001 at 04:55:56PM -0400, Albert D. Cahalan wrote:
>> ln /dev/zero /tmp/zero
>> ln /dev/hda ~/hda
>> ln /dev/mem /var/tmp/README
>
> None of these (of course) work if you use mount options to
> restrict device nodes on those filesystems.
In which case, you c
On Thu, Jun 28, 2001 at 06:18:24PM +0100, David Woodhouse wrote:
>
>
> [EMAIL PROTECTED] said:
> > Things like version strings etc sound useful, but the fact is that the
> > only _real_ problem it has ever solved for anybody is when somebody
> > thinks they install a new kernel, and forgets to r
Hi,
I have recently experienced a number of kernel OOPSes
in "top" under heavy load. Kernel is 2.4.5 (IA64, but
this has nothing to do the IA64 patch).
The OOPS happens in the call tree
open () system call
[...]
real_lookup ()
proc_base_lookup ()
proc_pid_make_inode ()
iput ()
proc_delete_inod
In article <[EMAIL PROTECTED]>,
Tommy Reynolds <[EMAIL PROTECTED]> wrote:
>Linus Torvalds <[EMAIL PROTECTED]> was pleased to say:
>
>> If they are shut off, then where's the drumming? Because if people start
>> making copyright printk's normal, I will make "quiet" the default.
>
>Amen. This is l
I am getting an Oops/kernel panic with kernel 2.4.5.
Here is what the panic notice says in part:
The panic notice said:
Unable to handle kernel paging request at virtual address 846ea4e6
*pde = 0
Oops: 0 0 0 0
cpu: 0
EIP: 0010:[]
EFLAGS: 00010286
Process ax25ipd (pid:270,stackpage=c54a700)
call
1-systeme hangs when i try ton compile anything
i've compiled the kernel 2.4.4 , once i finish and boot the first time on
2.4.4 everything goses ok ,
only too problemes
1st- klogd takes 100% CPU time
2nd- cat /proc/cpuinf --guives me too CPU'S without putin any info about
the CPU 1
like tha
Miquel van Smoorenburg wrote:
>
> In article <[EMAIL PROTECTED]>,
> Tommy Reynolds <[EMAIL PROTECTED]> wrote:
> >Linus Torvalds <[EMAIL PROTECTED]> was pleased to say:
> >
> >> If they are shut off, then where's the drumming? Because if people start
> >> making copyright printk's normal, I will
On Thu, 28 Jun 2001, Martin Wilck wrote:
> Hi,
>
> I have recently experienced a number of kernel OOPSes
> in "top" under heavy load. Kernel is 2.4.5 (IA64, but
> this has nothing to do the IA64 patch).
>
> The OOPS happens in the call tree
>
> open () system call
> [...]
> real_lookup ()
>
Martin Wilck wrote:
>I have recently experienced a number of kernel OOPSes
>in "top" under heavy load. Kernel is 2.4.5 (IA64, but
>this has nothing to do the IA64 patch).
Same here; I just debugged these on S/390 ...
>I have seen 2.4.6-pre6 contains changes to this subroutine as well,
>but they
Ok, my two cents.
Print all copyright, config, etc. as KERN_DEBUG. Then use a 'verbose' or
similar parameter to lilo/kernel to enable console printing of KERN_DEBUG,
to be used when the system fails to boot, etc.
Dan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" i
Sorry for replying a couple of weeks late - I don't check linux-kernel
that often.
On Wed, 13 Jun 2001, Stelian Pop wrote:
> > I got just the YUV code from Gatos, and a few months ago it took less than
> > an hour to merge just that part (and most of that was compiling and
> > testing).
>
> Me
On Thu, Jun 28, 2001 at 07:28:20PM +0200, Bogdan Costescu wrote:
> On Wed, 27 Jun 2001, Pekka Pietikainen wrote:
>
> I'm sorry, but I don't understand your reference to MPI here. MPI is a
> high-level API; MPI can run on top of whatever communication features
> exists: TCP/IP, shared memory, VI,
Hi!
...it will loop forever. I have fix that allows up-to 0x0
bzImages, but it is *ugly*. This seems better; please apply.
Pavel
Index: build.c
===
RCS file: /home/
On Thu, 28 Jun 2001, Alan Cox wrote:
> > i've compiled the kernel 2.4.4 , once i finish and boot the first time on
> > 2.4.4 everything goses ok ,
> > only too problemes
> > 1st- klogd takes 100% CPU time
>
> Old old versions of klogd had bugs where they would do that. If there is
> a conti
It seems to be ok with 2.4.5-ac19, so I guess I'll just wait for
2.4.6 and hope that resolves it for good.
Nick
On Thu, Jun 28, 2001 at 08:27:17AM -0400, John Cavan wrote:
> Envelope-to: [EMAIL PROTECTED]
> Delivery-date: Thu, 28 Jun 2001 08:26:20 -0400
> Date: Thu, 28 Jun 2001 08:27
> Some ASUS boards (mostly P3B-F) would either freeze or self reboot when using
> PhotoShop 5. Everything else would run perfectly.
>
> Disabling MMX optimizations in this software would "solve" the problem. Another
> solution found on the web (sorry, I don't have the URL at hand) is to add two
>
Richard, should there be (is there?) linux-networking-faq, or can this
be put into the linux-kernel faq ?
On Thu, Jun 28, 2001 at 10:33:46AM -0400, Michael J Clark wrote:
> hey guys,
>
> I have been reading through TCP/IP Illustrated Vol 2 and the linux
> source.
That book describes
Jamie wrote:
> Daniel R. Kegel wrote:
> > Christopher Smith <[EMAIL PROTECTED]> wrote:
> > > Jamie Lokier <[EMAIL PROTECTED]> wrote:
> > > > Btw, this functionality is already available using sigaction(). Just
> > > > search for a signal whose handler is SIG_DFL. If you then block that
> > > > s
>Print all copyright, config, etc. as KERN_DEBUG.
How about a new level, say "KERN_CONFIG", with a "show-config"
parameter to enable displaying KERN_CONFIG messages?
Craig Milo Rogers
-
To unsubscribe from this list: send the line "unsubscribe linu
Hi Alan and others,
I'm trying to build 2.4.5-ac20, I get the following error when entering the
submenu "Ethernet (10 or 100Mbit) --->" of "[*] Network device support"
Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue. Here is
[EMAIL PROTECTED] wrote:
>
> Well considering the other night the power supply went dead, I think that is part of
>the problem. It is brand new, and I am being sent another one (free of course).
>
> I also had my mb loaded at the time (scsi cd-rw, cdrom, internal zip, floppy, 1 hd,
>Sound car
On Wed, 27 Jun 2001, Jeff Garzik wrote:
> Tom Gall wrote:
> > Well you have device drivers like the symbios scsi driver for instance that
> > tries to determine if it's seen a card before. It does this by looking at the
> > bus,dev etc numbers... It's quite reasonable for two different scsi ca
1 - 100 of 218 matches
Mail list logo