similar to: Odd issue happening CentOS 7

Displaying 20 results from an estimated 1000 matches similar to: "Odd issue happening CentOS 7"

2020 Nov 02
0
Odd issue happening CentOS 7
Did you notice the address ? It is not the same IP. Patrick Le 02/11/2020 ? 17:48, Jerry Geis a ?crit?: > So I have two CentOS 7 machines running. > > if I am on my server and I do "curl http://192.168.1.8" I get data. > If I do "host devgeis.LayeredSolutionsInc.com" I get the correct address > 192.168.1.8 > > if I goto another machine with CentOS 7.
2019 Nov 18
7
CentOS 8 boot command line
I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks= https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13 gateway=192.168.1.1 netmask=255.255.255. 0 nameserver=192.168.1.1 inst.sshd sshd=1 initrd /boot/initrd.img
2019 Nov 18
1
CentOS 8 boot command line
On 2019-11-18 12:45, Stephen John Smoogen wrote: > On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> wrote: >> >> I am trying to boot a grub entry for CentOS 8 >> >> menuentry "Server Install CentOS 8" { >> linux /boot/vmlinuz noverifyssl ks= >>
2012 Sep 11
2
asterisk boxes looses registration
I have a couple asterisk boxes, running sip between both boxes. 1.4.43 on both. both are installed from source, both have default settings, My config for one box is: [devgeis] type=friend defaultname=devgeis username=devgeis secret=yes disallow=all allow=ulaw allow=alaw allow=gsm rtptimeout=60 rtpholdtimeout=60 rtpkeepalive=60 host=192.168.1.8 context=panel The other box is the same. There
2017 Apr 03
2
NFS Client with quota
Thanks Patrick. For Solaris, quota can be set when mounting from NFS client. There is a transition from Solaris to CentOS 6 this time. Therefore, quota setting is required for NFS mounting from CentOS 6 as with Solaris. Is it still impossible for CentOS 6? koji On Sun, 2 Apr 2017 14:44:59 +0200 Patrick B??gou <Patrick.Begou at legi.grenoble-inp.fr> wrote: > Quota are managed at the
2017 Feb 10
7
Wich web browser on CentOS6 ?
Hello I have more and more troubles using firefox in professional environment with CentOS6. The latest version is 45.7.0 But I can't use it anymore to access some old server hardware (IDRAC7 of DELL C6100) because of "/SSL_ERROR_WEAK_SERVER_CERT_KEY/". I had to install an old Firefox32 version to administrate these servers. Today I upgrade the firmware of 2 DELL switch and now
2020 Oct 31
5
dnsmasq centos 7
HI I setup dnsmasq on my computer. I tested with an entry in /etc/hosts for laptop.w530 I tested with "host laptop.w530" and I get unresolved (expected). If I add "nameserver 192.168.1.8" (my computer) to top of /etc/resolv.conf and do "host laptop.w530" I get 192.168.1.105 - so seems to be working. Then I goto another machine, add the "nameserver
2016 Mar 25
2
CentOS6: Building a modified kernel rpm
I'm very confused on the right step to use to setup a modified kernel in centOS6. As a simple user, I've downloaded the latests sources (I'm runing an old kernel version) : rpm -i http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.22.1.el6.src.rpm in the spec file ~/rpmbuild/SPECS/kernel.spec I've set: %define buildid .numa Now I want to set
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root at sge ~]$ yum install python33 python33-python-tools [root at sge ~]$ scl enable python33 bash ===== *this load Python 3.3.2* === [root at sge ~]$ easy_install pip [root at sge ~]$ pip install numpy Collecting numpy Using cached numpy-1.12.0.zip
2016 Mar 29
2
CentOS6: Building a modified kernel rpm
Akemi Yagi wrote: > On Fri, Mar 25, 2016 at 9:57 AM, Patrick Begou < > Patrick.Begou at legi.grenoble-inp.fr> wrote: > >> I'm very confused on the right step to use to setup a modified kernel in >> centOS6. >> >> As a simple user, I've downloaded the latests sources (I'm runing an old >> kernel version) : >> >> rpm -i >>
2020 May 15
2
CentOS7 and NFS
The number of threads has nothing to do with the number of cores on the machine. It depends on the I/O, network speed, type of workload etc. We usually start with 32 threads and increase if necessary. You can check the statistics with: watch 'cat /proc/net/rpc/nfsd | grep th? Or you can check on the client nfsstat -rc Client rpc stats: calls retrans authrefrsh 1326777974 0
2018 Sep 21
2
[CentOS7] Firewall trouble with Kickstart
helow my goal is to install via kickstart a CentOS 7 NFS server but I fail to set the firewall rules at installation time. In my kickstart file I set: # Firewall configuration # ssh and NFS # Ports 111 and 875 are for rquotad firewall --enabled --ssh --service=nfs --port=111:tcp,111:upd,875:tcp,875:upd On the installed server,? /root/anaconda-ks.cfg contains: # Firewall configuration firewall
2014 Jan 28
2
Recent version of Latex
I've moved most of my user's PCs from OpenSuse (11.x, unmaintainend now) to CentOS 6.4. On my old OpenSuse latex was "texlive-latex-2010" and current version on CTAN is texlive-2013. But on CentOS 6.4 I've only the old texlive-latex-2007 and several sty files available on my previous config are not available now and users cannot compile their previous documents. Is
2014 Jan 13
1
Need help with kernel, modules and headers
I need some help about kernels, modules and so on. I've installed CentOS6.5 (fresh install) on a DELL E7440 laptop. After all the updates I get the latest kernel: kernel-2.6.32-431. But with this config I've a problem: If I close the screen on the keyboard, the laptop hibernate. When I open it the system restart (I connect use ssh to reach the laptop) but the screen remains black
2017 Mar 29
3
NFS Client with quota
Hello. I am "koji". I have a question. Can I mount a NFS with quota? (Not Server side) I understand quota is set NFS server. But I must client side. (Is rquota only report?) Does anyone know a good solution? Best regard. koji
2018 Jun 14
3
CentOS7: Setting up ldap over TLS in kickstart file
Hi, I'm facing a problem with setting up LDAP+TLS client authentication in a kickstart script on CentOS7 for several days. Setting up manualy the config with system-config-authentication works but I need to automate this in kickstart for deploying cluster nodes. This show that the server side is running fine. At this time the message is #systemctl status sssd |....
2019 Nov 18
0
CentOS 8 boot command line
On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> wrote: > > I am trying to boot a grub entry for CentOS 8 > > menuentry "Server Install CentOS 8" { > linux /boot/vmlinuz noverifyssl ks= > https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg > biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13 >
2020 May 13
2
CentOS7 and NFS
Le 13/05/2020 ? 07:32, Simon Matter via CentOS a ?crit?: >> Le 12/05/2020 ? 16:10, James Pearson a ?crit?: >>> Patrick B?gou wrote: >>>> Hi, >>>> >>>> I need some help with NFSv4 setup/tuning. I have a dedicated nfs server >>>> (2 x E5-2620? 8cores/16 threads each, 64GB RAM, 1x10Gb ethernet and 16x >>>> 8TB HDD) used by two
2016 May 03
2
c6, drbd and file systems
On 5/3/2016 2:52 PM, Clint Dilks wrote: > Are you using SE Linux? If so does the context for /dev/drbd0 match on > both systems ? afaik, this has nothing to do with the drbd slave. I reboot the master, replication resumes just fine, but the /data filesystem doesn't get automounted til I manually mount it. -- john r pierce, recycling bits in santa cruz
2013 Oct 15
2
hung nfs mount
What is the best approach when an nfs mount hangs on a client but the server is OK? I have mount options of: rw,bg,soft,intr,rsize=32768,wsize=32768 but whatever it did was not interruptable and would not shut down. There were some: Oct 15 09:08:32 dev-ngf-l-01 kernel: INFO: task gnome-settings-:19169 blocked for more than 120 seconds. Oct 15 09:08:32 dev-ngf-l-01 kernel: "echo 0 >