Re: [CentOS] INITRD_MODULES

2020-04-29 Thread Jerry Geis
Sure - I'm game. I didn't know to run dracut directly I guess (never done it). What is the command for that on CentOS 7. dracut Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] INITRD_MODULES

2020-04-29 Thread Jerry Geis
I am trying to take a CentOS 7 img and get hyperv to boot. First step. qemu-img convert "CentOS7.img" -O vhdx -o subformat=dynamic "CentOS7.vhdx" after adding new hyper-v I get dracut-timeout... So doing some searching it says add hv_vmbus hv_netvsc hv_storvsc to INITRD_MODULES. which doesnt

[CentOS] nodejs version 14

2020-04-22 Thread Jerry Geis
Hi All, I was following the instructions for installing nodejs version 14. https://github.com/nodesource/distributions First thing was: curl -sL https://rpm.nodesource.com/setup_14.x | bash - After that : yum -y install nodejs ---> Package nodejs.x86_64 2:12.16.2-1nodesource will be installed

Re: [CentOS] CentOS 8 and xhost

2020-04-18 Thread Jerry Geis
I found it... https://www.tecmint.com/configure-xorg-as-default-gnome-session/ ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 and xhost

2020-04-18 Thread Jerry Geis
>CentOS 8 runs GNOME on Wayland by default. X forwarding cannot work in >those circumstances. To change that, choose "GNOME on Xorg" after >clicking on the gear icon on the login screen. >I recommend running ssh with the -X or -Y flags when connecting to the >remote box. It's more secure than

[CentOS] CentOS 8 and xhost

2020-04-18 Thread Jerry Geis
I am trying to run 'xhost +' on CentOS 8 (such that I can grab a screen shot) but its not letting me. On boot of X I run the "xhost +" then later with SSH into hte box - I run export DISPLAY=:0.0 gnome-screenshot -f jj.png and I get the cannot open display message. This works on the older

Re: [CentOS] Strangeness on X11 screen capture

2020-04-17 Thread Jerry Geis
Thanks Michael I have been using electron-kiosk - Would that be contributing to the situation? I have been playing videos - we pages etc... Any thoughts on something to help get the right picture ? Jerry ___ CentOS mailing list CentOS@centos.org

[CentOS] Strangeness on X11 screen capture

2020-04-16 Thread Jerry Geis
Hi all, I am running CentOS 7 on a NUC5CPYB. Intel video: 00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 35) When I take a screen shot I get "different" things. I use: export DISPLAY=:0.0 /usr/bin/xwd

Re: [CentOS] CentOS 7 and USB 3.1 -additional

2020-04-08 Thread Jerry Geis
lspci | grep USB shows 00:14.0 USB controller: Intel Corporation 200 Series/Z370 Chipset Family USB 3.0 xHCI Controller 03:00.0 USB controller: ASMedia Technology Inc. ASM2142 USB 3.1 Host Controller b3:00.0 USB controller: ASMedia Technology Inc. ASM2142 USB 3.1 Host Controller Getting many

[CentOS] CentOS 7 and USB 3.1

2020-04-08 Thread Jerry Geis
I am getting these errors on my machine for an external USB connection. Apr 8 13:23:55 devgeis kernel: xhci_hcd :b3:00.0: ERROR Transfer event for unknown stream ring slot 4 ep 3 Apr 8 13:23:55 devgeis kernel: xhci_hcd :b3:00.0: @0020155b24c0 1a001000 04048001 Apr

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-02 Thread Jerry Geis
This is unfortunate. https://wiki.libvirt.org/page/TroubleshootMacvtapHostFail To the "normal" user - BRIDGE means guest is on the same network and has access to the host. Bummer. Jerry ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Jerry Geis
OK I rebooted. I changed the NIC from Bridge to Passthrough, hit apply, then changed it to bridge and hit apply, then booted the VM. My firewall looks better but still not working. iptables -L FORWARD -v -n | egrep '(policy|virbr1)' Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) 0 0

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Jerry Geis
>Sorry, have to correct myself. Had to much to do today on OpenShift. >There is no Docker involved in what we discuss. The firewall rules for >the host bridge devices get created by libvirtd. Thanks I was using iptables and not converted to firewalld. I am doing so now. Will I need to delete

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Jerry Geis
Thanks for the info. brctl show virbr0 bridge name bridge id STP enabled interfaces virbr0 8000.525400fc34af yes virbr0-nic brctl show virbr1 bridge name bridge id STP enabled interfaces virbr1 8000.5254009c3902

[CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Jerry Geis
I have CentOS 7 host. Two guests on bridge network setup by GUI and virt-manager. 1 CentOS 8 guest 1 Win 10 guest Both cannot access the host. They can other machines on the network. Guests can access the internet just not the host. I used virt-manager GUi to set up everything. Selected the

[CentOS] Qemu guest(s) in bridge mode cannot see host machine.

2020-03-31 Thread Jerry Geis
Hi All - I have a Win10 and Centos 8 guest both that bridge mode does not see the host- other computers seem ok. They cannot even ping the host. My host is CentOS 7. I did some searching - I see the issue - but not what was done to resolve it ? Thanks, Jerry

Re: [CentOS] directfb on CentOS 7

2020-03-27 Thread Jerry Geis
> directFB project has gone dormant and awol, its websites vanished Thanks John. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] directfb on CentOS 7

2020-03-27 Thread Jerry Geis
I have another package (baresip) that needs "directfb". from baresip make MOD:= directfb $(MOD)_SRCS+= directfb.c $(MOD)_LFLAGS += $(shell pkg-config --libs directfb) $(MOD)_CFLAGS += $(shell pkg-config --cflags directfb \ | sed -e

[CentOS] CentOS 8

2020-03-27 Thread Jerry Geis
I have for CentOS 8 - totem and totem-pl-parser installed - but I cannot find the -devel packages for CentOS 8. Where are they ? Thanks, Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 8 two installs one is X and one is Xwayland

2020-03-27 Thread Jerry Geis
HI All, I have two installs of CentOS 8. One is a VM and uses what sees as the OLD X as I get /var/log/X* files ... the other is on a real machine and seems to be using Xwayland and I have no /var/log/X* files. Couple things: 1) The VM is using qxl driver it seems. I do not see Xwayland

Re: [CentOS] X module not loading

2020-03-25 Thread Jerry Geis
Would seem its foundl. lsmod | grep i915 i915 2207744 13 intel_gtt 20480 1 i915 i2c_algo_bit 16384 1 i915 drm_kms_helper217088 1 i915 drm 524288 10 drm_kms_helper,i915 video 45056 1 i915

[CentOS] X module not loading

2020-03-25 Thread Jerry Geis
HI - On CentOS 8 I see this in my X log intel: waited 2020 ms for i915.ko driver to load I find this: find . | grep i915.ko ./4.18.0-147.5.1.el8_1.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz uname -r 4.18.0-147.5.1.el8_1.x86_64 Why might it not be loading ? Thanks, Jerry

Re: [CentOS] Firewalld direct.xml

2020-03-24 Thread Jerry Geis
it looks like it does work - it just takes a REAL long time to load with "many" entries in the file. iptables was never slow. firewalld seems inefficient. I was able to add the line - restart the firewall, (wait) - see my packets dropped - remove the line - restart the firewall (wait) and able to

[CentOS] Firewalld direct.xml

2020-03-24 Thread Jerry Geis
HI All - I created a /etc/firewalld/direct.xml file and put in it : -s 192.168.1.8 -j blacklist I rebooted, so then from the 192.168.1.8 machine I tried to ping the machine. I responds. I was expecting it not to respond? What do I not have right with the direct.xml file ?

Re: [CentOS] Issue with AppStream

2020-03-24 Thread Jerry Geis
Sorry - must be my guest CentOS 8 VM related. another physical box works fine. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Issue with AppStream

2020-03-24 Thread Jerry Geis
is there an issue happening ? yum provides "*/firewall-config" CentOS-8 - AppStream 0.0 B/s | 0 B 00:05 Failed to download metadata for repo 'AppStream' Error: Failed to download metadata for repo 'AppStream' jerry ___ CentOS mailing list

Re: [CentOS] CentOS 8 VM 800x600 Solved

2020-03-19 Thread Jerry Geis
> > Looking more closely at the X log I saw "module qxl not loaded". > Not sure why it was not installed from the install. But I installed it and video is scaling. Thanks! Jerry ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] CentOS 8 VM 800x600

2020-03-19 Thread Jerry Geis
Ok I tried that and rebooted. I get all kinds of lines in X log that says FBDEV(0): mode "1440x900" not found. FBDEV(0): mode "1024x768" not found. Funny thing is I set up a different CentOS 7 and Windows 10 guest - and they are scaling just fine and I get higher resolutions. Its just my CentOS

[CentOS] CentOS 8 VM 800x600

2020-03-18 Thread Jerry Geis
Hi all, I am trying again to get video higher that 800x600 on CentOS 8 VM guest. I re-installed the image, I installed spice-vdagent, I tried setting QXL and VGA both - so far everything is always 800x600. What is the trick ? I am using virt-manager. Jerry

Re: [CentOS] Xorg on CentOS

2020-03-17 Thread Jerry Geis
HI James - Nice trick. Thanks. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Xorg on CentOS

2020-03-17 Thread Jerry Geis
I am trying to find a way to tell the ORDER of X drivers. I have a VM image of CentOS 7. If I boot the image I want the generic driver to load. But if I put that image on hardware I want the Intel driver to load. So if I specific the /etc/X11/xorg.conf.d/20-intel.conf and specify Intel - this

Re: [CentOS] signing modules

2020-03-17 Thread Jerry Geis
Hi Phil, Your correct. I missed a step about importing the key: mokutil --import MOK.der So then I rebooted entered teh MOK, accepted all certs and rebooted and it loaded. I only have one problem with this... many of my systems are remote. I "will not" be able to remotely enter the MOK and

Re: [CentOS] signing modules

2020-03-16 Thread Jerry Geis
Ok I tried signing a module... Did not work. + openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj '/CN=dahdi Modules/' Generating a 2048 bit RSA private key ..+++

Re: [CentOS] signing modules

2020-03-16 Thread Jerry Geis
HI all- Thanks for the comments. However -I'm getting no where. Let me start again. My 'hardware" does not have the ability to turn off secure boot. Its an Intel NUC7C - not possible. SO instead of my generic "image" i have that I copy to physical disk (has all my install,setup etc... everything

Re: [CentOS] signing modules

2020-03-16 Thread Jerry Geis
>You need to turn off secure booting - you can still boot using UEFI, >but if secure booting is turned on the kernel doesn't allow unsigned >modules. Thanks - so is that command line to run ? Config file to edit ? I ran mokutil --disable-verification and rebooted I dont desire that MOK

[CentOS] signing modules

2020-03-16 Thread Jerry Geis
Is there an "easy" way to just sign all kernel modules in the /lib/modules directory ? I'm getting an error about a module not being signed so not loading. CentOS 7.7 UEFI booting. (I cannot remove UEFI as hardware does not allow it). Thanks, Jerry

Re: [CentOS] QEMU virt-manager video device

2020-03-09 Thread Jerry Geis
> install spice-vdagent Thanks - I installed the above. rebooted I only have 800x600 still. I have the video set for QXL Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] QEMU virt-manager video device

2020-03-09 Thread Jerry Geis
I am trying to use the Video Virtio device and set it to Virtio (to get resolutions higher that 800x600). My host is CentOS 7 and my guest is CentOS 8. When I set the virtio for video - I get an add about QEMU does not support 'virtio' video device. Do I not have something loaded ? Real question

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
Ok so I re-installed CentOS 8 from scratch. and compared the two. C7 and C8 X log files. As 7 loaded Intel drivers and 8 does not. grep LoadModule Xorg.0.log on CentOS 7 [22.856] (II) LoadModule: "glx" [22.863] (II) LoadModule: "intel" [22.878] (II) LoadModule: "dri3" [22.878]

[CentOS] Convert CentOS-8 UEFI img to hyper-V

2020-03-06 Thread Jerry Geis
Hi All, Anyone tried to convert QEMU to hyper v? I tried this: qemu-img convert -f raw “kvm-virtal-machine.img” -O vhdx -o subformat=dynamic “hyperv-virtual-machine.vhdx” Then defined new HyperV stuff - and booted it did not boot got a dracut error. Anyone done that ? If so how ? Jerry

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
> module_blacklist=nouveau,amdgpu,radeon i915.alpha_support=1 ok I did that - regen that file and verified with cat /proc/cmdline This is not a dual monitor situation. I also removed all that other "legacy" stuff I had in there. no difference. Jerry

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver. blacklist=nouveau nomodeset

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Jerry Geis
Thanks here is the kernel I'm running on C8 and the files listing. 4.18.0-147.5.1.el8_1.x86_64 #1 SMP Wed Feb 5 02:00:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ./4.18.0-147.el8.x86_64/kernel/drivers/gpu/drm/i915 ./4.18.0-147.el8.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Jerry Geis
C7: lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03) grep Driver /var/log/Xorg.0.log [24.374] (**) | |-->Device "Intel Graphics" [24.610] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: [24.614] (II) intel: Driver for Intel(R)

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Jerry Geis
Ok - I went back to CentOS 7. In the same box. CentOS 7 has this same file: Section "Device" Identifier "Intel Graphics" Driver "intel" EndSection /var/log/Xorg.0.log has the Driver being Intel i915 version 1.6.0 but in CentOS 8 - it does not work and uses the generic driver.

[CentOS] Support for Intel Graphics 605 UHD

2020-03-04 Thread Jerry Geis
I found this site https://www.linux-hardware.org/index.php?id=pci:8086-3185-8086-2212 Says the Intel UHD 605 graphics chip is supported in kernel > 4.11 centos 8 comes with 4.18 but I am not getting X on CentOS 8 with this chip. When I put this: Section "Device" Identifier "Intel Graphics"

[CentOS] CentOS 8 libXss

2020-03-04 Thread Jerry Geis
I am in need of libXss for centos 8 -yum install did not find it. Thoughts? Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 8 xorg-x11-drv-intel

2020-03-03 Thread Jerry Geis
This package used to be in CentOS 7 - does not seem to be there in 8. Thoughts ? Thanks Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Virt-manager question

2020-03-02 Thread Jerry Geis
Sorry - I see what I was doing incorrectly. Thanks for the tip- I got it working. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Virt-manager question

2020-03-02 Thread Jerry Geis
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/sect-managing_guests_with_the_virtual_machine_manager_virt_manager-the_virtual_hardware_details_window Thanks that first picture with the light bulb highlighted - I

[CentOS] Virt-manager question

2020-03-02 Thread Jerry Geis
Hi All - I am using virt-manager on CentOS 7. My definition had a CDROM, my first install did not have the network active so it failed. I have activated the network. now when I boot - I not longer see the CDROM start to install. How do I get that back ? My OS is still not installed. Thanks,

[CentOS] Monitor email for office365.com with fetchmail

2020-02-13 Thread Jerry Geis
I am trying to use fetchmail to monitor box in office365.com. Its not working. Is there a "better" way to monitor and inbox ? I have verified all the ports are open, using 993, using ssl, using sslproto SSL3 etc.. Anyone done this ? Got it working. I basically have: machine

[CentOS] Switching from lokkit (iptables) to firewalld

2020-02-03 Thread Jerry Geis
Hi All, Over the last 20 some years I have a file with about 200K worth of address that have "wrongly" tried to connect to my boxes running centos. So the file has one line per address or group of addresses like: 2.244.112.0/24 So using the OLD iptables I would run through my file build the

Re: [CentOS] Polycom multicast

2020-02-03 Thread Jerry Geis
My bad - going too fast.. Ignore. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Polycom multicast

2020-02-03 Thread Jerry Geis
Does polycom support "normal" multicast from asterisk as the source? I'm getting the impression that it only supports its OWN phone to phone multicast or something. Thanks, Jerry ___ CentOS mailing list CentOS@centos.org

[CentOS] Qemu

2020-02-03 Thread Jerry Geis
Is there a way to take qemu-4.2 and install on C7/C8 in a "different" location than normal so as to not affect virtd and anything else running currently ? Thanks, Jerry ___ CentOS mailing list CentOS@centos.org

[CentOS] CentOS 8 lokkit

2020-01-31 Thread Jerry Geis
hi All - I tried doing: yum provides "/usr/sbin/lokkit" on CentOS 8 and got No Matches found. Where can I get his for C8? Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] UEFI on CentOS 8.1

2020-01-30 Thread Jerry Geis
>Are you talking about booting a libvirt/kvm guest via UEFI? >You need to install the edk2-ovmf package for a UEFI firmware before >you can create VMs with it. This package is installed. Yes I am talking about installing a CentOS 8 guest on a centos 8 machine with UEFI. The dvd.iso is on the

[CentOS] UEFI on CentOS 8.1

2020-01-30 Thread Jerry Geis
Are UEFI clients still not possible on 8.1 ? I was looking for a setup in the GUI and dont see it. Searching "suggests" that --boot-uefi may be a command line option - but again I see nothing on the GUI. Thanks Jerry ___ CentOS mailing list

Re: [CentOS] CentOS 8 on USB disk

2020-01-29 Thread Jerry Geis
Sorry for the noise... My machine must not be working. I copied the iso to another machine, did the same command as always and worked just fine. not sure what is up with my normal box. Has always worked before. Jerry ___ CentOS mailing list

Re: [CentOS] CentOS 8 on USB disk

2020-01-29 Thread Jerry Geis
Well after a closer look - Seems like the OLD 8.0 iso image is still on the USB. Not the new 8.1 I have tried to redo the dd command to copy the 8.1 iso - I get no errors - but it still comes up with the 8.0 I then tried to remove the partitions, save and recopy. still same old boot menu. Is

[CentOS] CentOS 8 on USB disk

2020-01-29 Thread Jerry Geis
I did the dd if=CentOS-8.1.1911-x86_64-dvd1.iso of=/dev/sdd to a 16G USB disk then tried to use it on an install. The installer said invalid install media. Any way to verify if the "write" to disk was good ? I got no errors on the dd. I did re-download the iso and did a diff and there was no

[CentOS] CentOS 8.1 and NVIDIA support

2020-01-28 Thread Jerry Geis
Does CentOS 8.1 support OLDER generate NVIDIA ? Like NVIDIA Corporation GF119M [GeForce GT 520M] I'm looking for hardware acceleration H264 type support. Thanks, Jerry ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Fetchmail

2020-01-22 Thread Jerry Geis
it also says unknown token for "timeout" version is 6.3.24 and man page says timeout is valid as a token. Jerry On Wed, Jan 22, 2020 at 2:04 PM Jerry Geis wrote: > Hi all, > > Anyone know how to specify for fetchmail in .netrc the "folder" to read ? > >

[CentOS] Fetchmail

2020-01-22 Thread Jerry Geis
Hi all, Anyone know how to specify for fetchmail in .netrc the "folder" to read ? If tried folder XYZ and it says unknown token folder. Man page says that should work. Jerry ___ CentOS mailing list CentOS@centos.org

[CentOS] CentOS 7 yum update

2020-01-08 Thread Jerry Geis
I was in the middle of a yum update on physical box over teh weekend and power died. Ssytem came pack up. But now when I run yum-complete-transaction I get all kinds of errors (these are just the last 4, there are many) systemtap-runtime-4.0-10.el7_7.x86_64 has installed conflicts

Re: [CentOS] CentOS 7 as a guest VM

2019-12-03 Thread Jerry Geis
Warren, >Now that we’ve dispensed with Nagle, let’s get down to the actual issue. Correct. I was trying to find something... Agreed that is on the sending side - I am on the receiving side. Are there other options that this single byte CR over socket is not getting seen by my application.

Re: [CentOS] CentOS 7 as a guest VM

2019-12-03 Thread Jerry Geis
https://sysctl-explorer.net/net/ipv4/tcp_low_latency/ According to this the option has "no effect" What is the modern way to turn off low latency ? jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7 as a guest VM

2019-12-03 Thread Jerry Geis
Seems like its the single byte thing... I tried adding: int flag = 1; if(setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, , sizeof(flag)) < 0) but did not have any effect. I also did the echo 1 > /proc/sys/net/ipv4/tcp_low_latency seems to have no effect also. Jerry

Re: [CentOS] CentOS 7 as a guest VM

2019-12-03 Thread Jerry Geis
>You don't say what the app is written in but I ran into this with perl. >perl apps can either be line buffered or character buffered ($| if I >remember right is the switch). Line buffered means the buffer is not >delivered until a newline character is received. If nothing else, try >"\n" and

[CentOS] CentOS 7 as a guest VM

2019-12-03 Thread Jerry Geis
I am experiencing an issue that my process does not wake out of a select() call when a single character is received in an input file descriptor when running as a VMware guest. Anyone ever experienced this ? I can run tshark and see the character arrive, but my process does not wake up and see

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Jerry Geis
I found this format: ip=**:[ ** ]:**:**: **:**:*{none|off}* What is "none" : off I assume means do not start the ethernet network. But what is none. When I have it set to "on" my installation halts with "system halted" and I cannot see a visible error. I have not tried none yet. Next week

Re: [CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Jerry Geis
On Fri, Nov 29, 2019 at 11:06 AM Orion Poplawski wrote: > On 11/29/19 6:55 AM, Jerry Geis wrote: > >> I am trying to specify a static IP on the new dracut format. I was using > >> this: > >> http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html >

[CentOS] Help with dracut install CentOS 8

2019-11-29 Thread Jerry Geis
I am trying to specify a static IP on the new dracut format. I was using this: http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html So my grub entry consists menuentry "Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks=https://something

[CentOS] CentOS 8 and libssh2.h

2019-11-25 Thread Jerry Geis
I am trying to find libssh2.h In the past I installed libssh2-devel I have libssh2 installed. I have tried yum install libssh2-devel - nothing found yum provides "*/libssh2.h" - nothing found yum search libssh2.h - nothing found. Thoughts ? Jerry

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
Hi John, >maybe add a '.' to the end of the host name? that prevents it from >applying assumed default domains to it >like this: >define(`SMART_HOST', `smtp-relay.gmail.com.') dnl HEAY! This worked. Thanks so much everyone and John. Have a great weekend. Jerry

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
See below: getent hosts smtp-relay.gmail.com 2607:f8b0:4002:c06::1c smtp-relay.gmail.com # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be # sorted with the most-used services at the beginning. # # The entry '[NOTFOUND=return]' means that the search for an

Re: [CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
Great thought to check the generated file. It looks OK. grep gmail sendmail.* sendmail.cf:DSsmtp-relay.gmail.com sendmail.cf.bak:DSsmtp-relay.gmail.com sendmail.mc:define(`SMART_HOST', `smtp-relay.gmail.com') dnl host smtp-relay.gmail.com smtp-relay.gmail.com has address 64.233.176.28

[CentOS] sendmail on Centos 7.7

2019-11-22 Thread Jerry Geis
Hi All, I am 'trying' to set SMART_HOST in sendmail to point to smtp-relay.gmail.com but when looking at the /var/log/maillog its going to mx203.inbound-mx.net. [192.110.255.243], why??? my line from sendmail.mc define(`SMART_HOST', `smtp-relay.gmail.com') I did make in /etc/mail and service

Re: [CentOS] qemu-kvm

2019-11-20 Thread Jerry Geis
I can start my qemu-kvm and use vncviewer to connect. However - I tried the -nographic option... I GET the bios boot screen as a character screen (all the kernels listed and countdown) - but when it goes away and starts to boot, I no longer get anything. Just clear screen. Is that not an option

Re: [CentOS] qemu-kvm

2019-11-19 Thread Jerry Geis
>You should really use cockpit (if you can't get virt-manager) if you >want a GUI. I was looking equivalent to what I had back on CentOS 7 with qemu-system-x86_64. I just want a "quick" way to run an image file, do some compiling or me and be done. how do I get the qemu-kvm to pop up a console

[CentOS] qemu-kvm

2019-11-19 Thread Jerry Geis
I am running this command /usr/libexec/qemu-kvm -no-acpi -smp 4 -m 2048 -drive file=myimg.img,format=raw -vga std -device rtl8139 and expecting a window to open up for the console. It does not. This is on CentOS 8. Do I have something missing/not installed - or something wrong on the command

Re: [CentOS] Virtualizing on CentOS 8

2019-11-19 Thread Jerry Geis
So after much looking I found /usr/libexec/qemu-kvm. I got everything going except - how do I specify on the command line that I want a window console to pop up ? I want to see all the boot messages and then get a login prompt in a window. I'm sure I'm missing something easy. I tried the "-vga

[CentOS] Virtualizing on CentOS 8

2019-11-18 Thread Jerry Geis
I am trying to get going with CentOS 8. In the past I would run qemu-system-x86_64 -hda myfile.img get a console and off we go. I dont with to use virt-manager and the gui and all - I just wish to have a similar command line to boot up and run my img. Is there something like that I'm not finding

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
>JFYI: you post a configuration (URI) with cleartext passwords and IP >addresses to a public list! ...? thanks - I sure did. I'll be changing that. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
> ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: Thanks for the information. What "insanity". Take a perfectly good syntax and muck it up like that. The developer that "lost" backward compatibility for that mess needs a couple more drinks or something. Jerry

[CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
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

Re: [CentOS] 40_custom be the default option

2019-11-18 Thread Jerry Geis
I finally found it... use the --id "name" on the menuentry and change /etc/default/grub GRUB_DEFAULT=name Sorry for the noise. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] 40_custom be the default option

2019-11-18 Thread Jerry Geis
Hi All - I have my 40_custom file setup. What is a good way to make that the default boot option ? I'd rather not count menu option lines and change GRUB_DEFAULT to that - as I am doing this remote. Thanks Jerry ___ CentOS mailing list

[CentOS] Help with CentOS 7 and nvidia

2019-10-30 Thread Jerry Geis
Hello my hardware has: 03:00.0 VGA compatible controller: NVIDIA Corporation GT218 [ION] (rev a2) rpm -qa | grep nvidia nvidia-detect-410.78-1.el7.elrepo.x86_64 kmod-nvidia-340xx-340.107-2.el7_6.elrepo.x86_64 nvidia-x11-drv-340xx-340.107-1.el7.elrepo.x86_64 rpm -qa | grep libva

Re: [CentOS] fresh C7.7 install

2019-10-25 Thread Jerry Geis
Results for parted: parted /dev/sda print Model: ATA KINGSTON SUV5001 (scsi) Disk /dev/sda: 120GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End SizeFile system Name Flags 1 1049kB 1050MB 1049MB fat32

[CentOS] fresh C7.7 install

2019-10-24 Thread Jerry Geis
HI all, I just did a fresh C7 install using kickstart. fdisk -l /dev/sda shows: # Start EndSize TypeName 1 2048 2050047 1000M EFI System EFI System Partition 2 2050048104450047 48.8G Microsoft basic 3104450048112642047

Re: [CentOS] vainfo on Intel

2019-10-17 Thread Jerry Geis
I found this: https://centos.pkgs.org/7/rpmfusion-free-updates-x86_64/libva-intel-driver-1.8.3-4.el7.x86_64.rpm.html Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] vainfo on Intel

2019-10-17 Thread Jerry Geis
I am trying to get accelerated video on this device NUC5CPYB Intel Driver is loaded: grep Intel Xorg.0.log [18.006] (**) | |-->Device "Intel Graphics" [18.048] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: [18.051] (II) intel: Driver for Intel(R) HD Graphics [

Re: [CentOS] CentOS 7.7 hfs

2019-10-16 Thread Jerry Geis
Looks like the repo change to 7.0-4 https://www.elrepo.org/elrepo-release-7.0-4.el7.elrepo.noarch.rpm Works now. jerry On Wed, Oct 16, 2019 at 3:20 PM Jerry Geis wrote: > I tried to install kmod-hfs and kmod-hfsplus but not found ? > What is up ? > > the system is all updated wit

[CentOS] CentOS 7.7 hfs

2019-10-16 Thread Jerry Geis
I tried to install kmod-hfs and kmod-hfsplus but not found ? What is up ? the system is all updated with yum update. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Gstreamer1

2019-10-14 Thread Jerry Geis
How do I tell from source rpm's: 1) the build order of gstreamer packages 2) the command line args for the ./configure For centos 7. Thanks, Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] qeum on centos 8 with nvme disk

2019-10-14 Thread Jerry Geis
>virt-install can be run with no GUI. You can set it up to >automatically start a serial console in case you need to interact with >the install. You can also use 'virsh' to edit VM configs from the >command line. Sure - I saw those - but I was looking for something just like the old qemu

Re: [CentOS] qeum on centos 8 with nvme disk

2019-10-14 Thread Jerry Geis
> so you can try like: virt-install -n NAME -r mem --vcpus=N --accelerate >--os-type=X --os-variant=X --disk path=/dev/nvme0n1[pN] ...and so on. Is there a command for virt-manager stuff that is just like qemu? Just command line - I dont want the GUI popping up and all that stuff. I dont need it

Re: [CentOS] qeum on centos 8 with nvme disk

2019-10-13 Thread Jerry Geis
>6 hours are too much. First of all you need to check your nvme >performace (dd can help? dd if=/dev/zero of=/test bs=1M count=1 andd >see results. If you want results more benchmark oriented you could try >bonnie++ as suggested by Jerry). >Other this, have you got kvm module loaded and

<    1   2   3   4   5   6   7   8   9   10   >