Displaying 20 results from an estimated 200 matches similar to: "ext3 0.9.0 compile failure"
2001 Sep 24
1
ext3-2.4-0.9.10
An ext3 patch against linux 2.4.10 is at
http://www.uow.edu.au/~andrewm/linux/ext3/
This patch is *lightly tested* - ie, it boots and does stuff.
The changes to ext3 are small, but the kernel which it patches
has recently changed a lot. If you're cautious, please wait
a couple of days.
The patch retains the buffer-tracing code. This will soon be
broken out into a separate patch to make
2001 Jun 11
1
Build fix for ext3-2.4-0.0.6
Hi, Andrew -
The ext3-0.0.6 patch doesn't build if CONFIG_JBD_DEBUG is set and
CONFIG_BUFFER_DEBUG is not set, because include/linux/buffer-trace.h
is missing a definition for BUFFER_TRACE2 in one branch of a #ifdef.
One-liner patch appended.
<b
2001 Oct 27
3
Strange memory stats with 2.4.13 and ext3
Hi,
My gateway/firewall/mailserver machine has been running 2.4.13 for a day
or so now. Its basically a stock Linus kernel + ext3-0.9.13 patch (for
-pre6, with the rej fixed).
I'm getting this in /proc/meminfo:
total: used: free: shared: buffers: cached:
Mem: 130179072 117489664 12689408 0 46854144 69632
Swap: 1073987584 10907648 1063079936
MemTotal: 127128
2001 Aug 14
8
Redhat Roswell
Hi all
i installed Redhat beta Roswell, then i updated to Kernel 2.4.8
patched him and installed the newest util-linux + e2fprogs without any
custoumized Options. Bootloader is Grub. Now when i boot he says mount -O or -0
is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem already has a journal"
lsmod says that no jbd or ext3 Modules is loadet but i have pachted the Kernel
2001 Oct 11
4
ext3 0.9.12 for 2.4.10-ac11
An ext3 update for Alan's latest kernel is at
http://www.uow.edu.au/~andrewm/linux/ext3/
The version of ext3 in -ac kernels currently stands at 0.9.6, so
this is a fairly large diff. However most of this code has had a
decent amount of external testing via the 0.9.9 patch. The changelog
since 0.9.6 is below.
Please test it if you can, and all being well we shall ask Alan
to merge it a
2001 Aug 18
2
ext3 0.9.6 for kernel 2.4.9
This is just a rediff and retest - no ext3 changes in this release.
http://www.uow.edu.au/~andrewm/linux/ext3/
The latest diff is against linux-2.4.9. The version of ext3 in
-ac kernels is current.
-ac's ext3 has the "buffer tracing" debug code removed from the
non-ext3 files, so the 2.4.9 diff is more useful for bug hunting.
I should generate a diff against -ac to enable
2001 Oct 09
2
Assert in jbd-kernel.c
Hello. I have installed the ext3 file system on a test system, and
sometimes I have a problem: I get an assert from within jbd-kernel.c,
and whatever prgram was writing to the disk when this happens is unable
to continue.
The system is a server I built, which I named "dax". It is running
Debian unstable, and I updated it to all the latest packages in Debian
unstable as of today.
2015 Mar 24
7
FYI: SSH1 now disabled at compile-time by default
Hi,
OpenSSH git master now disabled SSH protocol 1 at compile time by
default. If you want it back, then you'll need to pass --with-ssh1
to configure before you build.
We expect to ship this configuration for openssh-6.9 in a few
months.
-d
2007 Mar 14
9
file_field doesnt work inside form_remote_for
When I do file_field within a form_for things are fine... but within a
form_remote_for, with nothing else changed, I find that the params
does not even have the element document[uploaded_file] even though it
is definitely present in the HTML source in the form. Obviously the
file upload fails.
Am I missing something? Or has someone else faced this? Or is this a
known bug?
Rajesh
2010 Dec 22
0
Rcpp 0.9.0 and RcppClassic 0.9.0
===== Summary =====
Version 0.9.0 of the Rcpp package is now on CRAN and its mirrors. This
release marks another step in the development of the package, and a few key
points are highlighted below. More details are in the NEWS and ChangeLog
files included in the package.
===== Overview =====
Rcpp is an R package and associated C++ library that facilitates integration
of C++ code in R
2010 Dec 22
0
Rcpp 0.9.0 and RcppClassic 0.9.0
===== Summary =====
Version 0.9.0 of the Rcpp package is now on CRAN and its mirrors. This
release marks another step in the development of the package, and a few key
points are highlighted below. More details are in the NEWS and ChangeLog
files included in the package.
===== Overview =====
Rcpp is an R package and associated C++ library that facilitates integration
of C++ code in R
2006 Mar 29
1
Problems with Ferret 0.9.0
Hi,
I upgraded from 0.3.2 to 0.9.0, and now my old search code doesn''t work
anymore. I get a lot of ArgumentErrors, for example:
"query.add_clause(Search::BooleanClause.new(query_parser.parse(term),
Search::BooleanClause::Occur::MUST))"
raises:
ArgumentError (wrong number of arguments (2 for 0))
"index_searcher.search_each(query)"
raises:
ArgumentError
2001 Jul 08
1
ext3 2.4.6-0.9.0 and vfat problem
Today I converted my existing ext2 root partition to ext3. Since then
my windows partion is not accessible in linux anymore. The mount
command "mount /mnt/win" itself doesn't give any errors, but when I list
the contents of windows partition ("ls /mnt/win"), I get the error
"ls: /mnt/win: Not a directory". chdir also reports the same error.
When I reboot the
2008 Mar 19
0
[ANNOUNCE] xf86-video-sisusb 0.9.0
Adam Jackson (3):
Death to RCS tags.
open() is not fopen(). Use O_RDONLY, not 'r'.
sisusb 0.9.0
Brice Goglin (1):
Define SISUSB_*_VERSION using PACKAGE_VERSION*
James Cloos (2):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Tomasz Dominikowski (1):
Fix
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
> >% gdiff ../kqemu-osol-1.3.0pre9/kqemu-solaris.c .
> >54c54
> >< static uint_t kqemu_busy = 0;
> >---
> >
> >
> >>static uint32_t kqemu_busy = 0;
> >>
> >>
> >73c73
> >< static uint_t upages_locked = 0;
> >---
> >
> >
> >>static uint32_t upages_locked = 0;
> >>
>
2007 Sep 08
0
qemu 0.9.0 in c5-testing
Hi all,
A package for the qemu machine emulator/virtualizer is now available in
CentOS testing for CentOS 5. qemu was added
- Because the package contains qemu-img, a handy tool for creating and
converting disk images (e.g. for KVM).
- For full virtualization on i386 and x86_64 CPUs that don't have VT-X
or AMD-V support. kqemu is required for optimal performance, we plan
to provide
2011 Jan 17
0
help on strange installation process of JRI / rJava 0.9.0
Hi Nidhi,
> ... On the other hand, I also found that JRI.jar is missing from
> both of these (piodev...) installations. ...
this is resolved now in the /mnt/tools/r installation.
Background: When compiling R, one needs to provide an option
"--enable-R-shlib" in order that R is capable of dynamically linking
libraries. Now the desired JRI package (Java calls into R) is part of
2007 Jul 30
1
QEMU 0.9.0 packages available for Solaris 8 (-SDL, use vnc), 9&10 (+SDL)
All,
I''ve posted some QEMU 0.9.0 packages for x86_64 and SPARC on my website at
http://www.thoughtwave.net/downloads.html
Some of these include libSDL support compiled in (The Solaris 10+ version),
but I did not have libSDL available on my Solaris 9 machine.
Some include MTOOLS 3.9.10 which is invaluable for building floppy disk
images for RTOS development.
The packages install in
2007 Oct 18
0
homals-0.9.0
homals-0.9.0 is on CRAN -- by Jan de Leeuw and Patrick Mair
This package implements the methods discussed in Gifi, Nonlinear
Multivariate
Analysis, Wiley, 1990. In the Gifi terminology it covers homals,
princals,
canals, morals, criminals, and overals. The R implementation fills
several
gaps in Gifi, adding multiple ordinal, numerical, and polynomial data
transformations. Differences with
2007 Oct 18
0
homals-0.9.0
homals-0.9.0 is on CRAN -- by Jan de Leeuw and Patrick Mair
This package implements the methods discussed in Gifi, Nonlinear
Multivariate
Analysis, Wiley, 1990. In the Gifi terminology it covers homals,
princals,
canals, morals, criminals, and overals. The R implementation fills
several
gaps in Gifi, adding multiple ordinal, numerical, and polynomial data
transformations. Differences with