When i join with my client on my chat-server. The server gives me this error: Der Server l?uft! jakk has joined. Missing method SetProjectError in assembly /var/www/Server.exe, type Microsoft.VisualBasic.CompilerServices.ProjectData Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. File name: ‘Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ at Server.Module1.Lambda$_1 (System.Object a0) [0x00000] in :0
Tag: debian
Debian test if load average shows real value
How can I test that my kernel is showing the correct load average ? The load is always high on this server, and I doubt it’s the real one. I use kernel 3.2.0 and Debian version 7.3 Answer If you are planning get more info directly from kernel, then it’s better to look at /proc/sched_debug (this requires, SCHED_DEBUG=y), then you
go install always uses GOROOT/bin instead of GOPATH
I’m having annoying issue with go install command. Every time I try to run it within the src directory of my GOPATH the resulted file is getting created in GOROOT/bin directory for some reason. I verified my environmental variables in .bashrc and also run ‘go env’ (see below) and couldn’t find any issues: .bashrc go env This post has a
How to get file creation date/time in Bash/Debian?
I’m using Bash on Debian GNU/Linux 6.0. Is it possible to get the file creation date/time? Not the modification date/time. ls -lh a.txt and stat -c %y a.txt both only give the modification time. Answer Unfortunately your quest won’t be possible in general, as there are only 3 distinct time values stored for each of your files as defined by
Bash Shell Script – Check for a flag and grab its value
I am trying to make a shell script which is designed to be run like this: Firstly, in my script I want to check to see if the script has been run with the -t flag. For example if it has been run without the flag like this I want it to error: Secondly, assuming there is a -t flag,
python-dev installation error: ImportError: No module named apt_pkg
I am Debian user, and I want to install python-dev, but when I run the code in the shell as a root: I get the following error: What seems to be the problem and how can I resolve it? Answer Make sure you have a working python-apt package. You could try and remove and install that package again to fix
How to install a Kerberos server on Debian
I’m trying to build up a Kerberos Server on a Debian computer but I’m kind of lost with all the configuration files. Can anyone tell me any good step by step tutorial of how to install and configure a kerberos Server? Or what’s the best distriburion where I can install Kerberos? Answer Debian’s packages try to do most of the
Linux Mint trigger slowly query on mysql on system booting
My debian-based is booting so slow after I installed MySQL and imported some databases on it. Looking for some statement, I found this one during boot: Here the statement that causing trouble: I have +-10 databases totaling over 8gb of data. Is there any configuration to disable this query on system booting ? If yes, why run it during boot
Create multiple Debian packages for data files from one source
I have a bunch of dictionary files for the dictd dictionary program. There are 2 files for each dictionary (a dict.dz and a .index file) and there are 8 dictionaries in total. The installation of the dictionaries is really simple, this is what I currently have in my script: Now I want to package this lot of files up into
Compiling and linking a 32 bit application on Debian 64 bit
I am currently trying to compile and link a 32 bit application on my Debian 64 bit, but it fails at link time. The command I’m using (in my Makefile) to compile is: This seems to work. Then I link with the following command: This fails and gives the following errors: What I’ve tried so far (usual solutions that I