Search found 49 matches

by gjaltemba
2018/12/27 16:08:26
Forum: CentOS 7 - General Support
Topic: Cent OS VM client not getting DHCP Reserved IP from DHCP Server..
Replies: 3
Views: 904

Re: Cent OS VM client not getting DHCP Reserved IP from DHCP Server..

Did you try a fixed-address that is outside the range 192.168.75.100 192.168.75.199?

Code: Select all

fixed-address 192.168.75.80; 
by gjaltemba
2018/11/07 20:55:08
Forum: CentOS 7 - General Support
Topic: VNC without any monitor connected
Replies: 6
Views: 1397

Re: VNC without any monitor connected

Did you try the xorg.conf and xstartup tweaks but from a ssh session after boot?
by gjaltemba
2018/11/07 19:03:16
Forum: CentOS 7 - General Support
Topic: moving free space to the end of a PV
Replies: 3
Views: 1452

Re: moving free space to the end of a PV

examples from man pvmove Move a range of physical extents to specific new extents on a new PV. pvmove /dev/sdb1:1000-1999 /dev/sdc1:0-999 If the source and destination are on the same disk, the anywhere allocation policy is needed. pvmove --alloc anywhere /dev/sdb1:1000-1999 /dev/sdb1:0-999
by gjaltemba
2018/11/07 14:10:22
Forum: CentOS 7 - General Support
Topic: moving free space to the end of a PV
Replies: 3
Views: 1452

Re: moving free space to the end of a PV

do not experiment without a full backup. a misstep can destroy your data.

pvmove /dev/sda2:344498-257297 /dev/sda2:9580-22481 --alloc anywhere
by gjaltemba
2018/10/30 15:21:01
Forum: CentOS 7 - General Support
Topic: PXE Server Booting LOOP
Replies: 2
Views: 1710

Re: PXE Server Booting LOOP

Did you test tftpd connection with a tftp client and try to get the file specified in your pxelinux.cfg/default?
by gjaltemba
2018/10/23 17:31:17
Forum: CentOS 7 - General Support
Topic: VNC to local desktop Centos 7
Replies: 1
Views: 462

Re: VNC to local desktop Centos 7

Care to share details of your vncserver setup?

Run vncserver to control a local display

x0vncserver
by gjaltemba
2018/10/20 01:58:46
Forum: CentOS 7 - General Support
Topic: RDP to CentOS 7 is okay from Windows 10 but not from Windows 7
Replies: 6
Views: 2188

Re: RDP to CentOS 7 is okay from Windows 10 but not from Windows 7

Thanks for the update. I was able to reproduce the error in win7 rdp to centos. W7 to W10 connected without error.

Solution

install KB3080079 (TLS 1.2) on Win7
install KB2592687 (RDP 8.0) on Win7
Reboot Win7
Test
by gjaltemba
2018/10/19 19:48:31
Forum: CentOS 7 - General Support
Topic: VM will not boot after exporting from ESXi in VirtualBox
Replies: 14
Views: 4931

Re: VM will not boot after exporting from ESXi in VirtualBox

Did you try selecting Enable advanced options checkbox to retain UUID, mac when exporting ovf?
by gjaltemba
2018/10/19 19:16:05
Forum: CentOS 7 - General Support
Topic: Centos 7 mirror - Windows Share
Replies: 4
Views: 1104

Re: Centos 7 mirror - Windows Share

Maybe Windows share is also samba on centos. Did you try?
by gjaltemba
2018/10/19 17:50:35
Forum: CentOS 7 - General Support
Topic: auto mount multiple smb shares at boot
Replies: 2
Views: 540

Re: auto mount multiple smb shares at boot

There is a verification process at the end of the article in your link for systemd method. Care to share the output?