Re: [CentOS] upgrading 7.5 ==> 7.6

2018-12-20 Thread Chris Beattie
> -Original Message-
> From: CentOS  On Behalf Of Fred Smith
> I have, as I said, several other machines to  upgrade, too, some of them
...
> a couple of VMs (in virtualbox) and at work several other VMS as well as
...
> I'd appreciate any advice I can get on how to get these systems upgraded
> without breaking them.

Can you clone the VMs first?  That will give you machines to bang on until 
you've hammered out all the bumps in the upgrade process.  Then for the 
production VM, take a pre-upgrade snapshot you can roll back to when the 
process finds a new way to go sideways.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Not Able to Configure Nagios Server 4.3.4 in Centos 7

2017-10-26 Thread Chris Beattie
> Actually the case is that the compiling  process and make all, make install
> processes didn't report any errors but when I trying to access or start the
> service Nagios it gives me an error stating it's unable to find that service.
> 
> This happens with me when I try to manually install the applications from
> source.
> Am I missing any important step in the installation process that could be
> causing this issue.

Did you also run the rest of the make install commands (install-init, 
install-config, etc.)?  I seem to recall that install-init is the one that sets 
up the services so that "service nagios start" or "systemctl start 
nagios.service" work.

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


Re: [CentOS] Not Able to Configure Nagios Server 4.3.4 in Centos 7

2017-10-24 Thread Chris Beattie
> As per the installation instructions I ran the commands in the concerned
> folders of ./configure , make , make install for both the core and the Nagios
> plugins.
> 
> I am not able to figure out the issue behind that it is not working It did got
> installed using yum which was a previous 4.3.2 that that had it's own errors
> and wanted me to update with no update of it available in the epel
> repository.

What's not working?  Did it compile correctly?  Nagios needs some extra 
packages to for all of its features to work.  These can be installed via YUM 
even if you compile Nagios itself from source.

Also, if you install Nagios from source, SELinux will prevent it from doing a 
lot of stuff by default.  However, it's entirely possible to run Nagios with 
SELinux in Enforcing mode with the right policy.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] list_add corruption problem

2017-08-01 Thread Chris Beattie
Howdy,

I've got a CentOS 7 VM that occasionally becomes unresponsive.  There's a 
"list_add corruption" entry in /var/log/messages, included below.

This is on VMware.  We have lots of other VMs which are running just fine.  
Only a few are CentOS 7 VMs, though, so I can't rule out some kind of 
environment issue.

It's up-to-date on OS patches, and running kernel 3.10.0-514.26.2.el7.x86_64.  
When it locks up, there isn't any indication on its console, other than it 
looks like it's waiting at a login prompt.  I did some Googling, which 
suggested similar issues have been around a while, but the results I found 
tended to be for CentOS 6 and older kernels.

Can anyone help me understand what this means?

Jul 31 16:58:15 den-nagios kernel: [ cut here ]
Jul 31 16:58:15 den-nagios kernel: WARNING: at lib/list_debug.c:33 
__list_add+0xac/0xc0()
Jul 31 16:58:15 den-nagios kernel: list_add corruption. prev->next should be 
next (880174795358), but was 64756f6c6373646e. (prev=880806a44458).
Jul 31 16:58:15 den-nagios kernel: Modules linked in: dell_rbu dcdbas 
ip6t_rpfilter ipt_REJECT nf_reject_ipv4 ip6t_REJECT nf_reject_ipv6 xt_conntrack 
ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat 
nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_
mangle ip6table_security ip6table_raw iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security 
iptable_raw ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter 
vmw_vsock_vmci_transport vsock vfat fat intel_power
clamp coretemp iosf_mbi crc32_pclmul ghash_clmulni_intel aesni_intel lrw 
gf128mul glue_helper ablk_helper cryptd ppdev vmw_balloon sg pcspkr vmw_vmci 
shpchp i2c_piix4 parport_pc parport ip_tables xfs libcrc32c sr_mod cdrom 
ata_generic pata_acpi sd_mod crc_t10dif crct10dif_gen
eric
Jul 31 16:58:15 den-nagios kernel: vmwgfx drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops crct10dif_pclmul crct10dif_common ttm 
crc32c_intel ata_piix drm serio_raw libata vmxnet3 vmw_pvscsi i2c_core fjes 
dm_mirror dm_region_hash dm_log dm_mod
Jul 31 16:58:15 den-nagios kernel: CPU: 6 PID: 127439 Comm: ssh Not tainted 
3.10.0-514.26.2.el7.x86_64 #1
Jul 31 16:58:15 den-nagios kernel: Hardware name: VMware, Inc. VMware7,1/440BX 
Desktop Reference Platform, BIOS VMW71.00V.0.B64.1506250318 06/25/2015
Jul 31 16:58:15 den-nagios kernel: 880634f83c00 ac63a691 
880634f83bb8 81687133
Jul 31 16:58:15 den-nagios kernel: 880634f83bf0 81085cb0 
880782e74210 880174795358
Jul 31 16:58:15 den-nagios kernel: 880806a44458 880174794000 
 880634f83c58
Jul 31 16:58:15 den-nagios kernel: Call Trace:
Jul 31 16:58:15 den-nagios kernel: [] dump_stack+0x19/0x1b
Jul 31 16:58:15 den-nagios kernel: [] 
warn_slowpath_common+0x70/0xb0
Jul 31 16:58:15 den-nagios kernel: [] 
warn_slowpath_fmt+0x5c/0x80
Jul 31 16:58:15 den-nagios kernel: [] ? 
ip_fragment.constprop.54+0x90/0x90
Jul 31 16:58:15 den-nagios kernel: [] __list_add+0xac/0xc0
Jul 31 16:58:15 den-nagios kernel: [] 
__internal_add_timer+0xab/0x130
Jul 31 16:58:15 den-nagios kernel: [] 
internal_add_timer+0x32/0x70
Jul 31 16:58:15 den-nagios kernel: [] mod_timer+0x13d/0x220
Jul 31 16:58:15 den-nagios kernel: [] sk_reset_timer+0x18/0x30
Jul 31 16:58:15 den-nagios kernel: [] tcp_connect+0x74e/0x9f0
Jul 31 16:58:15 den-nagios kernel: [] ? 
ktime_get_real+0x25/0x70
Jul 31 16:58:15 den-nagios kernel: [] ? 
secure_tcp_sequence_number+0x69/0x90
Jul 31 16:58:15 den-nagios kernel: [] 
tcp_v4_connect+0x376/0x4e0
Jul 31 16:58:15 den-nagios kernel: [] 
__inet_stream_connect+0xb5/0x330
Jul 31 16:58:15 den-nagios kernel: [] ? 
handle_mm_fault+0x6b1/0x1000
Jul 31 16:58:15 den-nagios kernel: [] 
inet_stream_connect+0x38/0x50
Jul 31 16:58:15 den-nagios kernel: [] SYSC_connect+0xe7/0x120
Jul 31 16:58:15 den-nagios kernel: [] ? 
set_close_on_exec+0x4d/0x70
Jul 31 16:58:15 den-nagios kernel: [] SyS_connect+0xe/0x10
Jul 31 16:58:15 den-nagios kernel: [] 
system_call_fastpath+0x16/0x1b
Jul 31 16:58:15 den-nagios kernel: ---[ end trace 64494d91939a3eb0 ]---

Thanks,
-Chris

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


Re: [CentOS] HFSPlus Question

2016-06-08 Thread Chris Beattie
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf 
> Of Albert McCann
> Sent: Tuesday, June 07, 2016 9:06 PM
> To: 'CentOS mailing list' 
> Subject: Re: [CentOS] HFSPlus Question
>
> I'm still dealing with food poisoning I came down with after sending my 
> question. :-(

Bad YUM update?

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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-03-11 Thread Chris Beattie
On 3/11/2016 2:02 AM, Sorin Srbu wrote:
>>> Looks like installing openshot 2.x on C7 isn't as trivial
>>
>> It is not trivial at all. The best way to handle this will be to find the
>> required packages in Fedora and rebuild them.
> 
> So what's the easy way?
> 
> Switch to Ubuntu or something? 8-O

Maybe Fedora, maybe Ubuntu?  It's more time-consuming than hard to build a 
virtual machine these days, and it's not even that time-consuming.  Is there a 
distro that already has what you want all packaged up?  Run it in a VM.  Take a 
snapshot first if you want to try something potentially system-breaking or 
that's going to spew files everywhere.  On a single-user machine, the 
performance should be within a few percent of running on the bare metal.  So, 
if you test drive some beta software and it doesn't perform well on a VM, it's 
probably not going to be much better running on a same-spec physical machine.

NB: I administer several hundred virtual desktops, so I chugged rather than 
sipped the virtualization Kool-Aid.  :-)

-- 
-Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] delete directories with find and exclude other directories

2016-02-03 Thread Chris Beattie
On 2/3/2016 12:37 PM, Tim Dunphy wrote:
> I'm attempting to delete some directories and I want to be able to exclude
> a directory called 'logs' from being deleted.

Since you can't have a file and a directory named "logs" in the same directory 
at the same time (that I know of), you could turn on bash's extended globbing.

$ shopt -s extglob
$ rm -rf !(logs)

That will only preserve the top-level entity named logs, though.  If there's a 
"logs" in a subdirectory, it'll get deleted.

-- 
-Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Latest version of kate editor

2016-02-02 Thread Chris Beattie
On 2/2/2016 12:02 PM, H wrote:
> What do people use as a programming editor on CentOS 6? My first 
> impression of kate was favorable, not only did it support the usual 
> programming and scripting languages but also markdown which I have

I used gedit and Windows' Notepad for a long time until I stumbled across SciTE.

I now use SciTE on CentOS 5, CentOS 7, and Windows because it's programmable 
and cross-platform.  I have never actually used it on CentOS 6, though.  It 
doesn't appear to support Markdown out of the box, either, but I think it's 
possible to add your own language files.

The last couple versions won't compile on CentOS 5, but I wasn't affected by 
any of the bugs they fixed and I'm migrating to 7 anyway.

-- 
-Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C7 and /etc/sysconfig/network

2015-08-26 Thread Chris Beattie
On 8/25/2015 11:58 AM, Robert Moskowitz wrote:> Does Centos 7 use 
/etc/sysconfig/network or is this replaced by some
> systemctl set of commands.

I let Network Manager control the interfaces on my two or three C7 boxes.  I 
used nmtui to set the hostname, and MAC and IP addresses (the MAC addresses 
need to be updated if you clone a machine in VMware) interactively.

That's not scriptable, but there is an nmcli command that may help.

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


Re: [CentOS] Nagios, getting started

2015-06-22 Thread Chris Beattie
On 6/22/2015 6:04 AM, Rob Kampen wrote:> What advantages does the RH/CentOS 
world have (if any?) over the ubuntu 
> LTS world?

I can't think of any compelling reason to run Nagios on RHEL/CentOS if the rest 
of your shop is Ubuntu.  If everyone there is familiar with Ubuntu, it'll be 
easier for them to troubleshoot a problem if they don't have to learn a new 
package manager at the same time.

> If a vm is okay, what kind of RAM does it need?

A VM is fine.  I have Nagios monitoring 1,800 hosts and 17,000 services on a VM 
with 3 CPUs, 4GB of memory, and 20GB of storage.

Whatever you do, set up MRTG graphing so you know how well Nagios is performing 
(http://nagios.sourceforge.net/docs/3_0/mrtggraphs.html) on your monitoring 
host.

If you have many hosts and services to monitor, look in to the large 
installation tweaks and other advice in the tuning guide 
(http://nagios.sourceforge.net/docs/3_0/tuning.html).

Also, Nagios causes constant disk activity temporarily storing and processing 
check results, so you can use a RAM disk to speed that up.

> I see epel has nagios 3.5.1 with a date of 2013 for CentOS7 along with 
> plugins, is this the version folk use? - as the latest from nagios is 4.0.8

I still use 3.5.1.  There was a compatibility break in 4.0 with Check_MK, an 
addition that's too valuable to lose.  It's since been resolved, I think, but I 
haven't gotten around to upgrading yet.  I will probably put it all together on 
a new CentOS 7 VM for maximum fun.

> I am under orders to use packages and not compile, a viewpoint I endorse.
> Are there other repos folk use?

I use the distro package manager to manage Nagios' dependencies, but I compile 
Nagios myself for maximum control.  It's really not that hard.  What I would 
like to do next is get the best of both worlds and learn how to make my own 
Nagios RPM.

> What about front ends, visualization etc.?

I use Check_MK.  It can replace Nagios' own configuration files, but I only use 
that part for several Linux hosts.  However, the LiveStatus pages is a Swiss 
Army knife compared to the stock Nagios pages (which are still available).  And 
it's FAST.

I don't use any Nagios-specific add-ons for Nagios' config files.  However, 
since they are still just text files, I use a programmer's text editor (SciTE), 
version control (git), and rsync to move config files from the dev Nagios host 
to the production Nagios host to the DR Nagios host.

Both Check_MK's LiveStatus pages and SciTE understand regex searches.  
Unfortunately, they use different syntaxes, but once you get the hang of them 
they're invaluable.

> Any comments about FAN?

I don't know anything about FAN or any other Nagios configuration tools, but 
the moment you have to do something creative with your monitoring system will 
probably be the same moment you figure out it's not something automatic tools 
were programmed to cope with.  Might as well get comfy with the config files 
from the start.

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


Re: [CentOS] CentOS 7 will not run pre-installation script

2015-02-10 Thread Chris Beattie
On 2/9/2015 9:15 PM, g wrote:> 
> On 02/09/2015 05:10 PM, Mark LaPierre wrote:
>>
>> That's my plan too.  I figure that I'll try it when it gets to 7.3.
> 
> i thought it was better to use the even number revisions.

I think the even numbers advice only applies to Star Trek movies.

CentOS 7.3 will be usable, but 7.3.11 for Workgroups is where things will 
really take off.

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


Re: [CentOS] outside ssh connection from two different ISP's

2014-11-11 Thread Chris Beattie
On 11/11/2014 2:27 PM, Steve Clark wrote:
> Buy second NIC and then the original script Jack Baily provided would work.

I'm outside my area of expertise here, but is there a reason you couldn't fake 
a second network card by assigning two IP addresses to the one interface?

I recall that the OP had two routers on opposite ends of the same subnet.  If 
each router used its own subnet and everything was connected by a hub instead 
of a switch, then wouldn't the server know which way the packets needed to go 
out?  Or a switch that knows VLANs, but that might be needlessly complex.

I realize that means installing a hub instead of a second network card, so I'm 
just asking for my own edification.

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


Re: [CentOS] automated smtp server check

2014-11-05 Thread Chris Beattie
On 11/4/2014 2:36 PM, Frank Cox wrote:
> I would like to set up a cron job to automatically check whether my 
> mailserver and webserver are up, and tell me if they're not.
> 
> This script tells me if my webserver is up:
...
> How can I do the something similar with my mailserver?

How about a cron job that e-mails you the output of 'service httpd status' or 
equivalent?  You'll get a message that tells you if your web server is up or 
not.  If you don't get a message, your mail server is down!  (HHOS.)

Unless you're just collecting performance or availability metrics for reports, 
how you intend to be notified is something to consider.  It's trivial to have a 
web server's failing check result e-mailed to you, but you need an out-of-band 
notification method (an old Nokia phone attached to the serial port that emits 
an SMS message, for example) if your mail server is having difficulty.

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


Re: [CentOS] Systemd Adding Its Own Console To Linux Systems

2014-10-13 Thread Chris Beattie
On Mon, October 13, 2014 1:50 pm, Les Mikesell wrote:
> Being able to grab your existing desktop remotely with all open
> windows and long-running programs intact is a big plus, though - and
> you get that for free with NX or x2go.  Can you connect remotely to
> your VM host some other way if you aren't at the special desktop?

I didn't mean to imply that you use a multi-seat computer to get to a desktop 
served by a remote machine, though you could certainly do that if you wanted.  
Everyone still needs a machine to function as an endpoint for the remote 
desktop to be delivered to, though.  You use a multi-seat computer when you 
don't have enough computers to give everyone their own machine.

Like William Gibson said, "The future is already here - it's just not evenly 
distributed."  I have enough computers that I could make furniture out of them, 
but I'm sure there's some cash-strapped school district using donated hardware 
that would jump at the chance to have their computer lab serve ten students at 
a time instead of five.

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


Re: [CentOS] Systemd Adding Its Own Console To Linux Systems

2014-10-13 Thread Chris Beattie
On 10/13/2014 7:17 AM, Steve Clark wrote:> Yes but you have to be physically 
close to the main cpu. What about 
> distractions from other people sitting right next to you?
> Playing music, etc.

That's not all that different from modern cube farms.  You learn to tolerate or 
ignore other people, or more ideally, collaborate well with your closest 
co-workers.

Where I work, there are people sitting side-by-side at folding tables (business 
has picked up faster than physical facilities can keep up with).  In our case, 
they're all using zero clients and virtual desktops.  However, it's exactly the 
kind of setup where a multi-seat computer might make sense for other companies 
or schools that don't have our virtualization expertise.

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


Re: [CentOS] Centos laptop:: video cards

2014-10-08 Thread Chris Beattie
On 10/7/2014 10:24 AM, ken wrote:> The calculations John makes are valid as far 
as they go, valid for a
> screen with no applications/windows visible on it.  Every time a window
...
> In brief, a lot has to happen in addition to the simple rastorization of
> the screen that John describes, and so a video subsystem requires many
> times the amount of memory he suggests and number of discrete processor
> instructions his description would imply.

John is right.  Laptops with integrated Intel video controllers have all the 
video processing power necessary for just about anything short of heavy gaming 
or real-time professional-level image processing.

I run a virtual desktop infrastructure.  A typical VDI host here will be 
running around 30 virtual desktops with dual displays at around 30% CPU 
utilization on 16 cores.  Granted, you won't find those Xeons in any laptops, 
but those virtual desktops (running a full suite of business apps) AND their 60 
displays are being emulated entirely in software, and then the display output 
is compressed and sent to the user over Ethernet, yet the users do not 
experience the dreadful video performance you describe being the result of not 
having discrete graphics.

Also, each virtual desktop consumes about 3.5GB of memory (including its 
displays) on its host.  The display memory isn't allocated directly as a 
number, but as a resolution.  I seem to recall that it would take up to 128MB 
to support two 1920x1200 displays, however.

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


Re: [CentOS] Spacewalk? Local repo? Cache?

2014-09-30 Thread Chris Beattie
On 9/30/2014 3:14 PM, m.r...@5-cent.us wrote:> I hope you got a chuckle out of 
my final disclaimer - the quote from my
> ...late... wife.

It's a good one.  I had to go back and take a second look because I stopped 
reading at the double dashes, heh heh.

I don't know how the footer disappeared (Honestly, I despise them as much as 
anyone else!), but I figured one more message was worth the risk before I 
re-lurk.

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


Re: [CentOS] Spacewalk? Local repo? Cache?

2014-09-30 Thread Chris Beattie
On 9/29/2014 1:59 PM, Chris Beattie wrote:
> How do you all keep a dozen or more Linux boxes updated?

I just wanted to say thank you to everyone at once for the advice.  It's much 
appreciated.

I also wanted to apologize in advance to those who were injured by the legal 
text at the end of my previous message (I have no control over it.  It is 
mandatory on all outgoing messages AND the use of personal e-mail accounts is 
prohibited where I work.), because, well, you're just going to get offended 
again if you keep reading past the signature block separator.  We all know the 
legalese down there is worse than YouTube comments, which at least have a 
nonzero chance of being funny going for them.

Or, you need to try harder if you want to be as offended as the Cygwin mailing 
list is at these sorts of things.

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


[CentOS] Spacewalk? Local repo? Cache?

2014-09-29 Thread Chris Beattie
I have a mix of CentOS 5, 6, and now 7 servers at work.  There are enough of 
them now that it is starting to make sense for them to get updates from an 
internal source.

I've seen RHN Satellite in years past.  It looks like it may be a way to allow 
Windows admins here (familiar with WSUS) to update Linux boxes.  A local repo 
might be easier to set up, but (as with Spacewalk) it seems like we'd end up 
with a lot of packages we don't need.  A proxy and a sufficiently-large cache 
might do the trick if the first Linux box to get updates populates the cache 
which the files the others will need, but I haven't looked into this enough to 
see if there's even a way that works.

How do you all keep a dozen or more Linux boxes updated?

Thanks!
--
Chris
Nothing in this message is intended to make or accept an offer or to form a 
contract, except that an attachment that is an image of a contract bearing the 
signature of an officer of our company may be or become a contract. This 
message (including any attachments) is intended only for the use of the 
individual or entity to whom it is addressed. It may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, we hereby notify you that any use, 
dissemination, distribution, or copying of this message is strictly prohibited. 
If you have received this message in error, please notify us immediately by 
telephone and delete this message immediately.

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


Re: [CentOS] Centos 7 - AD authentication

2014-07-25 Thread Chris Beattie
On 7/25/2014 10:34 AM, Nux! wrote:
> This is very simple in the new CentOS 7:
> 
> realm join –client-software=sssd example.com -U mydomainadmin

I just tried it, and it really is MUCH simpler than it used to be.

I had to install realmd first, which actually told me what other packages I'd 
need that weren't actual dependencies (samba-common, oddjob, sssd, and a couple 
others).  Then I ran Nux!'s command.

I also needed to permit a user to log in (maybe because I didn't reboot), but 
the example in RH's integration guide (section 3.4) didn't work for me.  I 
figured out that "realm permit u...@domain.com" did the trick, and I could log 
in to the console as u...@domain.com or via ssh as u...@domain.com@hostname.

Two lines (not counting installing the packages) was all it took.

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


Re: [CentOS] Normalizing WAV files

2014-04-21 Thread Chris Beattie
On 4/20/2014 8:40 PM, Mark LaPierre wrote:> 
> Does anyone know of a tool in CentOS 6 that can normalize a directory
> full of WAV files that I can install without hosing up my system?

My go-to tool for batch processing audio files is sox 
(http://sox.sourceforge.net/).  I have it installed on a CentOS 5 box, but it's 
been there so long I don't remember how I got it there (except I know I didn't 
build it from source).

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


Re: [CentOS] Google Chrome

2013-11-22 Thread Chris Beattie
On 11/22/2013 11:29 AM, Phelps, Matt wrote:
> Most of us using CentOS/RHEL are in an "e"nterprise environment where
> that sort of thing just isn't allowed.
> 
> A supported, updated, secured version of chrome/chromium is essential
> for our CentOS environment, and I venture to guess many others'
> (including RHEL users).

What happens if there comes a time when Johnny's heavy wizardry isn't enough to 
keep Chrome running on CentOS?  Or if he just doesn't have time to do it?  The 
browser that you need won't run on the OS which you can't change.  You have a 
Kobayashi Maru scenario.  You can't win unless you can change the rules.

I do something similar, but in my case, I provide virtual machines loaded with 
older versions of Internet Explorer for QA testers.  The testers can't do any 
permanent damage to the VMs that the hypervisor won't fix when it reverts the 
VM after the tester logs off.  Meanwhile, the version of IE on the testers' 
main machines is kept up-to-date.

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


Re: [CentOS] Google Chrome

2013-11-22 Thread Chris Beattie
On 11/21/2013 11:40 AM, Darr247 wrote:
> On 2013-11-21 @14:41 zulu, Wes James scribed:
>> It is with the script on this page:
>>
>> http://chrome.richardlloyd.org.uk/
> 
> Be aware some on this list consider that script "criminal."

At what point does it become less hassle to spin up a virtual machine with a 
distro recent-enough to run the latest Chrome?  Virtualization is a wedge that 
puts more space between your rocks and your hard places.

Just for kicks, I downloaded a Chromium OS image and had it running in VMware 
Player in a few minutes.  It wasn't as snappy as a native install, but it was 
usable.  I could have signed in to Google and picked up my bookmarks if I'd 
wanted.

Having said that, I don't have any experience with either KVM or kidnapping 
libraries from other distros.  I don't know which is harder and/or more fun 
(depends on what you're looking to get out of the experience), but it might be 
an option.

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


Re: [CentOS] yum vs. freenx

2012-12-19 Thread Chris Beattie
On 12/19/2012 4:22 PM, Les Mikesell wrote:
> need yet another way to connect - I'm looking for something to either
> improve my memory (unlikely...) or to keep the freenx package update
> from breaking the connection in progress when I forget and run it
> there.

How about a shell alias for yum which prints a reminder about FreeNX and 
waits several seconds before starting yum to give you a chance to CTRl-C 
it first?

Having the alias detect whether you're within a FreeNX session before 
actually running yum would be a neat trick, but is beyond my ability to 
script (if it's even possible).

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


Re: [CentOS] KVM as a desktop

2012-08-28 Thread Chris Beattie
On 8/28/2012 11:12 AM, Les Mikesell wrote:
> I like to use freenx to host the desktop and the NX client to display
> it.  That should work regardless of whether the desktop is a VM or not
> and regardless of the OS or location of the display - and it wouldn't
> surprise me if it performs better than whatever the built-in KVM
> mechanism uses.   Even if you normally work locally, you may find it
> handy to be able to pick up the display from elsewhere with everything
> still running and have good performance.

Seconded.  I use freenx, too.  For me, it provides a better experience 
than VNC, Radmin, RDP, PCoIP (even on a zero client device), and 
whatever VMware uses when you open a console in vSphere Client.  That 
goes for speed and smoothness of display updates and even just copying 
and pasting text into the remote machine.


-- 
-Chris

Nothing in this message is intended to make or accept an offer or to form a 
contract, except that an attachment that is an image of a contract bearing the 
signature of an officer of our company may be or become a contract. This 
message (including any attachments) is intended only for the use of the 
individual or entity to whom it is addressed. It may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, we hereby notify you that any use, 
dissemination, distribution, or copying of this message is strictly prohibited. 
If you have received this message in error, please notify us immediately by 
telephone and delete this message immediately.

Thank you.

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


Re: [CentOS] Bug in Latest Adobe Flash Plugin

2012-06-20 Thread Chris Beattie
On 6/20/2012 12:31 PM, Keith Roberts wrote:
>
> Is there not a free alternative to Adobe's flash plugin
> please?
>

I haven't tried them myself, but I think both Gnash and Lightspark aim 
to be open source replacements for Adobe Flash.  I think one of them 
even works well enough to play YouTube video.

-- 
-Chris

Nothing in this message is intended to make or accept an offer or to form a 
contract, except that an attachment that is an image of a contract bearing the 
signature of an officer of our company may be or become a contract. This 
message (including any attachments) is intended only for the use of the 
individual or entity to whom it is addressed. It may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, we hereby notify you that any use, 
dissemination, distribution, or copying of this message is strictly prohibited. 
If you have received this message in error, please notify us immediately by 
telephone and delete this message immediately.

Thank you.

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


Re: [CentOS] Failing Network card

2012-06-20 Thread Chris Beattie
On 6/20/2012 9:34 AM, Gregory P. Ennis wrote:
>
> I have been chasing a problem with a pci-e TrendNet(TEG-ECTX) gigabit
> card.  After adding the card to a machine with a new Centos 6.2 install
> and naming it 'eth4' it works well for 6 to 12 hours and then fails.

Try moving the network card to a new slot, especially if you can swap 
the network card with another card which is known to work.  Also, try 
swapping the card into a spare server.

If the problem follows the network card, then the card is probably bad. 
  If a known-good card misbehaves in the slot where you previously had 
the network card, then the slot may be bad as well.

-- 
-Chris

Nothing in this message is intended to make or accept an offer or to form a 
contract, except that an attachment that is an image of a contract bearing the 
signature of an officer of our company may be or become a contract. This 
message (including any attachments) is intended only for the use of the 
individual or entity to whom it is addressed. It may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, we hereby notify you that any use, 
dissemination, distribution, or copying of this message is strictly prohibited. 
If you have received this message in error, please notify us immediately by 
telephone and delete this message immediately.

Thank you.

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