Re: [CentOS] How to move /var to another partition

2016-09-25 Thread Mike McCarthy, W1NR
ANTLY, especially if you are using the host system for other things. Mike ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Iptables not save rules

2016-09-13 Thread Mike
On Tue, 13 Sep 2016, TE Dukes wrote: -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of John R Pierce Sent: Sunday, September 11, 2016 10:44 PM To: centos@centos.org Subject: Re: [CentOS] Iptables not save rules On 9/11/2016 8:55 AM,

Re: [CentOS] Bind Vulnerability CVE-2016-2775

2016-09-01 Thread Mike Burger
775 Ouch! Affected Packages State PlatformPackage State Red Hat Enterprise Linux 5 bind97 Will not fix Red Hat Enterprise Linux 6 bindWill not fix Red Hat Enterprise Linux 5 bindWill not fix Red Hat Enterprise Linux 7 bindWill not fix -- Mike Bur

Re: [CentOS] tcpdump loses lots of packets

2016-08-14 Thread Mike Mohr
Capturing 10 gigabit traffic with no packet loss at line speed is difficult at best. Make sure that you've configured the IRQ affinity properly on the sending and receiving sides to start. On Aug 14, 2016 11:52 AM, "Gordon Messmer" wrote: > On 08/14/2016 03:20 AM,

Re: [CentOS] centos 7 :: cannot update

2016-08-13 Thread Mike
Does your /etc/yum.repos.d/ directory look at all similar? - -rw-r--r--. 1 root root 1.7K Dec 9 2015 CentOS-Base.repo -rw-r--r--. 1 root root 1.3K Dec 9 2015 CentOS-CR.repo -rw-r--r--. 1 root root 649 Dec 9 2015 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 290 Dec 9 2015

Re: [CentOS] OT: hardware, MegaRAID SAS 2008 (falcon)

2016-07-05 Thread Mike - st257
my and Astrophysics > Kavli Institute for Cosmological Physics > University of Chicago > Phone: 773-702-4247 > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailma

Re: [CentOS] [CENTOS ]IPTABLES - How Secure & Best Practice

2016-07-04 Thread Mike
flags (and any other rules), you could do > something like: > > -A Forward -p all -i LAN-NIC -o INET-NIC -j ACCEPT I'm definitely going to test a few different configurations. Your input is really appreciated; great nudge! Best regards, Mike ___ Cen

Re: [CentOS] [CENTOS ]IPTABLES - How Secure & Best Practice

2016-06-30 Thread Mike
Ned, Thank you very much for the response. Great example following through on the premise. It sounds like I need to have a better understanding of the traffic patterns on my network to know the optimal order for iptables filtering rules. My brief example - Premise: I want to limit outsiders

Re: [CentOS] [CENTOS ]IPTABLES - How Secure & Best Practice

2016-06-30 Thread Mike
On Wed, Jun 29, 2016 at 1:49 PM, Gordon Messmer wrote: > > By putting these rules first, before the "ESTABLISHED,RELATED" rule, you're > applying additional processing (CPU time) to the vast majority of your > packets for no reason. The "E,R" rule should be first. It

Re: [CentOS] for loop example

2016-06-09 Thread Mike Williams
lt;(cat file2 | tr "\n" " ") I'd never used the paste command before, so I tried the above oneliner out and it did not work on my system. It printed all of file1 followed by all of file2. An altered version of the paste command did work on my centos 7 system. paste -d' ' file1 file2 Assuming the OP example output was a typo and there should be a space between the contents of file1 and file2. Otherwise remove or change the -d' ' Mike ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] setting up auto logout in CentOS 6

2016-06-09 Thread Vanhorn, Mike
them to different values, and ‘gconftool-2 --get’ still shows the default values that I set in /etc/gconf/schemas/gnome-session.schemas. --- Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-77

[CentOS] setting up auto logout in CentOS 6

2016-06-08 Thread Vanhorn, Mike
g? Thanks! --- Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-775-5157 michael.vanh...@wright.edu ___ CentOS mailing list CentOS@centos

Re: [CentOS] Realtek 8111GR on C7

2016-06-03 Thread Mike McCarthy, W1NR
Realtek is "real" good about getting drivers for their chips into the kernels as soon as possible. They are one of the few vendors that I have never had a problem with built in support... Mike McCarthy On 06/03/2016 08:03 AM, Phil Manuel wrote: You can get the Linux driver

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Mike
On Mon, May 23, 2016 at 4:10 PM, James Hogarth wrote: > > > Using DIRECT bypasses all the zone and service stuff. > > Frankly if your going to DIRECT everything then you really are better off > masking (and removing) firewalld and installing iptables-service and just >

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Mike
The closest thing I could find to an iptables to firewalld conversion tool was Offline Configuation. The firewall-offline-cmd command was created to help setup firewall rules when Firewalld is not running. For instance, to open the tcp port 22, you would type in the /etc/sysconfig/iptables file:

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Mike
Thank you, Mr. Korren. I'll practice a few times and see if I can reproduce my original rule set. Best regards. On May 23, 2016 1:39 AM, "Barak Korren" wrote: > > > > If I'm understanding correctly, write out all rules in a bash terminal > and > > run them, and then do

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-22 Thread Mike
On Sun, May 22, 2016 at 11:55 PM, Barak Korren wrote: > בתאריך 23 במאי 2016 05:56,‏ > The syntax comes from the output of the 'iptables-save' command. > You can configure 'iptables' from the command line as you normally would > and then run > > iptables-save >

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-22 Thread Mike
On Sun, May 22, 2016 at 11:02 PM, Rob Kampen wrote: By default CentOS 7 uses firewalld and not iptables - check what is > enabled and running with > >systemctl status firewalld.service > systemctl reports: systemctl status firewalld.service ● firewalld.service

[CentOS] /etc/sysconfig/iptables syntax

2016-05-22 Thread Mike
The last two router/firewall servers I had used Slackware and Gentoo. I'm used to writing complete and explicit iptables rules; however, when I set up /etc/sysconfig/iptables in CentOS 7 my usual syntax is unusable. For example, I'm used to stating postrouting masquerade as: /usr/sbin/iptables

Re: [CentOS] Internal RAID controllers question

2016-05-08 Thread Mike Mohr
Speaking from experience (I cannot go into detail on this point), and as Digimer pointed out, LSI seems to be the only choice for enterprise level, large scale deployments. If your concern is extremely long term deployments with verifiable data recovery options, software RAID is the only option,

Re: [CentOS] Copying CentOS to new drive

2016-05-04 Thread Mike
On Wed, May 4, 2016 at 7:22 AM, wwp wrote: > Hello Timothy, > > > I personally would not copy FROM or TO running systems. Thus, > proceeding to the copy from a third (liveCD or not) system sounds good > to me. > Agreed. It appears others have had success doing so; but, I

Re: [CentOS] Any CentOS 6 Issues on Lenovo Y700?

2016-04-27 Thread Mike Mohr
Don't flame me, but I really recommend using Ubuntu on laptops. If you really want CentOS, you should go with version 7. Many new laptops won't work well with that either though. CentOS 6 only works well these days on older hardware or on virtual machines. On Apr 27, 2016 7:27 PM, "Brian Bernard"

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

2016-04-27 Thread Vanhorn, Mike
hat's going on with that one session? > > Mark It sounds as if, for some reason, in that one session, vi doesn’t know what your terminal settings are, so it’s in line editing mode (like ed or ex). I don’t have an explanation as to why it would only happen with that one session

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

2016-04-20 Thread Mike - st257
On Wed, Apr 20, 2016 at 12:50 PM, Mike - st257 <silvertip...@gmail.com> wrote: > On Sun, Apr 17, 2016 at 2:51 AM, Michael Hennebry < > henne...@web.cs.ndsu.nodak.edu> wrote: > >> >> I have an HP Photosmart C3180 All-in-one. >> As I haven't had any need fo

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

2016-04-20 Thread Mike - st257
) and there should be a drop down for color options (in the past I've set color, grayscale, black). Or you could use lpoptions https://bbs.archlinux.org/viewtopic.php?pid=955786#p955786 -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mai

Re: [CentOS-virt] KVM networking issue

2016-03-25 Thread Mike - st257
On Thu, Mar 24, 2016 at 4:30 PM, Kevin Ross <sede...@gmail.com> wrote: > Thanks, Mike. When running tcpdump on the VM I'm not seeing traffic > unless it's explicitly intended for that particular VM, so no traffic > between the other VMs is getting forwarded from the vi

Re: [CentOS-virt] KVM networking issue

2016-03-24 Thread Mike - st257
On Tue, Mar 22, 2016 at 1:57 PM, Kevin Ross <sede...@gmail.com> wrote: > Hi Mike, > > Thanks for the info. I'd rather run monitoring such as tcpdump from > the VM if possible and not the host as a simulation of a network > Then run tcpdump on the VM. Same command or co

Re: [CentOS-virt] KVM networking issue

2016-03-22 Thread Mike - st257
ea the network layout of your KVM set up for VMs either. Look at the XML for your VM to determine which interface it's tied to. -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS-virt mailing list CentOS-virt@centos.org https://lists.centos.org/mailman/listinfo/centos-virt

Re: [CentOS] Postfix Installed by default on CentOS 7 Minimal

2016-03-22 Thread Mike Burger
of the minimal install for any *nix server. While you may not use the system as an actual mail server, there are likely services and processes (cron jobs, etc) that will generate mail as part of their normal processing. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mi

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread Mike - st257
On Mon, Mar 21, 2016 at 1:17 PM, Mike - st257 <silvertip...@gmail.com> wrote: > I second Eero's comment, use a new IPSec daemon. > > Openswan was forked and became Libreswan. Paul, now a RH employee, was a > main developer for the Openswan project before he and others created th

Re: [CentOS] IPSec multiple VPN setups

2016-03-21 Thread Mike - st257
ore than one vpn connection (manually as this is a > > headless server) > > or is that not possible ? > > > > Thanks for any pointers > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mai

Re: [CentOS-virt] Networking in KVM

2016-03-19 Thread Mike - st257
irsh edit ' if you're comfortable editing > XML). An additional command to run to verify your Ethernet bridge(s) operation is: brctl show brctl show ~]# brctl show XX_br0 bridge name bridge id STP enabled interfaces XX_br0 8000.00151713fdbc no p1p1 vnet0 vnet1 vnet11 vnet12 vnet13 vnet1

Re: [CentOS] [OT] security bug with firefox and add-on

2016-03-09 Thread Mike - st257
s... > ...oh, wait. He does. THAT explains it! > -+- > in a world with out fences, who needs gates. > > CentOS GNU/Linux 6.7 > > tc,hago. > > g > . > > ___ > CentOS mailing list

Re: [CentOS] SOT: Can Fedora be installed from Live images?

2016-03-08 Thread Mike - st257
ogic is that > the newcomer will have the best chance of success with that one, and the > more experienced will go elsewhere. Their site, > https://getfedora.org/, shows server and workstation images for download. -- ---~~.~~--- Mike // SilverTip257 //

Re: [CentOS] centos7 :: ks.cfg :: customisation of sshd

2016-02-19 Thread Mike - st257
On Thu, Feb 18, 2016 at 1:49 PM, Gordon Messmer <gordon.mess...@gmail.com> wrote: > On 02/18/2016 10:27 AM, Mike - st257 wrote: > >> ( You forgot to escape the space before 6 in the first sed expression >> you provided. ) >> > > True, but you shouldn't ne

Re: [CentOS] centos7 :: ks.cfg :: customisation of sshd

2016-02-18 Thread Mike - st257
/' -e's/#PermitRootLogin\ yes/PermitRootLogin\ yes/' /etc/ssh/sshd_config Though I will note there is some sort of syntax error with the PermitRootLogin sed expression (present in the original you provided). I spent a moment looking at it and t

Re: [CentOS] USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)

2016-02-16 Thread Mike - st257
On Mon, Feb 15, 2016 at 6:52 PM, Warren Young <w...@etr-usa.com> wrote: > On Feb 15, 2016, at 10:34 AM, Mike - st257 <silvertip...@gmail.com> wrote: > > > > I have not yet found a USB-to-serial adapter detected as /dev/ttyACM1. > > Try /dev/ttyUSB0 ? > > Bot

Re: [CentOS] USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)

2016-02-15 Thread Mike - st257
I have not yet found a USB-to-serial adapter detected as /dev/ttyACM1. Try /dev/ttyUSB0 ? - Mike On Sat, Feb 13, 2016 at 10:14 AM, Robert Heller <hel...@deepsoft.com> wrote: > I sent this out about a week or so ago, but I have heard nothing. I am > *thinking* it is a SELINUX pr

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

2016-02-12 Thread Mike - st257
B. ( What a pain in the butt until I fixed it! ) -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] [SOLVED] Seeking Clarification CentOS 7 as Samba 4 Active Directory Domain Controller

2016-02-09 Thread Mike
I'm putting the Centos 7 repository Samba 4 packages on hold. Going to work with Samba 4 source with embedded heimdal. I see this suggested often on the samba mailing list. On Mon, Feb 8, 2016 at 3:41 PM, Mike <1100...@gmail.com> wrote: > I performed a Samba 4 Active Directo

Re: [CentOS] Seeking Clarification CentOS 7 as Samba 4 Active Directory Domain Controller

2016-02-09 Thread Mike
. This will be a good one to follow. Best regards, Mike On Tue, Feb 9, 2016 at 9:24 AM, James Hogarth <james.hoga...@gmail.com> wrote: > On 8 February 2016 at 20:41, Mike <1100...@gmail.com> wrote: > > > I performed a Samba 4 Active Directory Domain Controller insta

[CentOS] Seeking Clarification CentOS 7 as Samba 4 Active Directory Domain Controller

2016-02-08 Thread Mike
and provision a Samba4 AD DC. Which combination of repository packages did you use? Thanks for your help. Mike ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS-docs] Wiki Update - Aide Link

2016-02-02 Thread Mike Thompson
Thanks! On 02/02/2016 08:40 AM, Manuel Wolfshant wrote: > On 02/02/2016 04:27 PM, Mike Thompson wrote: >> Hello All, >> >> My username is MikeThompson >> >> The link to configure Aide at the bottom of this page: >> https://wiki.centos.org/HowTos/OS_Prot

[CentOS-docs] Wiki Update - Aide Link

2016-02-02 Thread Mike Thompson
https://highon.coffee/blog/security-harden-centos-7/ Would be happy to make the change, but hopefully the malicious URL can be taken down. Many thanks! Mike ___ CentOS-docs mailing list CentOS-docs@centos.org https://lists.centos.org/mailman/listinfo

Re: [CentOS] Just need to vent

2016-01-24 Thread Mike Williams
is a bad one, as far as I am concerned. I don't want my desktop or my laptop adapted to look and feel like a tablet or a smart phone. Having an interface that is designed for hardware that doesn't exist on the system I am using is pointless and annoying. Cheers, Mike On Sun, Jan 24, 2016 at 6:47 AM

Re: [CentOS] what browser plugin provides Quicktime on 7.2?

2016-01-06 Thread Mike - st257
nother FF profile [0] which you use just for Apple and modify the UA for it and it only. ;-) [0] http://kb.mozillazine.org/Shortcut_to_a_specific_profile -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] (OT) Computer seems to have died

2016-01-04 Thread Mike - st257
> is on but no beeps or anything spinning up. > >> > >> I have two of these Netvistas and had put on away when I upgraded one of > >> the machines. I pulled the HD from it and installed it in the other. > >> Same thng. I'm fairly certai

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread Mike - st257
pastebin. I appreciate the help. > > According to > > https://github.com/systemd/systemd/blob/master/src/sysv-generator/sysv-generator.c > though the journal (or syslog) should contain a Failed to create unit file > if it couldn't tra

Re: [CentOS] Re-booting into CentOS-7.2 - advice sought

2015-12-30 Thread Mike - st257
ki.debian.org/GrubReboot http://ariekanarie.nl/archives/211/remote-kernel-upgrade-with-debianubuntu-and-grub2 -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread Mike - st257
Consolidating my reply to both James and Gordon in one message. On Wed, Dec 30, 2015 at 2:38 AM, James Hogarth <james.hoga...@gmail.com> wrote: > On 30 Dec 2015 00:55, "Mike - st257" <silvertip...@gmail.com> wrote: > > > > On Tue, Dec 29, 2015

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-30 Thread Mike - st257
s an error on line 130 ... or line 133 of the pastebin -- which I already fixed. ;-) (I verified the typo against the contents of the RPM from LSI to be certain.) if ( "$rhel_ver" == "1" && "oel_ver" == "0" ) ; then should have been if ( "$rhel_ver&

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
> CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
On Tue, Dec 29, 2015 at 1:10 PM, Greg Bailey <gbai...@lxpro.com> wrote: > On 12/29/2015 10:13 AM, Mike - st257 wrote: > >> Hello CentOS List, >> >> I have a server that has SysV script supplied by a hardware manufacturer, >> which is not functioning pro

[CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
his problem? Thanks! -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
orking > ExecStart=/etc/lsi_mrdsnmp/lsi_mrdsnmpagent -c /etc/snmp/snmpd.conf > > [Install] > WantedBy=multi-user.target > > hth, > jlc I appreciate the effort. You took some of the fun out of it for me ... less for me to write. :-) -- ---~~.~~--- Mike // SilverTip25

Re: [CentOS] Systemd and systemd-sysv-generator

2015-12-29 Thread Mike - st257
On Tue, Dec 29, 2015 at 3:14 PM, Gordon Messmer <gordon.mess...@gmail.com> wrote: > On 12/29/2015 09:13 AM, Mike - st257 wrote: > >> ~]# /etc/init.d/lsi_mrdsnmpd start >> Reloading systemd: [ OK ] >> Starting lsi_mrdsnmpd (vi

Re: [CentOS] firewalld services

2015-12-28 Thread Mike - st257
e" so I had to use 161/udp ... but it was a small thing. ;-) > > But I want to use the standard files. Perhaps because they are there. > Have I missed how some are handled? > I don't think you have. I was curious some weeks ago at the time, but had my solution with port-based a

Re: [CentOS] does centos have this grub2 issue?

2015-12-20 Thread Mike - st257
On Thu, Dec 17, 2015 at 1:41 PM, Wes James <compte...@me.com> wrote: > > > On Dec 17, 2015, at 11:29 AM, Mike - st257 <silvertip...@gmail.com> > wrote: > > > > On Thu, Dec 17, 2015 at 1:19 PM, Wes James <compte...@me.com> wrote: > &

Re: [CentOS] does centos have this grub2 issue?

2015-12-17 Thread Mike - st257
.centos.1 - Add patch to fix grub password path ( hughesjr ) changelog stats. 1 pkg, 1 source pkg, 1 changelog -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] does centos have this grub2 issue?

2015-12-17 Thread Mike - st257
On Thu, Dec 17, 2015 at 1:29 PM, Mike - st257 <silvertip...@gmail.com> wrote: > > On Thu, Dec 17, 2015 at 1:19 PM, Wes James <compte...@me.com> wrote: > >> I saw this today: >> >> >> http://linux.slashdot.org/story/15/12/16/040223/0-day-grub2-authe

Re: [CentOS] Fedora change announcements [was Re: wifi on servers and fedora [was Re: 7.2 kernel panic on boot]]

2015-12-11 Thread Mike - st257
> CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how do I download pictures from a dumb phone?

2015-12-01 Thread Mike - st257
email address. Same goes for text messages. I've used BitPim in the past with some success. I don't believe I've ever used BitPim on CentOS though. For a few pictures, simply send picture messages to your email address. -- ---~~.~~--- Mike // SilverTip257 // __

Re: [CentOS] firewalld being stupid

2015-11-17 Thread Mike
On Nov 17, 2015 12:11 PM, <m.r...@5-cent.us> wrote: > tell me progress, and final result. You'd think they were an old New > Englander. > > mark, ayu' _ Totally hilarious. Thanks for ma

Re: [CentOS] CentOS7 and "ip link alias"

2015-11-09 Thread Mike - st257
On Sun, Nov 8, 2015 at 7:52 AM, Jonathan Billings <billi...@negate.org> wrote: > On Nov 2, 2015, at 2:40 PM, Mike - st257 <silvertip...@gmail.com> wrote: > > But when I try to remove it, I'm either trying to do something _actually_ > > not supported or I don't have the

Re: [CentOS] safest way to grow a LV under VMware ESXi5.5

2015-11-07 Thread Mike - st257
/initdisks.html [1] http://unix.stackexchange.com/questions/76588/what-is-the-best-practice-for-adding-disks-in-lvm [2] http://serverfault.com/questions/439022/does-lvm-need-a-partition-table -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list

Re: [CentOS] CentOS7 and "ip link alias"

2015-11-07 Thread Mike - st257
On Wed, Nov 4, 2015 at 12:45 PM, Gordon Messmer <gordon.mess...@gmail.com> wrote: > On 11/04/2015 05:16 AM, Mike - st257 wrote: > >> But when I try to remove it, I'm either trying to do something_actually_ >> >not supported or I don't have the proper syntax t

Re: [CentOS] CentOS7 and "ip link alias"

2015-11-04 Thread Mike - st257
Thoughts please? Thanks, - Mike On Mon, Nov 2, 2015 at 2:40 PM, Mike - st257 <silvertip...@gmail.com> wrote: > Hello List, > > After demystifying the cause for my /sbin/ifup-local not being executed by > network scripts for an Ethernet interface (don't let NetworkManager co

Re: [CentOS] Changing the centos name on boot

2015-11-02 Thread Mike - st257
ng list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > > -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS7 and "ip link alias"

2015-11-02 Thread Mike - st257
,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT qlen 1000 link/ether 00:22:19:1e:a2:5b brd ff:ff:ff:ff:ff:ff alias hit ~]# ip link delete dev eno1 alias "hit" RTNETLINK answers: Operation not supported Thoughts? It's mildly annoying at most. -- ---~~.~

Re: [CentOS] CentOS7 - Serial Console and Flow Control

2015-10-22 Thread Mike - st257
<lo...@pari.edu> wrote: > On 10/15/2015 03:05 PM, Mike - st257 wrote: > >> Would anyone be so kind as to share their experience? >> What has worked for your BMC/SoL configurations? >> > I have a C7 server with a physical RS-232 console, but the config should > be

Re: [CentOS] CentOS7 - Serial Console and Flow Control

2015-10-21 Thread Mike - st257
On Fri, Oct 16, 2015 at 10:09 AM, <m.r...@5-cent.us> wrote: > Mike - st257 wrote: > > On Thu, Oct 15, 2015 at 5:50 PM, <m.r...@5-cent.us> wrote: > >> Mike - st257 wrote: > > >> > My servers have BMC with Serial over LAN support. In C5 and C6, I

Re: [CentOS] centos wiki strangeness.

2015-10-20 Thread Mike - st257
ty to make or modify > the terms of any contract. > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] snmpd exec issue

2015-10-19 Thread Mike - st257
in 6.2 according to the info at URL [4]. You're using C6.7 and not 6.6 or earlier, right? -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS7 - Serial Console and Flow Control

2015-10-16 Thread Mike - st257
On Thu, Oct 15, 2015 at 5:50 PM, <m.r...@5-cent.us> wrote: > Mike - st257 wrote: > > Hello List, > > > > I'm ironing out details to upgrade a few systems to CentOS7. > > > > My servers have BMC with Serial over LAN support. In C5 and C6, I > determined

Re: [CentOS] CentOS7 - Serial Console and Flow Control

2015-10-16 Thread Mike - st257
I started to compose this message, then got busy with other work... Hopefully I'll have better details by the end of today. Thanks Lamar! On Thu, Oct 15, 2015 at 3:54 PM, Lamar Owen <lo...@pari.edu> wrote: > On 10/15/2015 03:05 PM, Mike - st257 wrote: > >> Would anyone be s

[CentOS] CentOS7 - Serial Console and Flow Control

2015-10-15 Thread Mike - st257
tion/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sec-GRUB_2_over_Serial_Console.html [4] https://lists.centos.org/pipermail/centos/2014-October/146719.html -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.

Re: [CentOS] vino-server on Centos 6.7

2015-10-09 Thread Mike - st257
gt; > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.c

Re: [CentOS] vino-server on Centos 6.7

2015-10-09 Thread Mike - st257
session) remain freeze, close the connection and >> now i can not >> do a new connection, i remain out. >> >> i must wait the next Monday when i back to office or i can do something >> through ssh? >> > > You can re-enable it over ssh. As Mike very nearly suggested: &g

Re: [CentOS] [OT] linux on a PPC (mac mini)

2015-09-15 Thread Mike - st257
mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > > -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-10 Thread Mike
On Thu, 10 Sep 2015, Kanwar Ranbir Sandhu wrote: On 2015-09-09 14:21, Mike wrote: Yep, I have it working. It's been almost 6 months since I set it up so don't recall many details other than it was NOT trivial :). Have only used alpine and thunderbird clients, both work fine. I wonder

[CentOS] CUPS not generating a printcap file

2015-09-09 Thread Vanhorn, Mike
printers over and over and it still doesn't generate the printcap file. Is this a known issue, or is there some way that CentOS is blocking this from happening? --- Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ

Re: [CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-09 Thread Mike
I set it up so don't recall many details other than it was NOT trivial :). Have only used alpine and thunderbird clients, both work fine. -- Mike ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] rsync question

2015-09-07 Thread Mike
I tried your rsync command and it worked on my LAN over ssh. The following was placed in the destination directory: drwxr-x--- 2 root smmsp 4.0K Jul 28 21:05 named/ -rw-r- 1 root smmsp 1.6K Oct 30 2013 named.conf -rw-r--r-- 1 root smmsp 2.4K Jul 28 21:05 named.iscdlv.key -rw-r- 1

Re: [CentOS] virt-install message regarding Spice and TLS

2015-09-04 Thread Mike - st257
On Thu, Sep 3, 2015 at 11:56 AM, Leonard den Ottolander < leon...@den.ottolander.nl> wrote: > On Thu, 2015-09-03 at 09:53 -0400, Mike - st257 wrote: > > Any other thoughts? :-/ > > I can't be the only person that wants to use Spice with out TLS for some > > testing/la

Re: [CentOS] virt-install message regarding Spice and TLS

2015-09-03 Thread Mike - st257
On Wed, Sep 2, 2015 at 1:59 PM, Leonard den Ottolander < leon...@den.ottolander.nl> wrote: > Hello Mike, > > On Wed, 2015-09-02 at 13:05 -0400, Mike - st257 wrote: > > I've been through the virt-install manpage a few times now to no avail. > > What is wrong with

[CentOS] virt-install message regarding Spice and TLS

2015-09-02 Thread Mike - st257
in qemu.conf Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start blahhost otherwise, please restart your installation. -- ---~~.~~--- Mike // SilverTip257

Re: [CentOS] [OT] GNU bc base conversion

2015-08-31 Thread Mike - st257
On Mon, Aug 31, 2015 at 11:15 AM, Warren Young <w...@etr-usa.com> wrote: > On Aug 31, 2015, at 6:55 AM, Mike - st257 <silvertip...@gmail.com> wrote: > > > > I suppose my only options for this are to use shell functions or write a > > script using a language tha

Re: [CentOS] [OT] GNU bc base conversion

2015-08-31 Thread Mike - st257
On Mon, Aug 31, 2015 at 12:50 PM, Gordon Messmer <gordon.mess...@gmail.com> wrote: > On 08/31/2015 05:55 AM, Mike - st257 wrote: > >> I'm not an expert in bc, so I might be wrong, but it looks like setting >>>> >>> >the ibase inside a function

Re: [CentOS] [OT] GNU bc base conversion

2015-08-31 Thread Mike - st257
On Mon, Aug 31, 2015 at 1:06 PM, Warren Young <w...@etr-usa.com> wrote: > On Aug 31, 2015, at 10:05 AM, Mike - st257 <silvertip...@gmail.com> wrote: > > > > On Mon, Aug 31, 2015 at 11:15 AM, Warren Young <w...@etr-usa.com> wrote: > > > >> ibase=

Re: [CentOS] [OT] GNU bc base conversion

2015-08-31 Thread Mike - st257
On Fri, Aug 28, 2015 at 4:14 PM, Warren Young <w...@etr-usa.com> wrote: > On Aug 28, 2015, at 9:50 AM, Gordon Messmer <gordon.mess...@gmail.com> > wrote: > > > > On 08/28/2015 07:15 AM, Mike - st257 wrote: > >> Thoughts as to why my BC functions are

Re: [CentOS] CentOS7 KDE - post-boot splash screen

2015-08-31 Thread Mike - st257
On Sat, Aug 29, 2015 at 9:35 AM, Johnny Hughes <joh...@centos.org> wrote: > On 08/24/2015 06:00 PM, Mike - st257 wrote: > > On Mon, Aug 24, 2015 at 5:55 PM, Mike - st257 <silvertip...@gmail.com> > > wrote: > > > >> > >> On Mon, Aug 17, 2015 at 7

Re: [CentOS] camgirl spam on the list

2015-08-31 Thread Mike - st257
__ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] [OFFTOPIC] integrated LSI 3008 :: number of hdd support

2015-08-30 Thread Mike Mohr
In my experience the mass market HBAs and RAID cards typically do support only 8 or 16 drives. For the internal variety in a standard rack-mount server you'll usually see either 2 or 4 iPass cables (each of which support 4 drives) connected to the backplane. The marketing material you've

[CentOS] [OT] GNU bc base conversion

2015-08-28 Thread Mike - st257
=A; ibase=16; AB | bc 171 ]$ grep hex_to_dec ~/.bcrc define hex_to_dec(h) { obase=A; ibase=16; return h; } -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS7 KDE - post-boot splash screen

2015-08-24 Thread Mike - st257
On Mon, Aug 17, 2015 at 7:05 AM, Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr wrote: On 08/17/2015 04:19 AM, Mike - st257 wrote: Hello List Members, I decided to install C7 KDE on a workstation for a friend of mine. Works great, but the post-boot KDE splash screen (light blue and has

Re: [CentOS] CentOS7 KDE - post-boot splash screen

2015-08-24 Thread Mike - st257
On Mon, Aug 24, 2015 at 5:55 PM, Mike - st257 silvertip...@gmail.com wrote: On Mon, Aug 17, 2015 at 7:05 AM, Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr wrote: On 08/17/2015 04:19 AM, Mike - st257 wrote: Hello List Members, I decided to install C7 KDE on a workstation for a friend

Re: [CentOS-docs] Markup for commands

2015-08-19 Thread Mike - st257
-docs -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS-docs mailing list CentOS-docs@centos.org http://lists.centos.org/mailman/listinfo/centos-docs

[CentOS] CentOS7 KDE - post-boot splash screen

2015-08-16 Thread Mike - st257
the system go straight to the login screen (where user names are listed). Can that be done? Here's to hoping a KDE user or two on this list knows a solution. ;-) Thanks! -- ---~~.~~--- Mike // SilverTip257 // ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS-virt] Live migration using shared storage in different networks

2015-07-06 Thread Mike - st257
a bridge on your Storage node that includes both 10Gbit NICs going to your KVM hosts? That way you put a single IP address on the bridge and it is accessible (because it's bridged) to both KVM hosts. And less need for a 10Gbit switch (just yet). -- ---~~.~~--- Mike // SilverTip257

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-30 Thread Mike
On Tue, Jun 30, 2015 at 12:55 PM, Warren Young w...@etr-usa.com wrote: On Jun 29, 2015, at 6:50 PM, Mike 1100...@gmail.com wrote: rsync -aAXHx -e 'ssh’ -e ssh has been the default in rsync for a very long time. I believe the newest CentOS where -e defaults to rsh instead is CentOS 3

<    1   2   3   4   5   6   7   >