[CentOS] CnetOS 7, hostname, and rsyslogd

2016-05-05 Thread m . roth
A current system, but this has been happening since I built this box last fall: the system gets its name via DHCP, not from a hostname file. On reboot, such as after a yum update, it *appears* as though rsyslogd is started before the network is up, and so it doesn't have its hostname yet... so

Re: [CentOS] Copying a live system

2016-05-03 Thread m . roth
Chris Murphy wrote: > Anaconda live installs use this: > > rsync -pogAXtlHrDx --exclude /dev/ --exclude /proc/ --exclude /sys/ > --exclude /run/ --exclude /boot/*rescue* --exclude /etc/machine-id > /run/install/source/ /mnt/sysimage > Oh. Yeah. DEFINITELY --exclude /var/log/lastlog mark

[CentOS] Inconsistancy in RAID documentation

2016-05-03 Thread m . roth
On the wiki page for creating a mirrored root drive, at , it first tells you, in the install, to chose manual partitioning, and to leave at least 1M at the end of the drive and then it tells you to create the RAID 1 using /dev/sda

Re: [CentOS] C6 Firefox 45.1 segmentation faults

2016-05-03 Thread m . roth
Akemi Yagi wrote: > On Tue, May 3, 2016 at 9:34 AM, wrote: >> Akemi Yagi wrote: > >>> To add to your fun, let me present my wish list: >>> >>> mplayer-gui and libquicktime (latest version from PUIAS) and >>> mlt >= 0.9.4 >>> >> Ummm, NO. NOT the latter, under any

Re: [CentOS] C6 Firefox 45.1 segmentation faults

2016-05-03 Thread m . roth
Akemi Yagi wrote: > On Tue, May 3, 2016 at 12:11 AM, Nux! wrote: > >> - Original Message - >>> From: "Akemi Yagi" >>> To: "CentOS mailing list" >>> Sent: Tuesday, 3 May, 2016 01:32:55 >>> Subject: Re: [CentOS] C6 Firefox 45.1

Re: [CentOS] Copying a live system

2016-05-03 Thread m . roth
Timothy Murphy wrote: > I want to backup my current CentOS-7.2 system to another drive. > Is it safe to copy the system while it is running? > Eg by > mount /dev/sdb5 /mnt > rsync -HPaxvz /. /mnt/ > I've found contradictory advice on the web. Oh, I hit before I added several more things: First,

Re: [CentOS] Copying a live system

2016-05-03 Thread m . roth
Timothy Murphy wrote: > I want to backup my current CentOS-7.2 system to another drive. > Is it safe to copy the system while it is running? > Eg by > mount /dev/sdb5 /mnt > rsync -HPaxvz /. /mnt/ > I've found contradictory advice on the web. Yes. When we're cloning a system, such as a compute

Re: [CentOS] C6 Firefox 45.1 segmentation faults

2016-05-02 Thread m . roth
Nux! wrote: > This consistently crashes it, for testing: > http://dl.nux.ro/video/Organshiftpregnancy.mp4 > Datum: CentOS 6.7, under firefox, 38, it opened movie player, and it played. I just updated firefox, I'm on 45.1.0, and streaming media is working as before, and I clicked on the link, and

[CentOS] Semi-OT: awk

2016-04-29 Thread m . roth
This is odd, and annoying. CentOS 6, current. Here's my awk script: { room = substr($0, 48, 10); arr[$2,room,$1] = $0; } END { for ( i in arr ) { for ( j in arr[i] ) { for ( k in arr[i][j] ) { print arr[i][j][k]; } } } } And when I run it, it

[CentOS] OT, security: if you're in the US, and like your dentist, call them, *now*

2016-04-29 Thread m . roth
If you like your dentist, *call* them, today. , and the URL says it all - they mailed a card with a USB key... and some of them have malware, and Krebs says not all virus scanners can detect it mark "got off

Re: [CentOS] About mysql upgrade

2016-04-28 Thread m . roth
Lamar Owen wrote: > On 04/28/2016 08:45 AM, Sergio Belkin wrote: >> I've found some issues upgrading mysql, some people recommends run >> mysql_upgrade. I wonder why such a script is not run from scriptlet of >> mysql-server rpm. > Back in the Dark Ages of the PostgreSQL RPMset (PostgreSQL 6.5),

Re: [CentOS] Centos hold me back from work - sshd ...bull

2016-04-28 Thread m . roth
Valeri Galtsev wrote: > > On Thu, April 28, 2016 8:56 am, mdubend...@gmail.com wrote: >> The problem is not with your installation of CentOS, it is with the >> computer you are connecting from. Read the error log you pasted earlier, >> it tells you exactly what the problem is and how to remedy it:

Re: [CentOS] Apache/PHP Installation - opinions

2016-04-27 Thread m . roth
Valeri Galtsev wrote: > On Wed, April 27, 2016 10:29 am, m.r...@5-cent.us wrote: >> Alice Wonder wrote: >>> On 04/27/2016 01:21 AM, Brandon Vincent wrote: On Wed, Apr 27, 2016 at 1:10 AM, Rob Kampen >> wrote: > Sounds good, but how many domain MX servers

Re: [CentOS] Apache/PHP Installation - opinions

2016-04-27 Thread m . roth
Alice Wonder wrote: > On 04/27/2016 01:21 AM, Brandon Vincent wrote: >> On Wed, Apr 27, 2016 at 1:10 AM, Rob Kampen wrote: >>> Sounds good, but how many domain MX servers have set up these >>> fingerprint keys - 1%, maybe 2%, so how do you code for that? I guess I'm

Re: [CentOS] Bourne shell deprecated?

2016-04-27 Thread m . roth
Scott Robbins wrote: > On Tue, Apr 26, 2016 at 07:27:26PM -0700, Alice Wonder wrote: >> >> Some of the BSDs use to have a bourne shell and maybe some do, I don't know. >> > Yup. > >> bash is mostly compatible with bourne (can run most bourne scripts) which is why /bin/sh is a symlink to /bin/bash

Re: [CentOS] Semi-OT: very weird vi behaviour

2016-04-27 Thread m . roth
m.r...@5-cent.us wrote: > Richard wrote: >>> Date: Wednesday, April 27, 2016 13:43:00 + >>> From: "Vanhorn, Mike" >>> On 4/27/16, 9:39 AM, "centos-boun...@centos.org on behalf of >>> m.r...@5-cent.us" >> m.r...@5-cent.us>

Re: [CentOS] Semi-OT: very weird vi behaviour

2016-04-27 Thread m . roth
Richard wrote: >> Date: Wednesday, April 27, 2016 13:43:00 + >> From: "Vanhorn, Mike" >> On 4/27/16, 9:39 AM, "centos-boun...@centos.org on behalf of >> m.r...@5-cent.us" > m.r...@5-cent.us> wrote: >> >>> And now, I just >>>

[CentOS] Semi-OT: very weird vi behaviour

2016-04-27 Thread m . roth
This is weird. As in, *deeply* weird. I ssh as root from one box to another (there are keys involved), and I go to vi a file, such as # line 1 # # line 2 # # line 3 # line 4 And what I see in vi is # line 3 # line 4 BUT, if I scroll the cursor over each line with the arrow key... I see all four

[CentOS] username.pem

2016-04-26 Thread m . roth
Hi, folks, Our system gets/creates /var/lib/ssh-x509-auth/,pem, then deletes it when the log out. selinux (in permissive mode) complains. First, I changed the context to cert_t, and *now* it complains that ksh93 wants write, etc access on the directory. grep ssh-x509-auth

Re: [CentOS] [OT] disk utility showing message "the partition is misaligned by"

2016-04-22 Thread m . roth
Leon Fauster wrote: > Am 22.04.2016 um 12:40 schrieb g : >> centos 6.7 [current] >> 'disk utility' has started showing message; >> >> WARNING: The partition is misaligned by 2560 bytes. This may >> result in very poor performance. Repartitioning is suggested. >> for sdc5 -

Re: [CentOS] Dual boot C7 with Window 10

2016-04-19 Thread m . roth
Jerry Geis wrote: > Thanks... > I added the "insmod ntfs" re-ran config no boot... > I change the hd1 to hd3 re-ran config no boot... > This is what my partition table looks like. > # Start EndSize TypeName > 1 2048 534527260M EFI System

Re: [CentOS] how do I use only black ink? success

2016-04-18 Thread m . roth
Michael Hennebry wrote: > On Sun, 17 Apr 2016, Michael Hennebry wrote: > >> On Sun, 17 Apr 2016, Michael Hennebry wrote: >> >>> I have an HP Photosmart C3180 All-in-one. >>> As I haven't had any need for color lately, >>> when I last replaced ink, I only replaced the black cartridge. >>> It didn't

Re: [CentOS] Free Redhat Linux (rhel) version 7.2

2016-04-12 Thread m . roth
Peter Q. wrote: > it's sounds good! > > What about price? > On Apr 12, 2016 2:56 PM, "Lamar Owen" wrote: > >> You can get RHEL on Dell Precision mobile workstations. Laptops, just >> higher end. They're not outrageous, for business-class machines; they're more than

Re: [CentOS] Free Redhat Linux (rhel) version 7.2

2016-04-12 Thread m . roth
Valeri Galtsev wrote: > > On Tue, April 12, 2016 1:43 pm, Always Learning wrote: > > In US you can buy some laptops without MS Windows OS (read: with Linux, > most likely Ubuntu) from some small manufacturers... I believe, one I *think* you can buy Dell laptops with no o/s. mark

Re: [CentOS] Slow authentication on C7

2016-04-12 Thread m . roth
James Hogarth wrote: > On 12 Apr 2016 16:29, "Scott Robbins" wrote: >> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote: >> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze: > After various testing I ended up going with the Apache LDAP cache module > and doing

[CentOS] CentOS 7, selinux issue

2016-04-06 Thread m . roth
I'm seeing a lot of noise in the logs, to the effect of: setroubleshoot: SELinux is preventing /bin/ksh93 from write access on the directory /var/lib/ssh-x509-auth as well as others related to find, cat, etc on .pem's in that directory. Is this a policy bug, or just no policy covering this?

[CentOS] CentOS 7 annoyances

2016-04-06 Thread m . roth
So, tell me folks, when you've got a system that isn't coming all the way up, and you get to the grub2? dracut? shell, and you tell it to reboot, and it responds by telling you I'm sorry, Dave, I can't do that, "target is destructive", what are you *expected* to do, other than power cycle the damn

[CentOS] CentOS 7, rsync problem

2016-03-31 Thread m . roth
Oddity: rsync *should* be recursing, and dealing with very large number of files. It works, going from box a to box b. But when I try to back b up to c, it fails, 100%, complaining of "out of hashtable space [sender]". I've tried adding -r, and changing --delete to --delete-delay, and no joy. All

Re: [CentOS] CentOS-announce Digest, Vol 133, Issue 12

2016-03-25 Thread m . roth
Johnny Hughes wrote: > On 03/25/2016 08:39 AM, m.r...@5-cent.us wrote: >> centos-announce-requ...@centos.org wrote: >> >>> >>> Today's Topics: >>> >>>1. CESA-2016:0511 Critical CentOS 6 java-1.7.0-openjdk Security >>> Update (Johnny Hughes) >>>2. CESA-2016:0514 Important CentOS

Re: [CentOS] Odd behavior of a CentOS 7 box after repair of an external RAID

2016-03-25 Thread m . roth
Valeri Galtsev wrote: > On Fri, March 25, 2016 10:45 am, m.r...@5-cent.us wrote: >> Valeri Galtsev wrote: >>> On Fri, March 25, 2016 9:55 am, m.r...@5-cent.us wrote: I don't think I've seen this with CentOS 6 or 5, but I had to repair an external RAID box this morning. The server,

Re: [CentOS] Odd behavior of a CentOS 7 box after repair of an external RAID

2016-03-25 Thread m . roth
Valeri Galtsev wrote: > > On Fri, March 25, 2016 9:55 am, m.r...@5-cent.us wrote: >> I don't think I've seen this with CentOS 6 or 5, but I had to repair an >> external RAID box this morning. The server, running CentOS 7, has an >> LSI HBA card in it, and it's presented to the system as /dev/sdb.

[CentOS] Odd behavior of a CentOS 7 box after repair of an external RAID

2016-03-25 Thread m . roth
I don't think I've seen this with CentOS 6 or 5, but I had to repair an external RAID box this morning. The server, running CentOS 7, has an LSI HBA card in it, and it's presented to the system as /dev/sdb. I shut off the RAID controller, powered it off, did the repair, then plugged everything

Re: [CentOS] CentOS-announce Digest, Vol 133, Issue 12

2016-03-25 Thread m . roth
centos-announce-requ...@centos.org wrote: > > Today's Topics: > >1. CESA-2016:0511 Critical CentOS 6java-1.7.0-openjdk Security > Update (Johnny Hughes) >2. CESA-2016:0514 Important CentOS 6 java-1.8.0-openjdk Security > Update (Johnny Hughes) Hey, Johnny,

Re: [CentOS] C5 MySQL injection attack ("Union Select")

2016-03-24 Thread m . roth
John, John R Pierce wrote: > On 3/24/2016 7:48 AM, m.r...@5-cent.us wrote: >> We seem to be moving to postgresql. I find I do not like it - it's much >> more of a pain to work with than mysql is. Do you have any opinions >> about meria d/b? Are there improvements over the flaws you're aware >> of

Re: [CentOS] C5 MySQL injection attack ("Union Select")

2016-03-24 Thread m . roth
Valeri Galtsev wrote: > > On Thu, March 24, 2016 10:32 am, Alice Wonder wrote: >> On 03/24/2016 08:28 AM, m.r...@5-cent.us wrote: > Ok, do you have a link or two to info about that? Mark, you seemed to snip away the link to presentation on youtube :

Re: [CentOS] C5 MySQL injection attack ("Union Select")

2016-03-24 Thread m . roth
Valeri Galtsev wrote: > > On Thu, March 24, 2016 9:48 am, m.r...@5-cent.us wrote: >> Valeri Galtsev wrote: >>> On Wed, March 23, 2016 10:21 pm, Always Learning wrote: mysql Ver 14.12 Distrib 5.0.95, for redhat-linux-gnu (x86_64) using readline 5.1 >> > >>> Indeed. There are several

Re: [CentOS] C5 MySQL injection attack ("Union Select")

2016-03-24 Thread m . roth
Valeri Galtsev wrote: > On Wed, March 23, 2016 10:21 pm, Always Learning wrote: >> mysql Ver 14.12 Distrib 5.0.95, for redhat-linux-gnu (x86_64) using >> readline 5.1 > > Indeed. There are several flaws in how mysql handles data. This is why to Ok, do you have a link or two to info about that?

Re: [CentOS] Very odd issue w/ a CentOS 6 system

2016-03-23 Thread m . roth
Phil Wyett wrote: > On Wed, 2016-03-23 at 15:16 -0400, m.r...@5-cent.us wrote: >> Phil Wyett wrote: >> > On Wed, 2016-03-23 at 10:26 -0400, m.r...@5-cent.us wrote: >> >> >> > >> >> > What is the make/model of the card? >> >> lspci says: >> >> Brooktree Corporation Bt878 Audio Capture (rev 11) >>

Re: [CentOS] Very odd issue w/ a CentOS 6 system

2016-03-23 Thread m . roth
Phil Wyett wrote: > On Wed, 2016-03-23 at 10:26 -0400, m.r...@5-cent.us wrote: >> > >> > What is the make/model of the card? >> lspci says: >> Brooktree Corporation Bt878 Audio Capture (rev 11) >> > >> > Are you supplying options when loading the bttv module? >> >> On and off, I've been googling

Re: [CentOS] Very odd issue w/ a CentOS 6 system

2016-03-23 Thread m . roth
Hi, Phil, Phil Wyett wrote: > On Wed, 2016-03-23 at 10:26 -0400, m.r...@5-cent.us wrote: >> Phil Wyett wrote: >> > On Wed, 2016-03-23 at 09:20 -0400, m.r...@5-cent.us wrote: >> >> Now, this is one we have an issue with: it's got a bttv card, and >> >> motion running on it. It's a Dell PE R720.

Re: [CentOS] Very odd issue w/ a CentOS 6 system

2016-03-23 Thread m . roth
Phil Wyett wrote: > On Wed, 2016-03-23 at 09:20 -0400, m.r...@5-cent.us wrote: >> Now, this is one we have an issue with: it's got a bttv card, and motion >> running on it. It's a Dell PE R720. For some reason, it has never liked >> the card: 20 min after reboot, it says fatal bus error... but

[CentOS] Very odd issue w/ a CentOS 6 system

2016-03-23 Thread m . roth
Now, this is one we have an issue with: it's got a bttv card, and motion running on it. It's a Dell PE R720. For some reason, it has never liked the card: 20 min after reboot, it says fatal bus error... but nothing's wrong, and it runs just fine. Well, expect that we need to keep it on the

[CentOS] rpmbuild annoyance

2016-03-22 Thread m . roth
I'm building a package (rasmol, if you must know) from an srpm. It's an FC20 pkg, nothing older, but the software itself hasn't changed. So... I try the build, and it fails, telling me: gcc: %__global_ldflags: No such file or directory make: *** [rasmol] Error 1 Now, this isn't a brand-new

Re: [CentOS] CentOS 7, systemd, nmcli, wifi, oh, my...

2016-03-21 Thread m . roth
John R Pierce wrote: > On 3/21/2016 1:36 PM, m.r...@5-cent.us wrote: >> I've been googling, but haven't come up with a satisfactory answer to >> the question of how I permanently turn off wifi on a workstation or >> server (which are*all* hardwired). >> >> I see I can turn wifi off... but I don't

[CentOS] CentOS 7, systemd, nmcli, wifi, oh, my...

2016-03-21 Thread m . roth
I've been googling, but haven't come up with a satisfactory answer to the question of how I permanently turn off wifi on a workstation or server (which are *all* hardwired). I see I can turn wifi off... but I don't know that it's permanent. mark

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread m . roth
Glenn Pierce wrote: > Yes reinstall. I get you have to purchase a new instance for a time to > move over. I'd figure that they just move you to an instance that's already running a newer version of the o/s, giving you time to test for breakage. I really don't see them charging, except, possibly,

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread m . roth
Eero Volotinen wrote: > err. upgrades? > > You mean reinstall? As upgrading between major releases are not supported > in any way on centos / rhel and clones.. > Of course. Now, I haven't looked recently, but I do vaguely remember them telling me they were moving me to an upgraded system; my

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread m . roth
Glenn Pierce wrote: > I asked about upgrading once and got no reply. Does anyone have experience > of having a hosted centos upgraded on a virtual server. Would you usually > have to pay for a transition instance ? > I pay for my own hosting (5-cent.us) at hostmonster. They've done upgrades, and

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread m . roth
Glenn Pierce wrote: > To be fair its not highly sensitive info we are dealing with. > That doesn't matter. Do you drive a car that's leaking oil, and the engine check light has been on for months, and just put gas in, and not worry about adding more oil, or going to a mechanic? mark >

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread m . roth
Glenn Pierce wrote: > Will ask my boss :) We are hosted on memset so not so easy to update > > Thanks Um, wait a minute: you're hosted? And they haven't pushed you to 6 years ago? They haven't sent warnings that 5 was hitting eol? Who are they, please? I want to make sure that if someone asks me

Re: [CentOS] Centos and automatic update on server

2016-03-11 Thread m . roth
Sorry, accidentally got hit before I finished. m.r...@5-cent.us wrote: > Alessandro Baggi wrote: >> Hi list, I know that there are automatic update with yum-cron but never >> tried. >> In my experiences I never did automatic backup because if update was >> broken >> my installation will be

Re: [CentOS] Centos and automatic update on server

2016-03-11 Thread m . roth
Alessandro Baggi wrote: > Hi list, I know that there are automatic update with yum-cron but never > tried. > In my experiences I never did automatic backup because if update was > broken > my installation will be broken and I wait some time before apply update. > Today seems to be that automatic

Re: [CentOS] CentOS 7 and display managers

2016-03-11 Thread m . roth
Valeri Galtsev wrote: > On Fri, March 11, 2016 10:46 am, m.r...@5-cent.us wrote: >> Richard wrote: Date: Friday, March 11, 2016 11:33:57 -0500 From: m.r...@5-cent.us So, now that I've gotten that out, the KDE display manager, on the login screen, easily lets you choose

Re: [CentOS] CentOS 7 and display managers

2016-03-11 Thread m . roth
Richard wrote: > > >> Date: Friday, March 11, 2016 11:33:57 -0500 >> From: m.r...@5-cent.us >> >> So, now that I've gotten that out, the KDE display manager, on the >> login screen, easily lets you choose window managers. Gnome utterly >> refuses to consider such an idea. >> >> I've just yum

[CentOS] CentOS 7 and display managers

2016-03-11 Thread m . roth
Dear gnome developers - could you *possibly* be more anti-Unix? I mean, thanks *so* much for trying to turn Linux into Windows or Macs So, now that I've gotten that out, the KDE display manager, on the login screen, easily lets you choose window managers. Gnome utterly refuses to consider

Re: [CentOS] CentOS 7, ctrl-alt-bksp

2016-03-07 Thread m . roth
Fred Smith wrote: > On Mon, Mar 07, 2016 at 11:25:30AM -0500, m.r...@5-cent.us wrote: >> I've been googling, and looking at the CentOS wiki - which, btw, when I >> do a full search on "control-alt-backspace", gives me three pages... in >> Japanese, I think. >> >> How do I re-enable userspace

[CentOS] CentOS 7, ctrl-alt-bksp

2016-03-07 Thread m . roth
I've been googling, and looking at the CentOS wiki - which, btw, when I do a full search on "control-alt-backspace", gives me three pages... in Japanese, I think. How do I re-enable userspace restart X? mark ___ CentOS mailing list

[CentOS] kernel parm question: MPS? pcie_bus_safe

2016-03-04 Thread m . roth
I'm fighting a long-standing problem: we've got a Dell PE R720 with a BT878 card in it, running four surveillance cameras (it's a secure room). Since I put the card in, within 20-30 min, the box's little LCD screen goes orange, and complains "bus error" on the slot the card's in; I've moved it to

Re: [CentOS] OpenSSL Update - not a security update???

2016-03-02 Thread m . roth
One more voice on this: we actually run the yum security plugin, several times a week, and it does report things... and almost all our systems are CentOS. When I see something in there, just as when I see an announcement where there are updates marked important, and esp. critical, we roll them

Re: [CentOS] Any experiences with newer WD Red drives?

2016-03-01 Thread m . roth
Emmanuel Noobadmin wrote: > Might be slightly OT as it isn't necessarily a CentOS related issue. > > I've been using WD Reds as mdraid components which worked pretty well > for non-IOPS intensive workloads. > > However, the latest C7 server I built, ran into problems with them on > on a Intel C236

[CentOS] Problems with CentOS 7 and X w/ nvidia

2016-02-29 Thread m . roth
Ok, here's a bit more on the issues: I see in Xorg.0.log that it appears to have loaded the NVidia drivers I built from proprietary. But, and this may, or may not be significant, the user's home directory is, of course, NFS mounted. And his old machine that dies was running CentOS 5. Is it

[CentOS] Odd selinux complaints on new, fully updated CentOS 7

2016-02-29 Thread m . roth
Just installed 7.2, and I'm seeing this - is this a bug in the policy? ** SELinux is preventing systemd-readahe from add_name access on the directory .readahead.new. * Plugin catchall_labels (83.8 confidence) suggests *** If you want to allow

Re: [CentOS] CentOS 7.2, nouveau won't go away

2016-02-29 Thread m . roth
John Hodrien wrote: > On Mon, 29 Feb 2016, m.r...@5-cent.us wrote: >> >> Fully updated 7.2 system. I installed the correct proprietary NVidia >> driver (the user's expensive proprietary visualization software won't >> run with nouveau), I've put nouveau.modeset=0 >> rd.driver.blacklist=nouveau

[CentOS] CentOS 7.2, nouveau won't go away

2016-02-29 Thread m . roth
Hi, folks, Fully updated 7.2 system. I installed the correct proprietary NVidia driver (the user's expensive proprietary visualization software won't run with nouveau), I've put nouveau.modeset=0 rd.driver.blacklist=nouveau on the kernel line for grub2, and even yum removed the nouveau driver

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread m . roth
Alice Wonder wrote: > On 02/24/2016 06:06 AM, Alice Wonder wrote: >> On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: >>> Alice Wonder wrote: For those interested I have a working spec file for Bitcoin 0.12.0

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread m . roth
Alice Wonder wrote: > On 02/24/2016 06:04 AM, m.r...@5-cent.us wrote: >> Alice Wonder wrote: >>> For those interested I have a working spec file for Bitcoin 0.12.0 >>> >>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec >>> >>> I believe the only

Re: [CentOS] Bitcoin for CentOS 7

2016-02-24 Thread m . roth
Alice Wonder wrote: > For those interested I have a working spec file for Bitcoin 0.12.0 > > https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec > > I believe the only BuildRequires that isn't in CentOS/EPEL is > miniupnpc-devel but that's trivial to build as

[CentOS] CentOS 7, odd message from nfsdcltrack

2016-02-23 Thread m . roth
Is this normal, or a bug, perhaps a mismatch in two pieces (and this server was just updated late yesterday afternoon, and rebooted this morning): nfsdcltrack[12128]: sqlite_insert_client: insert statement prepare failed: table clients has 2 columns but 3 values were supplied mark

Re: [CentOS] CentOS install disable USB keyboard on Acer AXC 603G UW13

2016-02-23 Thread m . roth
Juan De Mola wrote: >>From: John Hodrien >>On Tue, 23 Feb 2016, Juan De Mola wrote: >> >>> CentOS 6 has problems printing when the Internet goes down. And 7 is >>> still untested for the software we are running on Linux. >> >>Not being funny, but where did you get that

Re: [CentOS] CentOS install disable USB keyboard on Acer AXC 603G UW13

2016-02-23 Thread m . roth
Juan De Mola wrote: > Hi. I am triying to set up CentOS 5 on an Acer AXC 603G UW13. The install > turn off my USB keyboard between /sbin/loader and the media check prompt > screen. > > What I can do to get the install working with the USB keyboard? > Simple question #1: why on earth are you

Re: [CentOS] CentOS 7, Xeon CPUs, not booting, [SOLVED], bug filed

2016-02-18 Thread m . roth
> What I did: > 1. in /etc/fstab, I changed LABEL= to /dev/sda* > 2. I did rebuild the initramfs with that. > That still didn't do it. > > Finally, I did this: from the grub2 boot menu, I edited the kernel line so > that instead of reading ... root=LABEL=/, it read root=/dev/sda3, and it > booted

Re: [CentOS] CentOS 7, Xeon CPUs, not booting, [SOLVED], bug filed

2016-02-18 Thread m . roth
Paul Heinlein wrote: > On Thu, 18 Feb 2016, m.r...@5-cent.us wrote: > >> This is happening on anything other than plain vanilla Dell servers. One >> R730, with dual Tesla cards, one R420, with a fibre card for a RAID >> device, it never switches root. All these systems have Xeons, not AMD >> CPUs.

[CentOS] CentOS 7, Xeon CPUs, not booting

2016-02-18 Thread m . roth
This is happening on anything other than plain vanilla Dell servers. One R730, with dual Tesla cards, one R420, with a fibre card for a RAID device, it never switches root. All these systems have Xeons, not AMD CPUs. We've had this with every one of the 327 kernels. In addition, it seems to

Re: [CentOS] slightly off-topic, RAID program for on-board SAS 2308-4i ?

2016-02-16 Thread m . roth
John R Pierce wrote: > On 2/16/2016 3:23 PM, Zube wrote: >> Does anyone know what program can be used to query the RAID status >> from the OS for an on-board LSI SAS 2308-4i? > > the 2308 isn't actually a megaraid, its a simple SAS HBA that has an > optional raid mode IF its flashed with IR

[CentOS] CentOS 7 workstation, mutter CRITICAL...

2016-02-11 Thread m . roth
A fully updated, just built last month, CentOS 7 workstation. The system has 16G of ram, and the real work is done on servers. I'm seeing a ton of complaints in the logs. Feb 10 18:06:00 gnome-session: (gnome-shell:3248): mutter-CRITICAL **: meta_window_raise: assertion

Re: [CentOS] heads up: /boot space on kernel upgrade

2016-02-11 Thread m . roth
Chris Murphy wrote: > Default boot volume on Fedora is 500M, with a kernel installonly_limit > of 3. So far this seems sufficient, even accounting for the "rescue > kernel" (which is really a nohostonly initramfs, which is quite a bit > larger than the standard hostonly initramfs used for numbered

Re: [CentOS] heads up: /boot space on kernel upgrade

2016-02-11 Thread m . roth
Devin Reade wrote: > I have a CentOS 6 machine that was initially installed as CentOS 6.4 > in May of 2013. It's /boot filesystem is 200M which, IIRC, was the > default /boot size at the time. > > The most recent kernel update (2.6.32-573.18.1.el6) fails because of > lack of space in /boot. The

Re: [CentOS] Utility to zero unused blocks on disk

2016-02-08 Thread m . roth
John R Pierce wrote: > On 2/8/2016 2:14 PM, Chris Murphy wrote: >> DBAN is obsolete. NIST 800-88 for some time now says to use secure erase >> or >> enhanced security erase or crypto erase if supported. >> >> Other options do not erase data in remapped sectors. > > the only truly safe way to

Re: [CentOS] Utility to zero unused blocks on disk

2016-02-08 Thread m . roth
Wes James wrote: > Is there a utility to zero unused blocks on a disk? > > CentOS 6.7/Ext4 > > I saw zerofree, but I’m not sure it would work on Ext4 or even work on > this version of CentOS. > I don't understand the point of doing this. If you want to sanitize the disk, use dban , which surely

Re: [CentOS] Utility to zero unused blocks on disk

2016-02-08 Thread m . roth
Chris Murphy wrote: > DBAN is obsolete. NIST 800-88 for some time now says to use secure erase > or enhanced security erase or crypto erase if supported. > > Other options do not erase data in remapped sectors. dban doesn't? What F/OSS does "secure erase"? And does it do what dban's DoD 5220.22-M

Re: [CentOS] Strange performance issue on CentOS 6.7 server

2016-02-03 Thread m . roth
Alfred von Campe wrote: > On Feb 3, 2016, at 16:13, Warren Young wrote: > >> A dying hard disk can do it. HDDs try to silently paper over I/O >> errors, but what they can’t hide is the time it takes to do this. If >> your HDD is constantly correcting errors at the oxide layer, it will be >>

Re: [CentOS] Latest version of kate editor

2016-02-03 Thread m . roth
James B. Byrne wrote: > On Tue, February 2, 2016 12:02, 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 >> recently

Re: [CentOS] CentOS 7, NSF, "feature" [SOLVED]

2016-02-03 Thread m . roth
Warren Young wrote: > On Feb 3, 2016, at 8:57 AM, m.r...@5-cent.us wrote: >> >> I also don't understand why you'd set as an out-of-the-box default >> that it should fail to come up if it can't resolve any export host, >> rather than default to coming up. > > You do it for the same reason you’d

Re: [CentOS] nfs stuck, don't know what processes to kill

2016-02-03 Thread m . roth
Dave Burns wrote: > On Tue, Feb 2, 2016 at 9:23 AM, wrote: > >> Dave Burns wrote: >> > My NFS server is up and other clients can access x. One particular >> client >> > can't. I tried to unmount the NFS share: >> > >> > [root@nfsclient ~]# umount -f /disk/x >> > umount2: Device

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

2016-02-03 Thread m . roth
Tim Dunphy wrote: > Hi all, > > I'm attempting to delete some directories and I want to be able to exclude > a directory called 'logs' from being deleted. > > This is my basic find operation (without the exclusion) > > # find . -type d |tail -10 > ./d20160124-1120-df8mfb/deployments >

Re: [CentOS] CentOS 7, NSF, "feature" [SOLVED]

2016-02-03 Thread m . roth
The issue: NFS fails to start in CentOS 7 if it cannot resolve any of a list of hosts. Well, my manager had to google to find the *truly* obscure solution that uses a deeply oddball syntax. In /usr/lib/systemd/system/nfs-server.service, you edit the following line so that it looks like this:

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

2016-02-03 Thread m . roth
Gordon Messmer wrote: > On 02/03/2016 10:11 AM, m.r...@5-cent.us wrote: >> find . -type d ! -name logs -prune > > That will prune all of the directories whose name is not "logs", > starting with "." > > So... not terribly useful. Right, but a) I think I tried using prune 20 years ago... and b) I

[CentOS] CentOS 7, NSF, "feature"

2016-02-02 Thread m . roth
In the last month, we've discovered a new, a, "feature" in the version of the version of NFS with CentOS 7: on startup, if it cannot resolve a given host, it dies. It does not continue on up, with all the other hosts it's exporting to, and just log a message. Is there a workaround, or a

Re: [CentOS] nfs stuck, don't know what processes to kill

2016-02-02 Thread m . roth
Dave Burns wrote: > My NFS server is up and other clients can access x. One particular client > can't. I tried to unmount the NFS share: > > [root@nfsclient ~]# umount -f /disk/x > umount2: Device or resource busy > umount.nfs: /disk/x: device is busy > umount2: Device or resource busy >

Re: [CentOS] CentOS 7, NSF, "feature"

2016-02-02 Thread m . roth
Ricardo J. Barberis wrote: > El Martes 02/02/2016, m.r...@5-cent.us escribió: >> In the last month, we've discovered a new, a, "feature" in the >> version of the version of NFS with CentOS 7: on startup, if it >> cannot resolve a given host, it dies. It does not continue on up, >> with all the

Re: [CentOS] NICs order

2016-02-01 Thread m . roth
Gordon Messmer wrote: > On 02/01/2016 07:00 AM, Leroy Tennison wrote: >> The issue here may be systemd > ... >> Web documentation at freedesktop.org says net.ifnames needs to be set to zero, I found just the opposite but if it doesn't work for you try both before giving up. > > Just to clarify:

Re: [CentOS] CentOS 7 and network printers: FYI

2016-02-01 Thread m . roth
Valeri Galtsev wrote: > > On Mon, February 1, 2016 9:17 am, m.r...@5-cent.us wrote: >> I got an email from a user that I'd just handed a new CentOS 7 >> workstation to, wondering where all the printers were. >> >> It took some investigation to find /etc/cups/cups-browsed.conf, and see, >> in it,

[CentOS] In A UEFI World, "rm -rf /" Can Brick Your System

2016-02-01 Thread m . roth
Excerpt: Running rm -rf / on any UEFI Linux distribution can potentially perma-brick your system. As a public service announcement, recursively removing all of your files from / is no longer recommended. On UEFI distributions by default where EFI variables are accessible via /sys, this can now

Re: [CentOS] In A UEFI World, "rm -rf /" Can Brick Your System

2016-02-01 Thread m . roth
John R Pierce wrote: > On 2/1/2016 2:07 PM, m.r...@5-cent.us wrote: >> John R Pierce wrote: >>> >wait. would deleting the inode/sys/(whatever) actually modify UEFI >>> >memory?sure, writing to those inodes could do all sorts of harm, >>> but deleting the inodes in the /sys filesystem, I'm

Re: [CentOS] In A UEFI World, "rm -rf /" Can Brick Your System

2016-02-01 Thread m . roth
John R Pierce wrote: > wait. would deleting the inode /sys/(whatever) actually modify UEFI > memory?sure, writing to those inodes could do all sorts of harm, but > deleting the inodes in the /sys filesystem, I'm not so sure this isn't a > tempest in a teapot so to speak. It's going to get

[CentOS] CentOS 7 and network printers: FYI

2016-02-01 Thread m . roth
I got an email from a user that I'd just handed a new CentOS 7 workstation to, wondering where all the printers were. It took some investigation to find /etc/cups/cups-browsed.conf, and see, in it, at the very bottom of the file: # NOTE: This file is not part of CUPS. You need to start & enable

Re: [CentOS] CentOS 7, 327 kernel still crashing

2016-01-29 Thread m . roth
Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: >> From: Wes James [mailto:compte...@me.com] >> > On Jan 27, 2016, at 1:47 PM, m.r...@5-cent.us wrote: >> > >> > I've just added the following to the CentOS bugtracker for CentOS-7 >> > 0009860. I admit to not being sure if it's the same issue,

Re: [CentOS] CentOS 7, 327 kernel still crashing

2016-01-29 Thread m . roth
Ok, more info. I've just looked at the rdsosreport from a 327 kernel, and the one from this morning, from the 229-20 kernel, and I see where they croak: [3.045600] lym.cit.nih.gov systemd[1]: Found device ST500NM0003-9ZM172 /. [3.045950] lym.cit.nih.gov systemd[1]: Starting File System

Re: [CentOS] CentOS 7, man

2016-01-27 Thread m . roth
Robert Nichols wrote: > On 01/27/2016 10:31 AM, m.r...@5-cent.us > wrote: >> This is... odd. >> >> From my workstation, where I'm directly logged in, if I ssh to any >> CentOS 7 box, as myself, and try to run man, it fails. >> Example 1: >> man dd >> man: >> cannot write to

Re: [CentOS] pmount

2016-01-27 Thread m . roth
Gordon Messmer wrote: > On 01/27/2016 08:11 AM, m.r...@5-cent.us wrote: >> my manager has me using >> pmount/pumount to mount the hard drives I'm putting in the eSATA drive >> bay for offline backups. Formerly, I used mount/umount, and when I >> umounted it, and walked downstairs, mostly, esp the

<    1   2   3   4   5   6   7   8   9   10   >