[CentOS] ssh-askpass in bash script

2014-03-02 Thread Tim Dunphy
ter:/home/mrupapara:/home/tdunphy/bin:/home/ashoykhet:/home/tdineen/eporter export PUB='/homeuser/.ssh/id_rsa.pub' I'd appreciate any advice you may have! Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OT hard disk geometry

2014-02-06 Thread Tim Evans
k of the drive, > on the opposite side to the SATA connectors. You don't by any chance have it upside down? -- Tim Evans | 5 Chestnut Court Linux/UNIX Consulting | Owings Mills, MD 21117 http://www.tkevans.com/

Re: [CentOS] CentOS 6.5 kernel-2.6.32-431.1.2.el6.x86_64 kernel panic

2013-12-13 Thread MeasureMyEnergy - Tim D'Cruz
On 12/13/2013 12:21 PM, Paul Jones wrote: Hi, > Yes, while building a new machine this morning. > > There's a bug report for it; info on the cause of the problem there > (missing signing key): > > http://bugs.centos.org/view.php?id=6831 Thanks for the reply Paul. regards

[CentOS] CentOS 6.5 kernel-2.6.32-431.1.2.el6.x86_64 kernel panic

2013-12-13 Thread MeasureMyEnergy - Tim D'Cruz
unknown public key Kernel panic - not syncing: Attempted to kill init! Pid: 1, comm: init Not tainted 2.6.32-431.1.2.el6.x86_64 #1 regards Tim -- Kindest Regards, Tim D'Cruz Network and Systems Administrator MeasureMyEnergy Ltd tel: 08455 610120 mob: 07885 913255 email: t

Re: [CentOS] remote sudo script

2013-10-08 Thread Tim Dunphy
udo] password for tdunphy:* listing the backup to verify success on host: MIAGRBIORCA01V tcgetattr: Inappropriate ioctl for device *[sudo] password for tdunphy: * Definitely open to any ideas at this point, this problem seems like a weird one to me! Again, sincere thanks to anyone offering sugge

Re: [CentOS] remote sudo script

2013-10-07 Thread Tim Dunphy
ing that myself without ruffling some feathers. Otherwise thanks for the suggestions and keep 'em coming! On Tue, Oct 8, 2013 at 1:28 AM, John R Pierce wrote: > On 10/7/2013 7:51 PM, Tim Dunphy wrote: > > Any thoughts on how I should be going about this? > > use ssh keys rather tha

[CentOS] remote sudo script

2013-10-07 Thread Tim Dunphy
Hey guys, I'm trying to write a simple bash script that will cp a configuration file to a backup (with the date) remotely to a bunch of machines, using sudo with ssh. I notice that if I run the commands individually, they both work (albeit with some strange output I'd like to suppress): [tdunph

[CentOS] if /else in expect script

2013-07-18 Thread Tim Dunphy
I took your suggestion and turned my (ill advised) sudoers bash script into an expect script! It works a lot better this way and is more secure. Because I'm not trying to store a password in a script (which I recognize as a bad idea anyway, I I think I've learned my lesson here). It really works

[CentOS] sudo add user script

2013-07-17 Thread Tim Dunphy
Hello list, I took another stab at finding a way to add a sudo user remotely and it gets you most of the way there. If you execute the script as root it works beautifully and does just what you want. Which is add the user to the group and gives that user group rights to certain commands. But if

Re: [CentOS] change sudoers remotely

2013-07-08 Thread Tim Dunphy
plate this type of thing is trivial to do right. >Tim, if you're using C6 look into dropping a properly configured sudo >config into /etc/sudoers.d instead of mucking with /etc/sudoers.conf. Thanks, that'd be my preference. Although it's tough to tell if all sudoers across the

[CentOS] change sudoers remotely

2013-07-08 Thread Tim Dunphy
service /bin/rm /usr/bin/du /bin/df" >> sudo tee /etc/sudoers Right now that's just to one host, but I plan on substituting a list of hosts once I get farther along. Problem is, the output hangs on the tee command. Not sure why. Any suggestions? Thanks, Tim -- GPG me!! gpg --ke

Re: [CentOS] Asterisk, IAXModem and Hylafax

2013-04-15 Thread Tim Nelson
re you disabled tokens in your Asterisk IAX config. Otherwise, iaxmodem will not register as it does not support tokens at this time. --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Replacing Multiple Servers with One

2013-03-06 Thread Tim Evans
have the router redirect incoming DNS requests? Thanks. -- Tim Evans | 5 Chestnut Court Linux/UNIX Consulting | Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 tkev...@tkevans.com ___ CentOS mail

[CentOS] autofs and LDAP automount maps

2013-03-01 Thread Tim Gustafson
g for "OPTIONS", but I'm not sure if those are mount options or what. Is there any way to cause CentOS 5.x to default to NFSv4 when using autofs? -- Tim Gustafson t...@ucsc.edu 831-459-5354 Baskin Engineering, Room 313A ___ CentOS mailin

[CentOS] cheap cloud providors

2013-02-16 Thread Tim Dunphy
the trick, while still not optimal. So I was wonder if there was any real value in the cloud or even VPS world where I could setup a small Cassandra ring and go to town learning the ins and outs of how it operates. Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-key

Re: [CentOS] Anything Like Solaris' Live Upgrade?

2013-01-29 Thread Tim Evans
On 01/28/2013 07:55 PM, Karanbir Singh wrote: > On 01/28/2013 06:54 PM, Tim Evans wrote: >> It creates one or more "alternate boot environment(s)," then newfs's it, > > This is redundant on CentOS > >> mounts it, copies the running system to it, then applies

Re: [CentOS] Anything Like Solaris' Live Upgrade?

2013-01-28 Thread Tim Evans
On 01/28/2013 01:20 PM, xrx wrote: > On 01/28/13 22:14, Tim Evans wrote: >> On 01/28/2013 01:05 PM, xrx wrote: >>> On 01/28/13 21:27, James A. Peltier wrote: >>>> - Original Message - >>>> | Does anyone know of any sort of Linux utility that does

Re: [CentOS] Anything Like Solaris' Live Upgrade?

2013-01-28 Thread Tim Evans
ck to the snapshot (lvconvert --merge > VolGroup/RootSnapshot) and reboot; you'd be back to the state before the > upgrade. Thanks. You also need to manage the grub and fstab configurations to allow the second boot environment to be visible, bootable, and mountable. -- Tim E

[CentOS] Anything Like Solaris' Live Upgrade?

2013-01-28 Thread Tim Evans
ll as for maintaining redundant boot environments on separate system disks for disaster situations. -- Tim Evans | 5 Chestnut Court Linux/UNIX Consulting | Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 http://www.come-here.com

Re: [CentOS] CentOS 6.3 as Firewall/Router

2013-01-05 Thread Tim Evans
On 01/05/2013 10:13 AM, m...@tdiehl.org wrote: > On Fri, 4 Jan 2013, Steve Campbell wrote: > >> >> On 1/4/2013 12:21 PM, Tim Evans wrote: >>> On 01/04/2013 12:01 PM, Tim Evans wrote: >>>> I'm replacing an ancient Solaris 'ipf' firewall/router

Re: [CentOS] CentOS 6.3 as Firewall/Router

2013-01-04 Thread Tim Evans
On 01/04/2013 04:11 PM, Dale Dellutri wrote: > On Fri, Jan 4, 2013 at 3:04 PM, Tim Evans wrote: >> On 01/04/2013 03:03 PM, Dale Dellutri wrote: >>> On Fri, Jan 4, 2013 at 11:01 AM, Tim Evans wrote: >>>> I'm replacing an ancient Solaris 'ipf' fir

Re: [CentOS] CentOS 6.3 as Firewall/Router

2013-01-04 Thread Tim Evans
On 01/04/2013 03:03 PM, Dale Dellutri wrote: > On Fri, Jan 4, 2013 at 11:01 AM, Tim Evans wrote: >> I'm replacing an ancient Solaris 'ipf' firewall/router with a brand new >> CentOS 6.3 system. In the olden days, I successfully used the attached >> iptables sc

Re: [CentOS] CentOS 6.3 as Firewall/Router

2013-01-04 Thread Tim Evans
On 01/04/2013 12:01 PM, Tim Evans wrote: > I'm replacing an ancient Solaris 'ipf' firewall/router with a brand new > CentOS 6.3 system. In the olden days, I successfully used the attached > iptables script (as /etc/rc.local) on Red Hat 5.x systems, but this > doesn&#x

[CentOS] CentOS 6.3 as Firewall/Router

2013-01-04 Thread Tim Evans
ing that would cause this? Thanks. -- Tim Evans | 5 Chestnut Court UNIX System Admin Consulting| Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 http://www.come-here.com/News/ | tkev...@tkevans.com #!/bin/sh # # This script will be executed *

[CentOS] NFSv4 on CentOS 5.5

2012-12-21 Thread Tim Gustafson
t and Macintosh systems, and the flags that have to get added to automount maps (which we distribute centrally through LDAP) are different for each OS. So, I'd prefer to specify the local machine options in /etc/sysconfig/autofs rather than in the global automount map. Thanks! -- Tim G

Re: [CentOS] SeaMonkey on CentOS 6.3

2012-10-19 Thread Tim Evans
On 10/19/2012 01:16 PM, Lamar Owen wrote: > On Friday, October 19, 2012 12:58:29 PM Tim Evans wrote: > >> Is there a yum-installable version of seamonkey somewhere? > > Yes. The LinuxTech repo has it; see the CentOS wiki article on repositories > for the link. Thanks, Lamar

[CentOS] SeaMonkey on CentOS 6.3

2012-10-19 Thread Tim Evans
. What's the modern way to address this? Is there a yum-installable version of seamonkey somewhere? -- Tim Evans, TKEvans.com, Inc.| 5 Chestnut Court UNIX System Admin Consulting| Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 http://www.come-here.com/N

Re: [CentOS] swapper: page allocation failure. order:1, mode:0x20

2012-10-19 Thread Tim Nelson
- Original Message - > On Thursday 18 October 2012 21:44:30 Tim Nelson wrote: > > I see this ocasionally on one of my CentOS 6.3 x64 systems: > > > > Oct 18 03:10:52 backup kernel: swapper: page allocation failure. > > order:1, mode:0x20 Oct 18 03:10:52

Re: [CentOS] swapper: page allocation failure. order:1, mode:0x20

2012-10-18 Thread Tim Nelson
- Original Message - > On Thu, Oct 18, 2012 at 03:44:30PM -0500, Tim Nelson wrote: > > Oct 18 03:10:52 backup kernel: Pid: 0, comm: swapper Not tainted > > 2.6.32-279.9.1.el6.x86_64 #1 > > ... > > > Oct 18 03:10:52 backup kernel: [] ? > > tcp_v4_syn_r

[CentOS] swapper: page allocation failure. order:1, mode:0x20

2012-10-18 Thread Tim Nelson
this a memory error (bad RAM)? --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

2012-10-16 Thread Tim Nelson
score is CentOS 1, me 0. Thanks Les and Mogens for the responses! --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] list of websites visited through centos

2012-10-16 Thread Tim Evans
one > guide me on this. How to achieve this. Take a look at squid proxy server (http://www.squid-cache.org/) and squidguard (http://www.squidguard.org/). Both are available in the CentOS repositories. -- Tim Evans, TKEvans.com, Inc.| 5 Chestnut Court Linux/UNIX Consulting |

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

2012-10-15 Thread Tim Nelson
Are there any issues with the filesystem being created by a 32bit OS, now used on a 64bit OS? I find it hard to believe rsync has gotten 'slower' in later versions.. :) All tips, pointers, suggestions, etc welcome. --Tim ___ CentOS mailing li

Re: [CentOS] s3 as mysql directory

2012-10-01 Thread Tim Dunphy
st is there any reason it won't work to use a locally mounted S3 bucket as your mysql data dir? Considering that s3fs makes your bucket act like a regular volume. Any thoughts? Thanks! Tim On Mon, Oct 1, 2012 at 2:39 PM, Nux! wrote: > On 01.10.2012 19:24, Tim Dunphy wrote: > >

[CentOS] s3 as mysql directory

2012-10-01 Thread Tim Dunphy
nt the s3 bucket on /var/lib/mysql 5) start mysql 6) restore the alldb.sql dump Thanks for your opinions on this! Tim 4) -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B ___ CentOS mailing list CentOS@centos.org http://lists

Re: [CentOS] Log viewing and analysis tools

2012-08-28 Thread Tim Dunphy
Need to analyze logs? Have a look at splunk! http://www.splunk.com/ Not sure why anyone would use anything else to tell the truth. :) On Tue, Aug 28, 2012 at 11:49 AM, Joseph Spenner wrote: > From: David McGuffey > > To: centos@centos.org > Sent: Tuesday, August 28, 2012 2:51 AM > Subject: [Ce

[CentOS] updatedb taking too long

2012-08-28 Thread Tim Dunphy
ed on /dev/xvda1 75G 9.1G 63G 13% / So I'm wondering what could be causing this command to take so long. I'm running centos 5.8 in a xen vm. I was hoping I could get some advice that would help me troubleshoot this problem. Thanks! Tim -- GPG me!! gpg --key

Re: [CentOS] Intel D425KT Motherboard / Realtek RTL8105E

2012-08-17 Thread Tim Nelson
ot a bad idea, thanks! Ethtool does indeed report a link, and it shows the proper modes for the interface (10mbit full/half duplex and 100mbit full/half duplex). --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Intel D425KT Motherboard / Realtek RTL8105E

2012-08-17 Thread Tim Nelson
- Original Message - > On Fri, 17 Aug 2012, Tim Nelson wrote: > > > To: CentOS mailing list > > From: Tim Nelson > > Subject: Re: [CentOS] Intel D425KT Motherboard / Realtek RTL8105E > > > > - Original Message - > >> > >

Re: [CentOS] Intel D425KT Motherboard / Realtek RTL8105E

2012-08-17 Thread Tim Nelson
- Original Message - > Tim Nelson wrote: > > Greetings- > > > > I'm attempting to get CentOS 5.5 x86 (yes, very specific version > > required > > for specific software usage scenario... don't ask) running on an > > Intel > > D425K

Re: [CentOS] Intel D425KT Motherboard / Realtek RTL8105E

2012-08-17 Thread Tim Nelson
- Original Message - > > Or the other option could be to use a USB to RJ45 adaptor > instead of the onboard NIC? > Gross. Have you used any USB<->Ethernet adapters lately? I have, and they are horrible. --Tim ___ CentOS m

Re: [CentOS] Intel D425KT Motherboard / Realtek RTL8105E

2012-08-17 Thread Tim Nelson
he system, but given the board is mini-ITZ with a single PCI slot which will be filled later with a different card, this isn't much of a solution. :) --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Intel D425KT Motherboard / Realtek RTL8105E

2012-08-17 Thread Tim Nelson
, I just cannot get any traffic to pass. There is a link light for the ethernet interface, but no actual activity when testing. Any thoughts? --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] find errors in a directory of files

2012-08-04 Thread Tim Dunphy
ror in the logs. If you echo more than one test phrase into a log file or into multiple log files it still only picks up one error message. I was just wondering if anyone on the list might have a suggestion on how best to accomplish this task? Thanks Tim -- GPG me!! gpg --keyserver pool.sks-key

[CentOS] Samba - Allow writing of files, but not creation of new folders?!?

2012-08-03 Thread Tim Nelson
w *folders*? I researched this in the past, and I seem to remember something related to ACLs or similar, but I'm not finding it now and my attempts at finding info via the Samba direct resources are coming up dry. Any thoughts? --Tim ___ CentOS mail

Re: [CentOS] Configure LAGG Interface?

2012-08-01 Thread Tim Nelson
- Original Message - > On 01.08.2012 21:17, Tim Nelson wrote: > > Greetings- I'd like to configure multiple copper NICs on a server > > running CentOS 6.2 in a LAGG configuration for better throughput to > > the core switch. After quite a bit of searching, I&#x

[CentOS] Configure LAGG Interface?

2012-08-01 Thread Tim Nelson
nning? Or, does it go by a different name? Bonding perhaps? If so, is bonding compatible with LAGG? --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] installing centos 6 on an old bird

2012-07-16 Thread Tim Dunphy
>and install from that. Leave out the problematic RPMs from the directory. Tried that too.. ultimately the install complained about selinux-policy-targeted not being there and would refuse to proceed. So, back to the drawing board. >Tim didn't detail the amount of RAM he had (to the b

Re: [CentOS] installing centos 6 on an old bird

2012-07-12 Thread Tim Dunphy
o buy new hardware just to run centos 6. There are several libraries and packages that I need from 6 that I don't feel like futzing with on 5 (python and some of it's tools like python-virt-inst) immediately come to mind. Thanks for your input guys! Tim On Thu, Jul 12, 2012 at 1:55 AM,

[CentOS] installing centos 6 on an old bird

2012-07-11 Thread Tim Dunphy
;selinux-policy-targeted-3.7.19-154.el6.noarch'. How can I disable that feature and / or SE Linux altogether so that I can get CentOS 6 installed? I would of course install SE Linux once the box was up. I'd really appreciate some advice here. Thanks! Tim -- GPG me!! gpg --keyserve

[CentOS] basic auth fails

2012-06-21 Thread Tim Dunphy
be looking for the right things. Thanks Tim gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] nodejs based website

2012-06-03 Thread Tim Dunphy
awesome! thank edo! that got the interface working.. now just to configure it. thanks for pointing me in the right direction!! tim On Mon, Jun 4, 2012 at 12:03 AM, Edo wrote: > Hi, > > This is probably OT but... > > > On Monday, June 4, 2012 at 12:42 PM, Tim Dunphy wrote: >

[CentOS] nodejs based website

2012-06-03 Thread Tim Dunphy
. I'd appreciate any advice you might have. Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How do downgrade mozilla ?

2012-05-28 Thread Tim Evans
versions 13 of both packages run w/o problem on my CentOS 6 system. Just unpack the tar file into /usr/local and run from there. -- Tim Evans, TKEvans.com, Inc.| 5 Chestnut Court UNIX System Admin Consulting| Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864

Re: [CentOS] Installation of CentOS 6 on KVM - Hangs

2012-05-18 Thread Tim Nelson
7;ve seen (and am comfortable with) the normal delay after package installation. But, leaving the system sit overnight and it still now completing makes me think there is something else amiss. I've got a new install sitting at the same location, hoping maybe now until Monday morning is eno

Re: [CentOS] Installation of CentOS 6 on KVM - Hangs

2012-05-18 Thread Tim Nelson
- Original Message - > On 05/18/2012 11:19 PM, Tim Nelson wrote: > > - Original Message - > >> - Original Message - > >>> Greetings- > >>> > >>> I'm attempting to install CentOS-6 x86_64 to a virtual machine >

Re: [CentOS] Installation of CentOS 6 on KVM - Hangs

2012-05-18 Thread Tim Nelson
the VM, giving less RAM, more RAM, use smaller HDD, larger HDD, more CPU cores, less CPU cores, etc. No change. Surely *someone* has installed CentOS 6 in a KVM VM and gotten it to work? :) --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Installation of CentOS 6 on KVM - Hangs

2012-05-16 Thread Tim Nelson
til installation of the selinux or More specifically, it's hanging on the selinux-policy-targeted RPM. Not sure if this makes a difference, but I thought it worthy of note. --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Installation of CentOS 6 on KVM - Hangs

2012-05-16 Thread Tim Nelson
tallation errors out immediately noting the yum package cannot be read from source disk/etc. And yes, I have checked the MD5s on all downloaded ISOs. I can readily duplicate this. Any thoughts or pointers on the cause and/or solution? Thanks! --Tim ___

Re: [CentOS] BackupPC FAQ? Backups Apparently Working, but Web Interface Shows Nothing

2012-05-14 Thread Tim Evans
On 05/14/2012 05:17 PM, Les Mikesell wrote: > On Mon, May 14, 2012 at 4:11 PM, Tim Evans wrote: >> BackuPC host is CentOS 6.2. Just one windows XP client. SMB backups >> appear to be working; there is data in the backup directory tree, >> including a subdir named for the c

[CentOS] BackupPC FAQ? Backups Apparently Working, but Web Interface Shows Nothing

2012-05-14 Thread Tim Evans
BackuPC host is CentOS 6.2. Just one windows XP client. SMB backups appear to be working; there is data in the backup directory tree, including a subdir named for the client, in which I can manually view individual files that have been backed up. Now trying to use the web interface. Apache lets

Re: [CentOS] Persistent Kernel Parameters in GRUB

2012-05-14 Thread Tim Nelson
- Original Message - > - Original Message - > > Am 14.05.2012 20:46, schrieb Tim Nelson: > > > Greetings- > > > > > > I have a few custom kernel parameters being passed to a CentOS box > > > via the /boot/grub/grub.conf file. Ho

Re: [CentOS] Persistent Kernel Parameters in GRUB

2012-05-14 Thread Tim Nelson
- Original Message - > Am 14.05.2012 20:46, schrieb Tim Nelson: > > Greetings- > > > > I have a few custom kernel parameters being passed to a CentOS box > > via the /boot/grub/grub.conf file. However, if there is a kernel > > update, and grub.conf is regen

[CentOS] Persistent Kernel Parameters in GRUB

2012-05-14 Thread Tim Nelson
would think this should go in /etc/sysconfig/grub but I'm just not finding any documentation or examples of this in my searches. Could anyone offer a pointer? --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] hack / spam/ probe /attack

2012-05-03 Thread Tim Evans
On 05/03/2012 01:43 PM, bob wrote: > so last night all my servers were severely probed and they tried to > So I sent them the info and said it must be a hacked server (the ip is > on their business network) Responsible ISP's maintain an 'abuse' mailbox (e.g., ab...@isp.com). Complaints I've sent

Re: [CentOS] Upgrading to Verizon FIOS from Verizon DSL - Linux machine as router/Gateway/LAN server]

2012-04-16 Thread Tim Evans
On 04/16/2012 04:17 PM, m.r...@5-cent.us wrote: > Max Pyziur wrote: >> Greetings, >> >> A long time ago I setup a Linux machine as a Gateway/LAN Server using >> Verizon DSL as the ISP. >> >> I used the following HOWTO as the guide - DSL HOWTO For Linux: >> http://www.tldp.org/HOWTO/DSL-HOWTO/index.

Re: [CentOS] RAID-10 vs Nested (RAID-0 on 2x RAID-1s)

2012-03-30 Thread Tim Nelson
- Original Message - > On Thu, 2012-03-29 at 16:49 -0500, Tim Nelson wrote: > > > [root@c6r10tester ~]# mdadm --detail /dev/md1 > > /dev/md1: > > Version : 1.1 > > Creation Time : Thu Mar 29 16:14:17 2012 > > Raid Level : raid1

[CentOS] RAID-10 vs Nested (RAID-0 on 2x RAID-1s)

2012-03-29 Thread Tim Nelson
er the hood, simply presenting me with a magical RAID10 array? Or, is this something different and I really should be performing the RAID creation manually as noted in option #1? Help me CentOS-Kenobi, you're my only hope. --Tim ___ CentOS mailing l

Re: [CentOS] build postfix rpm with mysql

2012-03-24 Thread Tim Dunphy
libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18 (0x2ae575b3b000) Wish me luck! :) tim On Sat, Mar 24, 2012 at 10:32 PM, Tim Dunphy wrote: > hello list, > >  I'm trying to build a postfix rpm that has mysql support included. > I've found the line where I nee

[CentOS] build postfix rpm with mysql

2012-03-24 Thread Tim Dunphy
ix/tlsmgr %{_libexecdir}/postfix/trivial-rewrite %{_libexecdir}/postfix/verify %{_libexecdir}/postfix/virtual %{_sbindir}/postalias %{_sbindir}/postcat %{_sbindir}/postconf %attr(2755,root,postdrop) %{_sbindir}/postdrop %attr(2755,root,postdrop) %{_sbindir}/postqueue %{_sbindir}/postfix %{_sbindir}

Re: [CentOS] downloading postfix srpm

2012-03-24 Thread Tim Dunphy
great! thanks guys! On Sat, Mar 24, 2012 at 7:58 PM, Johnny Hughes wrote: > On 03/24/2012 06:51 PM, Tim Dunphy wrote: >> guys, >> >>  for some reason this is just eluding me. I need to download a source >> rpm for postfix as I've done many times in the past. B

[CentOS] downloading postfix srpm

2012-03-24 Thread Tim Dunphy
86_64/ Maybe I'm missing something obvious here? If you needed to download a source rpm for postfix where would you go? thanks tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B ___ CentOS mailing list CentOS@cento

[CentOS] cron job not running

2012-03-04 Thread Tim Dunphy
hello list, I am attempting to backup a centos 5.4 (x86_64) server running mysql with a cron job. Here's how the cron job looks: [root@cloud:/home/bluethundr/backupdb] #crontab -l * 3 * * * /usr/bin/mysqldump jfwiki > /home/bluethundr/backupdb/wiki-$(date +%Y%m%d).sql However if I run the comm

Re: [CentOS] OT: Documentation for Mailman

2012-03-03 Thread Tim Evans
the problem is that I configured a list with config_list, > but the changes have not taken effect. Presumably the list must be > restarted in some way, but I can't find out how. https://www.gnu.org/software/mailman/index.html -- Tim Evans, TKEvans.com, Inc.| 5 Chestnut Cou

Re: [CentOS] How to setup a computer using CentOS6 as a firewall for the whole network in my place?

2012-02-23 Thread Tim Evans
On 02/23/2012 05:31 PM, Wuxi Ixuw wrote: > Hello > in one of the emails I sent earlier ; mark (m.r...@5-cent.us) mentioned: > >> install linux on a computer with two ethernet cards. connect eth0 to >> your internet connection, and eth1 to your local network. configure >> iptables

Re: [CentOS] Promo Store is now open

2012-02-20 Thread Tim Nelson
- Original Message - > There's no way to see what shipping is without checking out -- which > means registering. Do you know what shipping is to the US in general? > I was seeing $10GBP per shirt for shipping which works out to be ~

[CentOS] proftpd graphical clients not working

2011-12-13 Thread Tim Dunphy
bg QuotaLimitTable sql:/get-quota-limit QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally RootLogin off RequireValidShell off MasqueradeAddress 184.72.158.17 Umask 022 AllowUser jfuser Umask 022 AllowUser jfuser Thanks in advance for your help! Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Help to install horde

2011-12-07 Thread Tim Evans
On 12/07/2011 04:59 PM, Weplica wrote: > And I need to uninstal first, before to do yum -y groupinstall horde? I can't say. I merely pointed out your command line had a couple of typographical errors. ("yun" and "grouinstall") and was wrong syntax. __

Re: [CentOS] Help to install horde

2011-12-07 Thread Tim Evans
On 12/07/2011 04:46 PM, Weplica wrote: > Hello, > > I have install Horde rpm with webmin: > > Instalando paquete(s) con el comando yum -y install yun grouinstall horde ... That would be: yum -y groupinstall horde ___ CentOS mailing list CentOS@centos.

Re: [CentOS] syncing imap servers with imapsync

2011-12-03 Thread Tim Dunphy
is logging in fine. The problem appears to be with the postfix side (server2) which is on courier. Thanks for your input. Tim On Sat, Dec 3, 2011 at 11:46 PM, Craig White wrote: > On Sun, 2011-12-04 at 04:00 +, Tim Dunphy wrote: >> hello list, >> >>  I am attempting to s

[CentOS] syncing imap servers with imapsync

2011-12-03 Thread Tim Dunphy
94, sent=460, time=0 I'm thinking I need to find a way for server2 to authenticate via plaintext for this to happen. I'd appreciate any advice you might have. thanks in advance tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OT: good free DNS tools?

2011-11-28 Thread Tim Nelson
- Original Message - > Hey guys and gals, > > Anyone know of a half decent tool like DNSstuff.com only free? > > I need to run some diag on a few domains but it is basically a 1 shot > deal and hard to justify buying. > > thanks, > -Alan Check out: ht

Re: [CentOS] build postfix spec w/ mysql

2011-11-19 Thread Tim Dunphy
ok sorry for the oversight and thanks for the explanation. best! tim - Original Message - From: "Alexander Dalloz" To: "CentOS mailing list" Sent: Saturday, November 19, 2011 2:10:14 PM Subject: Re: [CentOS] build postfix spec w/ mysql Am 19.11.2011 19:11, schrieb

Re: [CentOS] build postfix spec w/ mysql

2011-11-19 Thread Tim Dunphy
d and not found the answer. thanks tim - Original Message - From: "David Goldsmith" To: centos@centos.org Sent: Saturday, November 19, 2011 1:47:00 PM Subject: Re: [CentOS] build postfix spec w/ mysql -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/19/2011 1:11 PM, Tim D

[CentOS] build postfix spec w/ mysql

2011-11-19 Thread Tim Dunphy
age. # # Although old entries from the changelog have been removed most of them # are available from my CVS repository of changes made to this file. # %changelog * Tue Jul 19 2011 Simon J Mudd 2.8.4-1 - upgrade to postfix-2.8.4-1 * Sat Jul 16 2011 Simon J Mudd 2.8.3-3 - minor changes to recognis

Re: [CentOS] "Overlay" Filesystem Mounts?

2011-11-15 Thread Tim Nelson
- Original Message - > > Anything of interest here? > > http://en.wikipedia.org/wiki/UnionFS > YES, very interesting. This looks "on paper" at least to be what I'm looking for. Thanks for the pointer! --Tim

Re: [CentOS] "Overlay" Filesystem Mounts?

2011-11-15 Thread Tim Nelson
- Original Message - > On Tue, 15 Nov 2011, Tim Nelson wrote: > > > I'm already doing this. It "works", but is quite messy. I had hoped > > there > > would be an actual filesystem merging function that would do this > > automagically. > &

Re: [CentOS] "Overlay" Filesystem Mounts?

2011-11-15 Thread Tim Nelson
- Original Message - > Vreme: 11/15/2011 05:44 PM, Tim Nelson piše: > > > > However, it is possible to mount all of the shares to one location, > > such that there is one 'data' dir, with the combined contents of > > each of the three shares? So, a

[CentOS] "Overlay" Filesystem Mounts?

2011-11-15 Thread Tim Nelson
act on the actual shares/filesystem. Does any of this make sense? Is it possible with CentOS (pref. 6) ? --Tim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] haproxy ssl

2011-10-17 Thread Tim Dunphy
ity in the haproxy debug logs when I hit the web page at this address which should map to that ip. [root@VIRTCENT01:~] #host virtual.example.com virtual.example.com has address 192.168.1.200 Thanks in ad

[CentOS] ganglia failing dependency

2011-10-08 Thread Tim Dunphy
hello list, I'm trying to install ganglia-gmetad on centos 5.6. rrdtool is already installed and librrd is there. But for some reason when I go to install this package it doesn't see that it is. [root@VIRTCENT11:/usr/local/src/ganglia-3.2.0] #yum install ganglia-gmetad Loaded plugins: fastestmi

Re: [CentOS] w3pw install

2011-09-23 Thread Tim Dunphy
thanks sorry I missed that. :) - Original Message - From: "John Doe" To: "CentOS mailing list" Sent: Thursday, September 22, 2011 5:35:03 AM Subject: Re: [CentOS] w3pw install From: Tim Dunphy > I'm attempting to install the w3pw password

[CentOS] w3pw install

2011-09-21 Thread Tim Dunphy
hey list, I'm attempting to install the w3pw password wallet on centos 5.6 http://w3pw.sourceforge.net/ The interface works well enough, but for the life of me I can't find the default password for setup or the file in which this is set. Does anyone happen to know? t

[CentOS] mysql authentication in proftpd

2011-08-26 Thread Tim Dunphy
Hello list, I was able to get passive mode worked out. I'm really glad I was able to do this. I'm able to log into the ftp server, list directories, enter subdirectories and upload/download files. However my next task is to enable virtual users using mysql. I have installed proftpd-mysql and e

[CentOS] cant login remotely proftpd

2011-08-22 Thread Tim Dunphy
:37 -0500] "QUIT" 221 - Im including my config below.. I was hoping someone could provide a clue as to why this is hapening! thank you very much in advance and best regards! tim -- # This is the ProFTPD configuration file # # See: http://www.proftpd.org

Re: [CentOS] can't list directories in ftp

2011-08-13 Thread Tim Dunphy
Hello again, Barry Yes interestingly enough that seemed to do it for the local test. This is odd, because I remember setting up another ProFTPd server with this directive and never ran into this issue. Nevertheless, once I commented out the MasqueradeAddress directive it works locally. [roo

[CentOS] can't list directories in ftp

2011-08-13 Thread Tim Dunphy
/var/www/html/jokefire.com And I give access to this directory with this directive: AllowAll I plan to tighten up the security a little bit as I make some more progress. But my immediate goal is just to get this to work. :) Here is the entire config.. just

Re: [CentOS] java permission denied

2011-08-13 Thread Tim Dunphy
Hey Barry, That's good to know. Thank you again! tim - Original Message - From: "Barry Brimer" To: "CentOS mailing list" Sent: Saturday, August 13, 2011 12:05:08 PM Subject: Re: [CentOS] java permission denied On Sat, 13 Aug 2011, Tim Dunphy wrote: > act

Re: [CentOS] java permission denied

2011-08-13 Thread Tim Dunphy
ot; Java(TM) SE Runtime Environment (build 1.7.0-b147) Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode) - Original Message - From: "Tim Dunphy" To: "CentOS mailing list" Sent: Saturday, August 13, 2011 11:52:12 AM Subject: Re: [CentOS] java permission denied Hi

Re: [CentOS] java permission denied

2011-08-13 Thread Tim Dunphy
d required for bluethundr Password: 230 User bluethundr logged in Remote system type is UNIX. Using binary mode to transfer files. Thanks!! tim - Original Message - From: "Barry Brimer" To: "CentOS mailing list" Sent: Saturday, August 13, 2011 11:04:13 AM Subject

<    1   2   3   4   5   6   7   8   >