Re: [CentOS] Problem building powerdns from EPEL

2013-04-09 Thread Mogens Kjaer
On 04/09/2013 10:48 PM, Nikolaos Milas wrote:
> However, libldap exists at the required place (/usr/lib64):

Does

yum install openldap-devel

help?

Mogens

-- 
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange Postfix problem

2013-04-09 Thread TE Dukes
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of SilverTip257
> Sent: Tuesday, April 09, 2013 8:25 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] Strange Postfix problem
> 
> On Tue, Apr 9, 2013 at 7:34 PM, Rob Kampen 
> wrote:
> 
> > On 04/10/2013 03:58 AM, tdu...@palmettoshopper.com wrote:
> >
> >> Hello,
> >>
> >> Was trying to setup postfix on my home PC. Running Centos 6.4. I 
> >> don't have a static IP and use zoneedit and ddclient to keep my 
> >> installation of zoneminder current.
> >>
> >> So I decided I wanted to get zoneminder to send me email 
> alerts. Sent 
> >> some test messages but none were sent.
> >>
> >> I went to webdnstools website thinking maybe there is a dns or 
> >> network problem.
> >>
> >> When it checks my dns setup, everything is fine except the mail 
> >> server is has the wrong IP address. The A record and the 
> www A record 
> >> have the correct IP. The IP address its reporting is one 
> that belongs to my ISP.
> >>
> > sounds like your ISP only allows certain services through and 
> > intercepts the rest as you do not have a fixed IP.
> >
> 
> Consider setting up Postfix to auth (with your ISP email 
> credentials) and send mail through your ISP's mail server.  
> I've seen write-ups for using Gmail in the same way.
> http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-m
> ail-servers/
> 
> 
> > may want to talk to them as they control the DNS and 
> reverse DNS, both 
> > of
> 
> 
> Not a bad idea, but if he's in a dynamic pool the ISP is 
> unlikely to help him out.
> Does he really need a static?
> 
> 
> > which should be correct for email servers to function correctly.
> > Basically, to do an email server you need a fixed IP.
> 
> 
> Do you need to receive mail or just send it?
> See the URL above if you just need to send.

I will look into that as I just want to send mail.

Thanks

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange Postfix problem

2013-04-09 Thread TE Dukes
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Rob Kampen
> Sent: Tuesday, April 09, 2013 7:35 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] Strange Postfix problem
> 
> On 04/10/2013 03:58 AM, tdu...@palmettoshopper.com wrote:
> > Hello,
> >
> > Was trying to setup postfix on my home PC. Running Centos 
> 6.4. I don't 
> > have a static IP and use zoneedit and ddclient to keep my 
> installation 
> > of zoneminder current.
> >
> > So I decided I wanted to get zoneminder to send me email 
> alerts. Sent 
> > some test messages but none were sent.
> >
> > I went to webdnstools website thinking maybe there is a dns 
> or network 
> > problem.
> >
> > When it checks my dns setup, everything is fine except the 
> mail server 
> > is has the wrong IP address. The A record and the www A record have 
> > the correct IP. The IP address its reporting is one that 
> belongs to my ISP.
> sounds like your ISP only allows certain services through and 
> intercepts the rest as you do not have a fixed IP.
> may want to talk to them as they control the DNS and reverse 
> DNS, both of which should be correct for email servers to 
> function correctly. 
> Basically, to do an email server you need a fixed IP.

I kind of suspected that. However, if I go to yougetsignal, port forwarding
tester and check ports 25 and 110 for my domain, the ports are open. If I do
mail.domain.com, the port is closed.

It sounds as though they are intercepting requests on those ports.

Thanks!!

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange Postfix problem

2013-04-09 Thread Rob Kampen

On 04/10/2013 12:25 PM, SilverTip257 wrote:

On Tue, Apr 9, 2013 at 7:34 PM, Rob Kampen wrote:


On 04/10/2013 03:58 AM, tdu...@palmettoshopper.com wrote:


Hello,

Was trying to setup postfix on my home PC. Running Centos 6.4. I don't
have a static IP and use zoneedit and ddclient to keep my installation
of zoneminder current.

So I decided I wanted to get zoneminder to send me email alerts. Sent
some test messages but none were sent.

I went to webdnstools website thinking maybe there is a dns or network
problem.

When it checks my dns setup, everything is fine except the mail server
is has the wrong IP address. The A record and the www A record have the
correct IP. The IP address its reporting is one that belongs to my ISP.


sounds like your ISP only allows certain services through and intercepts
the rest as you do not have a fixed IP.


Consider setting up Postfix to auth (with your ISP email credentials) and
send mail through your ISP's mail server.  I've seen write-ups for using
Gmail in the same way.
http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/
This effectively shields your email server from the internet - all mail 
will appear to come from the ISP's mail IP and thus your dynamic IP will 
not matter.
reception of mail will be by whomever the MX record points to - a fixed 
IP. you will probably need to use a mail client to retrieve mail from 
the ISP provided IMAP server.



may want to talk to them as they control the DNS and reverse DNS, both of


Not a bad idea, but if he's in a dynamic pool the ISP is unlikely to help
him out.
Does he really need a static?



which should be correct for email servers to function correctly.
Basically, to do an email server you need a fixed IP.


Do you need to receive mail or just send it?
See the URL above if you just need to send.





TIA


__**_
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/**mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos






___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange Postfix problem

2013-04-09 Thread SilverTip257
On Tue, Apr 9, 2013 at 7:34 PM, Rob Kampen wrote:

> On 04/10/2013 03:58 AM, tdu...@palmettoshopper.com wrote:
>
>> Hello,
>>
>> Was trying to setup postfix on my home PC. Running Centos 6.4. I don't
>> have a static IP and use zoneedit and ddclient to keep my installation
>> of zoneminder current.
>>
>> So I decided I wanted to get zoneminder to send me email alerts. Sent
>> some test messages but none were sent.
>>
>> I went to webdnstools website thinking maybe there is a dns or network
>> problem.
>>
>> When it checks my dns setup, everything is fine except the mail server
>> is has the wrong IP address. The A record and the www A record have the
>> correct IP. The IP address its reporting is one that belongs to my ISP.
>>
> sounds like your ISP only allows certain services through and intercepts
> the rest as you do not have a fixed IP.
>

Consider setting up Postfix to auth (with your ISP email credentials) and
send mail through your ISP's mail server.  I've seen write-ups for using
Gmail in the same way.
http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/


> may want to talk to them as they control the DNS and reverse DNS, both of


Not a bad idea, but if he's in a dynamic pool the ISP is unlikely to help
him out.
Does he really need a static?


> which should be correct for email servers to function correctly.
> Basically, to do an email server you need a fixed IP.


Do you need to receive mail or just send it?
See the URL above if you just need to send.


>
>
>> TIA
>>
>>
>> __**_
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/**mailman/listinfo/centos
>>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange Postfix problem

2013-04-09 Thread Rob Kampen

On 04/10/2013 03:58 AM, tdu...@palmettoshopper.com wrote:

Hello,

Was trying to setup postfix on my home PC. Running Centos 6.4. I don't
have a static IP and use zoneedit and ddclient to keep my installation
of zoneminder current.

So I decided I wanted to get zoneminder to send me email alerts. Sent
some test messages but none were sent.

I went to webdnstools website thinking maybe there is a dns or network
problem.

When it checks my dns setup, everything is fine except the mail server
is has the wrong IP address. The A record and the www A record have the
correct IP. The IP address its reporting is one that belongs to my ISP.
sounds like your ISP only allows certain services through and intercepts 
the rest as you do not have a fixed IP.
may want to talk to them as they control the DNS and reverse DNS, both 
of which should be correct for email servers to function correctly. 
Basically, to do an email server you need a fixed IP.


TIA


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem building powerdns from EPEL

2013-04-09 Thread Morten Stevens
On 09.04.2013 22:48, Nikolaos Milas wrote:
> Hi,
>
> I just tried to build using
> http://dl.fedoraproject.org/pub/epel/6/SRPMS/pdns-3.1-2.el6.src.rpm on
> CentOS 6.4 final (kernel: 2.6.32-358.2.1.el6.x86_64), but it failed when
> looking for ldap libs:
>
> Note: I did not change anything in the original spec file.
>
>  ...
>  + ./configure --build=x86_64-redhat-linux-gnu
>  --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu
>  --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
>  --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
>  --includedir=/usr/include --libdir=/usr/lib64
>  --libexecdir=/usr/libexec --localstatedir=/var
>  --sharedstatedir=/var/lib --mandir=/usr/share/man
>  --infodir=/usr/share/info --sysconfdir=/etc/pdns
>  --libdir=/usr/lib64/pdns --disable-static --with-modules= --with-lua
>  '--with-dynmodules= gmysql gpgsql pipe geo ldap gsqlite3'
>  --enable-cryptopp
>  ...
>  checking for ldap_set_option in -lldap_r... no
>  checking for ldap_set_option in -lldap... no
>  configure: error: ldap library (libldap) not found

Hi,

I'm the powerdns maintainer for Fedora and Fedora EPEL. There's no 
problem then rebuilding pdns-3.1-2.el6.src.rpm on CentOS 6.4 with mock/koji.

Please check:
http://kojipkgs.fedoraproject.org//packages/pdns/3.1/2.el6/data/logs/x86_64/build.log

checking for ldap_set_option in -lldap_r... yes
checking for ldap_initialize in -lldap_r... yes

The same result on my local CentOS 6.4 build server running mock -r 
epel-6-x86_64 --rebuild pdns-3.1-2.el6.src.rpm.

As you can see there is no problem with the ldap library for 
CentOS/RHEL. That's probably a problem on your build server.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem building powerdns from EPEL

2013-04-09 Thread Nikolaos Milas
On 9/4/2013 11:56 μμ, m.r...@5-cent.us wrote:

> Interesting. Is there another ldap option in the configure? I ask, since
> the above shows that the ldap_set_option is*not*  set

Thanks for the reply.

I don't see anything:

$ ./configure --help | grep -i ldap
$

But, in any case, the problem seems to be that libldap library cannot be 
found:

configure: error: ldap library (libldap) not found

What may be causing this?

Regards,
Nick
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem building powerdns from EPEL

2013-04-09 Thread m . roth
Hi, Nikolaos,

Nikolaos Milas wrote:
>
> I just tried to build using
> http://dl.fedoraproject.org/pub/epel/6/SRPMS/pdns-3.1-2.el6.src.rpm on
> CentOS 6.4 final (kernel: 2.6.32-358.2.1.el6.x86_64), but it failed when
> looking for ldap libs:
>
> Note: I did not change anything in the original spec file.
>
> ...
> + ./configure --build=x86_64-redhat-linux-gnu
> --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu
> --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
> --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
> --includedir=/usr/include --libdir=/usr/lib64
> --libexecdir=/usr/libexec --localstatedir=/var
> --sharedstatedir=/var/lib --mandir=/usr/share/man
> --infodir=/usr/share/info --sysconfdir=/etc/pdns
> --libdir=/usr/lib64/pdns --disable-static --with-modules= --with-lua
> '--with-dynmodules= gmysql gpgsql pipe geo ldap gsqlite3'
> --enable-cryptopp
> ...
> checking for ldap_set_option in -lldap_r... no
> checking for ldap_set_option in -lldap... no
> configure: error: ldap library (libldap) not found
>
Interesting. Is there another ldap option in the configure? I ask, since
the above shows that the ldap_set_option is *not* set


mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Problem building powerdns from EPEL

2013-04-09 Thread Nikolaos Milas
Hi,

I just tried to build using 
http://dl.fedoraproject.org/pub/epel/6/SRPMS/pdns-3.1-2.el6.src.rpm on 
CentOS 6.4 final (kernel: 2.6.32-358.2.1.el6.x86_64), but it failed when 
looking for ldap libs:

Note: I did not change anything in the original spec file.

...
+ ./configure --build=x86_64-redhat-linux-gnu
--host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu
--program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib64
--libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/var/lib --mandir=/usr/share/man
--infodir=/usr/share/info --sysconfdir=/etc/pdns
--libdir=/usr/lib64/pdns --disable-static --with-modules= --with-lua
'--with-dynmodules= gmysql gpgsql pipe geo ldap gsqlite3'
--enable-cryptopp
...
checking for ldap_set_option in -lldap_r... no
checking for ldap_set_option in -lldap... no
configure: error: ldap library (libldap) not found

However, libldap exists at the required place (/usr/lib64):

$ ls -la /usr/lib64/ | grep ldap
drwxr-xr-x.   4 root root 4096 Mar 11 16:06 evolution-openldap
lrwxrwxrwx.   1 root root   10 Sep 21  2012 libldap-2.4.so.2 -> 
libldap.so
-rw-r--r--1 root root   781914 Mar 20 15:57 libldapbackend.a
-rwxr-xr-x1 root root 1151 Mar 20 15:57 libldapbackend.la
-rwxr-xr-x1 root root   379419 Mar 20 15:57 libldapbackend.so
lrwxrwxrwx.   1 root root   12 Sep 21  2012 libldap_r-2.4.so.2 -> 
libldap_r.so
lrwxrwxrwx1 root root   29 Mar 11 16:06 libldap_r.so -> 
/lib64/libldap_r-2.4.so.2.5.6
lrwxrwxrwx1 root root   27 Mar 11 16:06 libldap.so -> 
/lib64/libldap-2.4.so.2.5.6
-rwxr-xr-x1 root root40320 Feb 22 09:49 libsmbldap.so.0

Here is the relevant part from config.log:

...
configure:17992: checking for ldap_set_option in -lldap_r
configure:18017: g++ -o conftest -D_GNU_SOURCE -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -DLDAP_DEPRECATED -O2 -g 
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic  conftest.cpp -lldap_r   
-lz >&5
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libldap_r.so: 
undefined reference to `ber_sockbuf_io_udp'
collect2: ld returned 1 exit status
...
configure:18033: checking for ldap_set_option in -lldap
configure:18058: g++ -o conftest -D_GNU_SOURCE -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -DLDAP_DEPRECATED -O2 -g 
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic  conftest.cpp -lldap   -lz >&5
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libldap.so: 
undefined reference to `ber_sockbuf_io_udp'
collect2: ld returned 1 exit status


Am I doing something wrong? Why it can't find the ldap libraries?

Please advise.

Thanks,
Nick
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread Fred Smith
On Tue, Apr 09, 2013 at 01:46:09PM -0400, m.r...@5-cent.us wrote:
> Fred Smith wrote:
> > On Tue, Apr 09, 2013 at 12:21:10PM -0400, m.r...@5-cent.us wrote:
> >> Frank Cox wrote:
> >> > On Tue, 9 Apr 2013 10:19:33 -0400
> >> > m.r...@5-cent.us wrote:
> >> >
> >> >> Hmmm... didn't see it mounted, but I'll try more tonight. Last night
> >> >> included a) playing with system, and b) finishing up our federal
> >> >> taxes
> 
> >> I also can't seem to find the USB 3.5" drive I borrowed - lsusb sees it
> >> (at least since the last reboot), but trying to find it to mount it is
> >> something I'm still digging at, and I doubt mtools can find it.
> >
> > As far as I remember (I'm not as young as I used to be, and it's been a
> > while), the 3.5" USB floppy drive here would recognize a (formatted)
> > floppy when inserted and mount it automatically, on Centos 5.x.
> > (assuming it contained a recognizable filesystem...)
> 
> Even if there's nothing about floppies in /etc/fstab? Or is that something
> I need to configure for autofs?

As far as I can remember, yes.

> >
> > now that I"m running 6.4, I haven't tried the floppy drive yet.

I'll try it on the 6.4 system that's now running on that box and see
what happens.


> >
> > (I have piles and stacks and drawers of 5.25 and 3.5 inch floppies with
> > various stuff stored on 'em. I used that usb drive (and an internal 5.25
> > inch drive) to grab images of all of them (with dd) which I'll eventually
> > organize and burn onto CD or DVD, so I can get rid of all the floppies.)
> 
> Exactly my goal right now.
> 
>  mark

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us 
Do you not know? Have you not heard? 
The LORD is the everlasting God, the Creator of the ends of the earth. 
  He will not grow tired or weary, and his understanding no one can fathom.
- Isaiah 40:28 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] web collaboration packages.

2013-04-09 Thread Johan Vermeulen
Zarafa?
I think comes with epel and works better with Android than Zimbra. 

verzonden m.b.v Android
vandaar de beknoptheid.

Александр Кириллов   schreef:

>>> Web mail is particularly important for my wife so she can check 
>>> e-mail when
>>> she is at work.
>
>roundcubemail?
>
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] fsck - anyway to increase verbosity to show point in process

2013-04-09 Thread Max Pyziur
On Tue, 9 Apr 2013, m.r...@5-cent.us wrote:

> Max Pyziur wrote:
>>
>> Greetings,
>>
>> I'm running CentOS 5.x on one ancient but reasonably reliable machine:
> 
>> I am running some fsck's on some of the larger drives (750GB and 2TB) that
>> are used for backups. There is a verbosity flag (-V); but because of the
>> size of the drives along with slowness of the processor, the process is
>> taking a long time.
>>
>> And there is no indication how much of the process has been completed
>> (nothing like a %tage indicator), at least the way that I am running it.
>>
>> Is this expected, or is there some way of amping up the feedback?
>
> -C gives you nice warm fuzzies, something for you to watch as you fall
> asleep (it takes a *long* bloody while for big drives, he says from
> experience.)

Yes, I see. Thanks; and it is buried in the man page.


> mark


MP
p...@brama.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] fsck - anyway to increase verbosity to show point in process

2013-04-09 Thread m . roth
Max Pyziur wrote:
>
> Greetings,
>
> I'm running CentOS 5.x on one ancient but reasonably reliable machine:

> I am running some fsck's on some of the larger drives (750GB and 2TB) that
> are used for backups. There is a verbosity flag (-V); but because of the
> size of the drives along with slowness of the processor, the process is
> taking a long time.
>
> And there is no indication how much of the process has been completed
> (nothing like a %tage indicator), at least the way that I am running it.
>
> Is this expected, or is there some way of amping up the feedback?

-C gives you nice warm fuzzies, something for you to watch as you fall
asleep (it takes a *long* bloody while for big drives, he says from
experience.)

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread m . roth
Les Mikesell wrote:
> On Tue, Apr 9, 2013 at 12:46 PM,   wrote:
>>
>>> (I have piles and stacks and drawers of 5.25 and 3.5 inch floppies with
>>> various stuff stored on 'em. I used that usb drive (and an internal
>>> 5.25 inch drive) to grab images of all of them (with dd) which I'll
>>> eventually organize and burn onto CD or DVD, so I can get rid of all the
>>> floppies.)
>>
>> Exactly my goal right now.
>
> Do you get anything (besides an error) if you try to dd the device to a
> file?

I sorta-kinda tried that, and got zero bytes. I can try it again, more
seriously, tonight.

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] fsck - anyway to increase verbosity to show point in process

2013-04-09 Thread Max Pyziur

Greetings,

I'm running CentOS 5.x on one ancient but reasonably reliable machine:
root@leeloo ~> uname -a
Linux leeloo 2.6.18-308.24.1.el5 #1 SMP Tue Dec 4 17:42:30 EST 2012 i686 
i686 i386 GNU/Linux
root@leeloo ~> cat /proc/cpu
cat: /proc/cpu: No such file or directory
root@leeloo ~> cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 11
model name  : Intel(R) Pentium(R) III CPU family  1400MHz
..

I am running some fsck's on some of the larger drives (750GB and 2TB) that 
are used for backups. There is a verbosity flag (-V); but because of the 
size of the drives along with slowness of the processor, the process is 
taking a long time.

And there is no indication how much of the process has been completed 
(nothing like a %tage indicator), at least the way that I am running it.

Is this expected, or is there some way of amping up the feedback?

Much thanks,

Max Pyziur
p...@brama.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread Les Mikesell
On Tue, Apr 9, 2013 at 12:46 PM,   wrote:
>
>> (I have piles and stacks and drawers of 5.25 and 3.5 inch floppies with
>> various stuff stored on 'em. I used that usb drive (and an internal 5.25
>> inch drive) to grab images of all of them (with dd) which I'll eventually
>> organize and burn onto CD or DVD, so I can get rid of all the floppies.)
>
> Exactly my goal right now.

Do you get anything (besides an error) if you try to dd the device to a file?

--
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] web collaboration packages.

2013-04-09 Thread Александр Кириллов
>> Web mail is particularly important for my wife so she can check 
>> e-mail when
>> she is at work.

roundcubemail?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] web collaboration packages.

2013-04-09 Thread Jason T. Slack-Moehrle
Wow, a better search yields a fair amount of packages.



On Tue, Apr 9, 2013 at 10:46 AM, Jason T. Slack-Moehrle <
slackmoeh...@gmail.com> wrote:

> Hello All,
>
> Try as I might, I cannot get Zimbra 8.0.3 to install on CentOS 6.4, even
> with --platform override. I followed some tutorials even that show the
> result working and nada.
>
> Can anyone suggest a good setup for e-mails erving, calendaring, web mail?
> Web mail is particularly important for my wife so she can check e-mail when
> she is at work.
>
> Jason
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] web collaboration packages.

2013-04-09 Thread Jason T. Slack-Moehrle
Hello All,

Try as I might, I cannot get Zimbra 8.0.3 to install on CentOS 6.4, even
with --platform override. I followed some tutorials even that show the
result working and nada.

Can anyone suggest a good setup for e-mails erving, calendaring, web mail?
Web mail is particularly important for my wife so she can check e-mail when
she is at work.

Jason
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread m . roth
Fred Smith wrote:
> On Tue, Apr 09, 2013 at 12:21:10PM -0400, m.r...@5-cent.us wrote:
>> Frank Cox wrote:
>> > On Tue, 9 Apr 2013 10:19:33 -0400
>> > m.r...@5-cent.us wrote:
>> >
>> >> Hmmm... didn't see it mounted, but I'll try more tonight. Last night
>> >> included a) playing with system, and b) finishing up our federal
>> >> taxes

>> I also can't seem to find the USB 3.5" drive I borrowed - lsusb sees it
>> (at least since the last reboot), but trying to find it to mount it is
>> something I'm still digging at, and I doubt mtools can find it.
>
> As far as I remember (I'm not as young as I used to be, and it's been a
> while), the 3.5" USB floppy drive here would recognize a (formatted)
> floppy when inserted and mount it automatically, on Centos 5.x.
> (assuming it contained a recognizable filesystem...)

Even if there's nothing about floppies in /etc/fstab? Or is that something
I need to configure for autofs?
>
> now that I"m running 6.4, I haven't tried the floppy drive yet.
>
> (I have piles and stacks and drawers of 5.25 and 3.5 inch floppies with
> various stuff stored on 'em. I used that usb drive (and an internal 5.25
> inch drive) to grab images of all of them (with dd) which I'll eventually
> organize and burn onto CD or DVD, so I can get rid of all the floppies.)

Exactly my goal right now.

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread Fred Smith
On Tue, Apr 09, 2013 at 12:21:10PM -0400, m.r...@5-cent.us wrote:
> Frank Cox wrote:
> > On Tue, 9 Apr 2013 10:19:33 -0400
> > m.r...@5-cent.us wrote:
> >
> >> Hmmm... didn't see it mounted, but I'll try more tonight. Last night
> >> included a) playing with system, and b) finishing up our federal
> >> taxes
> >
> > If you're going to use mtools to do your copying, you don't need to mount
> > the disks.
> 
> mtools is a desperation move, since I haven't actually read anything from
> anything yet. As I mentioned, I *may* have an old drive head cleaner
> somewhere - since it's not been used in about a decade, I'm thinking of
> corrosion or crud.
> 
> I also can't seem to find the USB 3.5" drive I borrowed - lsusb sees it
> (at least since the last reboot), but trying to find it to mount it is
> something I'm still digging at, and I doubt mtools can find it.
> 
>  mark

As far as I remember (I'm not as young as I used to be, and it's been a
while), the 3.5" USB floppy drive here would recognize a (formatted)
floppy when inserted and mount it automatically, on Centos 5.x.
(assuming it contained a recognizable filesystem...)

now that I"m running 6.4, I haven't tried the floppy drive yet.

(I have piles and stacks and drawers of 5.25 and 3.5 inch floppies with
various stuff stored on 'em. I used that usb drive (and an internal 5.25
inch drive) to grab images of all of them (with dd) which I'll eventually
organize and burn onto CD or DVD, so I can get rid of all the floppies.)

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   I can do all things through Christ 
  who strengthens me.
-- Philippians 4:13 ---
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread m . roth
Frank Cox wrote:
> On Tue, 9 Apr 2013 10:19:33 -0400
> m.r...@5-cent.us wrote:
>
>> Hmmm... didn't see it mounted, but I'll try more tonight. Last night
>> included a) playing with system, and b) finishing up our federal
>> taxes
>
> If you're going to use mtools to do your copying, you don't need to mount
> the disks.

mtools is a desperation move, since I haven't actually read anything from
anything yet. As I mentioned, I *may* have an old drive head cleaner
somewhere - since it's not been used in about a decade, I'm thinking of
corrosion or crud.

I also can't seem to find the USB 3.5" drive I borrowed - lsusb sees it
(at least since the last reboot), but trying to find it to mount it is
something I'm still digging at, and I doubt mtools can find it.

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread Frank Cox
On Tue, 9 Apr 2013 10:19:33 -0400
m.r...@5-cent.us wrote:

> Hmmm... didn't see it mounted, but I'll try more tonight. Last night
> included a) playing with system, and b) finishing up our federal taxes

If you're going to use mtools to do your copying, you don't need to mount the
disks.

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Strange Postfix problem

2013-04-09 Thread tdukes
Hello,

Was trying to setup postfix on my home PC. Running Centos 6.4. I don't
have a static IP and use zoneedit and ddclient to keep my installation
of zoneminder current.

So I decided I wanted to get zoneminder to send me email alerts. Sent
some test messages but none were sent.

I went to webdnstools website thinking maybe there is a dns or network
problem.

When it checks my dns setup, everything is fine except the mail server
is has the wrong IP address. The A record and the www A record have the
correct IP. The IP address its reporting is one that belongs to my ISP.

TIA


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread m . roth
David G. Miller wrote:
> mark  writes:
>
> 
>> But I'm over the first hump. Now I'm playing with /dev/fd1 and
>> /dev/floppy-fd1 (and why is it trying to read a superblock when I try to
>> mount it, when I've said -t msdos? Oh, well, onward in the fight.)
>>
> I think mount uses the same error string (possibly from ERRNO) whenever it
> can't find the appropriate file system structure on a device.  Thus, you
> get "Unable to read superblock" even when mount -t msdos is looking for
a FAT
> and FAT root directory.

Hmmm... didn't see it mounted, but I'll try more tonight. Last night
included a) playing with system, and b) finishing up our federal taxes

 mark "and getting a headache"

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] floppy drives

2013-04-09 Thread David G . Miller
mark  writes:


> But I'm over the first hump. Now I'm playing with /dev/fd1 and 
> /dev/floppy-fd1 (and why is it trying to read a superblock when I try to 
> mount it, when I've said -t msdos? Oh, well, onward in the fight.)
> 
>   mark
> 
I think mount uses the same error string (possibly from ERRNO) whenever it
can't find the appropriate file system structure on a device.  Thus, you get
"Unable to read superblock" even when mount -t msdos is looking for a FAT
and FAT root directory.

Cheers,
Dave



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 98, Issue 3

2013-04-09 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...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2013:0714 Moderate CentOS 6 stunnel Update (Johnny Hughes)


--

Message: 1
Date: Mon, 8 Apr 2013 20:25:12 +
From: Johnny Hughes 
Subject: [CentOS-announce] CESA-2013:0714 Moderate CentOS 6 stunnel
Update
To: centos-annou...@centos.org
Message-ID: <20130408202512.ga13...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2013:0714 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0714.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
134f6e3d27d4b52f58a537f6949978df01aaf92ff1bd354647d0d617bff4985f  
stunnel-4.29-3.el6_4.i686.rpm

x86_64:
091e1b3670042f45f0ff0a7f5da18ee1987b5f9ae803ce92d089778c79f95c45  
stunnel-4.29-3.el6_4.x86_64.rpm

Source:
2670221d4b06c1c9fba776235560512a0f1ad21f55ed39cb68e255bbd5b56602  
stunnel-4.29-3.el6_4.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

___
CentOS-announce mailing list
centos-annou...@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 98, Issue 3
**
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos