linux,apache-2.2Related issues-Collection of common programming errors
d3pd
linux dual-monitor scientific-linux mirror radeon
I have Scientific Linux 6.5 (2.6.32-431.11.2.el6.x86_64) installed on a Dell OptiPlex 760 with a Radeon HD 3470 graphics card and two displays hooked up to it. I’m having difficulties setting resolutions appropriate for the displays and having the two displays not show the same screen. I am not an expert in Xorg configuration and I would appreciate some assistance in getting things working.The PCI device listing (lspci | grep VGA) for the graphics card is as follows:01:00.0 VGA compatible contro
Mat
linux elf
Can anyone tell me which process of the operating system loads the ELF(Executable and Linking format) file into RAM ?
wvxvw
linux virtualbox drivers nvidia
My luck I had couple of older kernels, which work. The new kernel, probably somehow patched by VirtualBox fails to load. What fails is X-server, when it tries to start, here’s the log:[ 14.284] (II) LoadModule: “nvidia” [ 14.284] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 14.285] (II) Module nvidia: vendor=”NVIDIA Corporation” [ 14.285] compiled for 4.0.2, module version = 1.0.0 [ 14.285] Module class: X.Org Video Driver [ 14.294] (EE) NVIDIA: Failed to
Mat
linux boot partition linux-kernel
What is the difference between a bootable and non-bootable partition? I know that a user cannot boot a system from a partition marked non-bootable and can from one marked bootable. I want to know about the underlying differences between these partition flags.
Phpdna
linux postfix smtp
I have many forks from smtpd in my process list on my webserver. What does this mean?Is my mailbox full? postfix 2662 0.0 0.9 106336 4856 ? S 17:37 0:00 smtpd -n smtp -t inet -u -c -o stress yespostfix 2800 0.0 0.9 106336 4860 ? S 15:59 0:00 smtpd -n smtp -t inet -u -c -o stress yespostfix 3644 0.0 0.9 106336 4864 ? S 13:47 0:00 smtpd -n smtp -t inet -u -c -o stress postfix 3732 0.0 0.9 106336 4872 ? S 14:36 0:00 smtpd -n smtp –
derobert
linux hardware asterisk
I have been seeing machine check exceptions when trying to call dahdi_cfg (or, sometimes, even on just loading the kernel module) to configure a Digium Wildcard TE420 Quad-Span T1 PCI-E card. Running Debian Wheezy (kernel 3.2.0-4), dahdi kernel modules 2.6.1.Machine check looks something like this (recovered using netconsole; machine is quite dead after MCE):CPU 1: Machine Check Exception: 5 Bank 5: b200121020080400 RIP !INEXACT! 10:<ffffffff810146a3> {mwait_idle+0x7f/0xac} TSC b773cee10f
jonrsharpe
linux qt qt4 pyqt cython
I am a newbie to cython. I am just trying out a simple application of my project to implement the cython.this is pyx:def extern from “Rect.h”: cdef cppclass Rectangle:Rectangle()int FindCameras()cdef class PyRectangle: cdef Rectangle *thisptr def __cinit__(self):self.thisptr = new Rectangle() def __dealloc__(self):del self.thisptr def FindCameras(self):return self.thisptr.FindCameras()this is .cpp file #include “dijsdk.h” #include <iostream> #include <QString.h> #include “arraysize
Gilles
linux ubuntu ping
I am specifically looking on the return variables of running ping on my Ubuntu server, the variables I am looking for is: error status, output on stdout, output on stderr.When pinging a host the following three scenarios can happen:The host answers on ALL packets (No error) The host answers on ZERO packets (Error) The host answers on SOME packets (Unspecified behavior)I have read through man ping, a couple of times and can’t seem to find what I should expect in that situation. I have no way to t
Naftuli Tzvi Kay
linux linux-kernel
I’m trying to compile an open source driver for my new USB Rosewill RNX-MiniN2 wireless adapter, and I’m running into the following error:make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.0.0-14-generic/build M=/home/rfkrocktk/Desktop/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.1.2590.20110922/driver/rtl8192_8188CU_linux_v3.1.2590.20110922 modules make[1]: Entering directory `/usr/src/linux-headers-3.0.0-14-generic’CC [M] /home/rfkrocktk/Desktop/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.1.2590.20110922/
Xianlin
linux ubuntu wiki
I am trying to install “MultiUpload” mediawiki extension. I followed the installation instructions and added below code to my mediawiki “LocalSetting.php” file require_once(“/var/lib/mediawiki/extensions/MultiUpload/MultiUpload.php”); but when I tried to verify the installation by go to the webpage http://myserverIP/wiki/index.php/Special:Version It gave me “http error 500”. However I have successfully installed “FCKeditor” extension by using the below command and it went on very well:sudo apt-
GlinesMome
apache-2.2 git push
I have to setup a server which can allow http vcs management (such as git and svn). svn support works well, but I have some trouble with git. Actual configuration:CentOS 5 Apache 2.2.8 Git 1.7.4.1The /etc/httpd/conf/httpd.conf content:ServerTokens OS ServerRoot “/etc/httpd” PidFile run/httpd.pid Timeout 120 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 10 <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients 256 M
Wesley Murch
apache-2.2 php pdo
I have a web-based PHP email client (Roundcube) that I installed on a UNIX server, and right off the bat it produced this error:Fatal error: Undefined class constant ‘MYSQL_ATTR_FOUND_ROWS’ in /path/to/file.php on line 134It’s this line of code:$result[PDO::MYSQL_ATTR_FOUND_ROWS] = true;Locally on my Windows installation it works fine, so I compared the two PDO classes with this:<?php ReflectionClass::export(‘PDO’);The MYSQL_ATTR_FOUND_ROWS property and some others weren’t present on the live
Shoaibi
apache-2.2 ubuntu git
I am trying to setup a repository server based on git combine with its git-http-backend and apache. My problem? I can clone perfectly, but when i try ti push, i hit a wall$ git push origin master * Couldn’t find host git.local in the .netrc file; using defaults * About to connect() to git.local port 80 (#0) * Trying 127.0.0.1… * connected * Connected to git.local (127.0.0.1) port 80 (#0) > GET /new/info/refs?service=git-receive-pack HTTP/1.1 User-Agent: git/1.7.1 Host: git.local Accept: *
XedinUnknown
apache-2.2 git
I have created a Git server with git-http-backend on a VPS with CentOS 6.5, and use htpasswd authentication. The relevant section used to look like this:<LocationMatch “.*”>AuthType BasicAuthName “Git Repositories”AuthUserFile /etc/gitdata/gitusers.passwdRequire valid-user</LocationMatch>The drawback of this is that all valid users would get access to all repositories. Now, I would like users or groups of users to have access to specific repositories only. Research shows that this is
pcm2a
apache-2.2 ldap
I am trying to get ldaps to work through Apache 2.2.17 (Windows Server 2008). If I use ldap (plain text) my configuration works great.LDAPTrustedGlobalCert CA_DER C:/wamp/certs/Trusted_Root_Certificate.cer LDAPVerifyServerCert Off <Location />AuthLDAPBindDN “CN=corpsvcatlas,OU=Service Accounts,OU=u00958,OU=00958,DC=hca,DC=corpad,DC=net”AuthLDAPBindPassword ..removed..AuthLDAPURL “ldaps://gc-hca.corpad.net:3269/dc=hca,dc=corpad,dc=net?sAMAccountName?sub”AuthType BasicAuthName “USE YOUR WIN
LapTop006
apache-2.2 centos vps optimization mediatemple
I am currently on a mediatemple DV server (basic) 512mb dedicated ram, this is a CentOS based VPS with Plesk and Virtuozzo. My experience with it from day 1 has been bad and I only could sooth my server issues with several caching “Band-aids,” but my sites are not as small as they were a year ago either so the issues have worsen. I have 3 Drupal installs running on separate (plesk) domains, 1 of those drupal installs is a multisite, that consists of 5-6 sites 2 of those sites are bringing in a
Jiew Meng
apache-2.2 php installation pear
I am trying to install phpunit/PHPUnit. I get something like below, I think the problem is that Archive/Tar.php is not found? I tried using the –alldeps switch and got the same error. Trying to install pear install archive_tar even gives the same error where Archive/Tar.php was not found!D:\ResourceLibrary\Frameworks>pear install phpunit/PHPUnit phpunit/PHPUnit can optionally use PHP extension “dbus” downloading PHPUnit-3.5.5.tgz … Starting to download PHPUnit-3.5.5.tgz (116,148 bytes) …
Wesley
apache-2.2 php permissions ubuntu-10.04
I have been trawling the internet for a few days now and think I’ve tried almost everything to get some virtual hosts set up on my Ubuntu server but everything short of chmod 777 on the webroot fails.I have my default Apache conf pointing at /home/server/public_html with the the settings show below<VirtualHost *:80>ServerAdmin webmaster@localhostDocumentRoot /home/server/public_html/<Directory />Options FollowSymLinksAllowOverride All</Directory><Directory /home/server/publi
Nils Magne Lunde
apache-2.2 ubuntu http git
I have desperately been trying to get push for git working through the “smart-http” mode using git-http-backend. However after many hours of testing and troubleshooting, I am still left with error: Cannot access URL http://localhost/git/hello.git/, return code 22 fatal: git-http-push failed`I am using latest versions of Ubuntu (12.04), Apache2 (2.2.22) and Git (1.7.9.5) and have followed different tutorials found on the Internet, like this one http://www.parallelsymmetry.com/howto/git.jsp.My VHo
bobbyh
apache-2.2 php centos eaccelerator
I have eAccelerator installed on a server running WordPress using PHP/Apache on CentOS. I am occassionally getting persistent “white pages”, which presumably are PHP Fatal Errors (although these errors don’t appear in my error_log). These “white pages” are sprinkled here and there throughout the site. They persist until I go to my eAccelerator control.php page and clear/clean/purge my caches, which suggests to me that I’ve configured eAccelerator improperly.Here are my current /etc/php.ini setti
Web site is in building