search for: rwtab

Displaying 18 results from an estimated 18 matches for "rwtab".

2009 Sep 29
2
[PATCH node-image] add /var/lib/dnsmasq to rwtab
...> --- common-post.ks | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/common-post.ks b/common-post.ks index 44a0270..5531e08 100644 --- a/common-post.ks +++ b/common-post.ks @@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab cat > /etc/rwtab.d/ovirt <<EOF files /etc +dirs /var/lib/dnsmasq files /var/cache/libvirt files /var/cache/hald files /var/empty/sshd/etc/localtime -- 1.6.2.5
2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
This fixes a few boot,install and reboot items - creates and adds entries in rwtab.d/ovirt for /live and /boot - unblacklists /boot so the directory is there on boot - touches random-seed to fix a reboot error --- common-blacklist.ks | 2 +- common-post.ks | 5 +++++ 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist...
2009 Sep 01
1
[PATCH node-image] readonly rootfs setup
...ff --git a/common-post.ks b/common-post.ks index 0c0a3f4..44a0270 100644 --- a/common-post.ks +++ b/common-post.ks @@ -146,3 +146,15 @@ EOF # Remove the default logrotate daily cron job # since we run it every 10 minutes instead. rm -f /etc/cron.daily/logrotate + +# comment out /etc/* entries in rwtab to prevent overlapping mounts +sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab +cat > /etc/rwtab.d/ovirt <<EOF +files /etc +files /var/cache/libvirt +files /var/cache/hald +files /var/empty/sshd/etc/localtime +files /var/lib/dbus +files /var/lib/libvirt +empty /mnt +EOF diff --git a/ovi...
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
...term - cat >> /etc/sysconfig/anyterm << \EOF_anyterm -ANYTERM_CMD="sudo /usr/bin/virsh console %p" -ANYTERM_LOCAL_ONLY=false -EOF_anyterm - - # permit it to run the virsh console - echo "anyterm ALL=NOPASSWD: /usr/bin/virsh console *" >> /etc/sudoers - -# rwtab changes from upstream -patch -d /etc/ -p1 << \EOF_PATCH -diff --git a/rwtab b/rwtab -index cfcb814..7dcb846 100644 ---- a/rwtab -+++ b/rwtab -@@ -1,9 +1,7 @@ - dirs /var/cache/man - dirs /var/gdm - dirs /var/lib/xkb --dirs /var/lock - dirs /var/log --dirs /var/run - dirs /var/puppet - dirs /v...
2019 May 29
0
Diskless Centos & Cgroup config changes
Hi, I have OS 'image' that boots via PXE and mounts over NFS. (7.5.1804). I am wanting to explore allowing cgroup usage on this configuration. The root image is exported read-only over NFS and am using statetab & rwtab to allow some persistent parts of the filesystem as well as read/write where needed. I have tried setting /sys in the statetab and this causes the machine to fail, as I have tried /sys in the rwtab. The latter increases the boot time to a point which is not usable. Trying /sys/fs/cgroup in rwtab s...
2008 May 02
5
read only root file system
I am looking at having a read only box, it will not use a swap partition. Any recommendations? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333
2011 Aug 23
0
[PATCH node] fix read-only root error on boot
...> --- recipe/common-post.ks | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipe/common-post.ks b/recipe/common-post.ks index a17e899..cf5bc72 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -79,6 +79,7 @@ sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab cat > /etc/rwtab.d/ovirt << \EOF_rwtab_ovirt files /etc dirs /var/lib/multipath +dirs /dev/.initramfs/live dirs /var/lib/net-snmp dirs /var/lib/dnsmasq files /root/.ssh -- 1.7.4.4
2018 Sep 04
2
Change password and add user on RO filesystem
Hi everyone I'm trying to create system with RO root filesystem, so i'm using /etc/sysconfig/readonly-root along wih /etc/rwtab and /etc/statetab. Apart of numerous problems with services running on RO filesystem (which i'm constantly resolving adding entries to /etc/statetab) one thing popped up. I'm unable to add user or change his password. Error is 'cannot lock /etc/passwd; try again later.'. After res...
2023 Jan 03
1
CentOS Stream 8 sssd.service failing part of sssd-common-2.8.1-1.el8.x86_64 baseos package
...n not remove the package because it will > remove a lot of packages that I do need. I still think something is > wrong with the new sssd packages.. > > [root at nginx01 ~]# rpm -qplc sssd-common-2.8.1-1.el8.x86_64.rpm > /etc/logrotate.d/sssd > /etc/pam.d/sssd-shadowutils > /etc/rwtab.d/sssd > /etc/sssd/sssd.conf Most likely the file /etc/sssd/sssd.conf is a ghost file and therefore it's not installed but only recognized as being part of the package. Simon
2023 Jan 09
1
CentOS Stream 8 sssd.service failing part of sssd-common-2.8.1-1.el8.x86_64 baseos package
...ause it will >> remove a lot of packages that I do need. I still think something is >> wrong with the new sssd packages.. >> >> [root at nginx01 ~]# rpm -qplc sssd-common-2.8.1-1.el8.x86_64.rpm >> /etc/logrotate.d/sssd >> /etc/pam.d/sssd-shadowutils >> /etc/rwtab.d/sssd >> /etc/sssd/sssd.conf > > Most likely the file /etc/sssd/sssd.conf is a ghost file and therefore > it's not installed but only recognized as being part of the package. > > Simon I do not get this. There has nog been an /etc/sssd/sssd.conf on my system before as...
2023 Jan 09
1
CentOS Stream 8 sssd.service failing part of sssd-common-2.8.1-1.el8.x86_64 baseos package
...move a lot of packages that I do need. I still think something is >>> wrong with the new sssd packages.. >>> >>> [root at nginx01 ~]# rpm -qplc sssd-common-2.8.1-1.el8.x86_64.rpm >>> /etc/logrotate.d/sssd >>> /etc/pam.d/sssd-shadowutils >>> /etc/rwtab.d/sssd >>> /etc/sssd/sssd.conf >> >> Most likely the file /etc/sssd/sssd.conf is a ghost file and therefore >> it's not installed but only recognized as being part of the package. >> >> Simon > > I do not get this. There has nog been an /etc/sssd/sss...
2018 Sep 05
0
Change password and add user on RO filesystem
Hello Marcin, On 2018-09-04, Marcin Trendota <moonwolf.rh at gmail.com> wrote: > > I'm trying to create system with RO root filesystem, so i'm using > /etc/sysconfig/readonly-root along wih /etc/rwtab and /etc/statetab. > > Apart of numerous problems with services running on RO filesystem (which > i'm constantly resolving adding entries to /etc/statetab) one thing > popped up. I'm unable to add user or change his password. Error is > 'cannot lock /etc/passwd; try again...
2009 Jul 31
1
[PATCH node] update method used to determine boot partition for install
This will facilitate the switch to readonly rootfs. The current method will not work when symlinking /etc/mtab to /proc/mounts as the udev label /BOOT is used rather than /dev/sda1 or similar. The same output is generated and has been verified to install correctly. --- scripts/ovirt-config-boot | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for storage. Comments and suggestions are appreciated. Mike
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated. These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated. Mike
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
Moved the node administration elements to a separate submenu. Created a new network administration menu. * users can define a network * users can create a network * users can destroy a network * users can undefine a network * users can list existing networks, including details Each new command is also available as a separate command line executable as well. Signed-off-by: Darryl L. Pierce