https://issuetracker.google.com/issues/111154121
I am having an issue with it loosing the gateway
I set it then it disappears the above link talks about it
There is an update that fixes it as it mentions it
I need this update
I am having an issue with it loosing the gateway
I set it then it disappears the above link talks about it
There is an update that fixes it as it mentions it
I need this update
Share this post:
Responses (25)
-
Accepted Answer
Got app-php-engines installed
And decided to try my hand at PHP
I wrote my first PHP script!
https://vonwallace.com/news/newspursuit-covid.php
https://vonwallace.com/news/newspursuit-technology.php -
Accepted Answer
How do you Host ClearOS on Google Cloud?
Here is a short summary
https://vonwallace.com/phpmyfaq/index.php?action=faq&cat=3&id=1&artlang=en -
Accepted Answer
Nick Howitt wrote:
Thanks for the serial console tip.
Did my link to our HowTo not work for sending authenticated SMTP? From your link smtp_use_tls is not needed as you should have "smtp_tls_security_level = may" already set.
Increasing the main volume size can be done live through SSH. I've done it a few times recently on VM's using a similar link.
You bet
You should implement that on the next build of clearos
And the floppy fix
That way runing on a vm cloud enviroment will be easier to setup -
Accepted Answer
Thanks for the serial console tip.
Did my link to our HowTo not work for sending authenticated SMTP? From your link smtp_use_tls is not needed as you should have "smtp_tls_security_level = may" already set.
Increasing the main volume size can be done live through SSH. I've done it a few times recently on VM's using a similar link. -
Accepted Answer
This is how I got the postfix relay working
https://www.linode.com/docs/email/postfix/postfix-smtp-debian7/ -
Accepted Answer
Once you get the console working with the grub changes
You can start in recovery mode
And follow this to increase the main volume size
I created on that was only 10gb
I increased it on the cloud then I had to go to recovery via the grub console that is now enabled
And follow this
https://kb.vmware.com/s/article/1006371
I increased it to 100gb -
Accepted Answer
Here is something else that is important
It allows you to see the grub boot console via the serial connection since you cant see the screen
nano /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL="console serial"
GRUB_SERIAL_COMMAND="serial --speed=38400"
GRUB_CMDLINE_LINUX="crashkernel=auto console=tty1 console=ttyS0,38400n8 elevator=noop"
GRUB_DISABLE_RECOVERY="true"
sudo grub2-mkconfig -o /boot/grub2/grub.cfg -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Almost any SMTP provider will require you to authenticate. Unfortunately an authenticated setup in ClearOS is still manual. It is laid out in this HowTo. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Von Royce Wallace wrote:
TurboSMTP is free for a year. I they also allow 587. There are other providers. Just google "smtp relay free" if you want free ones. many free ones will add some sort of message to the end of the e-mail such as "Sent using Mailgun" or something to that effect.
google cloud does not allow sending out on port 25 so smtp is not working
Do you know of a relay that would use port 2525?
Please set the interface to external. As I mentioned before, that is the way to get a default route. Even a standalone ClearOS server should be set to External.
For disabling your floppy, Google may be your friend but this looks promising. -
Accepted Answer
-
Accepted Answer
[FAILED] Failed unmounting Configuration File System.
everything else is okay except floppy controller error
Starting udev Wait for Complete Device Initialization...
[ 11.087294] systemd-journald[498]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started LVM2 metadata daemon.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Found device /dev/ttyS0.
[ 12.095278] cryptd: max_cpu_qlen set to 1000
[ 12.145013] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 12.150370] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[ 12.161063] AVX2 version of gcm_enc/dec engaged.
[ 12.162846] AES CTR mode by8 optimization enabled
[ 12.170769] ppdev: user-space parallel port driver
[ 12.181826] sd 0:0:1:0: Attached scsi generic sg0 type 0
[ OK ] Found device /dev/mapper/clearos-swap.
Activating swap /dev/mapper/clearos-swap...
[ 12.196657] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 12.198313] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
[ 12.205970] Adding 839676k swap on /dev/mapper/clearos-swap. Priority:-2 extents:1 across:839676k FS
[ OK ] Activated swap /dev/mapper/clearos-swap.
[ OK ] Reached target Swap.
[ OK ] Created slice system-lvm2\x2dpvscan.slice.
Starting LVM2 PV scan on device 8:2...
[ OK ] Found device PersistentDisk 1.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/flexshare/shares/vonwallace.com...
[ 12.269067] EDAC sbridge: Ver: 1.1.2
Mounting /var/flexshare/shares/shakeybbs.com...
Mounting /boot...
[ OK ] Mounted /var/flexshare/shares/vonwallace.com.
[ OK ] Started LVM2 PV scan on device 8:2.
[ OK ] Mounted /var/flexshare/shares/shakeybbs.com.
[ 12.299526] XFS (sda1): Mounting V5 Filesystem
[ 12.523189] XFS (sda1): Ending clean mount
[ OK ] Mounted /boot.
[ 15.085890] floppy0: no floppy controllers found
[ 15.086888] work still pending
Welcome to emergGive root password for maintenance
(or press Control-D to continue): [ 17.767575] type=1305 audit(1597334025.034:3): audit_pid=624 old=0 auid=429496
7295 ses=4294967295 res=1 -
Accepted Answer
Next problem what an adventure this has become
When I reboot the system it will not come up
I have to connect via the serial port
Then press control-d then it loads up the network stuff and then every thing comes online
What is causing this?
Welcome to emergGive root password for maintenance
(or press Control-D to continue): -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
That bug only related to EL6/Centos6. EL7/Centos7/ClearOS7 uses later versions of those packages so you aren't waiting for that fix.
It may be better to put your fix into /usr/sbin/ifup-local. If you don't have the file create it. You can use your one-liner, or do something a bit more complex like my:
Obviously you'll want to trigger on eth0 and not ppp0.if [ "$1" == 'ppp0' ]; then
true
logger 'Bringing enp2s0:0 up as ppp0 is coming up'
ifconfig enp2s0:0 192.168.2.2 netmask 255.255.255.0
fi
This file fires every time an interface comes up. -
Accepted Answer
-
Accepted Answer
Here is a link to the bug fix
https://lists.centos.org/pipermail/centos-announce/2018-July/022965.html -
Accepted Answer

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »