Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
33 views

Install Facebook Perl Module Debian

I'm getting an error Can't locate Facebook.pm I'm wondering if anyone can tell me how to install the perl facebook module under debian. Thanks the full error is Can't locate Facebook.pm in ...
0
votes
0answers
18 views

Dynamic load of modules

When I was a student I was connected to a Linux computer at the University that had a really nice feature I want to replicate on the Linux server I am running in my house. I am running Ubuntu 12.04 ...
2
votes
2answers
160 views

Routinely unable to remove qla2xxx module under CentOS

I routinely cannot unload the Qlogic fibre module qla2xxx under CentOS 5 or 6. These machines are running StorNext cvfs, EMC powerpath and hostagent. Nothing else should ever be touching the fibre. ...
0
votes
0answers
17 views

OpenAFS on OpenVZ guest

I'm trying to install and configure an OpenAFS server inside an OpenVZ container. However, when running afs-newcell, it complains that the AFS client cannot be started. It says "AFS module ...
-5
votes
1answer
30 views

Linux incoming/outgoing packets modifying module

Can anybody give me a link to manual or sample of linux kernel driver, which can modify incoming/outgoing packets from/to specified ip-port? Thanks!
0
votes
1answer
50 views

net_device get_stats function, how to use? [closed]

I'm trying to write a linux kernel module to get stats from my NIC, I learned that a struct called net_device has a function called get_stats that returns a struct with a lot of statistics that I need ...
2
votes
2answers
39 views

Powershell: Consistent modules accross all servers/workstations

Whats the best way to get consistent modules across our servers and workstations. To put it another way: I want to be able to write a powershell script and have it run on all machines meaning each ...
1
vote
2answers
156 views

How to Proxypass on Apache?

I googled and i couldnt come across anything that is directive on configuring apache for proxypass. I did managed to find Transition domain to new web host without waiting for DNS propagation but i ...
3
votes
1answer
89 views

Manually apply puppet class

I am testing a puppet init.pp file (on windows) that looks something like: class myclass { package { 'java': ensure => installed, provider => 'msi', source => ...
0
votes
0answers
92 views

Adding capabilities to Thecus N5200 NAS (specifically, git)

I know that you can install system and user modules on Thecus NAS units to expand their capabilities. I have already installed SYSUSER and SSHD so that I can now SSH into the box. I haven't had much ...
1
vote
0answers
83 views

WinHTTP module not found (HRESULT 0x8007007e)

I've got a customer that gets a module not found error (0x8007007e) when running a vbscript at this line of code: set test = CreateObject("WinHttp.WinHttpRequest.5.1") The system is Windows 7 ...
0
votes
0answers
50 views

Profiling Apache Modules in Ubuntu 11.04

I've written an apache module and I have used ab to benchmark apache server with my module enabled to find out the respective time it takes to process a request based on different files. However, I ...
0
votes
0answers
43 views

nginx module - can't get started

I'm trying to run the "hello" module from the following URL: http://blog.zhuzhaoyuan.com/2009/08/creating-a-hello-world-nginx-module/ I've done a ./configure ...
0
votes
1answer
37 views

httpd NON-devel upgrade to http-devel for apxs - install apache module.c file

I have a server running the non developer version of Apache. This is a production environment. I cannot afford to take the server offline longer than a couple minutes and hopefully only seconds. I ...
0
votes
1answer
176 views

Apache a2ensite default settings

I have set up VirtualHost files from scratch before and only recently come over the a2ensite command. I think this is a great command and very useful, but most of my sites configured have the same ...
0
votes
2answers
115 views

Apache2 won't start due to locate-error

I am running Apache/2.2.9 on SLES 10 and want to use Apache2::REST. I installed it using cpan and added the Handler and the configuration stuff. When I try to start Apache (apache2ctl start), it ...
0
votes
2answers
90 views

Install Apache Modules on Custom Path

I have installed apache2 into my home folder by specifying the ./configure --prefix="$HOME". It works fine. Now I am trying to install mod_wsgi. I try ./configure --prefix="$HOME", as well as ...
2
votes
2answers
192 views

PHP as a CGI binary vs. PHP as an Apache module

What are the benefits of running PHP as a CGI binary compared to running PHP as an Apache module? Are there: Security benefits? Stability benefits? Performance benefits? I've always installed and ...
2
votes
1answer
642 views

Apache2::AuthenNTLM connects to Domain controller but does not authenticate

I have an Apache 2.2 server running Apache2::AuthenNTLM. I have successfully Apache2::AuthenNTLM configured it to the point that it connects to the domain controller. However, valid username / ...
0
votes
1answer
236 views

"IfModule… in Apache 2 Fedora… Whats the use?

#<IfModule mod_headers.c> Header unset Pragma FileETag None Header unset ETag ExpiresActive On <FilesMatch "\\.(ico|jpg..)$"> etc </FilesMatch> ...
0
votes
1answer
147 views

Apache 2.x Mime Magic Module

I am getting this error when complinng Apache with mod-mime-magic: --enable-mime-magic ../build_apache.sh: line 22: --enable-mime-magic: command not found When I look at the output on ...
1
vote
1answer
109 views

How to get rid of this error message?

I have this error message popping up in my /var/log/messages file: modprobe: FATAL: Could not load /lib/modules/2.6.33.7.2-rt30-xxxx-std-ipv4-64/modules.dep: No such file or directory My OS is ...
3
votes
1answer
79 views

Ubuntu Server won't boot with “zip2: Compressed file ends unexpectedly” error

I am trying to boot lucid server on my new VPS but its giving me some problems. The boot gets to a point where it hangs. At this point it says: No such file `modules-2.6.31-20-server-amd64.tar.bz2' ...
2
votes
2answers
612 views

How to find which HD controller module a running Linux system is using?

I have a problem with an HP ProLiant Microserver that won't boot with a Slackware 12 system using Linux 2.6.21.5 If I boot a recent version of System Rescue CD, the disk is recognized. So my ...
0
votes
2answers
82 views

Individual Authenticator (Daemon) for Apache Wildcard-VHosts

In our development environment we're using the following VHost-Configuration for the majority of our projects: <VirtualHost *> ServerName misc.webdev.local ServerAlias *.webdev.local ...
0
votes
2answers
103 views

reinstall PHP as apache module

sorry for the newbie question, I am not a sys admin by any means. I recently set up a VPS with webmin/virtualmin. Our CMS of choice says that PHP needs to be run as an Apache module in order to run. ...
1
vote
1answer
114 views

How to convert php5 cgi to module?

I installed PHP5 on my debian lenny system as cgi. Now I found that flush() in php is only working for php installed as module. Anyone know how to (re)install php5 as module? (apache2) Thanks :)
0
votes
3answers
1k views

Persistent changes to /proc/sys/sunrpc/tcp_slot_table_entries

I'm trying to make a persistent change to sunrpc.tcp_slot_table_entries on a Linux CentOS 5.5. This value has been found important for the performance of our NFS clients, and must be set before the ...
1
vote
1answer
328 views

Using aptitude to install extra php modules (after php has already been installed)?

I recently setup an Ubuntu Server 10.04 LTS server for a client which uses a PHP based forum. It's all gone well, but now it seems I need to install a new php module to enable spell checking in the ...
0
votes
1answer
340 views

SugarCRM Scheduler Not Calling runProcessManager Module

I'm running Sugar Pro, version 5.5.4, on Ubuntu 9.10, Apache 2.2, MySQL 5.1.28, and PHP 5.2.10. I have a module called Process Manager setup and running. I can manually make this go, to send email ...
0
votes
2answers
415 views

DAHDI Installation on Slicehost Woes

I'm trying to get DAHDI installed for Asterisk on my Slicehost slice... I start off sudo apt-get install dahdi-dkms dahdi-linux Which partially fails with this in the install log: Setting up ...
0
votes
2answers
515 views

How do I enable PHP apache_request_headers() or change PHP into an apache module

PHP, WHM, and several other services are already installed on a CentOS x64 server I am trying to migrate data to. Many of my existing PHP scripts are dependent on PHP's apache_request_headers() ...
1
vote
1answer
280 views

API numbers don't match on compiled PHP extension

I'm trying to get GD into my PHP. I recently installed PHP5.3.0 on my system running Mac Leopard using mac ports. It did not come with the gd module. So I downloaded gd, compiled it as an extension ...
0
votes
2answers
269 views

if there are multiple kernel module can drive the same device, what is the rule to choose from them?

both pcnet32 and vmxnet can drive the device. $ lspci -k ... 02:01.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10) Subsystem: Advanced Micro Devices [AMD] ...
1
vote
2answers
298 views

download ip_tables kernel module

My linux system does not have the ip_tables kernel module, which I need for the openvpn server (for nat to work). Where can I download the source or binaries for that kernel module so I can modprobe ...
0
votes
2answers
208 views

Is there a log file generated from python setup.py install?

When I am installing a python module, I use python setup.py install I see all of the output on the command line, but is all of this output saved to a log file somewhere? I'm asking because I ...
1
vote
3answers
566 views

How to load kernel module at startup on FC9?

I need to know how to automatically load a kernel module at startup on FC9. All the sites talk about adding an entry to /etc/modules.conf.... But that does not exist on FC9... Instead I have ...
0
votes
2answers
190 views

where is the “module” a command coming from - aka why it doesn't show up in alias?

Consider the following: $ module cmdModule.c(166):ERROR:11: Usage is 'module command [arguments ...] ' Modules Release 3.2.6 2007-02-14 (Copyright GNU GPL v2 1991): Usage: module [ switches ] ...
1
vote
1answer
411 views

Iptables ipt_time extension

I'm trying to get the ipt_time extension for netfilter/iptables to work on CentOS 5.3. It's a bloodbath. First of all, the HOWTO I linked is the official Netfilter Extension HOWTO, but it's also ...