Displaying 20 results from an estimated 2000 matches similar to: "Fwd: error, While mounting an Audio Cdrom."
2006 Dec 27
3
Problem with HTTPS ON CENTOS 4.4
Hi all ,
I set up https on CentOS 4.4.
I did the below sets of commands,
first removed existing files
rm /etc/httpd/conf/ssl.key /server.key
rm /etc/httpd/conf/ssl.crt/server.crt
Next, I created key. Change to the /usr/share/ssl/certs/ directory and type
in the following command:
make genkey
then issued below command,
make testcert
finaly
/sbin/service httpd restart
Then I got the
2007 Mar 26
2
How to limit a user to access a few sites.
Hi ,
I am now running squid with ncsa_auth.
I have bound ip addresses to usernames. So users now can access Internet
from their ips.
Now I want a few users to prevent from accessing all the sites. But Instead,
I want them to allow to access a few sites scuh as google.com,cnn.com,
bbc.com. I want to limit in that way.
I have wriiten below rules. But those users still can access all the sites.
2007 Mar 24
1
Binding an ip address to an username with SQUID passwod file
Hi List,
I want to bind an ip address to a username with squid by using squid
password file.
I am using ncsa_auth programme. Below are line that I have added to
squid.conf file.
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic
2007 Feb 06
2
clamd error
Hi,
I get the below error, while starting clamd. what's wrong with it? help is
needeed.
[root at worldnet clamav]# /etc/init.d/clamd start
Starting Clam AntiVirus Daemon: LibClamAV Error: cli_cvdload(): Can't
create temporary directory /var/tmp/clamav-25f631f5d9a7b846
LibClamAV Error: Can't load /var/clamav/main.cvd: Unable to create temporary
directory
ERROR: Unable to create
2007 Jul 04
1
Rip quality(DVDRiP) movies on CENTOS
Hi,,
I have installed xine in order to watch movies. I have some Rip quality(
DVDRiP) movies. When I watch these, I can see the movie. But, Not clear.
vision is bad.
Do you know why? How to solve this?
pls see below for the installed RPMS. my box is CENTOS 4.4
[root at worldnet ~]# rpm -qa |grep xine
xine-0.99.4-8.el4.rf
xine-lib-1.1.4-1.el4.rf
--
Thank you
Indunil Jayasooriya
2007 Mar 14
1
How to enable download via web browser with vsftpd?
HI ,
I setup vsftp yesterday as a local user only mode. No anonymous was enabled.
I set up this vsftpd on my machine running CentOS 4.4. its ip is
192.168.101.25. so when I login as ftp://192.168.101.25/ via web browser, I
am promted the username as password. After inputing username and password, I
can login successfully. Then I can download everything as usual. But I can
not upload any data ?
2007 Mar 30
3
Has REDHAT EL 5 been released?
Hi all,
I would like to know has RedHat EL 5 been already released or is it still
under beta version?
When will CENT OS 5 be available to the world?
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070330/001cc6a7/attachment.html>
2007 Aug 02
5
Allocating 64 kbits/s out of 256 kbits/s for one LAN behing firewall
Hi,
We have a 256 kbits/s (kilobits per second) link to the internet. it is a
router running Linux that belongs to our ISP. They have given us 8 internet
ips. (i.e- subnet is 255.255.255.248). one has been given to this router. I
have given another internet ip to the firewall running CentOS 4.5. iptables
is running on it. And also, I have installed iproute2 pkg as well.
pls see below for
2007 Feb 17
2
HOW to enable traceroute with IPTABLES
Hi,
I am setting up a firewall on CENTOS 4.4.
I have done default block
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT DROP
I have enabled ICMP to www.google.com
iptables -A OUTPUT -p icmp -d 64.233.189.104 -j ACCEPT
iptables -A INPUT -p icmp -s 64.233.189.104 -j ACCEPT
Ping works fine as below
[root at firebox rc.d]# ping 64.233.189.104
PING 64.233.189.104 (
2016 Jun 07
2
for loop example
Maybe this don't to be the best form to solve your problem, but worked,rs.
#!/bin/bash
#power by Diego Rodrigues
totalFileOne=$(wc -l file1 | cut -d" " -f1)
totalFileTwo=$(wc -l file2 | cut -d" " -f1)
count=0
if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then
echo "The two files need of same number of lines"
exit 1
fi
for
2007 Mar 28
0
How to limit a user to access a few sites. (SOLVED)
Hi Roy and calin.kalinix.cosma,
Thanks for your help all the given to me. Finally, I got it done.
Binding an ip address to an username with SQUID and limiting access
of some users with their ips to a few sites
rules added to squid.conf file
external_acl_type ip_user %SRC %LOGIN /usr/lib/squid/ip_user_check -f
/etc/squid/ip.conf
acl ncsa_users proxy_auth REQUIRED
acl ip_users external
2006 Nov 09
8
How to block Yahoo , MSN messanger and Kazza with IPTABLES
Hi,
I want to block Yahoo Messenger, MSN messanger and Kazza with IPTABLES as
my local network users always go there.
How Can I do it?
I am not runnig iptables as a script nor have I put anything in my rc.local.
But instaed, I input the commands and save it by using the below cmmand
/etc/init.d/iptables save
and I restart it
/etc/init.d/iptables restart
My box runs on Cent OS 4.4.
Help
2008 Jan 18
1
Mounting /var directory to a new HardDisk
Hi,
I have a mailgw running Centos where trendmicro(IMSS) is installed. it
works perfectly. Now, the problem is it is running out of Harddisk.
pls see below and pay attention to / file system (/dev/sda6), where
only 1.3 gb is available. these are not Logical volums (LVM)
[root at gateway 17141]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 9.7G 7.9G 1.3G
2007 Feb 08
5
kernel 2.6.9-42.0.8.EL error while booting - CentOS 4.4
Hi ,
I am ruuning Senmail with MailScanner on CentOS 4.4. It has updated to
kernel 2.6.9-42.0.8.EL from its past kernel 2.6.9-42.0.3.EL.
Now the Server can not boot up and gives the below error.
mkrootdev: label / not found
Mounting root filesystem
mount: error 2 mouting ext3
switchroot: mount failed: 22
Kernel panic - not syncing: Attempted to kill init!
But I can boot up from its
2007 Dec 04
2
Help to restore mysql data on CentOS 5
Hi ,
Help is needed to restore mysql data
This is the the setup.
2 Servers running on CentOS.
one server has both apache an mysql.
the other server only has mysql database. This server has about 12000
records in the database. Last week, It had about 6000 records. then,
Someone has backed up these 6000 records to the web server. Now , We need
to backup all 12000 records to the webserver.
2006 Oct 02
3
How to copy a file from linux to window pc
Hi,
I have file at /opt/mailbackup/mailbackup.tar.gz (this is a Linux Machine)
I want to put this file to a windows pc.
What is the command to do it.
can I use something like the following.
mount -t smbfs
Then How to use this ?
--
Thank you
Indunil Jayasooriya
2007 Sep 22
3
vsftp question ?
Hi,
I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and
pasive. What is the default type ftp type o CentOS ?
Is is PASIVE ftp?
in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below
line?
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
Should I COMMENT it out? I need a very secure ftp service.
YOUR
2006 Nov 14
5
opens source trouble ticket
Hi all,
I am lookng for a truble ticket to install on my Cents os 4.4 server.
RPM is always prefferd. Souce is also welcome.
Have you done somethink like this before?
What are the packages that you recomend for me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Aug 01
3
yum-updatesd.conf on centos 5
Hi All,
I am running CentOS5 . Yum pkg was installed by deault fresh installation.
pls see below for installed yum pkgs.
[root at mailgw ~]# rpm -qa |grep yum
yum-updatesd-3.0.5-1.el5.centos.2
yum-3.0.5-1.el5.centos.2
later, I installed below pkg for protection.
yum-protectbase-1.0.4-2.el5.centos
Now, everything works. But, in this vershion of yum, It has no crontab
running. It has a file
2006 Nov 07
1
Fwd: Warning: Kernel/Config.pm isn't writable! -- OTRS error -CENTOS 4.4
Hi,
I am trying to install OTRS on centos 4.4.
I keep getting Warning: Kernel/Config.pm isn't
writable! when i try to run the installer.
I have done chmod 777 on the
Config.pm file etc but
still it will not work. I also did "chown Config.pm
apache" and that did not work either.
Please can someone help me. This looks like a simple
issue which i cannot able to solve.
below is