Displaying 20 results from an estimated 600 matches similar to: "CentOSPlus kernel (Was: Centos 6 Update?)"
2020 Aug 11
3
ipv6 NAT; accept_ra errors and about network choice
Hello,
Firstly THANK YOU for the IPv6 NAT support merged in 6.5. It has been
almost impossible to get IPv6 into a VM on a laptop that switches
between wifi and wired (dock) connections, because you can not add a
wifi interface to a bridge. I know NAT is against the IPv6 end-to-end
xen but it makes this "just work" for the vast majority of people like
me who need to ssh/curl/talk to
2020 Apr 28
3
Diagnosing IPv6 routing
I just got 50 Mbps symmetric fiber from AT&T and it includes a /56 of IPv6
addresses, replacing a much slower ADSL line. I never tried to get IPv6
working on the old connection. I'm using CentOS 7 as a gateway and it's
worked great for several versions for IPv4.
I'm not seeing any IPv6 default route on the WAN interface. I suspect I'm
not getting route announcements. I
2015 Feb 28
4
Update
I do not working with ipv6, I have disable, but I have the same error, I
can read in internet that this ipv6 ip 2001:638:603:d06e::80:230: belong
to url samba.org....
If I try to connect to this url using some navegator I connected
perfect....but when I run git pull using command line I can not connect..
> Am 28.02.2015 um 15:37 schrieb sandy.napoles at eccmg.cupet.cu:
>> Hello list,
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
2017 Mar 21
2
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
Used steps on sysctl from?Centos7 FAQ (https://wiki.centos.org/FAQ/CentOS7)?and some gathered on internet
# cat /etc/sysctl.d/90-disable_ipv6.conf?
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.eth0.disable_ipv6=1
net.ipv6.conf.eth1.disable_ipv6=1
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.all.accept_ra=0
2009 Apr 21
4
RELENG_7 crash
The box has a fairly heavy UDP load. Its RELENG_7 as of today and
took 3hrs for it to dump core.
Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 01
fault virtual address = 0x68
fault code = supervisor read, page not present
instruction pointer = 0x20:0xc0637146
stack pointer = 0x28:0xe766eaac
frame pointer = 0x28:0xe766eb54
code segment
2020 Aug 17
1
Re: ipv6 NAT; accept_ra errors and about network choice
Hi,
Sorry for the delay.
On Tue, 11 Aug 2020 23:52:46 -0400
Laine Stump <laine@redhat.com> wrote:
> On 8/10/20 11:23 PM, Ian Wienand wrote:
> > Hello,
> >
> > Firstly THANK YOU for the IPv6 NAT support merged in 6.5. It has been
> > almost impossible to get IPv6 into a VM on a laptop that switches
> > between wifi and wired (dock) connections, because
2010 Feb 01
8
monitoring a workstation
Hi,
I need to monitor a workstation (Centos 5 x86_64).
I need to obtain informations about :
- cpu utilization per user, per a period, how many days per user,
Any ideas about a good and simple free tool ?
Regards.
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute
2005 Mar 07
1
why iriver's ifp series with limitation on ogg/vorbis support
Hi all, I buy a iriver's ifp-880 portable player, it only can
play ogg file with bitrate 96kbps-325kbps. I know that
the higher bitrate of file, the more cpu cycles to comsume in most case.
For beyond 325kbps,I guess the chip (pnx0101) can't realtimely decode.
But for ogg file below 96kbps, the cpu performance maybe isn't the bottleneck,
and I suspect because of the limitation of
2009 Sep 07
1
how to implement java in firefox ?
Hi,
I have some pb for running java on my system with Firefox 3.0.12
System centos 5.3 - kernel 2.6.18-128 x86_64
When I tested my java config on http://www.java.com/en/download/installed.jsp?detect=jre&try=1 I have always the message that plugin missed : Java Runtime Environnemtn is not present.
What I need to do for implemented full java in firefox ?
Regards.
Rachid Mokrani
2008 Jul 29
3
ipfw "bug" - recv any = not recv any
I hesitate to call this a "bug" as I don't know all the history behind
the ipfw2 decisions, so let me toss this out there and see I'm just
missing something.
Overview
========
The negated operator, "not recv any" was taken to mean "any packet never
received by an interface" believed to be equivalent to "any packet that
originated on the current
2009 Sep 04
2
drivers for 3G card
Hi,
I'm looking drivers or some build rpms for use ? 3G pcmcia card on my laptop.
OS : CentOS 5.3 with 2.6.18-128 kernel x86_64
My card is a Vodaphone model E3730
A wiki or any informations will be very appreciated.
Regards.
Rachid Mokrani - http://www.ifp.fr <http://www.ifp.fr/>
P avant d'imprimer, pensez ? l'environnement
before printing, think
2003 Nov 24
2
1.8.1 and subsetting dataframes
I've encountered something that didn't arise using earlier versions of
R (Linux).
A dataframe is created and new columns added to it by doing
calculations using apply with various functions on some of the
original columns. It's somewhat too involved to give a toy example
that's reproducible. However, the resulting phenemonon can be
characterised by the following:
Browse[1]>
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).
2010 Dec 05
2
CMENU file handling problems.
I'm writing something that's based on Murali Krishnan Ganapathy's CMENU
system,
except mine's driven by a menu.txt file that I supply (mostly so I can
edit the
menu.txt wherever I happen to be and so I won't need a syslinux build
environment
everytime the menu structure changes).
I'm able to build up menus that do what I expect, so that's good.
However, I want to be
2006 Oct 03
2
DELL M90 wifi - CentOS 4.4
Hi,
I received ? Dell laptop M90. The wifi card is not reconized. (Intel 3945ABG)
I'm using CentOS 4.4 - kernel 2.6.9
I saw some solutions on the web but I need to change the kernel.
http://ipw3945.sourceforge.net/
Is there a solution to make this card working with the same kernel ?
Regards.
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est
2015 Mar 09
1
Centos 6 - disabling IPv6 addressing
How about, in your /etc/sysconfig/network file adding or editing the line
for IPV6 to be:
NETWORKING_IPV6=no
and then try a 'service network restart' and see what you get.
Chris
On Mon, Mar 9, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com>
wrote:
> No change after running this and trying both:
>
> system network restart
>
> ifdown eth0; ifup eth0
2016 Mar 04
2
ipv6 default route from somewhere
I have been gradually moving more tinc servers over to ipv6 addresses
on the tinc 1.1 branch.
Tinc is inserting a default route for ipv6 for some reason...
default via 2600:3c01:e030:f2::1 dev tinc6 proto static metric 950
pref medium
In my case the default route supplied by ra is still the correct
thing, but I don't see where in the code tinc is inserting this route
from.... which, as
2004 Jun 21
1
iRiver iFP-790 and its Ogg Vorbis support
Does anyone have the iRiver iFP-790 player (or maybe any other one of their iFP-7xx series)?
I bought this player very recently, and I have been having problems with Ogg Vorbis playback. It skips so much that you only hear music 20% of the time.
Is my unit defective or does the player really have problems with ogg vorbis? I think mine even chokes on wma's encoded at standard settings.
Any
2008 Aug 26
5
restarting static-routes-ipv6
I want to change the contents of my /etc/sysconfig/static-routes-ipv6
and NOT restart the network.
Is there a way to do this???
I know about ifup and ifdown for interfaces, but what about routing (and
IP6 at that).