Displaying 3 results from an estimated 3 matches for "549m".
Did you mean:
549
2015 Jun 24
8
rsyncing directories - sanity check
...c /var to a temp folder in /opt. Checking I see that it
still has 1/6GB available after the first sync.
# df -h /opt
Filesystem Size Used *Avail* Use% Mounted on
/dev/mapper/SysVG-OptVol
6.0G 4.1G *1.6G* 72% /opt
The entire /var partition is only using 549MB:
# df -h /var
Filesystem Size *Used* Avail Use% Mounted on
/dev/mapper/SysVG-VarVol
6.0G *549M* 5.1G 10% /var
So that being the case, if I make a temp directory in /opt called /opt/var,
how come I am running out of space in doing my rsync? It fails at t...
2001 Sep 30
1
2.4.9-ac18; issues with '/'
...t3 (rw)
/dev/hda9 on /var/tmp type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,size=128m)
The output from df -h:
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 20G 19G 1.0G 95% /home
/dev/hda10 3.2G 2.5G 549M 83% /usr
/dev/hda6 4.9G 3.2G 1.4G 68% /usr/local
/dev/hda8 509M 51M 433M 11% /var
/dev/hda9 509M 23M 461M 5% /var/tmp
tmpfs 128M 8.0k 127M 1% /tmp
Other system info:
$ uname -a
Linux ja 2.4.9-ac18 #1 Sun Sep 30 11:30:05 EDT 2001...
2016 Mar 08
7
Strange behaviour of iptables in centos 7
Hi
strange behaviour of iptables on a centos 7.0 machine:
The following rule is in the iptables of said machine:
[root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\.
9 9 456 DROP all -- * * 175.44.0.0/16
0.0.0.0/0
[root at myserver ~]#
The corresponding enty in /etc/sysconfig/iptables looks like:
[root at myserver ~]# grep 175 /etc/sysconfig/iptables