-
as seen on Server Fault
- Search for 'Server Fault'
When trying to install ntp (because my server clock is wrong), it just pukes this massive error. Any idea how to fix this?
root@pan-prodweb01:~# apt-get install ntp
Reading package lists... Done
Building dependency tree
Reading state information... Done
ntp is already the newest version.
0 upgraded…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I created two Windows services A and B, and would like to add dependency between them
so that I can:
Start service A (service B starts automatically)
Stop service A (service B stops automatically)
However, the command sc config ServiceA depend= ServiceB only works for:
Start service A (service…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
If the server is restarted, or even if fail2ban is stopped/start it sends a notification.
[asterisk-iptables]
enabled = true
filter = asterisk
action = iptables-allports[name=ASTERISK, protocol=all]
sendmail-whois[name=ASTERISK, [email protected], [email protected]]
logpath =…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Windows service that uses the producer/consumer queue model with multiple worker threads processing tasks off a queue. These tasks can be very long running, in the order of many minutes if not hours, and do not involve loops.
My question is about the best way to handle the service stop to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i run cassiniDev from cmd
C:\CruiseControl.NET-1.5.0.6237\cassinidev.3.5.0.5.src-repack\CassiniDev\bin\Debug\CassiniDev.exe /a:D:_CCNET\proj /pm:Specific /p:3811
and then start debugging and testing. How can i stop cassiniDev from CMD after i finished testing. I try with cassiniDev_console but console…
>>> More