similar to: v7 - /dev/shm mount options

Displaying 20 results from an estimated 40000 matches similar to: "v7 - /dev/shm mount options"

2013 Sep 24
2
how to mount /dev/shm on system container
i have create a system container test1 and trying to mount /dev/shm inside a container <domain type='lxc'> <name>test1</name> <memory>102400</memory> <os> <type>exe</type> <init>/sbin/init</init> </os> <vcpu>1</vcpu> <devices> <console type='pty'/>
2019 Oct 15
1
easy way to stop old ssl's
On 12.10.19 19:33, Warren Young wrote: > On Oct 12, 2019, at 4:06 AM, Markus Falb <markus.falb at fasel.at> wrote: >> >> On 11.10.19 22:40, Warren Young wrote: >>> Just ship a new HTTPS configuration to each server. >> >> Instead of configuring every application separataly it would be nice if >> "accepted levels of security" could be set
2013 Sep 24
0
Re: how to mount /dev/shm on system container
On Tue, Sep 24, 2013 at 03:07:11PM +0530, Aarti Sawant wrote: > i have create a system container test1 and trying to mount /dev/shm inside > a container > > <domain type='lxc'> > <name>test1</name> > <memory>102400</memory> > <os> > <type>exe</type> > <init>/sbin/init</init> > </os> >
2012 Dec 13
0
trying to get the debug version of httpd so I can use it in conjunction with gdb. [SOLVED]
Marking thread as solved. On Wed, Dec 12, 2012 at 5:56 PM, Markus Falb <markus.falb at fasel.at> wrote: > On 11.12.2012 10:15, Leon Fauster wrote: > > Am 11.12.2012 um 03:24 schrieb Zippy Zeppoli: > >> I am trying to get the debug version of httpd so I can use it in > >> conjunction with gdb. I am having a hard time getting them, and they > don't >
2013 Mar 29
3
ovf conversion
I try do use one of the images available from [1] These images comes in two flavors, one vmx, one ovf. I do not know how to convert one of these to centos6-libvirt-kvm virt-convert gives me an error $ virt-convert -i ovf -o virt-image path_to_image.ovf ERROR Couldn't convert disks: Disk conversion failed with exit status 1: qemu-img: Could not open 'path_to_image.vmdk' The vmdk
2012 May 25
4
rspec first steps troubles
I try do implement tests for my puppet code and was playing with rspec-puppet but the following code gives me errors require ''spec_helper'' describe ''irqbalance'' do it { should include_class(''irqbalance'') } it { should include_class(''irqbalance::data'') } it { should
2011 Jul 19
0
CentOS updates (Was: CentOS-announce Digest, Vol 77, Issue 5)
On Tue, Jul 19, 2011 at 11:42 AM, Markus Falb <markus.falb at fasel.at> wrote: >>> Announcement made but the updates are still missing. I just had a look >>> on mirror.centos.org and I could not find it. >From a Forum post this morning: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=32234&start=0#forumpost137902 There was some problem but has been
2019 Oct 12
0
easy way to stop old ssl's
On Oct 12, 2019, at 4:06 AM, Markus Falb <markus.falb at fasel.at> wrote: > > On 11.10.19 22:40, Warren Young wrote: >> Just ship a new HTTPS configuration to each server. > > Instead of configuring every application separataly it would be nice if > "accepted levels of security" could be set system wide. ?which implies that there is some authority that
2012 Jun 03
3
rspec spec_helper
Hi, I was playing with rspec and every time I find a possible improvement that could be made in spec_helper or rakefile I have to change it in every module that is using rspec tests. So maybe these things could be centralized, I thought to myself. I found the following module, actually. https://github.com/puppetlabs/puppetlabs-module_spec_helper But I am at a lost how to use it. Is it supposed
2019 Oct 12
2
easy way to stop old ssl's
On 11.10.19 22:40, Warren Young wrote: > On Oct 11, 2019, at 12:12 PM, Jerry Geis <jerry.geis at gmail.com> wrote: >> >> is there a script that is available that can be ran to bring >> a box up to current "accepted" levels ? > > I don?t know why you?d use a script for this at all. Just ship a new HTTPS configuration to each server. Apache loads all
2012 May 21
2
rpm user and groups
Hi! This is a rpm question. For example, mysql-server is adding mysql user with uid 27 Is this something I can ask the rpm db? It seems not, because something like the following seems to give me no useful information regarding users or uids $ rpm -qa --provides|grep mysql I would like to ask: what package would install uid XXX. How? Not possible? -- Kind Regards, Markus Falb --------------
2010 May 21
1
Dovecot and /dev/shm
Hi, I have tried to use /dev/shm for Dovecot's index files: > mail_location = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/dev/shm/%u But it does not seem to like it. May 21 07:13:59 IMAP(user): Error: stat(/dev/shm/user/.imap/INBOX) failed: Permission denied (euid=1234(user) egid=500(group) missing +x perm: /dev/shm) It seems to me that /dev/shm permissions are OK. Any suggestions on how
2010 Nov 08
11
Default ownership for static files
Hi, I try to serve a file file { "/root/test3.txt": ensure => file, source => "puppet:///yum/test.txt", } On the puppetmaster this files look like this #$ ls -n test.txt -rw-r--r-- 1 502 301 4 8 Nov 16:25 test.txt Finally, here is my question: What ownership may I expect on the resulting file ? Actually this is the result for me: #$ ls -l
2014 Aug 07
1
kickstart - dont wipe data
Hi, I am struggling with kickstart. What I want to achieve is a reinstall, but some data partitions should survive the install, i.e. they should not be formatted. With a single disk this works, here is the relevant part from the kickstart file (I shortened the name of the volume group) ... zerombr clearpart --none --initlabel part /boot --fstype="xfs" --label=boot --onpart=vda1 part
2011 Jun 24
1
Exporting /dev/shm as NFS share?
I'm trying to do some network transfer test using NFS. The problem is when I try to eliminate the possibility of the hard disks being the bottleneck. I am unable to export /dev/shm as a NFS share. Initially there was an error about fsid or wrong filesystem. If I use a symbolic such as /home/test -> /dev/shm, on the remote system, this causes the NFS client to see its own /dev/shm If I
2012 Jul 21
1
top on host and guest
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have a 6.3 guest running on a 6.3 host and the output from top seems strange to me. At least I did not expect this. While in the guest on core is busy with i/o the host seems idle. Does anyone know why it is this way? See the output from top below, first the one from guest, then host. top - 14:12:35 up 12 min, 1 user, load average: 2.76,
2016 Apr 12
3
mount bind problem
On CentOS release 6.7, there's file system problem. Aftert reboot /home is set under /home (/home/home) like followings. # ls -l /home total 48 -rw------- 1 root root 7168 Nov 15 19:10 aquota.group -rw------- 1 root root 7168 Jan 25 11:09 aquota.user drwxr-x--- 2 root root 4096 Jan 18 21:55 backups drwxr-xr-x 4 root root 4096 Jan 1 11:59 home drwxr-xr-x 8 root root 4096 Apr 5
2006 Sep 21
1
missing /dev/pts and /dev/shm on domU
Hello! I set up an Xen-3.0.2-3 on an Ubuntu 6.06 as dom0. Then I installed a paravirtualized Scientific Linux 3 linux (RHEL3/centos3 clone) as domU. I replaced the modutils. The systems boot and I can login on console. But I can''t login via ssh, because the /dev directory seems to be replaced by a udev process in the initrd. In detail the folder /dev/pts and /dev/shm are missing
2010 Feb 26
0
rkhunter doesn't remove temp suspscan files in /dev/shm
Alle, I know this is off-topic, so I apologize in advance, but we have installed rkhunter from EPEL (because it has the current version, 1.3.6 vice the 1.3.4 rpmforge version) on our CentOS machine and find that it does not remove the files in /dev/shm it uses for the SUSPSCAN test, this triggering a warning for said test. This was a known bug that was supposed to be have been fixed in V1.3.1.
2016 Apr 15
0
mount bind problem
Dear Robert, Before sending 'grep -r /home /etc' data, I want tell you what happned this morning. In order to solve the /home/home problem, 'umount /home' had been done, system had been running in a normal file system. But suddenly /home has been lost. Key information of that time is as in the **** lines. And I found in the //// lines messages log. How do you think the reason