Search Results

Search: Posts Made By: Sergiu-IT
Forum: Filesystems, Disks and Memory 06-12-2014
8,955
Posted By Sergiu-IT
Well... it makes sense, now :D Thank you for...
Well... it makes sense, now :D

Thank you for your answer, vbe!
Forum: Filesystems, Disks and Memory 06-12-2014
6,177
Posted By Sergiu-IT
I assume that your client was talking about...
I assume that your client was talking about bcache (http://bcache.evilpiepirate.org/) or something similar.
Forum: Filesystems, Disks and Memory 06-12-2014
8,955
Posted By Sergiu-IT
Blockdev vs /sys/block/
Hello,

I want to set/get the read-ahead for my disks and there is a little issue that confuses me. There are three ways to get/set the read-ahead buffer:

1. cat /sys/block/md0/bdi/read_ahead_kb...
Forum: Web Development 10-06-2010
2,404
Posted By Sergiu-IT
mod_fcgid: apr_global_mutex_child_init error
Hello,

I have a FreeBSD 7.1-RELEASE server on which runs Apache 2.2.16 + mod_fcgid + PHP 5.2.14. After some time (less then an hour) I get the following error:


[Wed Oct 06 13:10:46 2010]...
15,134
Posted By Sergiu-IT
Thanks for your answer, Nitin! I disabled...
Thanks for your answer, Nitin!

I disabled ACPI. IO APIC was already disabled. Unfortunately the "Enable VT-x/AMD-V" options is not active. It still doesn't work. I guess that my CPU doesn't...
15,134
Posted By Sergiu-IT
NetBSD on VirtualBox
Hello, guys!

I use Ubuntu 9.04 as desktop operating system and I want to make some tests on NetBSD. I tried to install as a virtual sistem on VirtualBox but it doesn't want to install. You can see...
Forum: Web Development 03-24-2009
2,770
Posted By Sergiu-IT
Apache + DSO PHP
Hello, guys!

I have a web server that uses PHP as DSO. Do you know any tool that can help me monitoring the CPU usage for any domain/subdomain that is hosted on this server?
Forum: UNIX and Linux Applications 02-18-2009
4,480
Posted By Sergiu-IT
PureFTPD - UnixAuthentication
Hello, guys!

I have a web server that uses cPanel for management and I installed PureFTPD as FTP server. Everything works fine, except one small detail. I have another user that is not created by...
2,438
Posted By Sergiu-IT
I need the results to be processed by a script. I...
I need the results to be processed by a script. I could use tail to get the last lines every few seconds but as error_log is pretty big this will take much time and will eat too much resources.
2,438
Posted By Sergiu-IT
Redirect ErrorLog to a script
Hello, guys!

I need to redirect the error_log of apache web server to a script. I tried to use a pipe instead of a filename but this will cause me some troubles beacause cPanel doesn't like it....
Forum: BSD 01-21-2009
2,464
Posted By Sergiu-IT
I found: pw usermod USER -L class I...
I found:

pw usermod USER -L class

I completely forgot about pw :D
Forum: BSD 01-20-2009
2,464
Posted By Sergiu-IT
Automatic class change
Hello!

I have 5 servers running FreeBSD (6.0 - 7.0) and on each server I have about 800 user accounts. I created a new class in /etc/login.conf and now I want to change the class for each user. Do...
4,545
Posted By Sergiu-IT
Well... that's not the way I like, but it's not...
Well... that's not the way I like, but it's not difficult to do it this way. What I need is a script that will connect to the database server and will gather some informations from all databases on...
1,926
Posted By Sergiu-IT
Hi ! Asuming that you are sure that you have...
Hi !

Asuming that you are sure that you have the same number of lines on both files, and every record is on a single line, you can use the following script:


#!/usr/bin/perl -w
#
...
4,545
Posted By Sergiu-IT
DBI - Change database
Hello !

I am working on a small Perl script that should connect to the MySQL server, will select all the databases one by one and do some queryes on each. I started working on it but I just saw...
Forum: IP Networking 04-11-2008
3,503
Posted By Sergiu-IT
No, it is not running in chroot or jail. It is a...
No, it is not running in chroot or jail. It is a simple install.

Anyway, I solved this by downgrading to Apache 1.3. It's not what I wanted but at least now everything works fine.
Forum: IP Networking 04-10-2008
3,503
Posted By Sergiu-IT
Yes, I get that in apache error_log file, but I...
Yes, I get that in apache error_log file, but I realised that it is not connected to this error. I have a small script that I just made:

<?php
$host= "www.unix.com";
$sc = fsockopen($host,80)...
Forum: IP Networking 04-09-2008
3,503
Posted By Sergiu-IT
HostnameLookup is set to on, but the situation is...
HostnameLookup is set to on, but the situation is the same.

In error_log I don't see anything weird, except:
shmget() failed: Cannot allocate memory
Failed to start up concurrent users module!...
Forum: IP Networking 04-09-2008
3,503
Posted By Sergiu-IT
Domain not solved from script
Hello !

I have a small problem on one of our servers - web server. From scripts (PHP and/or Perl) the domains cannot be solved to an IP address. From console everything works fine but from any...
Forum: BSD 03-18-2008
44,597
Posted By Sergiu-IT
Try to manualy edit the /etc/group file. Open it...
Try to manualy edit the /etc/group file. Open it with an text editor and add a new record to match your needs. Be careful on the group id field (third field) to be unique on that file.
5,198
Posted By Sergiu-IT
Apache process cause huge load
Hello !

I have a problem with an apache process that is causing huge load. It starts from time to time - I'm not sure what is making it start beacause there's nothing in cron, but it appears every...
1,952
Posted By Sergiu-IT
march for my CPU
Hello, guys !

I tried to compile PHP on one of my servers (LAMP). Everything worked fine only that I tried to set my march to pentium4 and it did not accepted it. It told me that it is a x86_64...
Forum: Linux 07-24-2007
3,532
Posted By Sergiu-IT
Shared web server resources (CPU&RAM)
Hello, guys !

Long time no seen. I have a question about Linux web servers. I guess it is a more general question, but in my case it is a Linux web server. I want to know how much RAM memory...
Forum: IP Networking 12-13-2006
8,296
Posted By Sergiu-IT
I know. I always use google, but I couldn't...
I know. I always use google, but I couldn't figure out where the problem could be. 553 it seems to be a very general error.
Forum: IP Networking 12-13-2006
8,296
Posted By Sergiu-IT
SMTP Error 553
Hello, guys !

I have a problem on one of my servers and I dont't know how to handle it. When I try to send en email to a mailbox from another server I get the following error:



Does anyone...
Showing results 1 to 25 of 135

 
All times are GMT -4. The time now is 09:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy