[CentOS] mount bind problem

2016-04-11 Thread
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:

Re: [CentOS] mount bind problem

2016-04-12 Thread
Thank you Sylvain. I want try to use /etc/rc.d/rc.local. Are there any document about writing into /etc/rc.d/rc.local? Tadao 2016-04-12 19:37 GMT+09:00 Sylvain CANOINE : > > > - Mail original - > > De: "望月忠雄" > > À: "centos" > >

Re: [CentOS] mount bind problem

2016-04-12 Thread
and this problem server's rc.sysinit too. Please tell me other possibility which I have to check. 2016-04-12 23:58 GMT+09:00 Robert Nichols : > On 04/12/2016 05:37 AM, Sylvain CANOINE wrote: > >> >> >> - Mail original - >> >>> De: "望月忠雄&

Re: [CentOS] mount bind problem

2016-04-13 Thread
nebind0 0 /mnt/extradiskA/.daily_backup /.daily_backup nonebind0 0 /mnt/extradiskA/backups /var/backups nonebind0 0 2016-04-13 23:32 GMT+09:00 Robert Nichols : > On 04/13/2016 12:02 AM, 望月忠雄 wrote: > >> In /etc/rc.d/rc.sysinit

Re: [CentOS] mount bind problem

2016-04-14 Thread
sys_fdatasync+0x13/0x20 Apr 15 00:00:03 teisui2 kernel: [] ? system_call_fastpath+0x16/0x1b Apr 15 00:00:03 teisui2 kernel: ---[ end trace 6a7331f9bcd6af40 ]--- 2016-04-14 23:18 GMT+09:00 Robert Nichols : > On 04/13/2016 08:44 PM, 望月忠雄 wrote: > >> # mount >

Re: [CentOS] mount bind problem

2016-04-15 Thread
Dear Robert, Thank you. I think that the problem was caused by anti virus GravityZone. After stopping GravityZone demon, reboot makes normal file systems. I'll ask to GravityZone support about this problem. Tadao 2016-04-15 22:09 GMT+09:00 Robert Nichols : > On 04/15/2016 01:05 AM, 望月

[CentOS] CentOS7 DF problem

2017-06-19 Thread
On CentOS7 df shows not correct data about /dev/vdb # df Filesystem 1K-blocksUsed Available Use% Mounted on /dev/mapper/centos-root 13105152 2695388 10409764 21% / devtmpfs 8140264 0 8140264 0% /dev tmpfs 8150940 0 815

[CentOS] firewalld and LISTEN

2017-07-27 Thread
On CentOS7 I have following firewalld setting. external (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dns ftp http https imaps pop3s smtp ssh ports: 110/tcp 21/tcp 2/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp 113/tcp 143/tcp 3306/tcp 5224/t

Re: [CentOS] firewalld and LISTEN

2017-07-27 Thread
Dear Jonathan, Thank you. Apache is running. And I can access by https(IPV4 443). Please tell me which configuration I need to check. Tadao 2017-07-28 10:52 GMT+09:00 Jonathan Billings : > On Jul 27, 2017, at 9:36 PM, 望月忠雄 wrote: > > > > On CentOS7 I have following fi

Re: [CentOS] firewalld and LISTEN

2017-07-29 Thread
mally. And 'ss -nat' shows 80 ports used. But in avobe firewalld lists, there's http service, but isn't 80/tcp.port. Must I add 80/tcp.port? Tadao 2017-07-28 11:29 GMT+09:00 Gordon Messmer : > On 07/27/2017 06:36 PM, 望月忠雄 wrote: > >> But by ss -nat, IPV4 443 is n

Re: [CentOS] firewalld and LISTEN

2017-07-30 Thread
Dear Alexander, Thank you. Tadao 2017-07-31 1:25 GMT+09:00 Alexander Dalloz : > Am 30.07.2017 um 07:06 schrieb 望月忠雄: > >> Please teach me one more. >> By 'firewall-cmd --list' its answer is following. >> >> external (active) >>

[CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread
Dear Members, Please tell me how can I fix this problem. Against allow imap on firewalld, I cannot access to the server. [root@speedex ~]# telnet 153.153.xxx.xxx 110 Trying 153.153.xxx.xxx... telnet: connect to address 153.153.xxx.xxx: No route to host After stopping forewalld I can access to t

Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread
I cannot add pop3 with following error. # firewall-cmd --permanent --zone=external --add-service=pop3 Error: INVALID_SERVICE: pop3 And cannot access to 143 too. telnet 153.153.xxx.xxx 143 Trying 153.153.xxx.xxx... telnet: connect to address 153.153.xxx.xxx: No route to host 2016-07-14 17:53 GMT

Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread
Thank you. I can access to the server. 2016-07-14 18:29 GMT+09:00 Eero Volotinen : > Ok. > > try following: > > firewall-cmd --add-port=110/tcp --permanent > firewall-cmd --reload > > Eero > > 2016-07-14 12:22 GMT+03:00 望月忠雄 : > > > I cannot add pop3 w

[CentOS] firewalld cloud-init dhcp error

2016-07-16 Thread
Dear members, Please tell me what's wrong. After setig firewalld, I got fail on cloud-init with reboot. The server is rebooted, but I cannot access from internet. Before reboot I can access form internet. And before setig firewalld, there's no problem on reboot. /var/log/cloud-init.log shows foll