I'm trying to install the pctel-0.9.6 driver on RH7.3.
The kernel headers are installed in /usr/include/linux/, but when I run ./configure --with-kernel-includes=/usr/include, I get the message 'modversions.h is missing - you should configure your kernel first!' even though the file is present...
Yeap, got the correct drivers and the game is working.
Feeling smug. ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
This is a long shot, but I hope someone can help. I've just bought Lionshare's B&W, everything functions except for the text which is totally scrambled.
I've checked the game forums and everyone's in agreement that it's a voodoo3 - DirectX8.1 issue, but no-one has any solutions. All EA can...
Third-party modules are available from hundreds of sources, but the best place to search is modules.apache.org. ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
Unfortunately, the cron log only contains the execution record and there aren't any errors in the message logs. :-( ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
Just had a thought. Does Linux have an event viewer like Windows where I can check to see if any errors have been generated? ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
Can anyones else help with this? ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
Yes I have and that did not work either. ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
I don't think the PATH is the problem, since I have /mysql/bin declared in /etc/profile. I'll give it a try anyway. ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
/me would rather eat broken glass than use RPMs! ;-) ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
...+%d%m%y`;
filename="bugs$date.sql";
mysqldump -u bugs --password=bugs --opt bugs > /usr/local/mysql/backups/$filename;
crontab:
10 0 ** 6 cd /usr/local/mysql/backups; ./mysql_cron_bkup
When it runs in crontab, it creates a file with a size of 0 bytes. However, when I execute it...
I found Linuxconf (www.solucorp.qc.ca/linuxconf) an invaluable tool for setting up sendmail. Saves a lot of command-line heart-ache! ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
...executes it, the result is a file of zero bytes.
Running the script directly at the command-line or using at works.
the crontab entry is
10 0 ** 6 /usr/local/mysql/backups/mysql_cron_bkup
Any suggestions? ------------------------------------------------------------------
It's important to...
The bad news is that there's not an awful lot you can do to seriously improve the performance of Apache.
The good news is that tweaking isn't really necessary. Apache is already seriously fast.
There are a number of directives which you can tweak. I can't give you any specific guidelines for...
If you're using CPAN, install the DBI module first.
cpan> install DBI
This provides the standard set of programming functions for querying a variety of DBs.
Then install the MySQL DBD module.
cpan> install DBD::mysql ------------------------------------------------------------------
It's...
Thx - that clears it up. The web pages were not too clear as to whether TransferLog replaced or worked alongside CustomLog. ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
so the TransferLog directive replaces CustomLog? ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
You've probably noticed that most web pages are not retrieved by a specific filename. Instead of typing a URL like this:
http://www.tek-tips.com/dirname/index.html
you instead usually enter:
http://www.tek-tips.com/dirname
This URL maps to a directory named dirname, beneath the directory...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.