Re: [CentOS] ext3 partition on LVM lost all data

2012-10-16 Thread HALAC Matej
On 15.10.2012 18:22, James B. Byrne wrote: > > On Mon, October 15, 2012 05:03, HALAC Matej wrote: > >> >> After I have installed and configured samba I wanted to mount the data >> volume so that people could continue their work on Monday. >> >> Unfortunately the partition was empty. Only the lost+f

Re: [CentOS] Multimedia Workstation using Centos 6.3

2012-10-16 Thread Lamar Owen
On Monday, October 15, 2012 05:11:39 PM Nux! wrote: > I have a lot of multimedia stuff in my repo > http://li.nux.ro/download/nux/dextop/ Ah, yes, forgot about Stella and your repos > and I'm willing to put some effort > into backporting from Fedora or create new packages with a multimedia >

[CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
Hi; I tried this: [root@mydomain ccc]# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. EHLO MAIL FROM: m...@gmail.com RCPT TO: m...@gmail.com DATA testing from server . ^] but I never get back to a command prompt. Please advise. TIA, John

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Steve Thompson
On Tue, 16 Oct 2012, John Reddy wrote: > [root@mydomain ccc]# telnet 127.0.0.1 25 > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > EHLO > MAIL FROM: m...@gmail.com > RCPT TO: m...@gmail.com > DATA > testing from server > . > ^] > but I never get back to a command promp

Re: [CentOS] list of websites visited through centos

2012-10-16 Thread Nux!
On 16.10.2012 14:08, Chaitanya Yanamadala wrote: > Hai > i have installed a new centos server and i am planning to use this > machine > as my gateway and restrict the usage of the certain websites. So i > guess > basically i am trying to use this machine as my firewall. So could > any one > gui

Re: [CentOS] list of websites visited through centos

2012-10-16 Thread Tim Evans
On 10/16/2012 09:08 AM, Chaitanya Yanamadala wrote: > Hai > i have installed a new centos server and i am planning to use this machine > as my gateway and restrict the usage of the certain websites. So i guess > basically i am trying to use this machine as my firewall. So could any one > guide me

[CentOS] setting up postfix

2012-10-16 Thread Larry Martell
This should be an easy one. I'm trying to get postfix going. I've never done this before. I followed the directions at http://wiki.centos.org/HowTos/postfix. I opened port 25: iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT Here's an attempt to send mail: [motor@localhost motor]# mail -v la

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Blake Hudson
Steve Thompson wrote the following on 10/16/2012 7:45 AM: > On Tue, 16 Oct 2012, John Reddy wrote: > >> [root@mydomain ccc]# telnet 127.0.0.1 25 >> Trying 127.0.0.1... >> Connected to 127.0.0.1. >> Escape character is '^]'. >> EHLO >> MAIL FROM: m...@gmail.com >> RCPT TO: m...@gmail.com >> DATA >>

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
I got the first example from the postfix documentation here: http://www.postfix.org/SASL_README.html so I tried what I originally posted: [root@mydomain ccc]# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. EHLO MAIL FROM: m...@gmail.com RCPT TO: m...@gmai

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Joseph Spenner
From: John Reddy To: centos@centos.org Sent: Tuesday, October 16, 2012 7:30 AM Subject: Re: [CentOS] Sending Email Via Telnet >So I go to this page and get an example of how to do this: >http://www.freebsdwiki.net/index.php/SMTP,_testing_via_Telnet >and follow the example: > >[root@mydomain

Re: [CentOS] Poor rsync performance after upgrade from 5.8 x86 to 6.3 x64

2012-10-16 Thread Les Mikesell
On Mon, Oct 15, 2012 at 10:54 PM, Tim Nelson wrote: > > I have a Dell 2950 acting as a general purpose 'storage' machine, handling > some NFS work for some local servers, and also pulling in rsync backups of > some largish filesystems over SSH. These backups, prior to the upgrade were > taking

Re: [CentOS] setting up postfix

2012-10-16 Thread m . roth
Larry Martell wrote: > This should be an easy one. I'm trying to get postfix going. I've > never done this before. I followed the directions at > http://wiki.centos.org/HowTos/postfix. I opened port 25: > > iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT > > But I don't receive the mail. In

Re: [CentOS] setting up postfix

2012-10-16 Thread Joseph Spenner
>From: "m.r...@5-cent.us" >To: CentOS mailing list >Sent: Tuesday, October 16, 2012 7:49 AM >Subject: Re: [CentOS] setting up postfix > >Larry Martell wrote: > This should be an easy one. I'm trying to get postfix going. I've > never done this before. I foll

Re: [CentOS] setting up postfix

2012-10-16 Thread Craig White
On Oct 16, 2012, at 7:02 AM, Larry Martell wrote: > This should be an easy one. I'm trying to get postfix going. I've > never done this before. I followed the directions at > http://wiki.centos.org/HowTos/postfix. I opened port 25: > > iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT > > He

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 8:49 AM, wrote: > Larry Martell wrote: >> This should be an easy one. I'm trying to get postfix going. I've >> never done this before. I followed the directions at >> http://wiki.centos.org/HowTos/postfix. I opened port 25: >> >> iptables -I INPUT -p tcp -m tcp --dport 25

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 8:58 AM, Joseph Spenner wrote: > > > > > >From: "m.r...@5-cent.us" >>To: CentOS mailing list >>Sent: Tuesday, October 16, 2012 7:49 AM >>Subject: Re: [CentOS] setting up postfix > > >>Larry Martell wrote: >> This should be an easy one. I

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 9:03 AM, Craig White wrote: > > On Oct 16, 2012, at 7:02 AM, Larry Martell wrote: > >> This should be an easy one. I'm trying to get postfix going. I've >> never done this before. I followed the directions at >> http://wiki.centos.org/HowTos/postfix. I opened port 25: >> >>

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
> Something isn't quite right with your setup. When you do the "HELO" command, > the server should reply with something. For example: > > == > $ telnet smtp.comcast.net 25 > Trying 76.96.40.155... > Connected to smtp.comcast.net. > Escape character is '^]'. > 220 omta12.emeryville.ca.mail.com

Re: [CentOS] setting up postfix

2012-10-16 Thread m . roth
Larry Martell wrote: > On Tue, Oct 16, 2012 at 9:03 AM, Craig White > wrote: >> On Oct 16, 2012, at 7:02 AM, Larry Martell wrote: >> >>> This should be an easy one. I'm trying to get postfix going. I've >>> never done this before. I followed the directions at >>> http://wiki.centos.org/HowTos/post

Re: [CentOS] Poor rsync performance after upgrade from 5.8 x86 to 6.3 x64 ["SOLVED"]

2012-10-16 Thread Tim Nelson
- Original Message - > Greetings- > > The subject sums it up... > > ... > And... apparently I'm braindead. It turns out the cron job was setup incorrectly such that it was starting 10 hours later than expected, resulting in the 10 hour increase in time. Final score is CentOS 1, me 0.

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 9:25 AM, wrote: > Larry Martell wrote: >> On Tue, Oct 16, 2012 at 9:03 AM, Craig White >> wrote: >>> On Oct 16, 2012, at 7:02 AM, Larry Martell wrote: >>> This should be an easy one. I'm trying to get postfix going. I've never done this before. I followed the di

[CentOS] CentOS-announce Digest, Vol 92, Issue 11

2012-10-16 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Steven Tardy
is any email program running? run: netstat -pant|grep ":25"|grep LISTEN to see if any program is listening... output should look like: tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail guess it'll say 'postfix' or 'master' instead of 'sendmail' on RH6. ___

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Les Mikesell
On Tue, Oct 16, 2012 at 11:10 AM, Steven Tardy wrote: > is any email program running? > run: >netstat -pant|grep ":25"|grep LISTEN > to see if any program is listening... output should look like: > tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail > > guess it'll say 'postfix' or 'master' i

Re: [CentOS] setting up postfix

2012-10-16 Thread Andy Smith
On 16 October 2012 17:14, Larry Martell wrote: > On Tue, Oct 16, 2012 at 8:58 AM, Joseph Spenner > wrote: > > > > > > > > > > >From: "m.r...@5-cent.us" > >>To: CentOS mailing list > >>Sent: Tuesday, October 16, 2012 7:49 AM > >>Subject: Re: [CentOS] setting up

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 10:26 AM, Andy Smith wrote: > On 16 October 2012 17:14, Larry Martell wrote: > >> On Tue, Oct 16, 2012 at 8:58 AM, Joseph Spenner >> wrote: >> > >> > >> > >> > >> > >From: "m.r...@5-cent.us" >> >>To: CentOS mailing list >> >>Sent: Tuesd

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Scott Silva
on 10/16/2012 8:16 AM John Reddy spake the following: > > >> Something isn't quite right with your setup. When you do the "HELO" >> command, the server should reply with something. For example: >> >> == >> $ telnet smtp.comcast.net 25 >> Trying 76.96.40.155... >> Connected to smtp.comcast.net.

Re: [CentOS] setting up postfix

2012-10-16 Thread Benjamin Hackl
Does your postfix send emails directly or do you use a smarthost for relaying? I'm asking because you're using a 10.x.y.z network which means you use NAT for outgoing connections when delivering mails directly to the destination server. Bad idea. Worse if the destination server does some sanity che

Re: [CentOS] setting up postfix

2012-10-16 Thread Dennis Jacobfeuerborn
On 10/16/2012 04:02 PM, Larry Martell wrote: > This should be an easy one. I'm trying to get postfix going. I've > never done this before. I followed the directions at > http://wiki.centos.org/HowTos/postfix. I opened port 25: > > iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT > > Here's an

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 11:06 AM, Benjamin Hackl wrote: > Does your postfix send emails directly or do you use a smarthost for > relaying? I'm asking because you're using a 10.x.y.z network > which means you use NAT for outgoing connections when delivering mails > directly to the destination serve

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
> >netstat -pant|grep ":25"|grep LISTEN > > to see if any program is listening... output should look like: > > tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail > > > > guess it'll say 'postfix' or 'master' instead of 'sendmail' on RH6. ]# netstat -pant|grep ":25"|grep LISTEN tcp

Re: [CentOS] setting up postfix

2012-10-16 Thread Les Mikesell
On Tue, Oct 16, 2012 at 12:19 PM, Larry Martell wrote: > On Tue, Oct 16, 2012 at 11:06 AM, Benjamin Hackl wrote: >> Does your postfix send emails directly or do you use a smarthost for >> relaying? I'm asking because you're using a 10.x.y.z network >> which means you use NAT for outgoing connecti

Re: [CentOS] setting up postfix

2012-10-16 Thread Benjamin Hackl
On Tue, 16 Oct 2012 11:19:09 -0600 Larry Martell wrote: > I really don't know the answer to that question. The scenario is that > they run a django based web app, and they wanted me to add a password > recovery feature to it. When I did that, and it tried to send the > recovery link to the user,

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Les Mikesell
On Tue, Oct 16, 2012 at 12:46 PM, John Reddy wrote: > >> >netstat -pant|grep ":25"|grep LISTEN >> > to see if any program is listening... output should look like: >> > tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail >> > >> > guess it'll say 'postfix' or 'master' instead of 'sendmail' on

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
> Do you have anything like greylisting or greetpause running? No. John ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Alexander Dalloz
Am 16.10.2012 20:13, schrieb Les Mikesell: >> > ]# netstat -pant|grep ":25"|grep LISTEN >> > tcp0 0 209.216.9.56:25 0.0.0.0:* >> > LISTEN 14058/master >> > tcp0 0 127.0.0.1:250.0.0.0:* >> > LISTEN

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Blake Hudson
Alexander Dalloz wrote the following on 10/16/2012 1:41 PM: > Am 16.10.2012 20:13, schrieb Les Mikesell: ]# netstat -pant|grep ":25"|grep LISTEN tcp0 0 209.216.9.56:25 0.0.0.0:* LISTEN 14058/master tcp0 0 127.0.0.1:2

[CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread Surya Saha
Hi, Any folks on this list who have installed CentOS 6.3 on the new Dell Poweredge R815 servers? How was your experience? Thanks -Surya -- Surya Saha Department of Plant Pathology and Plant-Microbe Biology Cornell University, NY, USA http://www.linkedin.com/in/suryasaha

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread Alexander Dalloz
Am 16.10.2012 21:56, schrieb Surya Saha: > Hi, > > Any folks on this list who have installed CentOS 6.3 on the new Dell > Poweredge R815 > servers? How was your experience? Thanks > > -Surya Dell Poweredge R815 isn't new. That's the 11th generation, superseded by the 12th generation like R820.

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread m . roth
Surya Saha wrote: > > Any folks on this list who have installed CentOS 6.3 on the new Dell > Poweredge R815 servers? How was your experience? Thanks > No problem, goes nicely, *EXCEPT* that it demands that the NICs be em1, etc, *not* eth0, etc. mark ___

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread m . roth
Alexander Dalloz wrote: > Am 16.10.2012 21:56, schrieb Surya Saha: >> Hi, >> >> Any folks on this list who have installed CentOS 6.3 on the new Dell >> Poweredge R815 servers? How was your experience? Thanks > > Dell Poweredge R815 isn't new. That's the 11th generation, superseded by > the 12th gen

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread Surya Saha
Very true :-) Thank you for the links, Alex. The matrix overview was useful. -Surya On Tue, Oct 16, 2012 at 4:26 PM, wrote: > Alexander Dalloz wrote: >> Am 16.10.2012 21:56, schrieb Surya Saha: >>> Hi, >>> >>> Any folks on this list who have installed CentOS 6.3 on the new Dell >>> Poweredge R

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Cliff Pratt
On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote: > > Alexander Dalloz wrote the following on 10/16/2012 1:41 PM: >> Am 16.10.2012 20:13, schrieb Les Mikesell: > ]# netstat -pant|grep ":25"|grep LISTEN > tcp0 0 209.216.9.56:25 0.0.0.0:* >

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Alexander Dalloz
Am 16.10.2012 22:57, schrieb Cliff Pratt: > On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote: >> >> Alexander Dalloz wrote the following on 10/16/2012 1:41 PM: >>> Am 16.10.2012 20:13, schrieb Les Mikesell: >> ]# netstat -pant|grep ":25"|grep LISTEN >> tcp0 0 209.216.9.56:2

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread Johnny Hughes
On 10/16/2012 02:56 PM, Surya Saha wrote: > Hi, > > Any folks on this list who have installed CentOS 6.3 on the new Dell > Poweredge R815 > servers? How was your experience? Thanks > > -Surya > I have run "CentOS-5.6 to 5.8" and "CentOS-6.0 to 6.3" on several Dell 710, Dell 720, and Dell 810 serve

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
> Date: Tue, 16 Oct 2012 20:41:10 +0200 > From: ad+li...@uni-x.org > To: centos@centos.org > Subject: Re: [CentOS] Sending Email Via Telnet > > Am 16.10.2012 20:13, schrieb Les Mikesell: > >> > ]# netstat -pant|grep ":25"|grep LISTEN > >> > tcp0 0 209.216.9.56:25 0.0.0.

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Joseph Spenner
On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote: > > Alexander Dalloz wrote the following on 10/16/2012 1:41 PM: >> Am 16.10.2012 20:13, schrieb Les Mikesell: > ]# netstat -pant|grep ":25"|grep LISTEN > tcp        0      0 209.216.9.56:25         

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread Steve Thompson
On Tue, 16 Oct 2012, Surya Saha wrote: > Any folks on this list who have installed CentOS 6.3 on the new Dell > Poweredge R815 servers? How was your experience? Thanks I don't have any R815's, but I have run CentOS 6.3 on a variety of other Dell hardware (PE2900, R410, R710, etc) with no issues

Re: [CentOS] CentOS 6.3 on Dell Poweredge R815

2012-10-16 Thread Phil Dobbin
Steve Thompson wrote: > On Tue, 16 Oct 2012, Surya Saha wrote: > >> Any folks on this list who have installed CentOS 6.3 on the new Dell >> Poweredge R815 servers? How was your experience? Thanks > > I don't have any R815's, but I have run CentOS 6.3 on a variety of other > Dell hardware (PE29

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread John Reddy
# postconf -n alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_list = disable_vrfy_command = yes home_mailbox = Mailbox html_directory = no inet_interfaces = localhost, $my

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Les Mikesell
On Tue, Oct 16, 2012 at 5:26 PM, John Reddy wrote: > > relay_domains = proxy:mysql:$config_directory/mysql_relay_domains_maps.cf > virtual_mailbox_domains = > proxy:mysql:$config_directory/mysql_virtual_domains_maps.cf > virtual_mailbox_maps = > proxy:mysql:$config_directory/mysql_virtual_mailbo

Re: [CentOS] : centostrll

2012-10-16 Thread Rajagopal Swaminathan
What is this On Tue, Oct 16, 2012 at 2:19 PM, Haneesh Pilakkattu wrote: > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos -- Regards, Rajagopal ___ CentOS

[CentOS] OpenLDAP on CentOS 6.3

2012-10-16 Thread Hugh E Cruickshank
Hi All: I am attempting to setup OpenLDAP on c CentOS 6.3 platform. I have been able to locate numerous online how to documents but none seem to work correctly on CentOS 6.3. I believe that the reason is the new dynamic configuration (AKA cn=config). Can someone provide me with a pointer or two i

Re: [CentOS] setting up postfix

2012-10-16 Thread Larry Martell
On Tue, Oct 16, 2012 at 12:03 PM, Benjamin Hackl wrote: > On Tue, 16 Oct 2012 11:19:09 -0600 > Larry Martell wrote: > >> I really don't know the answer to that question. The scenario is that >> they run a django based web app, and they wanted me to add a password >> recovery feature to it. When I

Re: [CentOS] OpenLDAP on CentOS 6.3

2012-10-16 Thread Patrick Lists
On 10/17/2012 02:51 AM, Hugh E Cruickshank wrote: > Hi All: > > I am attempting to setup OpenLDAP on c CentOS 6.3 platform. I have > been able to locate numerous online how to documents but none seem to > work correctly on CentOS 6.3. I believe that the reason is the new > dynamic configuration (AK

Re: [CentOS] OpenLDAP on CentOS 6.3

2012-10-16 Thread Keith Keller
On 2012-10-17, Patrick Lists wrote: > > On the mailing list it was recommended by several subscribers to upgrade > to the latest openldap release (2.4.33) due to the many fixes in the > dynamic config backend and the logic that can transform an slapd.conf > into a cn=config version. I could be