hi, 

why is bacula-fd running on my windows 7 (running on virtualbox) in the same 
version without any problems? 
the only difference to the other system where it's not running is, the failed 
machine is on a domain. so maybe any GPO setting is the reason, but can't 
figure out which setting this could be. 

best regards 
martin 


Von: "Joseph L. Casale" <jcas...@activenetwerx.com> 
An: "Martin Feldbacher" <martin.feldbac...@stegbauer.info>, "Kern Sibbald" 
<k...@sibbald.com> 
CC: "bacula-users" <bacula-users@lists.sourceforge.net> 
Gesendet: Freitag, 5. Februar 2016 21:06:47 
Betreff: Re: cant start bacula-fd on windows 7, interactive service 



> just tried to install bacula-fd on a Windows 10 client with local 
> administrator via Teamviewer (not RDP), but ran into the same error. 
> any other hints for this issue? 
> 
> best regards 
> martin 

The problem has nothing to do with using rdp or not, it has to do with 
the installer's service creation which is defining the service as interactive. 

Use sc.exe to remove and recreate the service properly without defining 
it as interactive. 

Totally untested: 

sc create Bacula-fd binpath= "\"C:\Program Files\Bacula\bacula-fd.exe\" 
/service -c \"C:\Program Files\Bacula\bacula-fd.conf\"" depend= "tcpip/afd" 
DisplayName= "Bacula File Service" start= auto type= own 
sc description Bacula-fd "..." 


https://technet.microsoft.com/en-us/library/cc990289.aspx 


jlc 


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to