![]() | bug.gd rank: | 8 |
![]() | Solved Errors: | 41 |
![]() | unsolved errors: |
2 |
![]() | solution comments: | 56 |
![]() | solution rating: | 296 |
[No User Description]
* Fatal error: Your configuration file sets the server type "Apache"
* Fatal error: but the corresponding package does not seem to be installed!
* Fatal error: Please "emerge >=net-www/apache-1.3" or ...
Per this Java bug:
http://bugs.sun.com/bugda...id=6449933
The Java file chooser dialog using Windows L&F is incompatible with Win...
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 ...
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!
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
* Failed Running autoconf !
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/mail-mta/courier-0.53.2-r1/temp/autoconf-12838.out
(and the details of the .out file:)
configure.i...
My libtool package was corrupt. re-emerging it resolved the problem.
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
java.lang.ArrayIndexOutOfBoundsException: 3184
at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Win32ShellFolder2.java:748)
at sun.awt.shell.Win32ShellFolderManager2.get(Win32ShellFolderManag...
Per this Java bug:
http://bugs.sun.com/bugda...id=6449933
The Java file chooser dialog using Windows L&F is incompatible with Win...
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...
Lock wait timeout exceeded; try restarting transaction
Switched from InnoDB tables to MyISAM. Not a good solution, but I couldn't figure it out. :/
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...
com.jcraft.jsch.JSchException: UnknownHostKey:
jcraft looks for known_hosts in $HOME/.ssh
I added the host to that file and it worked.
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.
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...
Working on: /var/tmp/portage/media-libs/fontconfig-2.5.0-r1/work/fontconfig-2.5.0/doc/local-fontconfig-user.sgml
No way to convert HTML to text found.
make[2]: *** [fontconfig-user.txt] Error 8
Installed lynx
Found this thread through a real google search:
http://lists.freedesktop....01384.html
Ubuntu comes w...
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...