Displaying 20 results from an estimated 2000 matches similar to: "ext3 and chattr +S on postfix spools"
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
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 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
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 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,
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
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:
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
2006 Jul 10
2
chattr +T not implemented?
We run a third party application that creates an inordinate amount of
subdirectories in a single directory. To speed up I/O, I wanted to set
the T attribute on the directory that will hold the subdirectories. The
"chattr +T /usr/local/lepus-bb/a-0607" command returns status 0, but
when I verify the setting, the attribute isn't there:
# lsattr -d /usr/local/lepus-bb/a-0607
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
2001 Nov 26
1
Re: VFS bug in 2.4.10+ which applies ulimits to block devices
On Mon, Nov 26, 2001 at 10:00:39PM +0800, Yusuf Goolamabbas wrote:
> Hi Andrea, The following is a thread on ext3-users in which sct mentions
> that this is due to a core VFS bug introduced in 2.4.10 which applies
> ulimits to block devices. Maybe this could be due to some interaction
> with your blockdevice in pagecache
>
> I don't know if you already have a fix in your
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
2020 Aug 20
2
dovecot-SASL for Postfix: EXTERNAL does not work.
Hello and good evening.
Sorry for responding so late, it is midsummer and i spend as much
time as possible on the outside (bicycle, mostly). (Just one more
day, then 10 degrees colder!!)
I Cc: Wietse Venema, because i quote a message of him.
(this is "set quote-add-cc" here.)
Aki Tuomi wrote in
<84881193.5398.1597934431687 at appsuite-dev-gw2.open-xchange.com>:
The dovecot
2002 Feb 03
1
[wietse@porcupine.org: Re: syncronous directory operation for linux (ext2)]
There's a big thread about filesystems on postfix-users@postfix.org
Could you shed some light on that issue?
----- Forwarded message from Wietse Venema <wietse@porcupine.org> -----
From: wietse@porcupine.org (Wietse Venema)
Date: Sun, 3 Feb 2002 07:53:26 -0500 (EST)
To: Lawrence Greenfield <leg+@andrew.cmu.edu>
Cc: Wietse Venema <wietse@porcupine.org>,
2013 Sep 27
1
compression via chattr
Enabling compression via chattr +c works with ZLIB (default method)
only, right? Since there is no way to specify a compression method.
Cannot I use LZO this way?
Thanks in advance,
--
w
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2020 Aug 20
3
dovecot-SASL for Postfix: EXTERNAL does not work.
Hello.
I am not subscribed and new here, so first of all i want to thank
you for dovecot. I personally do not use it in "production"
(yet), but it is my sole point of interaction for testing the
little MUA i maintain for quite some years. I also have used its
code for affirmation purposes. (Interesting that OAUTHBEARER
treats hostname and port as optional. I currently do
2002 Jul 08
1
chattr +j
Hi list,
I just noticed in the chattr(1) man page that there exists a 'j'
attribute which actually does the same thing that data=journal mount
option would do, expect it only sets this property on the directories of
my choice.
Big Thanks to the one that came up with that idea :) It allows me to set
+j on mail queues that must sit on the same partitions as the rest of
the system (the guy
2013 Jan 08
2
chattr +C vs. btrfs subvolume snapshot
What happens if you set an individual file inside a subvolume as nocow
(chattr +C) and then take a snapshot of that subvolume and modify the
file in both?
Will btrfs now ignore the nocow attribute completely or will it do "as
few copies as possible"? (I''d love to know if it''s possible to visualize
the fragmentation of a single file.)
--
To unsubscribe from this list: