Search found 27 matches
- 2013/10/23 23:27:45
- Forum: CentOS 6 - Networking Support
- Topic: First time Linux install... where is my network???!!!
- Replies: 6
- Views: 1117
Re: First time Linux install... where is my network???!!!
Did you try adding it using the network connections manger?
- 2013/10/23 23:17:26
- Forum: CentOS 6 - General Support
- Topic: [SOLVED] Sudo not work
- Replies: 4
- Views: 34025
Re: [Problem] Sudo not work
Your error message tells you what you need to know:
"Sorry, user thomas is not allowed to execute '/bin/su - thomasroot' as root on test.company.com."
You gave thomas permission to run /usr/bin/su not /bin/su
"Sorry, user thomas is not allowed to execute '/bin/su - thomasroot' as root on test.company.com."
You gave thomas permission to run /usr/bin/su not /bin/su
- 2013/10/15 17:05:53
- Forum: CentOS 6 - General Support
- Topic: File Permission
- Replies: 3
- Views: 558
Re: File Permission
Which protocol are you using?
- 2013/10/14 20:19:52
- Forum: CentOS 6 - General Support
- Topic: DNS Zones A and PTR not working
- Replies: 9
- Views: 1430
Re: DNS Zones A and PTR not working
[code] ftp IN CNAME 192.168.16.114 ; [/code] A CNAME record must point to an A record somewhere. The above line is probably stopping your zone from loading. You want something like: [code] bar.example.com. CNAME foo.example.com. foo.example.com. A 192.0.2.23 [/code] ETA: Looks like " Whoever" notice...
- 2013/10/09 16:24:36
- Forum: CentOS 6 - Networking Support
- Topic: Unable to receive emails
- Replies: 9
- Views: 3026
Re: Unable to receive emails
Postfix cofiguration is in /etc/postfix/main.cf
Firewall has to allow port 25/TCP
Firewall has to allow port 25/TCP
- 2013/10/08 23:09:14
- Forum: CentOS 6 - Software Support
- Topic: Local DNS Entry for Local FTP server
- Replies: 7
- Views: 1335
Re: Local DNS Entry for Local FTP server
You have to do the dig on the domain, not the FQDN for the machine. $ dig whatever.net ns ; > DiG 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6_4.6 > whatever.net ns ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 361 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY...
- 2013/10/08 22:58:21
- Forum: CentOS 6 - Networking Support
- Topic: Unable to receive emails
- Replies: 9
- Views: 3026
Re: Unable to receive emails
The default configuration only listens on the loopback address inet_interfaces = localhost Change it to: inet_interfaces = all or inet_interfaces = $myhostname, localhost You will probably want to set up a lot of other stuff but the above change should allow remote MTAs to connect. Also check that i...
- 2013/10/07 16:44:28
- Forum: CentOS 6 - Networking Support
- Topic: how to change readyonly permissions
- Replies: 6
- Views: 3390
Re: how to change readyonly permissions
Try
$ man chmod
$ man chmod
- 2013/10/07 16:41:37
- Forum: CentOS 6 - Networking Support
- Topic: SSL CERTIFICATE ERROR
- Replies: 2
- Views: 1801
SSL CERTIFICATE ERROR
[quote]Syntax error on line 105 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file '/etc/pki/tls/certs/infovee.crt' does not exist or is empty
[/quote]
The error message is self explanatory. Apache cannot find a certificate where you told it is supposed to be.
SSLCertificateFile: file '/etc/pki/tls/certs/infovee.crt' does not exist or is empty
[/quote]
The error message is self explanatory. Apache cannot find a certificate where you told it is supposed to be.
- 2013/10/04 18:31:52
- Forum: CentOS 6 - Networking Support
- Topic: [CentOS 6.4 x86_64] Network is unreachable
- Replies: 12
- Views: 109700
Re: [CentOS 6.4 x86_64] Network is unreachable
This looks like a VMware issue, not CentOS one. You do not have the subnet your VM is in on the virtual switch or you put the VM interface on the wrong subnet.