Displaying 20 results from an estimated 2000 matches similar to: "Fwd: where is smbmount on centOS 5 (Solved)"
2007 Jun 29
2
where is smbmount on centOS 5
Hi,
I am searching smbmount command on centOS 5.
On, CENTOS 4.4, I used it as follows to backup data to a window PC. I want
to do it on CentOS 5 now.
mount -t smbfs -o ip=192.168.5.225,username=mailbackup,password=secret
//server/mail_backups /mnt/maildaily
I can not issue such command on centos 5. When I try , It gives below
error.
[root at mail ~]# mount -t smbfs -o
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
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 Aug 15
1
Mail Restrictions with sendmail
Hi all,
I am running sendmail with MailScanner on CentOS. I want to enable some
restrictions.
Restrictions are given below.
All clients Currently can send Bcc from their workstations as usual. I want
to disable (block Bcc) that feature. Can I do it from the Sendmail Server ?
All clients currently can send Cc form their workstations as usual. I want
to limit it. Let's say about 5 Cc s .
2007 Jun 25
0
Re: CentOS Digest, Vol 29, Issue 25
On Mon, June 25, 2007 08:00, centos-request at centos.org wrote:
> Send CentOS mailing list submissions to
> centos at centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.centos.org/mailman/listinfo/centos
> or, via email, send a message with subject or body 'help' to
> centos-request at centos.org
>
> You can reach the
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 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 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
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 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 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 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
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 Mar 26
0
Binding an ip address to an username with SQUID passwod file (SOLVED)
Hi kalinix
Thanks fro your correct info. It now works as expected.
I am really happy about your rules.
Thank you very much
indunil
On 3/24/07, kalinix <calin.kalinix.cosma at gmail.com> wrote:
>
> On Sat, 2007-03-24 at 12:06 +0530, Indunil Jayasooriya wrote:
> >
> > Hi List,
> >
> > I want to bind an ip address to a username with squid by using squid
>
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
> > >
> > >
> > >
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
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
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
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 (