Displaying 3 results from an estimated 3 matches for "_enabled_".
2001 Jul 06
4
ext3 0.9.0 compile failure
Tried to compile 0.9.0 with kernel 2.4.6 on a RH7.1 machine with the
latest gcc updates installed.
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -march=k6 -c -o sysctl.o sysctl.c
sysctl.c:317: `journal_oom_retry' undeclared here (not in a function)
sysctl.c:317: initializer
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