Displaying 20 results from an estimated 10000 matches similar to: "Exporting /dev/shm as NFS share?"
2019 Apr 20
3
Does devtmps and tmpfs use underlying hard disk storage or Physical Memory (RAM)
Hi,
I am running the below command on CentOS Linux release 7.6.1810 (Core)
# df -hT --total
Filesystem Type Size Used Avail Use% Mounted on
/dev/xvda1 xfs 150G 8.0G 143G 6% /
devtmpfs devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs tmpfs 7.8G 817M 7.0G 11% /run
tmpfs tmpfs 7.8G 0
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
2015 Sep 03
2
Starting emacs gives "shmget failed: error 28" message
In CentOS 6.7, if I start emacs from a terminal session, I always see
a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No
space left on device)"
The message is also logged to .xsession-errors, and that occurs
regardless of how emacs is started. The same thing occurs with
SELinux in permissive mode.
Emacs version is emacs-23.1-28.el6.x86_64 .
Output from strace
2010 Nov 10
1
Re-export an NFS mount from another machine for roaming profiles
Hi,
In my office I have a server running CentOS 5.5. I have Apache+PHP+MySQL running
on that server, and I'm exporting /var/www/html, so I can mount it on my main
desktop with NFS.
Server : grossebertha
Desktop : babasse
[root at babasse:~] # mount
/dev/sda3 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
2015 Sep 03
3
Starting emacs gives "shmget failed: error 28" message
On 09/03/2015 04:00 AM, Nicolas Thierry-Mieg wrote:
> On 09/03/2015 03:04 AM, Robert Nichols wrote:
>> In CentOS 6.7, if I start emacs from a terminal session, I always see
>> a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No
>> space left on device)"
>>
>> The message is also logged to .xsession-errors, and that occurs
>>
2015 Apr 02
1
mounted NFS does not show in df -h
Hey guys,
This is kind of odd, so I wanted to do a sanity check.
I mounted an NFS share like so:
[root at web1:~] #mount -t nfs nfs1.jokefire.com:/home /mnt/home
Seemed to go ok. Then I took a look at the output of df -h and didn't see
it!
[root at web1:~] #df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda 40G 24G 14G 64% /
devtmpfs
2018 Jan 04
2
virtdf outputs on host differs from df in guest
hi guys,
happy new year!!!
I encountered a problem when we used virt-df command to display my
guest disks useage.
the virt-df command from pkg
libguestfs-tools-c-1.36.3-6.el7_4.3.x86_64,version is virt-df --version
: virt-df 1.36.3rhel=7,release=6.el7_4.3,libvirt
the output in guest with the method referred in
http://libguestfs.org/virt-df.1.html#STATVFS NUMBERS
is:
2010 Oct 21
2
Bug? Mount and fstab
I think this is likely a bug with either mount or glusterfs:
[root at vm-container-0-0 ~]# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/state/partition /state/partition1 ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults
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'/>
2008 May 09
1
disk partitioning - I'm missing something simple, I think
Hi all,
Excuse the question as I'm sure those more experienced will find it simple.
I've a CentOS5.1 box with six physical drives, two of which are used for
nightly rsync
backups. Contents of /etc/mtab, /etc/fstab, df and a brief narrative
follow:
======================================================
# cat ./fstab
/dev/VolGroup00/LogVol00 / ext3 defaults
2011 Nov 17
1
nfs4 problem in CENTOS6
Hi,
This is slightly offtopic, but I have been trying to resolve that problem for two days now without much success. It looks like this may be something that works with CENTOS5, but not with CENTOS6!
I have two machines, fileserver1 and server5.
fileserver1 runs on CENTOS6 (virtualized, if this is important), server5 runs on Centos5. Both are running with the most recent updates.
Server5 is a
2008 Nov 26
8
disk space issues...any help is greatly appreciated
Hi all,
Please pardon my newbie-ness on this issue....I've a / partition which
is full (quite suddenly, actually) and I'm not sure how to fix this.
I've searched for uneeded logs, etc in /var/log and /tmp to no avail.
The system is CentOS 5.2 and is not connected to the internet, serves as
a local LAN server running stock stuff...sendmail, dovecot,
apache..nothing strange or
2018 May 22
0
split brain? but where?
I tried this already.
8><---
[root at glusterp2 fb]# find /bricks/brick1/gv0 -samefile
/bricks/brick1/gv0/.glusterfs/ea/fb/eafb8799-4e7a-4264-9213-26997c5a4693
/bricks/brick1/gv0/.glusterfs/ea/fb/eafb8799-4e7a-4264-9213-26997c5a4693
[root at glusterp2 fb]#
8><---
gluster 4
Centos 7.4
8><---
df -h
[root at glusterp2 fb]# df -h
Filesystem
2018 May 21
2
split brain? but where?
Hi,
I seem to have a split brain issue, but I cannot figure out where this is
and what it is, can someone help me pls, I cant find what to fix here.
==========
root at salt-001:~# salt gluster* cmd.run 'df -h'
glusterp2.graywitch.co.nz:
Filesystem Size Used
Avail Use% Mounted on
/dev/mapper/centos-root
2016 Oct 30
2
Cannot boot CentOS 7 VM after updating Host CentOS 7 Kernel
On 10/30/2016 12:26 PM, Paul R. Ganci wrote:
> <snip>I am thinking of putting the CentOS iso out and then booting the
> VM into it just to poke around the file system. Otherwise my other
> option is to just clone a twin VM on another server and then just
> change the networking IPs/hostname. Anybody have any other ideas as to
> how to debug this problem?
So I booted off
2009 Feb 24
8
HDD FULLL
I have 320 GB SATA HDD.
When I checked my phpsysinfo, it shows 95% HDD is filled.
[root at vicidialnow ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 301924504 285002780 1337472 100% /
/dev/sda1 101086 11062 84805 12% /boot
tmpfs 1553832 0 1553832 0% /dev/shm
[root at vicidialnow ~]# du
16896 .
You have new mail in /var/spool/mail/root
[root at vicidialnow ~]# df -i
2018 May 22
2
split brain? but where?
Hi,
Which version of gluster you are using?
You can find which file is that using the following command
find <brickpath> -samefile <brickpath/.glusterfs/<first two bits of
gfid>/<next 2 bits of gfid>/<full gfid>
Please provide the getfatr output of the file which is in split brain.
The steps to recover from split-brain can be found here,
2018 May 21
0
split brain? but where?
How do I find what "eafb8799-4e7a-4264-9213-26997c5a4693" is?
https://docs.gluster.org/en/v3/Troubleshooting/gfid-to-path/
On May 21, 2018 3:22:01 PM PDT, Thing <thing.thing at gmail.com> wrote:
>Hi,
>
>I seem to have a split brain issue, but I cannot figure out where this
>is
>and what it is, can someone help me pls, I cant find what to fix here.
>
2018 May 22
1
split brain? but where?
I tried looking for a file of the same size and the gfid doesnt show up,
8><---
[root at glusterp2 fb]# pwd
/bricks/brick1/gv0/.glusterfs/ea/fb
[root at glusterp2 fb]# ls -al
total 3130892
drwx------. 2 root root 64 May 22 13:01 .
drwx------. 4 root root 24 May 8 14:27 ..
-rw-------. 1 root root 3294887936 May 4 11:07
eafb8799-4e7a-4264-9213-26997c5a4693
-rw-r--r--. 1 root
2017 May 30
2
member domain idmap config ad/rid
>
> Who are logged into the win7 machine as, Administrator or a member of
> Domain Admins ?
As administrator.
I take it /mnt/dados is a mount from somewhere else, how is it mounted
> and where from ?
For now it is mounted on the folder /mnt/dados in the same HD of the
fileserver. Later I'll add another HD with more space.
root at fileserver:~# cd /mnt/dados/
root at