search for: axisml

Displaying 11 results from an estimated 11 matches for "axisml".

Did you mean: axis
2015 Feb 20
1
how to stop yum when networkmanager has broken resolv.conf?
Oh, and if you don't have killall installed, you can use: ps -ef | grep yum to get the pid and then use: kill -TERM pid or easier even is: kill -TERM `pid of yum` Chris On Fri, Feb 20, 2015 at 4:13 PM, Chris Stone <axisml at gmail.com> wrote: > try CTRL-Z to put that running process in your shell to sleep, then: > > bg 1 > > to put the process in the background. Then you can run: > > killall -TERM yum > > to kill all the yum processes. If that doesn't kill it after running a > c...
2015 Mar 09
6
Centos 6 - disabling IPv6 addressing
Sorry - that should be sysctl -w net.ipv6.conf.all.accept_ra=0 to disable that, not 1. Chris On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: > Try: > > sysctl -w net.ipv6.conf.all.accept_ra=1 > > to persist between boots, be sure to add this to your /etc/sysctl.conf > file. > > This should prevent the box from listening to any RA announcements. > > > Chris > > On Sun, Mar 8...
2015 Mar 09
1
Centos 6 - disabling IPv6 addressing
...; On 03/09/2015 01:15 AM, Chris Stone wrote: > >> Sorry - that should be >> >> >> sysctl -w net.ipv6.conf.all.accept_ra=0 >> >> to disable that, not 1. >> >> >> Chris >> >> >> On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: >> >> Try: >>> >>> sysctl -w net.ipv6.conf.all.accept_ra=1 >>> >>> to persist between boots, be sure to add this to your /etc/sysctl.conf >>> file. >>> >>> This should prevent the box from listening...
2015 Mar 09
0
Centos 6 - disabling IPv6 addressing
...rg] On Behalf Of Chris Stone Sent: Monday, March 09, 2015 01:15 AM To: CentOS mailing list Subject: Re: [CentOS] Centos 6 - disabling IPv6 addressing Sorry - that should be sysctl -w net.ipv6.conf.all.accept_ra=0 to disable that, not 1. Chris On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: > Try: > > sysctl -w net.ipv6.conf.all.accept_ra=1 > > to persist between boots, be sure to add this to your /etc/sysctl.conf > file. > > This should prevent the box from listening to any RA announcements. > > > Chris > > On Sun, Mar...
2015 Mar 09
0
Centos 6 - disabling IPv6 addressing
.... I am awaiting the start of the Centos7-arm work ;) On 03/09/2015 01:15 AM, Chris Stone wrote: > Sorry - that should be > > > sysctl -w net.ipv6.conf.all.accept_ra=0 > > to disable that, not 1. > > > Chris > > > On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: > >> Try: >> >> sysctl -w net.ipv6.conf.all.accept_ra=1 >> >> to persist between boots, be sure to add this to your /etc/sysctl.conf >> file. >> >> This should prevent the box from listening to any RA announcements. >>...
2015 Mar 09
1
Centos 6 - disabling IPv6 addressing
...> To: CentOS mailing list > Subject: Re: [CentOS] Centos 6 - disabling IPv6 addressing > > Sorry - that should be > > > sysctl -w net.ipv6.conf.all.accept_ra=0 > > to disable that, not 1. > > > Chris > > > On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: > >> Try: >> >> sysctl -w net.ipv6.conf.all.accept_ra=1 >> >> to persist between boots, be sure to add this to your /etc/sysctl.conf >> file. >> >> This should prevent the box from listening to any RA announcements. >>...
2015 Feb 20
3
how to stop yum when networkmanager has broken resolv.conf?
So, I'm getting an error where the network service and NetworkManager apparently don't agree on how to bring up vlans on bonded nics. Things come up if you 'ifup ..' manually. I thought I'd check if there were any updates, forgetting to fix what NetworkManger had done to /etc/resolv.conf and: http://centos.arvixe.com/7.0.1406/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout
2015 Mar 09
3
Centos 6 - disabling IPv6 addressing
On Fri, Mar 6, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > > On 03/06/2015 11:00 AM, Robert Moskowitz wrote: > >> >> >> On 03/06/2015 10:55 AM, Barry Brimer wrote: >> >>> >>> >>> IPV6INIT="no" >>>> >>>> But I am still getting a global IPv6 (and of course local scope).
2015 Feb 15
0
Updated Spam Assassin for CentOS 5...
I have these available: http://mirrors.axint.net/repos/axis/x86_64/spamassassin-3.4.0-1.x86_64.rpm http://mirrors.axint.net/repos/axis-source/spamassassin-3.4.0-1.src.rpm Chris On Sun, Feb 15, 2015 at 7:32 AM, Robert Heller <heller at deepsoft.com> wrote: > I am wondering about updating the version of Spam Assassin on my CentOS 5 > mail > server. The current version,
2015 Feb 20
0
how to stop yum when networkmanager has broken resolv.conf?
try CTRL-Z to put that running process in your shell to sleep, then: bg 1 to put the process in the background. Then you can run: killall -TERM yum to kill all the yum processes. If that doesn't kill it after running a couple of times, then use: killall -9 yum and that should do it. Chris On Fri, Feb 20, 2015 at 4:00 PM, Les Mikesell <lesmikesell at gmail.com> wrote: > So,
2015 Mar 09
0
Centos 6 - disabling IPv6 addressing
Try: sysctl -w net.ipv6.conf.all.accept_ra=1 to persist between boots, be sure to add this to your /etc/sysctl.conf file. This should prevent the box from listening to any RA announcements. Chris On Sun, Mar 8, 2015 at 10:55 PM, Ryan Wagoner <rswagoner at gmail.com> wrote: > On Fri, Mar 6, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com> > wrote: > > >