just tried it on another windows 10 pc, which is not within a domain, and there 
it worked without problems. 
so any GPO of my domain makes bacula not working fine. 

thanks for your help 


Von: "Martin Feldbacher" <martin.feldbac...@stegbauer.info> 
An: "Joseph L. Casale" <jcas...@activenetwerx.com> 
CC: "bacula-users" <bacula-users@lists.sourceforge.net> 
Gesendet: Montag, 8. Februar 2016 10:05:40 
Betreff: Re: [Bacula-users] cant start bacula-fd on windows 7, interactive 
service 

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 

-- 
Firma Stegbauer datawork GmbH & Co. KG 
Oberjulbachring 9 
84387 Julbach 

Tel.: +49 8571 9251222 
E-Mail: martin.feldbac...@stegbauer.info 
Internet: www.stegbauer.info 

Unternehmenssitz: Julbach 
Handelsregister beim Amtsgericht: Landshut 
Handelsregister-Nummer: HRA 10671 

Persönlich haftende Gesellschafterin: 
Firma Stegbauer datawork Verwaltungs GmbH - Sitz: Julbach 
Handelsregister beim Amtsgericht: Landshut 
Handelsregisternummer: HRB 9147 
Geschäftsführer: Thomas Stegbauer 
------------------------------------------------------------------------------
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