Displaying 20 results from an estimated 2000 matches similar to: "Re: VFS bug in 2.4.10+ which applies ulimits to block devices"
2001 Nov 26
0
[andrea@suse.de: Re: VFS bug in 2.4.10+ which applies ulimits to block devices]
I had sent email to Andrea asking him if his blkdev-in-pagecache might
cause the recent reports about ulimits being applied to block devices.
This is his response which he asked me to forward to ext3-users since he
can't post being a non-subscriber
BTW, Redhat should whitelist various kernel hackers email address on
their mailserver so that they can post freely to various lists
Regards,
2003 May 08
2
ogg123/libao needs to factor non support for mono in i810 driver
A playback of a mono vorbis track on a system using the i810 audio
driver via ogg123 results in a double speed playback (chipmunk sound).
It seems that this chipset doesn't support mono and while xmms seems to
compensate for it, ogg123 doesn't
I have a bugzilla report at redhat.com filed on this with more details
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90433
Regards, Yusuf
2001 Aug 20
1
[tytso@mit.edu: Re: Your ext2 optimisation for readdir+stat]
I asked Ted about his patch for ext3 and ext2 and this is his response.
I am not sure if his post will reach lkml since it's sent to
vger.rutgers.edu
IMHO, With the amount of work Andrew has done to make ext3 usable for
MTA applications, Ted's work would make ext3 even better for MTA apps
sinc both Postfix/qmail use 'find' in their control-scripts and queue
statistics program
2002 Feb 04
2
ext3 and chattr +S on postfix spools
Postfix <http://www.postfix.org> does a chattr +S on its spool directory
when it is installed on Linux.
This is what is written in the postfix startup script
--
#
# LINUX by default does not synchronously update directories -
# that's dangerous for mail.
#
if [ -f /usr/bin/chattr ]
then
CHATTR="/usr/bin/chattr +S"
else
CHATTR=echo
fi
--
Is this still required on ext3 ?
2002 Jan 30
1
Should fs_passno in /etc/fstab be always set to 0
That seems to be the indication given by this webpage
http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
However, default install of Redhat 7.2 setsup fs_passno(6th field of
/etc/fstab) as 2 which asks you if you want to run fsck after an unclean
shutdown
The question is, is fsck required after an unclean shutdown or should
one just rely on journal replay. What does fsck do when it sees an
2000 Dec 21
1
ssh 2.3.0p1 does not seem to fallback protocol from 2 to 1
Hi, I have the following line in $HOME/.ssh/config
Protocol 2,1
I run OpenSSH 2.3.0p1 on my RH 7.0 box running 2.2.18.
I am trying to ssh into a FreeBSD 4.2-stable box which runs OpenSSH
2.2.0. The account I am trying to ssh into has two files in $HOME/.ssh
authorized_keys and authorized_key2 which contains RSA and DSA keys
respectively.
>From my RH 7.0 machine, I do the following
ssh -v
2002 Nov 15
1
workaround for 'hang on exit' bug does not seem to work
Hi, I am using Redhat 7.3 which comes with openssh 3.1p1. I am running
an antivirus software called vexira on this server. It starts of 2
daemon processes in the background. Whenever I stop/start these daemons
in an ssh session, it hangs.
I added "shopt -s huponexit" (without the quotes) in /etc/bashrc, but
the hangs still occur. Any advice on this would be appreciated
Regards, Yusuf
2002 Feb 08
1
If the .journal file is marked 'immutable' how is data written to it
man chattr mentions the following [on RH 7.2]
A file with the `i' attribute cannot be modified: it cannot be deleted
or renamed, no link can be created to this file and no data can be
written to the file. Only the superuser can set or clear this attribute
The .journal file has the following properties
---i-d------- ../.journal
As such, I am confused as to how data to the journal can
2001 Aug 03
1
Howto create hidden journal on / fs
Hi, I installed RH 7.1/e2fsprogs 1.22 and util-linux 2.11f on a box
with a 3ware 6200 and 2 20GB IDE drives and then installed 2.4.7 and
ext3 0.9.5
I unmounted all the filesystems except / and did a tune2fs -i 0 -c 0
-j <device> on all the remaining filesystems
This created a journal with a hidden file.
>From what I recollect, doing a tune2fs on a mounted fs creates
.journal file. I
2000 Aug 05
1
Making UseLogin yes requires a valid reverse DNS enty
Hi, I am using openssh 2.1.1pl4 on a Linux 2.2.16 box [RH 6.1
distribution], I was confused as to why when I telnet into that box, I
get /usr/local/bin in my PATH but when I ssh into my box, /usr/local/bin
is not in my PATH
I modified /etc/ssh/sshd_config to have UseLogin yes and then when I try
to ssh into that box, I couldn't. ssh -v showed the following
debug: Requesting shell.
debug:
2003 Mar 14
1
Updated ext3 patch set for 2.4
Hi all,
I've pushed my current set of ext3 diffs (against Marcelo's current
tree) to
http://people.redhat.com/sct/patches/ext3-2.4/dev-20030314/
This includes:
00-merged/ diffs recently merged into 2.4
10-core-fixes-other/ misc fixes/tweaks from akpm, adilger
11-core-fixes-sct/ misc fixes/tweaks from sct
20-tytso-updates/ Ted's recent updates
21-updates-sct/ recent sct diffs
2002 Feb 05
0
[akpm@zip.com.au: Re: ext3 and chattr +S on postfix spools]
postfix-users seems to be a subscription only list. I'd recommend
incorporating TDMA <http://tdma.sf.net/> to allow for easy discussion by
outsiders
Andrew Morton (of ext3 fame) had sent this message to postfix-users list
I am forwarding so that Wietse can hopefully provide the definitive
answer to the question Andrew Morton/Stephen Tweedie seek
----- Forwarded message from Andrew
2008 Mar 26
1
adjusted means and adjusted standard errors after ANOVA
I am trying to obtain adjusted means and standard errors for a three way
ANOVA
I have three effects, two continuous; fire frequency and annual
precipitation, and one categorical; soil type in an unbalanced design.
I am testing the effect of annual precipition (AP), soil type (ST), and fire
frequency (FF) on stem count (SCt)
My data table looks as such:
ST
FF
AP
SCt
3
Coy
2000 Dec 14
2
ext3-0.0.5d released
Hi,
ext3-0.0.5d.tar.gz is now up on
ftp.uk.linux.org:/pub/linux/sct/fs/jfs/
and ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/
as patches against 2.2.18.
This only contains the kernel bits: we're in the process of syncing up
on some e2fsprogs so I'll do another release shortly once we've got
all of the pending changes for the user-mode tools assembled.
This release is mostly
2000 Dec 08
2
ext3-0.0.5c released
Hi all,
ext3-0.0.5c is now up at:
ftp.uk.linux.org:/pub/linux/sct/fs/jfs/
and ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/
The most important part of this release is the e2fsprogs: e2fsck now
supports the journal changes for metadata-only journaling.
Ted, I've changed around the use of jfs* include files in e2fsprogs
quite heavily here. In each build directory --- the lib/ext2fs
2003 Jul 21
1
htree and Severn
My reading of the kernel.src.rpm doesn't indicate that Severn has ext3
htree patches. Stephen, were there any issues seen during Cerberus
testing ?
Regards, Yusuf
--
Yusuf Goolamabbas
yusufg@outblaze.com
2012 May 09
4
Can't read xlsx file into R. Seem, Seem to have XLConnect loaded.
I have spent hours on R in Windows 7. Just installed 2 days ago so the R
package should be current.
Currently I am using the RGui (64-bit) for Windows.
I can not read an Excel file into R from my computer. Have hours on this.
Completely crazy!!
I have the XLConnect package loaded. I think it is loaded because when I
enter:
> loadedNamespaces()
[1] "base"
2001 Nov 16
0
PenguinOMeter- A new File I/O Benchmark for Linux
Came across this whilst browsing the proceedings of the ALS
http://www.linuxshowcase.org/bryant.html
http://pgmeter.sourceforge.net/
Regards, Yusuf
--
Yusuf Goolamabbas
yusufg@outblaze.com
2001 Feb 13
2
ext3-0.0.6a available
Hi,
ext3-0.0.6a has been uploaded to
ftp.uk.linux.org:/pub/linux/sct/fs/jfs/ext3-0.0.6a.tar.gz
and
ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/ext3-0.0.6a.tar.gz
This version changes the way dirty buffers are marked to protect
against device drivers which might block in the ll_rw_block()
function. (Loop and lvm are examples.) It should also fix a rare but
persistent report of
2001 Feb 23
1
ext3-0.0.6b available
Hi all,
ext3-0.0.6b is now available at the usual places:
ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/
and
ftp.uk.linux.org:/pub/linux/sct/fs/jfs/
The only significant change in this release is the fix to the orphan
list recovery, and that fix also affects e2fsprogs, so please pick up
the new e2fsprogs from the same directory when you grab the ext3
release. I've put tarballs,