similar to: Respective Roles of NetworkManager.service and Network.service

Displaying 20 results from an estimated 1000 matches similar to: "Respective Roles of NetworkManager.service and Network.service"

2014 Oct 03
3
Renaming NIC name in CentOS 7
All, I am trying to understand better how you give an interface a more descriptive name and get it all working without a reboot, if possible. We have 1G and 10G interfaces, and I?m trying to use names like 1G-internal, 1G-external, 10G-private, etc. When I boot up, it?s all fine, but if I add one I?m not sure if there is a way to avoid the reboot? For example, I added the 10G interface names
2015 Oct 14
2
copying to a local mirror / repository
I am using CentOS on a private network which can?t access the Internet so I want to create a local repository of packages on one or more DVDs, and get it installed on the private network. Someone had done this for CentOS 7, but not for CentOS 6. I have a VM running 6 so I am trying to create it for the previous major version. I thought there would be some obvious instructions on the
2014 Apr 25
2
chromium-34.0.1847.132-1.el6
New version of chromium (34.0.1847.132) chromium-34.0.1847.132-1.el6.i686.rpm <https://drive.google.com/file/d/0B9RlkKQB1POSR0pRLXU1Q1JQTmc/edit?usp=sharing> Source: chromium-34.0.1847.132-1.el6.src.rpm <https://docs.google.com/file/d/0B9RlkKQB1POSd1NWWDM2bHRpU1k/edit> I was *OBLIGED* to patch gtk2-2.20.1 in order to build it: gtk2-2.20.1-5.el6.i686.rpm
2014 Nov 17
2
Remote Desktop Recommendations
Folks I'm looking for a way to access a GUI desktop on a Centos 7 server from a Windows client. I have tried: - X2go from EPEL (fails immediately, apparently they are working on a solution, but...) - Freenx (doesn't exist for EL7) Both the above work fine with Centos 6. Are there any known working solutions? Thanks... Mystified but not urgent in San Francisco David
2014 Dec 13
1
Howto install Centos6/7 Comcast WA/OR
Has anyone managed to install a Centos6 or Centos7 in Washington or Orgegon, or anywhere else that Comcast has deployed the IPV6to4 routers. The router in question is a Xfinity DCP3939 Router with Wireless, and I'm trying to get a Centos system working behind that router (with a wired connection), and enable SSH access from outside. Does one have to enable both IPV6 and IPV4? Can I
2017 Mar 08
0
From Networkmanager to self managed configuration files
On 8 March 2017 at 06:56, Andreas Benzler <andreas at benzlerweb.de> wrote: > Hello Guys, > > update my post, because of a route from ipv6 on same networkcard, > with only ipv4 enabled > > Sincerely > > Andy > > Please accept this as honest constructive criticism from someone who also likes to blog. On EL7 this is really bad advice: > systemctl stop
2016 Jun 10
2
Windows: How to catch C++ exceptions in runtime-compiled code?
HI all, Here in the JUCE team, we are working on porting the Projucer <https://www.juce.com/releases/projucer-juce-4> C++ live coding engine to Windows. Our main challenge now is how to catch C++ exceptions in runtime-compiled code on Windows. This doesn’t work for us and we’re quite stuck at this point. I recently had a chat about this with Chandler Carruth at C++Now. Chandler suggested
2017 Mar 08
4
From Networkmanager to self managed configuration files
Hello Guys, update my post, because of a route from ipv6 on same networkcard, with only ipv4 enabled Sincerely Andy
2016 Apr 18
2
How to configure VLAN in CentOS7
Hi, I encountered a problem when creating a VLAN interface according to the Red_Hat_Enterprise_Linux-7-Networking_Guide. I configuered the parent interface ifcfg-eno1 as follows: DEVICE=eno1 TYPE=Ethernet BOOTPROTO=none ONBOOT=yes And I created a new file named ifcfg-eno1.5, the content is: DEVICE=eno1.5 BOOTPROTO=none ONBOOT=yes IPADDR=192.168.81.3 PREFIX=24
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
Hi: After compiling rsync2.5.6 using on SVR4 on Intel HW, Please help # ./rsync --version rsync: --version: unknown option rsync error: syntax or usage error (code 1) at main.c(994) # ./rsync --help Segmentation Fault - core dumped Here is log of compilation. Script started on Sat Jun 21 05:56:15 2003 # make cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o NCR High
2011 Nov 13
1
Function not found, maybe respective package has to be put in environment?
Hello everybody, I have a problem and would like to start with an example: library(snow) library(tseries) fn <- function(x) adf.test(x) clusterApply(cl=cl, x=x , fun=fn) R cannot find the function adf.test() because it is inside the function fn(). This problem does not occur when, for example, fn <- function(x) mean(x) holds. Therefore, I think the package tseries has to be put somehow
2011 Apr 12
0
lapply over list and the respective name of the list item
Hi all, I find myself sometimes in the situation where I lapply over a list and in the particular function I'd like to use the name and or position of the respective list item. What I usually do is to use mapply on the list and the names of the list / a position list: o <- list(A=1:3, B=1:2, C=1) mapply(function (item, name) paste(name, sum(item), sep="="), o, names(o))
2004 May 23
1
IAX2 REACHABLE/UNREACHABLE
All, I have an issue with IAX that I can't comprehend. Approximately every eight minutes my servers go unreachable. They stay unreachable for exactly 10ms. I have two servers running IAX and it happens on both servers simultaneously. I have searched the archives and see similar issues, but not the exact same one. I am on the current CVS stable version of *. Also, during IAX calls,
2017 Apr 11
3
OT: systemd Poll
On Tue, Apr 11, 2017 at 08:09:01AM -0400, Pete Orrall wrote: > > And *why* random NIC names? Quick, you've got servers from 5 > > manufacturers, of different ages... what's the NIC going to be called? Do > > names like enp5s0 offer any convenience to *anyone* not a hardware > > engineer? > > As someone else had stated, it's not related to SystemD but >
2015 Feb 24
0
Kickstart with multiple eth devices
On 02/23/2015 05:34 PM, Ashley M. Kirchner wrote: > I have a Dell server that has two built-in ethernet devices. When I > kickstart the machine, they are correctly identified as eth0 and eth1 > (correctly meaning they correspond to the physical device ports 1 and 2). I > need a third one and want that to come up as eth2. After adding the > hardware, kickstart now fails because for
2015 Nov 24
0
Unit network.service has failed
On 11/24/2015 3:08 AM, Siva Prasad Nath wrote: > I am using CENTOS 7. > systemctl list-units | grep "network" not showing network.service file. > How to get back the file? please read this, https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/ centos 7 is a rebuild of RHEL 7. -- john r pierce, recycling bits in santa cruz
2015 Nov 24
0
How & where to add
On 11/24/2015 12:33 AM, Siva Prasad Nath wrote: > auto eth0 > iface eth0 inet static > address 192.168.50.2 > netmask 255.255.255.0 read this book, https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/ if you can't figure it out, hire a systems adminsitrator, or take a class in it. you're asking way too many elementary questions
2016 Sep 29
0
Virtualization Networking
On 09/28/2016 08:43 AM, tdukes at palmettoshopper.com wrote: > I have one of those free domains/DNS from no-ip.com, centos7vm.ddns.net > I plan to use as the host name. > > I want to be able to access this VM from the internet. ... > This is what I was seeing. Either it lands on the DSL router's login > page or the host's website. If you only have one address, you'll
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
On Mon, 2017-02-13 at 16:49 +0000, James Hogarth wrote: > On EL6 yes NM should be removed on anything but a wifi system but on > EL7 unless you fall into a specific edge case as per the network docs: > > https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html-single/Networking_Guide/index.html > > you really should be using NM for a variety of reasons.
2017 Apr 11
0
OT: systemd Poll
On 04/11/2017 05:30 AM, Jonathan Billings wrote: > On Tue, Apr 11, 2017 at 08:09:01AM -0400, Pete Orrall wrote: >>> And *why* random NIC names? Quick, you've got servers from 5 >>> manufacturers, of different ages... what's the NIC going to be called? Do >>> names like enp5s0 offer any convenience to *anyone* not a hardware >>> engineer? >>