On samedi, 24 septembre 2016 13.43:27 h CEST Stefan Klatt wrote: > Hi Dave, > > what about running bareos-fd service with domain rights? > > Regards > > Stefan > > Am 23.09.2016 um 20:41 schrieb [email protected]: > > I am running a bat script that needs admin permissions to work and it > > seems like Bareos (windows ver bareos-dir Version: 15.2.2) runs in with > > local system credentials. I have tested my script running as domain admin > > and local system and am successful running as domain\admin, when I run as > > local system I get the same error as seen below. > > > > This is the message I get from bconsole when running the bat file: > > > > 23-Sep 13:30 bareos-dir JobId 589: AfterJob: > > 23-Sep 13:30 bareos-dir JobId 589: AfterJob: Unhandled Exception: > > System.InvalidOperationException: Showing a modal dialog box or form when > > the application is not running in UserInteractive mode is not a valid > > operation. Specify the ServiceNotification or DefaultDesktopOnly style to > > display a notification from a service application. 23-Sep 13:30 > > bareos-dir JobId 589: AfterJob: at > > system.Windows.Forms.Form.ShowDialog(IWin32Window owner) 23-Sep 13:30 > > bareos-dir JobId 589: AfterJob: at o.get_d() > > 23-Sep 13:30 bareos-dir JobId 589: AfterJob: at o.b() > > 23-Sep 13:30 bareos-dir JobId 589: AfterJob: at il.Main(String[] args) > > > > Is there anyway to run a script with domain administrator privileges or > > suggestions for a workaround? > > > > Thanks in advance, > > > > Dave
I would avoid the domain\admin account and still run as service, but I would dig to have a script that doesn't need to interact at all with desktop. Here's the error seems that it need a modal dialog box ??? In last resort, there's an option in service tabs to allow it to interact with desktop check the option. -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot openSUSE Tumbleweed Linux 4.7.4-1-default x86_64 GNU/Linux, nvidia: 367.44 Qt: 5.6.1, KDE Frameworks: 5.26.0, Plasma: 5.7.4, kmail2 5.3.0 (QtWebEngine) -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
