Date: Mon, 08 Jul 2019 17:41:43 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 238785] sysutils/py-google-compute-engine: Some GCE packages fill the logs with an error message Message-ID: <bug-238785-21822-bzKZaFO83N@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238785-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-238785-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238785 --- Comment #10 from Mage <mage@mage.gold> --- If I delete /usr/local/etc/instance_configs.cfg on test1, and reboot the machine, the problem gets solved. It’s weird for a few reasons: 1. The file says: "Do not edit this file directly. If you need to add # items to this file, create or edit # /usr/local/etc/instance_configs.cfg.template" 2. There is no /usr/local/etc/instance_configs.cfg.template file. 3. Before I deleted the file, I checked its modification date, and it seemed it was generated at the last boot. -rw-r--r-- 1 root wheel 1299 Jul 8 19:30 instance_configs.cfg 4. Although there is no /usr/local/etc/instance_configs.cfg.template file, there are two others: -rw-r--r-- 1 root wheel 522 Jul 5 08:48 instance_configs.cfg.distro -rw-r--r-- 1 root wheel 522 Jul 5 08:48 instance_configs.cfg.distro.sample And the content of these files is correct. test1 before delete and reboot: root@test1 /usr/local/etc # md5 instance_configs.cfg* MD5 (instance_configs.cfg) = 7ac0b2a92b082fde5ec55d5183472db1 MD5 (instance_configs.cfg.distro) = 1fe870481fd1c6568e1564408f620569 MD5 (instance_configs.cfg.distro.sample) = 1fe870481fd1c6568e1564408f620569 test2: root@test2 /usr/local/etc # md5 instance_configs.cfg* MD5 (instance_configs.cfg) = 921a4751023351ee709eeb7df53992f6 MD5 (instance_configs.cfg.distro) = 1fe870481fd1c6568e1564408f620569 MD5 (instance_configs.cfg.distro.sample) = 1fe870481fd1c6568e1564408f620569 test1: after delete and reboot: MD5 (instance_configs.cfg) = 857d6d4a96ac7d577c9b66bc15156776 MD5 (instance_configs.cfg.distro) = 1fe870481fd1c6568e1564408f620569 MD5 (instance_configs.cfg.distro.sample) = 1fe870481fd1c6568e1564408f620569 I’m not sure where it comes from, and why it wasn’t properly overwritten without deleting it first. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238785-21822-bzKZaFO83N>
