Search found 34 matches
- 2018/03/22 17:05:50
- Forum: CentOS 7 - General Support
- Topic: Uncompression error -- system halted
- Replies: 6
- Views: 8660
Re: Uncompression error -- system halted
Thanks for all the replies. Something else must have become corrupt on the root file system at some point, which is either used to build the initial ramdisk or was part of the initial ramdisk's files. I performed a fresh format/reinstall of 7.4 and upgraded the kernel and the system boots fine. *shr...
- 2018/03/22 11:54:09
- Forum: CentOS 7 - General Support
- Topic: Uncompression error -- system halted
- Replies: 6
- Views: 8660
Re: Uncompression error -- system halted
Interesting. For background, is this a virtual machine or real hardware? Is there some sort of an exotic CPU or other exotic hardware involved? Real hardware, not a virtual machine. A Dell Precision T7610. When you boot the old kernel, try to regenerate the iniramfs. Most probably something is wron...
- 2018/03/21 15:46:07
- Forum: CentOS 7 - General Support
- Topic: Uncompression error -- system halted
- Replies: 6
- Views: 8660
Uncompression error -- system halted
Have an existing CentOS 7.4 system which has been running fine. Was running kernel-3.10.0-693.17.1.el7.x86_64 Updated system today to kernel-3.10.0-693.21.1.el7.x86_64 Upon reboot, I received: Probing EDD (edd=off to disable)... ok uncompression error --system halted. Everything I've read online see...
- 2018/02/26 19:50:45
- Forum: CentOS 7 - Networking Support
- Topic: Forcing local DNS server resolution
- Replies: 3
- Views: 744
Forcing local DNS server resolution
What would the iptables rule be for me to redirect any DNS queries which originate on my network to resolve on external DNS servers to one of my internal DNS servers? E.g. if I have an IOT device which uses a hard-coded DNS server, how can I redirect, on my router, any queries sent to a DNS server o...
- 2017/10/25 13:25:50
- Forum: CentOS 7 - Security Support
- Topic: gssproxy/gss failure spamming AD
- Replies: 1
- Views: 1885
Re: gssproxy/gss failure spamming AD
Bump.
Anyone?
For the moment, I removed the nfs-server and nfs-client conf files in /etc/gssproxy, which seems to eliminate the error... but I have no idea why it is occurring on this machine to begin with, since I do not use kerberos authentication with nfs at all anywhere.
Anyone?
For the moment, I removed the nfs-server and nfs-client conf files in /etc/gssproxy, which seems to eliminate the error... but I have no idea why it is occurring on this machine to begin with, since I do not use kerberos authentication with nfs at all anywhere.
- 2017/10/18 12:52:02
- Forum: CentOS 7 - Security Support
- Topic: gssproxy/gss failure spamming AD
- Replies: 1
- Views: 1885
gssproxy/gss failure spamming AD
Not sure if this belongs under networking or under security. For about 6 months I've had a series of my Centos 7 servers configured with realmd / sssd to allow user authentication against my active directory domain. This has worked exceptionally well with little problems. The past few days, a few se...
- 2017/10/10 11:21:30
- Forum: CentOS 7 - Networking Support
- Topic: ifcfg-ethXXX files "generated by dracut initrd"
- Replies: 2
- Views: 4153
Re: ifcfg-ethXXX files "generated by dracut initrd"
Thank you Trevor. Worked like a champ.
- 2017/09/20 17:22:01
- Forum: CentOS 7 - Networking Support
- Topic: ifcfg-ethXXX files "generated by dracut initrd"
- Replies: 2
- Views: 4153
ifcfg-ethXXX files "generated by dracut initrd"
My /etc/sysconfig/network-scripts/ifcfg-ethXXX files are being overwritten at boot by dracut.
This problem is apparently reported on the Redhat site:
https://access.redhat.com/solutions/3017441
does anyone know what the "solution" is? Running 7.4 w/ all the latest updates applied.
This problem is apparently reported on the Redhat site:
https://access.redhat.com/solutions/3017441
does anyone know what the "solution" is? Running 7.4 w/ all the latest updates applied.
- 2017/07/05 00:02:59
- Forum: CentOS 7 - Security Support
- Topic: iptables to allow PPTP connection from Windows client to remote server
- Replies: 2
- Views: 3336
Re: iptables to allow PPTP connection from Windows client to remote server
temporary workaround is to add to sysctl.conf net.netfilter.nf_conntrack_helper = 1 or, to make more "permanent" echo "options nf_conntrack nf_conntrack_helper=1" >> /etc/modprobe.d/local.conf this allows iptables to make the necessary helpers automatically from the rules. Would appreciate feedback ...
- 2017/07/04 12:21:37
- Forum: CentOS 7 - Security Support
- Topic: iptables to allow PPTP connection from Windows client to remote server
- Replies: 2
- Views: 3336
Re: iptables to allow PPTP connection from Windows client to remote server
another 6 hours of googling and trying random things has yielded no fruit. Things sure seem a heck of a lot different now with IPTables than years ago when I set up my firewall at work with it. Unfortunately, it seems things have changed quite a bit with the more recent kernels and most of those pos...