I have a problem to run rras in my vps (windows 2003 64bit).I disabled windows firewall service but rras could not be run.Anybody here setup rras to use vpn?
When trying to start from Plesk get following error:
ERROR: PleskFatalException Create ShortcutCreate Shortcut Up LevelUp Level Unable to make action: Unable to manage service by mailmng: mailmng: Service /etc/init.d/qmail failed to start
System error 2: No such file or directory
0: /usr/local/psa/admin/plib/common_func.php3:153 psaerror(string 'Unable to make action: Unable to manage service by mailmng: mailmng: Service /etc/init.d/qmail failed to start System error 2: No such file or directory') 1: /usr/local/psa/admin/htdocs/server/restart_services.php:28
It seems the servers dns will not resolve and has crashed. When starting the "Named" service, here is the error:
Error in named configuration: zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 20010622 zone 215.170.107.in-addr.arpa/IN: loaded serial 1433121512 zone lanewgirl.com/IN: NS 'ns.mydomain.com' has no address records (A or AAAA)
zone mydomain.com/IN: not loaded due to errors.
_default/mydomain.com/IN: bad zone
zone mydomain2.com/IN: NS 'ns.mydomain2.com' has no address records (A or AAAA)
Fehler: f2bmng failed: Job for fail2ban.service failed. See 'systemctl status fail2ban.service' and 'journalctl -xn' for details. ERROR:f2bmng:Failed to start fail2ban service
-- Unit fail2ban.service has failed. -- -- The result is failed.
Aug 20 14:22:13 noreply.flusiserver.de systemd[1]: Unit fail2ban.service entered failed state. Aug 20 14:22:14 noreply.flusiserver.de agetty[14140]: /dev/hvc0: No such file or directoryClick to expand...
For some reason my nginx doenst start and I get the following error:
Error: Unable to start service: Unable to manage service by nginxmng: [2015-05-30 01:03:20] ERR [util_exec] proc_close() failed enabling nginx proxy failed: getsebool: SELinux is disabled
255 Service /etc/init.d/nginx failed to start getsebool: SELinux is disabled
Recently left a big corporate job and started my own consulting firm in the area of human resources/employee benefits. Right now, my technology consists of a laptop with online backup through Carbonite. I am ILLITERATE when it comes to technology, so bear with me please....
BackgroundThe business plan calls for growth by adding a small number of employees, starting with an assistant, along with working with independent contractors. These will each need to have access to the files that now reside on my hard drive. I don't anticipate more than 6 people (employees and/or contractors, combined) in the first year.
In addition to the shared access described above, I would need to be sure that the environment where files are stored is highly secure, and that I can grant access to files to some people and not others.
In addition to the above, I need to ensure that all the data are backed up routinely.
Employees/contractors will likely not be in the same office location where I am located, and some (most) may work from a home office.
My assistant, when hired, may/may not be in my office. Regardless, (s)he will need to have access to (and make changes to) my contacts and calendar in outlook. In addition, (s)he will need to be able to read and send emails on my behalf.
AT&T, as part of my advertising with them in the Yellow Pages, is developing (and will host) my website. Included in their service will be email boxes (up to 20) with my domain name.
Business Need Based on these points, I figured I needed to buy a server, so I've been talking with Dell. Of course, they'll sell me a server and they have a relationship with All Covered who will install it and make sure its operational.
But after talking wtih Dell, I learned that there was something called managed hosting, colocated hosting, dedicated hosting, and shared hosting. I called Rackspace, they said they would be overkill for what I needed and referred me to Mosso. Mosso said the same thing, and sent me to this site.
i install APF and config conf file but i have a problem for start APF :
root@server [~]# /usr/local/sbin/apf -r eth0 : error fetching interface information Device not found eth0 : error fetching interface information Device not found eth0 : error fetching interface information Device not found eth0 : error fetching interface information Device not found eth0 : error fetching interface information Device not found Development mode enabled !; firewall will fluch every 5 minutes. Unable to load iptable module (ip_tables), abroting
While i have loads a experience running servers remotely, I know to start my own ISP is a bit more costly and involves things like rack servers, temperature controled rooms and BANDWIDTH.
I have handle on 1st two, ( and yes htings like insurance and a store are looked after )
What i need are a list of T3 providers that I can contact about purchasing a dedicated T3 line for our store. While the location isn't yet set in stone and i may in fact look at a existing computer store owner who may be open to the idea already.
The company will host local websites, and others websites.
AND allow for reselling on a lessor level and include at least 6 others who host game servers.
With these 6 the T3 line will probably be almost half used, so the ISP must be scalable for growth.
The thing i need in nut shell are pricing on a T3 line of my own in or close to downtown Oshawa Ontario, Canada
root@xxxx[~]# service iptables status Firewall is stopped. root@xxxx[~]# service iptables start Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter [ OK ] Unloading iptables modules: [ OK ] root@xxxx[~]# service iptables status Firewall is stopped.
i create a template for xen ( hypervm ) from jailtime site. now i install iptables , but iptables do not work and when i enter " service iptables restart" , iptables do not start. ( i check it from "service iptables status" )
So basicly I got a vps and am using lxadmin *renamed* and with ssh and lxadmin the lighthttpd wont start and it is installed under the centos hostinabox distro.
tdot:/# /etc/init.d/mysql start Starting MySQL database server: mysqld.
. . . . ...failed or took more than 6s. Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! tdot:/#
I spent all my afternoon on this but I couldn't managed to solve this problem out. Hope someone knows the solution for this one.
I've chrooted Apache and now it won't start. I try to run it with chroot /chroot/httpd httpd and it doesn't start but instead enters a single error in a error log. Something about permission being denied and apr_proc_detach constant. The best part is that I managed to run it flawlessly on an another server, but on this one it won't start. If I start it with -X parameter then it runs fine. Has anyone came across this error before? What libraries I should put in chroot environment to avoid the apr_proc_detach permission denied error?
On another computer it runs without problems, so I believe it's problem me not including all the necessary libraries in the environment (I included everything on the ldd /usr/sbin/httpd list).