
I have been trying to install the Nvidia drivers on the latest version of Debian, but all I have been getting is a black screen. When I hit ctrl alt f2, I can get to a terminal, but I am not sure where to go from here. When I try to reinstall the drivers, the terminal basically says that these 3 packages encountered errors while processing: libgl1-nvidia-glx:amd64 Nvidia-driver Xserver-xorg-vidia-nvidia So clearly this is my issue, I just do not know how to fix it. My graphics card is a gtx 970 and I DID NOT use the driver installers from the nvidia website, I got them from the non-free Debian repositories. Any help would be appreciated! Let's block ads! بخوانید...
ادامه مطلب
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 caot coect with an OpenVPN client from an inteet host: Tue Aug 23 15:05:37 2016 Attempting to establish TCP coection with [AF_INET]myip:64666 [nonblock] Tue Aug 23 15:05:47 2016 TCP: coect to [AF_INET]myip:64666 failed, will try again in 5 seconds: Coection timed out (...) When ruing an nmap from within the inteal network (the one the NAS is on) I get a correct reply: C:WindowsSystem32>nmap 192.168.1.10 -p 1194 -sV Starting Nmap 7.12 ( https://nmap.org ) ...
ادامه مطلب
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 the servive with systemctl --user start backup_work.service. For some reason though I can't see the logs for this service with joualctl --user -u backup_work.service. I see the logs of rsync and ping...
ادامه مطلب
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 coection to database error), I guess, because the mongodb needs some time to startup and be ready to coections (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 apropriate notification to systemd. But I did not find any documentation about it. The queston is, how to autostart the application, after mongodb will be ready for incoming coections. Let's block ads! ب...
ادامه مطلب
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! بخوانید...
ادامه مطلب
I tried many searches, then I caot find the solution, here is my problem. My server is debian with Jessie (8) distribution, but I have to install a old package now archived which was available for old distributions like Ley (5) The package name is : ttf2pt1 Can be found here (Official) or here (Debian archive) I tried to edit my sources.list with old sources urls but nothing change, I got several errors like : Reading package lists... Done Building dependency treeReading state information... Done E: Unable to locate package ttf2pt1 E: The value 'ley' is invalid for APT::Default-Release as such a release is not available in the sources E: The value 'ley' is invalid for APT::Default-Release as...
ادامه مطلب
I had to reinstall Debian. Before the reinstall I have been using my server as a file share (using Owncloud). After an reinstalling Debian on a freshly formatted drive and installing apache2 I have been unable to get the default page to show up. Apache service is ruing: ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2) Active: active (ruing) since Mon 2016-08-08 14:39:45 UTC; 10min ago Process: 2571 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS) Process: 2597 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS) CGroup: /system.slice/apache2.service ├─2613 /usr/sbin/apache2 -k start ├─2617...
ادامه مطلب
have an issue with php5-tidy. Looks something broke and I am not able to figure out. Have tried all options of --purge and so on to clean and re-install but to no avail. Following is the error I am getting for apt-get install php5-tidy: Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following extra packages will be installed: libtidy-0.99-0 The following NEW packages will be installed: libtidy-0.99-0 0 upgraded, 1 newly installed, 0 to remove and 74 not upgraded. 1 not fully installed or removed. Need to get 0 B/155 kB of archives. After this operation, 433 kB of additional disk space will be used. Do you want...
ادامه مطلب
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! بخوانید...
ادامه مطلب
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! بخوانید...
ادامه مطلب
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 ruing 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: # The primary network interface auto eth0 iface eth0 inet dhcp auto eth0:0 iface eth0:0 inet static address x.x.x.2 netmask 255.255.255.255 broadcast x.x.x.2 How can I achieve my goal described above...
ادامه مطلب
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 my full net speed. I checked the c:WindowsSystem32driversetchosts file. It is in its default state. In Process Explorer procexp I can't notice anything fishy. I ran tracert, ping, nslookup for all the...
ادامه مطلب
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 defender, but the problem has come back when i upgraded. Let's block ads! بخوانید...
ادامه مطلب
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! بخوانید...
ادامه مطلب
when coect 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! بخوانید...
ادامه مطلب
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! بخوانید...
ادامه مطلب
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/leart must be configured in a unit file home-leart.mount. Can /run/media/daniel/76ya27o9-abce-81fv-8j2hj-casjkdjhhlasfd/ be used in a systemd service because of the hyphens? If yes, how? 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...
ادامه مطلب
I have just installed debian mate on a laptop that has a 4K screen resolution, which by default sets the resolution to 3840x2160. I've been able to change grub resolution to 1280x1024 using GRUB_GFXMODE but the greeter screen and the TTYs will always use the default resolution. I've unsuccessfully tried using GRUB_GFXPAYLOAD_LINUX=keep or setting it to the same value as GRUB_GFXMODE. I'm ruing with an intel graphics card, no nvidia or radeon. I've also tried to set it using xrandr although I get a Can't open display error. How can I set a more reasonable resolution (i.e. 1280x1024 or similar)? Available resolutions: $ sudo hwinfo --framebuffer 02: None 00.0: 11001 VESA Framebuffer ...
ادامه مطلب
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 coect to a window service. Windows could not coect 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 service didn't respond. Here is what I did so far..... Looked into this Event Log and didn't know what I was looking at therefore I did nothing with it I am also not sure how I even got into this log. I...
ادامه مطلب
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 confusing is ... if we go through the Sign up for Team Services and follow the instructions in section "Sign up for Visual Studio Team Services with a work or school account", we get a VSTS instance ...
ادامه مطلب