I have configured Unbound DNS and it works great if I start it as root using unbound.
I am a new user to fedora/linux systems >> Kindly help i want to start "mysql" on fedora 16
[root@localhost dear]# service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Job failed.
I recently upgraded my server to use the latest Proftpd - first time in a year probably I got it up to date (don't ask how painful that was. I promise to be better).
Hello everybody.
I have to install openvpn in fedora 17 but i meet some problems. When i do "systemctl enable openvpn@server.service" , i have something like that :
[root@alouvpn ~]# systemctl restart openvpn@server.service
Job failed.
I wrote a small init script for proftpd (latest stable version, compiled myself) and am noticing that the executable exits with status 0 even if server fails to start (in my case, for example, due to SSH port conflict).
Shouldn’t it exit with > 0? Or,
How can a script detect whether startup was successful short of sleeping for arbitrary time and checking for PID?
# ./proftpd
# echo $?
I installed proftpd earlier and tried to configure it as a service with (x)inetd so that it automatically starts at boot, however, I can't find a tutorial on how to set it up like that. Its not listed under systemctl, chkconfig, or service as a viable option. Is there something I'm missing?
Hello,
I've recently started to see this error message when I try to use sytemctl to start a service (any service).
Quote:
[root@localhost ~]# systemctl start httpd.service
Error: No space left on device
^C
[root@localhost ~]# systemctl start postgresql.service
Error: No space left on device
Job failed.
I'm having a devil of a time trying to get mysql to start on a Fedora install.
Whenever I try to start it i get:
[root@server1 log]# service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Job failed.
Hello, I'm using Fedora 17 and installed MySQL 5.5.23 by executing #yum install mysql mysql-server about 3 months ago.
Recently, I have a problem to start MySQL in my school server, when I execute
Code:
#service mysqld start
The output said:
Code:
Redirecting to /bin/systemctl start mysqld.service
Job failed.