• My Errors
  • Profile
  • Logout
  • Search

Public Profile for deinspanjer

Bug statistics for: deinspanjer
bug.gd rank:
8
Solved Errors:
41
unsolved errors:
2
solution comments:
56
solution rating:
296

[No User Description]

 

deinspanjer's Solved Errors:

No such file or directory - /tmp/mysql.sock
This error was returned by the Ruby on Rails command "rake db:migrate" installed on RHES and attempting to connect to a MySQL server installed via an ...
Full Solution
gcc-config error: Could not run/locate "gcc"
Something had gone wrong with my gentoo portage update of gcc.
running gcc-config gave the message: Active gcc profile is invalid!
Full Solution
gcc-config: Active gcc profile is invalid!
gcc-config -l showed a valid profile number (1). I then ran gcc-config with that number to set it as the active profile.
# gcc-config 1
Full Solution
PAM adding faulty module: /lib/security/pam_unix.so
Gentoo PAM 0.99 upgrade problem.
This blog post explained it all:
http://www.odi.ch/weblog/...osting=447
Full Solution
IDirect3DDevice9::Clear failed: Invalid call (D3DERR_INVALIDCALL)
Q: I have purchased the Advanced Edition, but I get a "IDirect3DDevice9:Clearfailed:Invalid call" error message when I try to run the Filter & AA Tool...
Full Solution
Lock wait timeout exceeded; try restarting transaction
Switched from InnoDB tables to MyISAM. Not a good solution, but I couldn't figure it out. :/
Full Solution
error: sys/types.h: No such file or directory
Trying to compile a C program using Ubuntu 7.10 (gutsy gibbon)
By default, Ubuntu doesn't come with standard headers installed.
sudo apt-get install b...
Full Solution
com.jcraft.jsch.JSchException: UnknownHostKey:
jcraft looks for known_hosts in $HOME/.ssh
I added the host to that file and it worked.
Full Solution
E: Could not get lock /var/cache/apt/archives/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the download directory

A failed apt-get update was hung. I could have found and killed the process, but restarting was simple enough.
Full Solution
Error while Refreshing Folder.
Failed to connect to IMAP server <server> in secure mode: SLL negotiations failed
Evolution 2.8.0 error connecting to my Courier IMAP server via SSL.
I found this thread that mentioned my error and the solution:

https://bugs.launch...
Full Solution
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
I don't have a good solution for this. I fixed it by adding a ServerName directive to my httpd.conf file, but in Gentoo's apache2 package, I was told...
Full Solution