search for: nilfs

Displaying 20 results from an estimated 104 matches for "nilfs".

Did you mean: nilfs2
2009 Nov 13
4
Snapshot question
While reading about NILFS here: http://www.linux-mag.com/cache/7345/1.html I saw this: *One of the most noticeable features of NILFS is that it can "continuously > and automatically save instantaneous states of the file system without > interrupting service". NILFS refers to these as checkpoints. In cont...
2009 Nov 08
1
[PATCH] appliance: Add support for btrfs, GFS, GFS2, JFS, HFS, HFS+, NILFS, OCFS2
...com/~rjones/virt-top -------------- next part -------------- >From fbbfd8479620cf040ca4a2e7fa03868990f19404 Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Sun, 8 Nov 2009 13:15:56 +0000 Subject: [PATCH] appliance: Add support for btrfs, GFS, GFS2, JFS, HFS, HFS+, NILFS, OCFS2 However don't enable OCFS2 by default, because it pulls in about 140 extra packages into the appliance. GFS & GFS2 default to single node (no lock manager etc). --- appliance/packagelist.in | 17 +++++++++++++++++ daemon/mkfs.c | 15 +++++++++++++++ 2 files changed,...
2020 Jan 29
1
[PATCH] appliance: Add ntfs-3g-system-compression (RHBZ#1703463).
...about on the target system). --- appliance/packagelist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appliance/packagelist.in b/appliance/packagelist.in index e1cd173f0..13c83d8e4 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -43,6 +43,7 @@ ifelse(REDHAT,1, nilfs-utils ntfsprogs ntfs-3g + ntfs-3g-system-compression openssh-clients pcre policycoreutils @@ -127,6 +128,7 @@ ifelse(ARCHLINUX,1, multipath-tools dnl for kpartx nilfs-utils ntfs-3g + ntfs-3g-system-compression pcre reiserfsprogs systemd -- 2.25.0
2020 Oct 17
1
[PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
...AN',1)') ifelse(REDHAT,1, - augeas-libs cryptsetup cryptsetup-luks dnl old name used before Fedora 17 dhclient @@ -32,28 +31,20 @@ ifelse(REDHAT,1, gfs2-utils grub hfsplus-tools - hivex iproute iputils - jansson kernel - libcap - libldm - libtirpc nilfs-utils ntfsprogs ntfs-3g ntfs-3g-system-compression openssh-clients - pcre policycoreutils reiserfs-utils - libselinux syslinux-extlinux systemd dnl for /sbin/reboot and udevd vim-minimal xz - yara zfs-fuse ) @@ -79,17 +70,7 @@ dnl iproute has been...
2008 Mar 03
0
[PATCH] nilfs2 support for fstype
[please note that I'm not subscribed to the list] Hi again, this patch adds support for the NILFS2 (http://www.nilfs.org/) filesystem to fstype (on top of 1.5.7 from the debian package). Please let me know what you think. (please note that I'm not affiliated to nilfs in any way). diff -Nur klibc-1.5.7.orig/usr/kinit/fstype/fstype.c klibc-1.5.7/usr/kinit/fstype/fstype.c --- klibc-1.5.7.ori...
2016 Oct 06
1
[PATCH] appliance: add/remove some packages for Arch Linux
...has been renamed to iproute2 ifelse(ARCHLINUX,1, augeas cdrkit + cdrtools cryptsetup dhcpcd gptfdisk @@ -115,8 +116,8 @@ ifelse(ARCHLINUX,1, dnl syslinux has mtools as optional dependency, but in reality it's dnl a hard one: mtools + multipath-tools dnl for kpartx nilfs-utils - ntfsprogs ntfs-3g pcre reiserfsprogs @@ -124,7 +125,6 @@ ifelse(ARCHLINUX,1, vim xz yajl - zfs-fuse ) ifelse(SUSE,1, -- 2.10.0
2013 Jan 03
0
redhat 6.2 "libguestfs" for help
...tfs.spec .I use a common > user.But then i get some errors follow: > ........................... > + febootstrap -i augeas-libs -i btrfs-progs -i cryptsetup-luks -i diffutils > -i e2fsprogs -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i > iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i ntfs-3g -i > reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz > -i zfs-fuse -i acl -i attr -i bash -i binutils -i coreutils -i dosfstools > -i file -i gawk -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i > net-tools -i parted -...
2019 Sep 16
2
ssh client is setting O_NONBLOCK on a pipe shared with other processes
> So the make process gets an EAGAIN on the write syscall and doesn't > retry? That sounds like a bug in whatever make you're using, since > that could potentially occur in other circumstances too. What other circumstances? EAGAIN means that something put the device into non-blocking mode, and normally, that should only happen if the program calling write had itself previously
2019 Sep 15
4
ssh client is setting O_NONBLOCK on a pipe shared with other processes
The quick summary is that we invoke git from a parallel invocation of "make". Git invokes ssh to pull stuff from a remote repo. Ssh sets O_NONBLOCK on stdout and stderr if they do not refer to a tty. During our build, stderr refers to a pipe that other jobs run by make (and make itself) may also write to, and since this is a parallel build, they may write to that pipe while ssh has it
2014 Oct 02
4
[PATCH 0/3] RFC: appliance flavours
Hi, this is a prototype of something I've around for some time. Basically it is about adding new appliances in addition to the main one currently used and kept up-to-date automatically: this way it is possible to create new appliances with extra packages, to be used in specific contexts (like virt-rescue, with more network/recovery tools) without filling the main appliance. It's still
2013 Jan 24
5
[PATCH] btrfs: Fix btrfs_subvolume_list on F18
The output of btrfs subvolume list has changed in F18 to include generation, which breaks the parsing in btrfs_subvolume_list. This change replaces sscanf with a more robust regular expression. The new regular expression should also handle the addition of future unexpected columns. Fixes RHBZ#903620 --- daemon/Makefile.am | 6 +++-- daemon/btrfs.c | 67
2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
Folks, I got this warning today. I cant tell when and why this happened, so I do not know yet how to reproduce. Maybe someone has a quick idea. [85109.572032] WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect+0x1f0/0x1318 [85109.572036] Modules linked in: vhost_net vhost macvtap macvlan tap vfio_ap vfio_mdev mdev vfio_iommu_type1 vfio kvm xt_CHECKSUM ipt_MASQUERADE
2012 Dec 07
2
[PATCH] Add support for Windows dynamic disks (libldm / ldmtool).
This is just an initial version of the patch, not to be applied. It implements just the diskgroup functions, ie. corresponding to these ldmtool commands: * ldmtool scan * ldmtool show diskgroup <guid> I have chosen yajl as the JSON parsing library (don't worry, this is optional). You will also, of course, need ldmtool which is not packaged in anything except Fedora. Rich.
2010 Mar 29
1
appliance/make.sh won't update when re-configure with new mirror (or updates) url
...repo' --cache-file=/dev/null --srcdir=. --- but the febootstrap command which is generated during step 3 (make ) still use the previous urls: --- + febootstrap -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps -i scrub -i strace -i xfsprogs -i zerofree -u http:/...
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable. Perhaps the libcap2 dependency in the packagelist should only be added if libcap has actually been used in building guestfsd...
2008 Mar 25
2
bunch of small fixes
hello hpa, nothing particular stands out, just syncing with latest Debian upload and subsequent patch emails. please review merge or nack. thanks :) maks git pull git://git.debian.org/~maks/klibc.git maks for the changes: Aaron Griffin (1): [klibc] kinit: skip md assembly if mdX exists Colin Watson (1): [klibc] mount/umount FUSE support Harald Jenny (1): [klibc] fstype:
2012 Dec 11
1
Trying to package Oz for Ubuntu
[ CCing to Hilko who is the Debian maintainer, and the libguestfs mailing list. ] On Tue, Dec 11, 2012 at 04:18:20PM -0600, Steve Loranz wrote: > Chris / Richard, > > I'm trying to get a package of Oz together for Ubuntu so that I can > ultimately get an imagefactory package built for Ubuntu as well. I'm > stuck on libguestfs at this point and was hoping one of you might
2017 Nov 17
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk
When doing cpu hotplug in a KVM guest with virtio blk I get warnings like 747.652408] ------------[ cut here ]------------ [ 747.652410] WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 __blk_mq_run_hw_queue+0xd4/0x100 [ 747.652410] Modules linked in: dm_multipath [ 747.652412] CPU: 4 PID: 2895 Comm: kworker/4:1H Tainted: G W 4.14.0+ #191 [ 747.652412] Hardware name: IBM 2964
2017 Nov 17
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk
When doing cpu hotplug in a KVM guest with virtio blk I get warnings like 747.652408] ------------[ cut here ]------------ [ 747.652410] WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 __blk_mq_run_hw_queue+0xd4/0x100 [ 747.652410] Modules linked in: dm_multipath [ 747.652412] CPU: 4 PID: 2895 Comm: kworker/4:1H Tainted: G W 4.14.0+ #191 [ 747.652412] Hardware name: IBM 2964
2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
On 20.12.2018 10:12, Ido Schimmel wrote: > +Willem > > On Thu, Dec 20, 2018 at 08:45:40AM +0100, Christian Borntraeger wrote: >> Folks, >> >> I got this warning today. I cant tell when and why this happened, so I do not know yet how to reproduce. >> Maybe someone has a quick idea. >> >> [85109.572032] WARNING: CPU: 30 PID: 197360 at