Displaying 20 results from an estimated 8000 matches similar to: "Re: CentOS Digest, Vol 29, Issue 25"
2007 Jun 25
3
How to build clamav SRPM and RPM with calmav tarbal - CentOS 5
Hi All,
I am trying to build SRPM and RPM out of cureent clamav tarball.
I just download it to /ur/src/redhat/SOURCES as follows.
[root at mail SOURCES]# wget
http://freshmeat.net/redir/clamav/29355/url_tgz/clamav-0.90.3.tar.gz
When I issue rpmbuild -ta, it gave below error.
[root at mail SOURCES]# rpmbuild -ta clamav-0.90.3.tar.gz
error: Name field must be present in package: (main package)
2007 Dec 12
1
Re: LARTC Digest, Vol 34, Issue 12
Hey Marek,
I´know that i must to works whith the INGRESS (instead of EGRESS), i´ve well
formed my kernel. My others TC rules for source IP address (not for MAC
address) does work fine...!!!, the problem is whith the MAC because is a not
"IP PROTOCOL" and for that i must to use the "u32/u16 match" to solve it,
and if i make an analogy from my others INGRESS rules applied to Src
2007 Jun 29
0
Fwd: where is smbmount on centOS 5 (Solved)
Thanks . SOLVED.
---------- Forwarded message ----------
From: Akemi Yagi <amyagi at gmail.com>
Date: Jun 29, 2007 10:51 AM
Subject: Re: [CentOS] where is smbmount on centOS 5
To: CentOS mailing list < centos at centos.org>
On 6/28/07, Indunil Jayasooriya <indunil75 at gmail.com> wrote:
> Hi,
>
> I am searching smbmount command on centOS 5.
>
> On, CENTOS 4.4,
2007 Feb 24
0
open webmail error (SOLVED)
I disabled selinux
On 2/23/07, Miguel Angel Amador L <jokercl at gmail.com> wrote:
>
> On 2/23/07, Indunil Jayasooriya <indunil75 at gmail.com> wrote:
> > Hi,
> >
> > I installed openwebmail on centOS 4.4 using tarballs
> >
> > CGI.pm-3.05.tar.gz
> > MIME-Base64-3.01.tar.gz
> > libnet-1.19.tar.gz
> > Text-Iconv-1.2.tar.gz
>
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
2016 Jun 09
0
for loop example
There's probably a better way using join, but this should do the trick:
paste <(cat file1 | tr "\n" ' ') <(cat file2 | tr "\n" " ")
On Tue, 07 Jun 2016 12:19:14 +0000
Diego <diegofull at gmail.com> wrote:
> Maybe this don't to be the best form to solve your problem, but worked,rs.
>
> #!/bin/bash
> #power by Diego Rodrigues
2007 Oct 11
0
Re: Zimbra error on centos 4.4 (SOLVED)
Hi All,
Thanks eveyone. I had a fresh installation. My box behind the firewall. it
has a private ip. So irst o all, I setup DNS on that box and add that ip (
192.168.101.38) to /etc/resolve.conf.
the below URL helped me.
http://wiki.zimbra.com/index.php?title=Beginner%27s_Guide_to_installing_Zimbra_on_Ubuntu_6.06_Server
Then, ran Zimbra.
It went all the way long successully. So I now have
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
Hi all,
That issue is over now. I found why my ESTABLISHED,RELATED rule at the top
of INPUT chain did not work for udp and icmp.
The reason was I have included the protocol as tcp as below
iptables -A INPUT -i eth0 -p tcp -m state --state ESTABLISHED,RELATED -j
ACCEPT
I removed -p tcp from above rule. Now it works for all protocols.
Thanks for your support.
---------- Forwarded message
2007 Oct 05
0
[Fwd: Re: DNAT rule for vsftp (PASSIVE FTP)]
-------- Original Message --------
Subject: Re: [LARTC] DNAT rule for vsftp (PASSIVE FTP)
Date: Fri, 05 Oct 2007 12:17:42 +0530
From: Mohan Sundaram <smohan@vsnl.com>
Reply-To: smohan@vsnl.com
To: Indunil Jayasooriya <indunil75@gmail.com>
References: <7ed6b0aa0710042251u6442fb85ma74e46aa9d3f81f9@mail.gmail.com>
Indunil Jayasooriya wrote:
> Hi all,
>
> I want to run
2007 Aug 10
0
Re: Allocating 64 kbits/s out of 256 kbits/s for one LAN behingfirewall (SOLVED)
Hi Paolo Malfatti,
Thanks for your script. It works fine.
I get what I expect.
THANK you all the way until it comes to an end.
FOR the benifit for evryone in the LIST.
HERE IS the SCRIPT AGAIN.
INTERFAZ_LAN=eth0
FULLBANDWIDTH=256
BANDWIDTH4LAN=64
tc qdisc del root dev $INTERFAZ_LAN
tc qdisc add dev $INTERFAZ_LAN root handle 1 htb r2q 4
tc class add dev $INTERFAZ_LAN parent 1: classid 1:2
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
2016 Jun 09
1
for loop example
> From: Indunil Jayasooriya <indunil75 at gmail.com>
> > >
> > > [root at centos67 loop]# cat file1
> > > firstname1
> > > firstname2
> > >
> > > [root at centos67 loop]# cat file2
> > > lastname1
> > > lastname2
> > >
> > > I need a OUTPUT like this
> > >
> > >
> > >
2006 Dec 30
0
RE: CentOS Digest, Vol 23, Issue 30
-----Original Message-----
From: "centos-request at centos.org" <centos-request at centos.org>
To: "centos at centos.org" <centos at centos.org>
Sent: 12/30/06 12:01 PM
Subject: CentOS Digest, Vol 23, Issue 30
Send CentOS mailing list submissions to
centos at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
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 (
2007 Mar 12
1
HAVP 0.85 on CENTOS
Hi all,
HAVP 0.85 has been released and also added support for ClamAV 0.90 library.
But there is still no rpm available for HAVP 0.85.
Dag has HAVP 0.82.
(havp-0.82-1.el4.test.i386.rpm<http://dag.wieers.com/rpm/packages/havp/havp-0.82-1.el4.test.i386.rpm>)
.
Does it support ClamAV 0.90 library ?
Can I make a RPM out of current version of Havp Version 0.85 ?
If so, How can do it?
--
2007 May 16
1
clamav error
Hi All,
I installed clam on CentOS 5 as below.
yum install clamav clamav-db clamd
I got them form Dag.
below are the RPMS I installed.
[root at box ~]# rpm -qa |grep clam
clamav-db-0.90.2-1.el4.rf
clamd-0.90.2-1.el4.rf
clamav-0.90.2-1.el4.rf
But, when I restart clam it gives following error.
[root at box init.d]# /etc/init.d/clamd restart
Stopping Clam AntiVirus Daemon:
2007 Jan 16
2
Fwd: error, While mounting an Audio Cdrom.
Hi,
I tried to mount an audio cdrom to listen to its music. But It gives the
below error.
why is that ?
-- [root at worldnet ~]# mount /dev/hdc /media/cdrom/
/dev/hdc: Input/output error
mount: block device /dev/hdc is write-protected, mounting read-only
/dev/hdc: Input/output error
mount: /dev/hdc: can't read superblock
[root at worldnet ~]#
Thank you
Indunil Jayasooriya
--
Thank
2006 Oct 07
0
Re: samba Digest, Vol 46, Issue 2
hai,
i need following topics for your help give the full articals.pls
send .
thanks
prabhukumar
On Mon, 2006-10-02 at 12:03 +0000, samba-request@lists.samba.org wrote:
> Send samba mailing list submissions to
> samba@lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.samba.org/mailman/listinfo/samba
> or, via email, send a
2007 Aug 21
0
again the same prob that is ::two providers (heres full description )
many many thanks for ur help
ok i m making my problem more clear...
my LAN ip is :172.16.100.0/24
ip of eth1 is :202.51.78.122 and this is fixed and permanent address
and it has no netmask and gateway(so, to provide internet to my LAN i have used the ppp0 for this connection )
ip of eth2 : 203.78.165.154; netmask:255.255.255.248; gateway:203.78.165.153
for eth0 my
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>