Recent Questions

متن مرتبط با «systemd autostart service» در سایت Recent Questions نوشته شده است

When would a service not be recognized when forwarding a port on a router?

  • نیلوبلاگ

    I have a Synology NAS (DSM 5.4) on which I run an OpenVPN server (on port tcp/1194, IP is 192.168.1.10). I have forwarded the port 64666 on my exteal IP to that address and port on my access router (a TP-Link AS1200). The problem: I cannot connect with an OpenVPN client from an inteet host: Tue Aug 23 15:05:37 2016 Attempting to establish TCP connection with [AF_INET]myip:64666 [nonblock] Tue Aug 23 15:05:47 2016 TCP: connect to [AF_INET]myip:64666 failed, will try again in 5 seconds: Connectio...

    ادامه مطلب
  • Can't filter journalctl for user service

  • نیلوبلاگ

    I created the follwing service file in ~/.config/systemd/user to backup my work data when I'm logged in at work. [Unit] Description=Backup Work Related Files [Service] Type=oneshot ExecStartPre=/usr/bin/ping -c 1 -W 1 xxx ExecStart=/usr/bin/rsync -avzuhH --progress --delete --exclude=.Trash-1000 /some/folder/ xxx@xxx:Documents/backup ExecStart=/usr/bin/rsync -avzuhH --progress file xxx@xxx:Documents/backup/file I can find the service with systemctl --user list-unit-files and I can also start...

    ادامه مطلب
  • Systemd: Autostart service after mongodb

  • نیلوبلاگ

    ubuntu16.04.1, systemd An application depends on mongodb. The application and mongodb both start on boot as services. app.service containts next line: After=network.target mongod.service Unfortunately, the application fails (with connection to database error), I guess, because the mongodb needs some time to startup and be ready to connections (if I start the app later, everything is ok). It looks like Type=notify (in [Service] section of mongod.service) will solve the problem if mongodb sends...

    ادامه مطلب
  • Search for Web Services on Server

  • نیلوبلاگ

    Not sure if I'm asking the correct question but on our company server I have access to a web service located at: http://site09.lab.mycompany.com:300/MainTripInfov1/TripInfov1. I want to search for other web services on that server. What application or process would I use? I tried Microsoft's Disco app but that retued nothing. Is there such a tool that will search a server for web services? Thanks Let's block ads! بخوانید...

    ادامه مطلب
  • Where to find documentation about systemd-networkd status codes?

  • نیلوبلاگ

    Background: My package manager seems to have managed to mess up my network daemon so it won't properly manage networks and instead exit with a failure (non-zero) status code. (The particular code is 226/NAMESPACE). Simply searching for these does not give me any helpful pages at all. Does anyone know where to find the exit codes for this program, and what this error means in particular? Let's block ads! بخوانید...

    ادامه مطلب
  • Why "Windows Time" service always is set to Manual in Windows 10?

  • نیلوبلاگ

    I have a laptop with a battery damage. I plug to energy only once a day. When I tu on always the time is wrong. Searching I found that the problem is "Windows Time" service is set to Manual (Trigger Start)" and the solution is just set it to "Automatic". I dit change it, but everytime I tu on, the laptop has a wrong time and the "Windows Time" service is again in Manual. Do you know why and how to fix it? Thanks, Let's block ads! بخوانید...

    ادامه مطلب
  • How do I set up a dedicated IP address for a service in Ubuntu?

  • نیلوبلاگ

    I've got 2 IP addresses for my machine, examples: x.x.x.1 x.x.x.2 My current server address is x.x.x.1 and the server is running service A, B & C. I would like to provide service A & B on x.x.x.1 and..I would like to provide service C on x.x.x.2 It should not be possible to reach services assigned to another IP address (i.e. reaching service C on x.x.x.1 should not be possible). I've already added the secondary IP address to my interface. Contents of /etc/network/interfaces.d/eth0.cfg: ...

    ادامه مطلب
  • What is blocking Google services on my PC?

  • نیلوبلاگ

    My computer started acting strangely since last night. Google related services: *.google.com (Gmail, Drive, Youtube) aren't opening. Even the Jquery script on this website (hosted on google) didn't load. Using browser tools in chrome, I could see that in none of the websites, these *.google.com scripts are loading. All the searching engines (Google, DuckDuckgo, Bing) stopped working Through Tor browser I am able to access everything. But I can open any other websites and download other stuff at ...

    ادامه مطلب
  • Antimalware service executable using memory

  • نیلوبلاگ

    The Antimalware service executable, msmpeng.exe, is using memory on my computer. During idle with all programs closed, other processes use like 30MB-40MB each. But msmpeng.exe uses like 100MB. I tried tuing off Windows Defender but the process is still there. Seems I can't go into task manager and end the process. Are there any other solutions to keeping windows defender off forever, and to have the antimalware service executable stop using so much memory? I fixed this issue in 8.1 by tuing off ...

    ادامه مطلب
  • Kernel boot time detailed analizis like Systemd

  • نیلوبلاگ

    Is there something less verbose, more like a chart that tus easier to figure modules and Keel load on boot? I've tried old bootchart but it keel panicked. If not, dmesg is the only choice? Not that it is horrible but, it takes more time to figure problem. Let's block ads! بخوانید...

    ادامه مطلب
  • back ground intelligent services in windows 10 disable

  • نیلوبلاگ

    when connect to inteet back ground intelligent services in windows 10 started automatically after it disabled every time in services and it consumes all the net pack.it automatically changes its status from disabled to auto start delayed.even restart the system would not become helpful .even try with the registry "[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBITS]"changes by changing start =4 , did not work Let's block ads! بخوانید...

    ادامه مطلب
  • Windows update searches(error) with service disabled(win7)

  • نیلوبلاگ

    I'm trying to run windows update on a machine with an image, a colleague made some time back. But every time I search for updates it gives me the 8007000E error. I have tried tuing the service off, but it still tries to search for updates and gives me the same error. It's a 32-bit Win7 SP1 with latest updates being from January 2016. I've tried a bunch of stuff from this MS article and so far nothing works. Thanks in advance for the help. Let's block ads! بخوانید...

    ادامه مطلب
  • Systemd: hyphens in mount point

  • نیلوبلاگ

    By default udisks2 mounts removable drives under /run/media/$USER/[UUID]. The UUID contains hyphens. I wanted to use this mount point in a systemd service. But systemd uses hyphens instead of forward slashs. man systemd.mount tells me: Mount units must be named after the mount point directories they control. Example: the mount point /home/lennart must be configured in a unit file home-lennart.mount. Can /run/media/daniel/76ya27o9-abce-81fv-8j2hj-casjkdjhhlasfd/ be used in a systemd service bec...

    ادامه مطلب
  • 'Failed to connect to a windows service' error

  • نیلوبلاگ

    When I tu my computer on then log into my user account with password the following happenes: 1: A yellow lock symbol pops up in the task bar. 2: A caution triangle w/ ! inside, tool symbol and a X to the right followed by a message reading; Failed to connect to a window service. Windows could not connect to the Group Policy Client Service. This problem prevents standard users from logging onto the system. As an administrative user you can review System Event Log for details about why the ...

    ادامه مطلب
  • How can you add existing Azure AD to a new subscription with a Visual Studio Team Services instance?

  • نیلوبلاگ

    How can you add existing Azure AD to a new subscription with a Visual Studio Team Services instance? We have an existing Azure AD set-up, which is part of our move to Dynamics CRM Online and Office 365. It's sync'ed to our local AD. I'm trying to set-up a VSTS instance in a new subscription, which is authenticated using our main AAD. Setting up the instance isn't a problem. The problem is the only directory I can use is the "Default Directory". I can't see anywhere to use our main AAD? Even more...

    ادامه مطلب
  • Location of windows service icon

  • نیلوبلاگ

    Question I would like to use the icon that is used for the MMC when you go to Start -> Run -> services.msc. It's the two little gears icon that I'm after. Furthermore Is every icon Windows uses for the system applications/services in one location or are they all scattered around? This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.Recommended articl...

    ادامه مطلب
  • Which XFINITY WiFi hotspot service - Use 'xfinitywifi' or 'CafeExpress' or 'XFINITY' network to use?

  • نیلوبلاگ

    The XFINITY WiFi by Comcast hotspot service has an app with a Help file that shows a screenshot saying: You can also select any network listed above the Available Networks option as shown in this example: Usually all I see is the first item, ‘xfinitywifi’. Oddly, as I hold down the wifi menu the other two items, ‘CafeExpress’ and ’XFINITY’, occasionally pop-up briefly. As shown in that screenshot, only the third has a closed padlock icon. Questions: What is the difference between these items?...

    ادامه مطلب
  • Route cloud services to VM on laptop via domain URL

  • نیلوبلاگ

    I hope I explain the need properly and even more that there is a solution to it. What I am looking for is a way for cloud services to access my web server via a domain registration (not direct IP). Sounds straight forward, except the web server is a VM on my laptop. The laptop isn't always going to behind a router I can point incoming traffic at. More often then not it will be hot spotted to my cell phone. The web server is used for development and for presentations. So what I am trying to do is...

    ادامه مطلب
  • How do I enable certain services in Safe Mode?

  • نیلوبلاگ

    I have a Windows Vista computer that is no longer functioning properly on regular mode, however it works okay on Safe Mode with Networking. I'd like to enable some other services on Safe Mode though, such as the print spooler and the volume. I attempted to create a registry file to enable printing. The contents of it is below: Windows Registry Editor 5.00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSafeBootNetworkSpooler] @="Service" When I ran this, it successfully added the entry, and ...

    ادامه مطلب
  • What cloud sync services operate like this?

  • نیلوبلاگ

    I currently use LiveDrive but I am looking to migrate. This is not a "recommend me" thread because those revolve around pros and cons, which are subject to change and sway to opinion. Instead, I am looking for a specific feature that LiveDrive offer in their Briefcase functionality. LiveDrive Briefcase, when installed, creates a network drive at L:. This is actually a folder stored locally, but all management is conducted through Windows Explorer, which is a big plus because I hate dealing with ...

    ادامه مطلب