Displaying 20 results from an estimated 150 matches for "chattrs".
Did you mean:
chattr
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
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 ?
2012 Jun 13
2
[PATCH] E2fsprogs: add missing usage for No_COW
Add the missing usage for No_COW since we''ve supported No_COW flag.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
misc/chattr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/misc/chattr.c b/misc/chattr.c
index 141ea6e..24254cc 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -83,7 +83,7 @@ static unsigned long sf;
static void usage(void)
{
2017 Oct 02
4
how to prevent files and directories from being deleted?
You can try chattr?
https://en.wikipedia.org/wiki/Chattr
2017-10-01 12:26 GMT-03:00 Alexander Dalloz <ad+lists at uni-x.org>:
> Am 01.10.2017 um 17:21 schrieb hw:
>
>> Hi,
>>
>> how can I prevent files/directories like /var/run/mariadb from being
>> deleted on reboot? Lighttpd has the same problem.
>>
>> This breaks services and makes servers
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
2013 Jun 07
2
How do I safely terminate COW on pre-existing files?
...tory,
but new files created in that directory will the No_COW attribute.)
So what exactly does that mean? Does it mean that it is unsafe? Or
does it mean that it is simply unreliable? If I run a btrfs balance
first will that clear out the COW snapshots and enable me to perform the
recursive chattrs? What is the best way to approach this?
Thanks for any tips, George
--
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
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:
2013 Aug 20
2
Re: Stop the relabeling of CD images
----- Original Message -----
> From: Eric Blake <eblake@redhat.com>
> To: Cristian Ciupitu <cristian.ciupitu@yahoo.com>
> Cc: libvirt-users <libvirt-users@redhat.com>
> Sent: Monday, August 19, 2013 11:24 PM
> Subject: Re: [libvirt-users] Stop the relabeling of CD images
> So maybe this would do it:
>
> <source file=...>
> <seclabel
2003 Oct 04
0
chattr +j ==> Oops
[sent this to ext2-devel but haven't seen any other traffic there, so
cc-ing it here]
[Last week] while configuring a new box I came across a site suggesting:
chattr -R -S +j +A /var/spool/postifx
to improve postfix's speed on ext3, in lieu of mounting a separate fs
there w/ data=journal.
So I tried it. Both on the new box (2.4.21-7um) and on my laptop
(about three csets shy of the
2012 Jun 13
1
[PATCH v2] E2fsprogs: add missing usage for No_COW
Add the missing usage for No_COW since we''ve supported No_COW flag.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
v1->v2: sort options alphabetically, thanks to Roman Mamedov.
misc/chattr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/misc/chattr.c b/misc/chattr.c
index 141ea6e..24254cc 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -83,7
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
2014 Sep 13
2
C5 : Deleting un-deletable files ?
During a routine trawl through the ext3 files, I found some astronomical file sizes, billions and billions of GB.
They also has strange user and group names.
I can not delete these "weird files" (the term used by the operating system utilities).
Here are a few examples. The original files were created on Windoze 98 version 2 circa 2001.
> 2411957 p--x---rwx 65487 299196551
2013 Aug 19
2
Stop the relabeling of CD images
Hi,
I'm installing the operating system for my virtual machines from CD
images and I would like for libvirtd to stop relabeling the
corresponding files. Since the installation media is no big secret, I
have labeled the files with system_u:object_r:public_content_t:s0, but
libvirtd keeps changing them to system_u:object_r:svirt_image_t:s0. It
also changes the ownership to qemu:qemu. This
2018 May 09
3
Samba4 on Ubuntu 18.04
> Date: Tue, 8 May 2018 06:52:56 -0700
> From: Gregory Sloop <gregs at sloop.net>
> To: samba at lists.samba.org
> Subject: Re: [Samba] Samba4 on Ubuntu 18.04
>
> A sort of digest reply...
>
> RPvs> Not sure, what is a samba4/adc ???
> RPvs> Or do you mean a 'Has anybody joined a Samba DC on Ubuntu 18.04' ?
> Yes, doing an active directory
1996 Nov 18
1
Chattr +i and securelevel
has anyone played with the securelevel variable in the kernel and the
immutable flags in the ext2 file system?
The only way I have found to change the flag is by
patching sched.c from
int securelevel=0
to int securelevel=1
The sysctrl code seems to allow the setting of the flag
only by init (PID=1) and only upwards (0->1, etc).
The problem is that I haven''t found a way to get
init
2013 Aug 20
1
Re: Stop the relabeling of CD images
----- Original Message -----
> From: Martin Kletzander <mkletzan@redhat.com>
> To: Cristian Ciupitu <cristian.ciupitu@yahoo.com>
> Cc: Eric Blake <eblake@redhat.com>; libvirt-users <libvirt-users@redhat.com>
> Sent: Tuesday, August 20, 2013 6:05 PM
> Subject: Re: [libvirt-users] Stop the relabeling of CD images
>
> On 08/20/2013 04:19 AM, Cristian
2001 Jul 26
5
ext3-2.4-0.9.4
An update to the ext3 filesystem for 2.4 kernels is available at
http://www.uow.edu.au/~andrewm/linux/ext3/
The diffs are against linux-2.4.7 and linux-2.4.6-ac5.
The changelog is there. One rarely-occurring but oopsable bug
was fixed and several quite significant performance enhancements
have been made. These are in addition to the performance fixes
which went into 0.9.3.
Ted has put out a
2001 Jul 30
1
ext3-2.4-0.9.5
The latest ext3 patches against linux-2.4.7 and linux-2.4.7-ac3 are at
http://www.uow.edu.au/~andrewm/linux/ext3/
Changes since 0.9.4 include:
- Fixed a bug which could trip an assertion failure when using small
journals under heavy load in full data journalling mode.
- A patch from Ted plus the latest version of e2fsprogs plus the stomping
of various ext3 bugs gives us preliminary
1999 Nov 27
1
Re: Programming ...
From: Wade Maxfield <maxfield@ctelcom.net>
> Many thanks to the moderator who pointed out errors and suggested the
> correct information on this post. Over half the ideas are due to him. ;)
> 1. Programs put data in local variables in functions. These variables
> are on the computer stack. Feeding data to those variables (usually
> string variables) causes the