Re: [CentOS] Make sshd log IP addresses, not hostnames

2009-06-23 Thread Scott Moseman
While I did change the config entry and it is logging IP addresses,
apparently that's not my problem.  Even when using legit IP addresses my
iptables rejects aren't working?  I guess that means its not a
forward/reverse DNS problem causing my issue.  I have to use /etc/hosts.deny
to stop some of the ssh attacks.  Very weird.

Thanks,
Scott



On Mon, Jun 22, 2009 at 2:42 PM, Scott Moseman  wrote:

> Indeed, that does log only the IP address.  I could have sworn that I
> already played with that config option, but apparently I did not.
>
> Thanks,
> Scott
>
>
>
> On Mon, Jun 22, 2009 at 2:34 PM, Filipe
> Brandenburger wrote:
> >
> > UseDNS no
> >
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Make sshd log IP addresses, not hostnames

2009-06-22 Thread Scott Moseman
Indeed, that does log only the IP address.  I could have sworn that I
already played with that config option, but apparently I did not.

Thanks,
Scott



On Mon, Jun 22, 2009 at 2:34 PM, Filipe
Brandenburger wrote:
>
> UseDNS no
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Make sshd log IP addresses, not hostnames

2009-06-22 Thread Scott Moseman
Can I adjust the ssh daemon to log IP addresses instead of hostnames?

I assume this situation is feasible...

* 10.10.10.10 attempts to ssh to the server
* reverse dns resolves to "somehost.domain.com"
* ssh daemon logs "somehost.domain.com" in messages
* foward dns on "somehost.domain.com" resolves to 10.10.10.20

Thus it causes some of my scripts a problem if the DNS resolutions
don't match.  It would be nice if it could just log IP addresses only.

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


Re: [CentOS] PHP 5.2 on Centos4

2009-01-22 Thread Scott Moseman
On Thu, Jan 22, 2009 at 2:27 PM, Ralph Angenendt  wrote:
>
> Why do you compile software on your own
> when you don't know how to do it correctly?
>

Is PHP 5.2 available through yum for CentOS 4?
If so, I'm interested, because mine's only at 5.1.

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


[CentOS] Rescan /dev/sd* without reboot?

2008-07-01 Thread Scott Moseman
I increased the SAN partition size for a given volume.  Is there a way
I can have fdisk recognize the new size without a reboot?

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


Re: [CentOS] How to move my MBR

2008-05-28 Thread Scott Moseman
I was wanting to upgrade (reinstall) but never had a good excuse.  I
was going to spend more time fiddling around with the MBR and Grub
settings than I was going to kill doing a OS reinstall.  All of my
data was on a separate /home disk, so I just slapped on the new OS,
configured a couple services and the box was back online in no time.

Thanks for your help,
Scott



On Mon, May 26, 2008 at 2:46 AM, Theo Band <[EMAIL PROTECTED]> wrote:
>
> Anyway you are now happy with Centos5?
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to move my MBR

2008-05-23 Thread Scott Moseman
I copied over the MBR from hdc to sda.  I found a 4.4 LiveCD, but
apparently its damaged so it wouldn't boot.  I attempted to put
everything back and when I rebooted it went into a GRUB screen instead
of a normal boot.  I had no idea how to get it to boot from there, so
instead of taking the time to figure it out, I decided it was time to
make the plunge to CentOS 5.  So I'm now on CentOS 5 and my old /home
hard drive is completely history.  :)

Thanks,
Scott



On Fri, May 23, 2008 at 10:49 AM, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> I also do not see an CentOS 4.x x86_64 Live CD; only i386.
> Is it not really going to matter, 64b vs 32b, when using that?
>
> Thanks,
> Scott
>
>>
>> Do I need to move the MBR, remove the old drive, and reboot from
>> a LiveCD in order to have a reconfigure of grub correctly see which
>> drive it should find to boot from?  Or can I do this before taking the
>> system down for the drive removal?
>>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to move my MBR

2008-05-23 Thread Scott Moseman
I also do not see an CentOS 4.x x86_64 Live CD; only i386.
Is it not really going to matter, 64b vs 32b, when using that?

Thanks,
Scott


>
> Do I need to move the MBR, remove the old drive, and reboot from
> a LiveCD in order to have a reconfigure of grub correctly see which
> drive it should find to boot from?  Or can I do this before taking the
> system down for the drive removal?
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to move my MBR

2008-05-23 Thread Scott Moseman
> The BIOS determines which disk (the first) will be chosen to boot from.

I have no problems configuring the boot order in the BIOS.

I must have the MBR on /dev/hdc (which is being removed).
The /boot partition is on /dev/sda (where I want to move MBR).

> To make a plain bootsector copy:
> dd if=/dev/sda of=/dev/sdb bs=512 count=1

sda = old MBR source and sdb = new MBR source, I assume?
So, in my instance, I'm going to want to run it in this syntax:

dd if=/dev/hdc of=/dev/sda bs=512 count=1

I'm assuming the first 512 bytes are allocated purely for MBR and
won't hold any data that could be overwritten?  Would that be true?

> grub
> root (hd0,1)   # press tab for command completion
> setup (hd0)

Do I need to move the MBR, remove the old drive, and reboot from
a LiveCD in order to have a reconfigure of grub correctly see which
drive it should find to boot from?  Or can I do this before taking the
system down for the drive removal?

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


[CentOS] Re: How to move my MBR

2008-05-22 Thread Scott Moseman
Just in case this makes any difference...

# cat /etc/redhat-release
CentOS release 4.6 (Final)

Thanks,
Scott


On Thu, May 22, 2008 at 11:06 PM, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> I removed an ATA drive (/home) for a new SATA and my system would
> not boot.  I'm guessing that it put the MBR on that drive instead of the
> drive that holds the / partition.  What's the best way confirm where the
> MBR resides and, after I verify that's my problem, how I can move (or
> make a copy) onto a different drive?
>
> Thanks,
> Scott
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] How to move my MBR

2008-05-22 Thread Scott Moseman
I removed an ATA drive (/home) for a new SATA and my system would not
boot.  I'm guessing that it put the MBR on that drive instead of the
drive that holds the / partition.  What's the best way confirm where
the MBR resides and, after I verify that's my problem, how I can move
(or make a copy) onto a different drive?

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


[CentOS] mapper device perms on reboot

2008-02-26 Thread Scott Moseman
How can I get the mapper device permissions set on reboot?

When I attempted to try this...

# cat /etc/udev/permissions.d/50-udev.permissions | grep mapper
mapper/mpath*:oracle:dba:0660

But it did not seem to work...

# ls -l /dev/mapper/mpath*
brw-rw  1 root disk 253, 2 Feb 26 20:56 /dev/mapper/mpath0
brw-rw  1 root disk 253, 5 Feb 26 20:56 /dev/mapper/mpath0p1
brw-rw  1 root disk 253, 3 Feb 26 20:56 /dev/mapper/mpath1
brw-rw  1 root disk 253, 4 Feb 26 20:56 /dev/mapper/mpath1p1

Am I doing something wrong?  Is there another way to do this?

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


[CentOS] Changing ext3 Partition Size

2008-02-08 Thread Scott Moseman
I have an ext3 partition from our SAN.  The size was increased.
I am attempting to re-size this specific ext3 partition, obviously.

I unmount the partition, run fdisk, change the cyls, and save...

WARNING: Re-reading the partition table failed with error 22: Invalid argument.
The kernel still uses the old table.
The new table will be used at the next reboot.

And that is the message that I receive after I attempt the save.
I did attempt a reboot to see if it did anything, but it did not help.

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


Re: [CentOS] 5.1 Upgrade Not Working?

2007-12-10 Thread Scott Moseman
On Dec 10, 2007 10:24 AM, Ray Van Dolson <[EMAIL PROTECTED]> wrote:
>
> > # cat /etc/redhat-release
> > CentOS release 5 (Final)
>
> Check the output of rpm -q centos-release.  /etc/redhat-release
> isn't updated as in previous releases.
>

# rpm -q centos-release
centos-release-5-1.0.el5.centos.1

I'm not sure how to read that version.  To me, it says I'm on 5,
unless the 1.0 is suppose to tell me the update version.

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


Re: [CentOS] 5.1 Upgrade Not Working?

2007-12-10 Thread Scott Moseman
On Dec 10, 2007 10:24 AM, Tim Verhoeven <[EMAIL PROTECTED]> wrote:
>
> > So both "yum upgrade" and "yum update" now are complete and there's
> > no new packages.  However, when I attempt to check my version, I'm still
> > showing 5.
> >
> > # cat /etc/redhat-release
> > CentOS release 5 (Final)
> >
>
> This is normal behaviour. See http://wiki.centos.org/FAQ/CentOS5#q8
> for more information.
>

That explanation does not make any sense to me.  "CentOS release 5
(final)" means I'm current?  There's not going to be any distinction
between update versions anymore?

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


[CentOS] 5.1 Upgrade Not Working?

2007-12-10 Thread Scott Moseman
So both "yum upgrade" and "yum update" now are complete and there's no
new packages.  However, when I attempt to check my version, I'm still
showing 5.

# cat /etc/redhat-release
CentOS release 5 (Final)

I remember seeing 5.1 repositories being access for the upgrades.  Is
it possible my system did not upgrade?

# uname -r
2.6.18-53.1.4.el5.centos.plus

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


Re: [CentOS] reasons for using CentOS in business environments

2007-11-29 Thread Scott Moseman
On Nov 28, 2007 8:25 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:
>
> I have a simple rule that determines is I use RHEL or CentOS in
> my work environment.  Does the software running on this machine
> require RHEL in order to have vendor support.  An extension of that
> rule is whether nor not Red Hat would support the specific use of
> this server in my environment.
>

That is exactly the mindset that I use in determining which to install.
If my vendor will require RHEL in order to support my system, that is
what I need to use.  For in-house apps, lab servers, and/or vendors
that don't care what I run, I will usually install CentOS.

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


Re: [CentOS] cisco vpn client on linux

2007-11-29 Thread Scott Moseman
On Nov 28, 2007 12:45 PM, Jerry Geis <[EMAIL PROTECTED]> wrote:
>
> Is there a cisco vpn client for linux centso 5 AMD 64 bit?
>

vpnclient-linux-x86_64-4.8.01.0640-k9.tar.gz

That's the latest 64-bit version of the Cisco VPN client.
But you need to download from Cisco via CCO account
or perhaps your VPN service provide will give it to you?

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


Re: [CentOS] sdc1 without the sdc

2007-11-16 Thread Scott Moseman
On Nov 13, 2007 10:49 AM, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> > Normally udev dynamically makes the different /dev entries. So either
> > udev is screwing up or the iSCSI driver itself is doing something wrong
> > What version of CentOS is this and what iSCSI initiator are you using ?
>
> CentOS 4.4 and iSCSI 4.0.3.0-5
>

For the record, /etc/udev/rules.d/20-local.rules had an entry that was
causing /dev/sdc to not get created.  Issue resolved.

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


[CentOS] rsync problem

2007-11-14 Thread Scott Moseman
I have a simple script that sends one file to two locations on the
same destination server.  Here's the code:

DEST="remotehost"
SRC="/home/boss/application.conf"
DST1="/home/user1/application.conf"
DST2="/home/user2/application.conf"
RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1`
RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2`

This runs every 5 minutes.  What I'm seeing is the first location
occasionally gets a *partial* file, but the second location never has
a problem.  There does not appear to be any obvious correlation to why
this would be happening.  I have never witnessed the problem when
running the script by hand to try and duplicate, witness any error
output, etc.

Any idea how to troubleshoot?  Or how I can get rsync to verify the
file has been transferred without error?  A more reliable alternative
than using rsync for this situation?

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


[CentOS] Re: rsync problem

2007-11-14 Thread Scott Moseman
I just realized that "application.conf" is an automatically generated
file, and I think it might be running around the same time as the
replication script.  Perhaps my replication script and the
auto-generation script are occasionally running at the exact same
time, thus causing the replication script to not have a complete file
to transmit.  I'm staggering the replication script to see if that
solves the problem.

Thanks,
Scott



On Nov 14, 2007 3:45 PM, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> I have a simple script that sends one file to two locations on the
> same destination server.  Here's the code:
>
> DEST="remotehost"
> SRC="/home/boss/application.conf"
> DST1="/home/user1/application.conf"
> DST2="/home/user2/application.conf"
> RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1`
> RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2`
>
> This runs every 5 minutes.  What I'm seeing is the first location
> occasionally gets a *partial* file, but the second location never has
> a problem.  There does not appear to be any obvious correlation to why
> this would be happening.  I have never witnessed the problem when
> running the script by hand to try and duplicate, witness any error
> output, etc.
>
> Any idea how to troubleshoot?  Or how I can get rsync to verify the
> file has been transferred without error?  A more reliable alternative
> than using rsync for this situation?
>
> Thanks,
> Scott
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sdc1 without the sdc

2007-11-13 Thread Scott Moseman
On Nov 13, 2007 9:50 AM, Tim Verhoeven <[EMAIL PROTECTED]> wrote:
>
> > Running 'mknod sdc b 8 32' worked great.  I could fdisk and the data
> > looked good.  However, when I rebooted to start from a clean slate,
> > sdc disappeared again.  Is there something that must be done to make
> > the 'mknod' change permanent?  Or perhaps something else is wiping it
> > away and overriding what I've done?
>
> Normally udev dynamically makes the different /dev entries. So either
> udev is screwing up or the iSCSI driver itself is doing something
> wrong. What version of CentOS is this and what iSCSI initiator are you
> using ?
>

CentOS 4.4 and iSCSI 4.0.3.0-5

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


Re: [CentOS] sdc1 without the sdc

2007-11-13 Thread Scott Moseman
On Nov 13, 2007 9:19 AM, Tim Verhoeven <[EMAIL PROTECTED]> wrote:
>
> > # ls -l /dev/sdc*
> > brw-rw  1 root disk 8, 33 Nov  7 14:45 /dev/sdc1
>
> Really weird. Anyway you can use mknod to create the missing device.
> In your case mknod sdc b 8 32 should do the trick.
>

Hey Tim,

Running 'mknod sdc b 8 32' worked great.  I could fdisk and the data
looked good.  However, when I rebooted to start from a clean slate,
sdc disappeared again.  Is there something that must be done to make
the 'mknod' change permanent?  Or perhaps something else is wiping it
away and overriding what I've done?

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


[CentOS] sdc1 without the sdc

2007-11-13 Thread Scott Moseman
So I'm working with the iSCSI Initiator and an EqualLogic SAN.  I'm
not sure when this might have happened, but it appears that the
/dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is
mountable.  Is there a method to re-create the /dev/sdc device?  I
cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1
partition and it works just fine.  Not having the /dev/sdc is messing
up my multipath setup (let alone whatever else might be affected).

scsi3 : SFNet iSCSI driver
  Vendor: EQLOGIC   Model: 100E-00   Rev: 2.3
  Type:   Direct-Access  ANSI SCSI revision: 05
SCSI device sdc: 8417280 512-byte hdwr sectors (4310 MB)
SCSI device sdc: drive cache: write through
SCSI device sdc: 8417280 512-byte hdwr sectors (4310 MB)
SCSI device sdc: drive cache: write through
 sdc: sdc1
Attached scsi disk sdc at scsi3, channel 0, id 0, lun 0

# ls -l /dev/sdc*
brw-rw  1 root disk 8, 33 Nov  7 14:45 /dev/sdc1

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


Re: [CentOS] Automatic User Based Mounts

2007-11-12 Thread Scott Moseman
On Nov 12, 2007 1:39 PM, John R Pierce <[EMAIL PROTECTED]> wrote:
>
> re: your login scheme...Centos is a multiuser system... what if two
> users are logged in concurrently, who's /mnt/pictures would you want?
>

Good point.  While I don't necessarily use my desktop system that way,
the fact remains that it is a multi-user system.  I did not think about that.

I will review using NFS when accessing my server from my Linux clients.

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


[CentOS] Automatic User Based Mounts

2007-11-12 Thread Scott Moseman
Let's say I have a Samba server for my file serving needs.  Would
there be any way to configure CentOS to automatically mount a few
specified partitions as the user logging in?  Something of the nature
of /mnt/home, /mnt/pictures, /mnt/music and so forth.  They need to be
mounted as the current user, and I prefer not to customize shell based
login scripts.  Can this be done through fstab somehow?  Or some other
method?  I can make, and currently utilize, SMB share links on my
desktop for accessing them.  However, when applications want to open
or save directly to the file system, I'm unable to reach the network
shares.  In the grand scheme of things, this makes having network
shares pretty much useless.  There must be a better way?

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


[CentOS] multipath using 2 NICs (or HBA?)

2007-10-23 Thread Scott Moseman
I'm told that we cannot do Multipath I/O on our iSCSI SAN on RHEL
with 2 network cards.  I could use 1 network card, but need an HBA.
Is this true?  Do I need an HBA, or can I do Multipath using 2 NICs?
We're running RHEL 4 and CentOS 4 and 5 servers on this network.

I have been reading through the device-mapper documentation, but I
have not found anything (unless I'm not clear on what they're saying).
Eventually I will give it a try but I haven't had the time to fiddle so far.

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


Re: [CentOS] Upgrading Java on CentOS 4.5

2007-10-18 Thread Scott Moseman
On 10/18/07, Antonio da Silva Martins Junior <[EMAIL PROTECTED]> wrote:
> > >
> > > > java is a CentOS package.  jdk and jre are from Sun.
> > >
> > > Don't get it directly from Sun. Use the jpackage versions.
> > > (The hoops you have to jump through are worth it.)
> >
> > I'm going to need a wee bit more direction.  I don't see any
> > newer java-* packages in any of the repositories.  Can you
> > point me in a little bit more of the direction I should take?
>
> Maybe you need to take a look on here: 
> http://www.jpackage.org/installation.php
>

Thanks Matthew and Antonio, I'm up and running now!

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


Re: [CentOS] Upgrading Java on CentOS 4.5

2007-10-18 Thread Scott Moseman
On 10/18/07, Matthew Miller <[EMAIL PROTECTED]> wrote:
>
> > java is a CentOS package.  jdk and jre are from Sun.
>
> Don't get it directly from Sun. Use the jpackage versions.
> (The hoops you have to jump through are worth it.)
>

I'm going to need a wee bit more direction.  I don't see any
newer java-* packages in any of the repositories.  Can you
point me in a little bit more of the direction I should take?

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


[CentOS] Upgrading Java on CentOS 4.5

2007-10-18 Thread Scott Moseman
# rpm -qa | grep -E '^(java|jdk|jre)-'
jre-1.6.0_03-fcs
java-1.4.2-gcj-compat-1.4.2.0-27jpp
jdk-1.6.0_03-fcs

java is a CentOS package.  jdk and jre are from Sun.
(I need Java >= 1.5.0 for an application I'm installing.)

# update-alternatives --config java

There are 1 programs which provide 'java'.

  SelectionCommand
---
*+ 1   /usr/lib/jvm/jre-1.4.2-gcj/bin/java

But how do I tell my system to use the 1.6.0 version?
Is there a step that I'm missing to finish the upgrading?

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


Re: [CentOS] Safe method to remove old kernels

2007-10-12 Thread Scott Moseman
On 10/12/07, Michael Kratz <[EMAIL PROTECTED]> wrote:
>
> yum remove kernel-2.6.9-42*
>

This method worked great for getting the kernels cleaned up.

Thanks for the help, folks.
Scott
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Safe method to remove old kernels

2007-10-12 Thread Scott Moseman
# rpm -qa | grep kernel-2 | sort
kernel-2.6.9-42.0.10.EL
kernel-2.6.9-42.0.2.EL
kernel-2.6.9-42.0.3.EL
kernel-2.6.9-42.0.8.EL
kernel-2.6.9-42.EL
kernel-2.6.9-55.0.2.EL
kernel-2.6.9-55.0.6.EL
kernel-2.6.9-55.0.9.EL
kernel-2.6.9-55.EL

I'm running the most recent kernel available, and I've never had a
problem with any past kernels, so I don't believe there's any reason
to keep all of them.  I guess kernels get a fresh install instead of
an upgrade?  Can I safely rpm-e the old kernel packages?  Should this
be something I do through yum instead?

Some of my CentOS servers have even more old kernels than this sample.

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


Re: [CentOS] mysql and windows

2007-09-28 Thread Scott Moseman
At least it's MySQL.  He could've asked for worse.  :)

Thanks,
Scott


On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Something tells me you've just handed scissors to someone who is going
> to run with them.
>
> Geoff
>
> -Original Message-
> From: Ray Leventhal <[EMAIL PROTECTED]>
> Date: Fri, 28 Sep 2007 16:38:03
> To:CentOS mailing list 
> Subject: Re: [CentOS] mysql and windows
>
> Ioannis Vranos wrote:
> >
> > CentOS 5.0 x86 provides mysql for free. However I couldn't find a free
> > version of mysql for windows. Isn't there any for windows?
> >
>
> OT for this list, but here are 2 links
>
> http://dev.mysql.com/downloads/mysql/5.0.html#win32
>
> http://dev.mysql.com/downloads/mysql/5.0.html#winx64
>
> registration is optional, downloads appear to be free
>
> HTH,
> ~Ray
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Using HTTP proxy for yum

2007-09-04 Thread Scott Moseman
On 8/28/07, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> > > > proxy=http://hostname.domain.com/
> > > > proxy_username=domain\myusername
> > > > proxy_password=mypassword
>
> Perhaps the problem is that its a web -filter- and not really a -proxy-?
> Maybe I should try bypassing the corporate -filter- and use my -proxy-
> at home to see what happens.
>

For those interested, the cause of the problem is the corporate filter
requires NTLM authentication -- and Yum does not support NTLM.

Our filter/proxy vendor suggested... http://ntlmaps.sourceforge.net/

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


[CentOS] Mapping to Samba

2007-08-28 Thread Scott Moseman
Using GUI methods (read: easy for most users), is there a way to map
to a Samba share and have it accessible to all applications?  Going
through Nautilus I'm able to create a link to the shares, but they're
not accessible from many applications.  And, obviously, this is going
to be something that changes per user (different mappings, different
credentials, etc), so I can't use a static mapping on the machines.  I
could live with /etc/fstab entries if they could be dynamically
adjusted based on the user that's logging into the system.

How do other people handle this situation?

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


[CentOS] Re: Using HTTP proxy for yum

2007-08-28 Thread Scott Moseman
On 8/22/07, Scott Moseman <[EMAIL PROTECTED]> wrote:
> >
> > > proxy=http://hostname.domain.com/
> > > proxy_username=domain\myusername
> > > proxy_password=mypassword
> >
> > Oh, sure, the moment I sent the email, it started working... LOL
> >
>
> And this morning it stopped working again.  Either yum is flaky when
> it comes to proxy authentication -- or this web filter is not consistent.
>

Ok, it is not actually working.  I think I surfed via Firefox and authenticated
the first time around when I thought it was working.  With the above config,
I get this message when trying to use yum...

# yum check-update
Loading "installonlyn" plugin
Setting up repositories
Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=5&arch=i386&repo=extras error
was
[Errno 14] HTTP Error 407: Proxy Authentication Required
Error: Cannot find a valid baseurl for repo: extras

Perhaps the problem is that its a web -filter- and not really a -proxy-?
Maybe I should try bypassing the corporate -filter- and use my -proxy-
at home to see what happens.

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


Re: [CentOS] NX on 4.5 vs 5.0

2007-08-27 Thread Scott Moseman
On 8/27/07, Johnny Hughes <[EMAIL PROTECTED]> wrote:
>
> > NX connections to my 4.5 server give "cramped" looking fonts (as if
> > the resolution were wrong).  Connections to my 5.0 server look great
> > regardless of the resolution.  Both use GNOME.  Is there anything I
> > can do to the 4.5 servers to increase the quality of the NX
> > connections?
>
> Not sure what is causing your problem, but the version of freenx/nx that
> I have in the testing repository is newer that the one in extras and
> might help:
>
> http://dev.centos.org/centos/4/testing/i386/RPMS/nx-3.0.0-3.el4.centos.i386.rpm
>
> http://dev.centos.org/centos/4/testing/i386/RPMS/freenx-0.6.0-13.el4.centos.i386.rpm
>

Thanks for the updated versions, Johnny, but it didn't seem to help.
I even upgraded the client on my Windows desktop to 3.0.x, too.  I'm
assuming others have 4.5s that work fine, so there must just be
something goofy with my config or installed packages.

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


[CentOS] NX on 4.5 vs 5.0

2007-08-24 Thread Scott Moseman
NX connections to my 4.5 server give "cramped" looking fonts (as if
the resolution were wrong).  Connections to my 5.0 server look great
regardless of the resolution.  Both use GNOME.  Is there anything I
can do to the 4.5 servers to increase the quality of the NX
connections?

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


Re: [CentOS] Trying to understand Remote desktops

2007-08-22 Thread Scott Moseman
On 8/22/07, Liam Kirsher <[EMAIL PROTECTED]> wrote:
>
> It looks like FreeNX only runs on 32-bit, won't run on 64-bit kernel.
> Is that correct?  If so, is VNC the next best alternative?
>

# uname -srmpio
Linux 2.6.9-55.0.2.EL x86_64 x86_64 x86_64 GNU/Linux

# nxserver --status
NX> 100 NXSERVER - Version 1.5.0-60 OS (GPL)
NX> 110 NX Server is running
NX> 999 Bye
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Who does snapshots other than Network Appliance?

2007-08-22 Thread Scott Moseman
On 8/22/07, Scott Ehrlich <[EMAIL PROTECTED]> wrote:
>
> Having snapshot technology is great.   Who else supports it?
>

Try EqualLogic.  I'm pretty sure they do snapshots.

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


Re: [CentOS] Trying to understand Remote desktops

2007-08-22 Thread Scott Moseman
On 8/21/07, Craig White <[EMAIL PROTECTED]> wrote:
>
> > > FAQ, http://wiki.centos.org/HowTos/FreeNX
> >
> > I looked on that page and I see that it integrates with SSH and can use
> > SSL natively. Does NX have any advantages beyond that over VNC?
>
> FreeNX - it's awesome
>

I finally took the time to install and configure FreeNX.
All that I can say is -- wow! -- remote X is quick now!

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


[CentOS] Re: Using HTTP proxy for yum

2007-08-22 Thread Scott Moseman
On 8/21/07, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> > proxy=http://hostname.domain.com/
> > proxy_username=domain\myusername
> > proxy_password=mypassword
>
> Oh, sure, the moment I sent the email, it started working... LOL
>

And this morning it stopped working again.  Either yum is flaky when
it comes to proxy authentication -- or this web filter is not consistent.

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


[CentOS] Re: Using HTTP proxy for yum

2007-08-21 Thread Scott Moseman
On 8/21/07, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> proxy=http://hostname.domain.com/
> proxy_username=domain\myusername
> proxy_password=mypassword
>

Oh, sure, the moment I sent the email, it started working... LOL

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


[CentOS] Re: Using HTTP proxy for yum

2007-08-21 Thread Scott Moseman
Found what I was trying to find in yum.conf, but it's not working...

proxy=http://hostname.domain.com/
proxy_username=domain\myusername
proxy_password=mypassword

# yum check-update
Loading "installonlyn" plugin
Setting up repositories
Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=5&arch=i386&repo=extras error
was
[Errno 14] HTTP Error 407: Proxy Authentication Required
Error: Cannot find a valid baseurl for repo: extras

That's the legit user/pass syntax.  I use it when surfing with Firefox.

Thanks,
Scott



On 8/21/07, Scott Moseman <[EMAIL PROTECTED]> wrote:
>
> Is there a way to use an HTTP proxy (with a user/pass) with yum?  Or
> at least a way to pass a user/pass through yum?  I have a situation
> with a CentOS server behind a web filter appliance.
>
> Thanks,
> Scott
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Using HTTP proxy for yum

2007-08-21 Thread Scott Moseman
Is there a way to use an HTTP proxy (with a user/pass) with yum?  Or
at least a way to pass a user/pass through yum?  I have a situation
with a CentOS server behind a web filter appliance.

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


Re: [CentOS] Install on a usb flash drive

2007-08-18 Thread Scott Moseman
An interesting idea.  How would the install work?  If you boot from
DVD with the USB drive installed, will it see the drive and make it an
option for the install destination?

Thanks,
Scott



On 8/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> It'll only be a problem if you're planning to use a swap file or do frequent 
> writes
> (compiling programs, etc).  Solid state devices really aren't great if your 
> going
> to do heavy writing because they will fry eventually.  Under normal usage this
> could be years, but with heavy daily use it could be months.
>
> Geoff
>
>
> -Original Message-
> From: Jerry Geis <[EMAIL PROTECTED]>
> Date: Sat, 18 Aug 2007 13:32:29
> To:CentOS ML 
> Subject: [CentOS] Install on a usb flash drive
>
> I all, I was thinking about installing centos on a usb flash drive. Perhaps a
> 4GIG.  I dont need X or anything on this drive so installing  should fit just 
> fine.
>
> Are there boot issues with these flash drives? I'll be using a newer
> motherboard so the motherboard should be able to boot USB.
>
> Does this work? Have others done anything with flash drives? I am
> wanting this flash drive to be the ONLY drive in the computer.
> Kind of a dedicated machine running multiple RS232 multiport cards.
>
> Thanks,
>
> Jerry
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] logrotate and httpd logs

2007-08-16 Thread Scott Moseman
I swear that I've removed httpd from logrotate.d on more
than one occasion because I prefer to rotate httpd logs
on my own schedule.  But the config keeps on returning
and throwing off my stats.  I'm assuming that when there
is an Apache upgrade that it's re-inserting the config into
the logrotate.d directory?  Is there an easy way to stop it
from doing this?  I *really* do not want to have to manually
remove the config each time I upgrade Apache...

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


Re: [CentOS] Clone physical into virtual

2007-08-08 Thread Scott Moseman
On 8/8/07, Timothy Selivanow <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-08-08 at 10:44 -0500, Scott Moseman wrote:
> > Is there a formal, or preferred, method for importing a physical
> > CentOS machine into a VMware instance?  I know they make
> > software to move Windows machines, but I couldn't find one to
> > handle our CentOS servers.  I have done something via scp/sftp
> > in the past, which *seemed* to work, but if there's a better way
> > I'm more than interested in hearing the process.
> >
>
> You can use a free tool called "VMware Converter", available here:
> http://www.vmware.com/products/converter/
>

VMware documentation says that its only for Windows machines.

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


[CentOS] Clone physical into virtual

2007-08-08 Thread Scott Moseman
Is there a formal, or preferred, method for importing a physical
CentOS machine into a VMware instance?  I know they make
software to move Windows machines, but I couldn't find one to
handle our CentOS servers.  I have done something via scp/sftp
in the past, which *seemed* to work, but if there's a better way
I'm more than interested in hearing the process.

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


Re: [CentOS] Centos as a desktop, advisable?

2007-07-25 Thread Scott Moseman

I'm running CentOS on my server and I don't feel it makes a great
desktop since several of the major applications (OpenOffice, Firefox,
etc) lag behind since it follows RHEL.  I prefer to use something more
dynamic and current on the desktop.

Thanks,
Scott


On 7/24/07, beast <[EMAIL PROTECTED]> wrote:

Hello,

I would like to deploy centos on hundreds of client PC (a new setup).
Presently, several distros has attract me due to their focus on the desktop,
however they only have few months lifetime before a new version released.

Is it advisable using centos on client? what about support for new
hardware and several office productivity software like openoffice, did centos
always update to the latest version?

Previously i was using RH9 on several hundreds clients and love it, however
the update was horrible since it is unsupported, hence I can not install it
on the new hardware (ie. sata)

thanks.

--beast


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