Displaying 20 results from an estimated 2000 matches similar to: "Delaying systemd reboot for a while"
2015 May 14
1
Delaying systemd reboot for a while
On 14/05/15 13:44, Martin Cigorraga wrote:
> Hello Carlos,
> You can try the 'at' command to achieve the same result.
> Regards,
> -Mart?n
or 'sleep'
> On May 14, 2015 12:13 AM, "Carlos A. Carnero Delgado" <
> carloscarnero at gmail.com> wrote:
>
>> Hi,
>>
>> I'm in need of rebooting a server 1 minute after I give the
2015 May 14
0
Delaying systemd reboot for a while
Hello Carlos,
You can try the 'at' command to achieve the same result.
Regards,
-Mart?n
On May 14, 2015 12:13 AM, "Carlos A. Carnero Delgado" <
carloscarnero at gmail.com> wrote:
> Hi,
>
> I'm in need of rebooting a server 1 minute after I give the command. I'm
> used to
>
> shutdown -r +1
>
>
> which works as advertised. Now that
2017 Aug 07
4
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
All,This happens on all of our CentOS 7 VMs.? but as stated in the email trail, the file softlockup_thresh does not exist.? Should it be added?? What is the best way to get rid of this behavior.
Thanks in advance and sorry if I missed something along the way.KM
From: correomm <correomm at gmail.com>
To: CentOS mailing list <centos at centos.org>
Sent: Thursday, August 18,
2016 May 31
3
iptables.service listed as: not-found inactive dead
Hello fellow CentOS users,
on a freshly installed 7.2 machine and after reading
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/chap-Managing_Services_with_systemd.html
I try to enable iptables with following commands:
# cat /etc/centos-release
CentOS Linux release 7.2.1511 (Core)
# rpm -qa | grep iptables
iptables-1.4.21-16.el7.x86_64
2015 May 24
4
Systemd
So I've built my first CentOS 7 host and am learning all the new ways of
doing things. I setup and enabled ntpd but after a reboot I get:
$ systemctl status ntpd
ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled)
Active: inactive (dead)
After issuing:
$ systemctl start ntpd
Ntpd runs just fine. But why isn't it loading at boot
2015 Mar 24
2
how to add service at boot up
Hi there,
I am used to traditional update-rc.d et all.
Now I wonder how to add a a script that used to called by init.d (wit
start/sop ..) to the new "service start xx" regime.
All the tutorials I found talk about how to use update-rc.d..
thanks
robert
2016 Aug 18
4
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
This bug is reported only on the VM's with CentOS 7 running on on VMware
ESXi 5.1.
The vSphere performance graph shows high CPU consume and disk activity only
on VM's with CentOS 7. Sometimes I can not connect remotely with ssh
(timeout error).
The details of last issues was reported to retrace.fedoraproject.org.
?Do you have a hint?
[root at vmguest ~]# abrt-cli list
id
2016 Jul 12
5
Option configure
2016-07-10 2:12 GMT+02:00 Andrew Bartlett <abartlet at samba.org>:
> On Sat, 2016-07-09 at 11:27 +0200, Marc Muehlfeld wrote:
> > Hello,
> >
> > Am 09.07.2016 um 09:14 schrieb Rowland penny:
> > > > What is the purpose of the option
> > > > *
> > > > **--with-**systemd**
> > > > ****Enable****systemd****integration*
>
2015 May 14
0
Delaying systemd reboot for a while
On Wed, May 13, 2015 at 11:12:38PM -0400, Carlos A. Carnero Delgado wrote:
> I'm in need of rebooting a server 1 minute after I give the command. I'm
> used to
> shutdown -r +1
> which works as advertised. Now that shutdown is part of systemd
> <http://www.freedesktop.org/software/systemd/man/shutdown.html> and it is
> actually a link to it in CentOS 7, I've
2019 Sep 20
2
7.7.1908, interface bonding, and default route
El vie., 20 de sep. de 2019 a la(s) 06:16, Giles Coochey (giles at coochey.net)
escribi?:
> I have a similar set up to you, and just did the upgrade to 1908, I
> didn't experience the problem you had, I can't see anything out of the
> ordinary in your network files.
>
I have reviewed the configuration several times now, and still can't see if
there's anything wrong
2019 Sep 20
2
7.7.1908, interface bonding, and default route
Hi!
I just upgraded a machine to 7.7.1908 and the default route is not being
set on boot. This particular server has a bonded interface, and the
corresponding configuration for the master is (
/etc/sysconfig/network-scripts/ifcfg-bond0):
TYPE=Bond
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
NAME=bond0
DEVICE=bond0
ONBOOT=yes
IPADDR=10.3.20.131
PREFIX=24
2020 Sep 02
3
Tracking or checking backported kernel patches from upstream
Hi!
I'm interested in finding out if a couple of upstream kernel patches were
backported into CentOS (RHEL), in particular this one
<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=512ac999d27>
and this one
<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=763a9ec06c4>
.
What's the procedure? After reading an article
2016 Jul 12
0
Option configure
On Tue 12/07/2016 13:11, mathias dufresne wrote:
> I expect the --with-systemd is to add the little piece of code which makes
> Samba systemd unit files to work correctly, for systemd stop killing
> processes after some timeout because it doesn't received the right message
> from Samba.
Hi Mathias,
A while back we built a test system to try the 4.3 and later packages
and had the
2018 Dec 13
6
Running a command at startup
On a support forum, I was told that to turn off my board's blue led run:
echo none | sudo tee /sys/class/leds/blue\:heartbeat/trigger
Well, this does not survive a system reboot.? So I was told:
Add the off bit to
??? /etc/rc.local
Add it above "exit 0"
So of course, CentOS is past using rc.local and recommends:
# It is highly advisable to create own systemd services or udev
2016 May 31
0
iptables.service listed as: not-found inactive dead
On Tue, May 31, 2016 at 9:57 AM, Alexander Farber <
alexander.farber at gmail.com> wrote:
> Hello fellow CentOS users,
>
> on a freshly installed 7.2 machine and after reading
>
>
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/chap-Managing_Services_with_systemd.html
>
> I try to enable iptables with
2016 Dec 08
0
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
Not sure if this was the last email on this.? If not ignore me. However I found a post for new operating systems that says to set the watchdog_thresh value instead of softlockup_thresh.?
http://askubuntu.com/questions/592412/why-is-there-no-proc-sys-kernel-softlockup-thresh
this is an Ubuntu post, but on my CentOS 7 system this parameter exists, and softlockup_thresh does not.??I have set it but
2017 Aug 08
0
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
Never saw this email....Did anyone get it?? anyone know how to fix this?thanks again.
From: KM <info4km at yahoo.com>
To: CentOS mailing list <centos at centos.org>
Sent: Monday, August 7, 2017 11:26 AM
Subject: Re: [CentOS] BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
All,This happens on all of our CentOS 7 VMs.? but as stated in the email trail, the file
2011 Apr 11
2
R en la web
Saludos colegas. Soy nuevo en R y me gustaría saber si es posible embeber código HTML en funciones R para hacer interfaces web. Es decir, lo que quiero hacer es una aplicación web que utilice R para el procesamiento estadístico de los datos y que me los grafique en la web. ¿Es posible hacer esto? . Saludos.
--
2020 Sep 23
2
implementing folder hashing
Thank you for your reply.
One questionthough, if you add a mount point how do you know what user
to move ?
On 9/23/20 7:35 PM, Manuel Delgado wrote:
> Hi Adrian,
>
> It depends much on your site configuration.
>
> In our case, we have several mount points and we distribute our user
> mailboxes using username hash (%N)[1] and limit this hash to the
> number of mount
2016 Jan 22
2
How to get UEFI setting by shell?
On 1/22/2016 7:04 AM, Gordon Messmer wrote:
> On 01/21/2016 11:33 PM, wk wrote:
>> How can I sign my test.ko for CentOS7.1?
>
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-signing-kernel-modules-for-secure-boot.html
what a pile of security theater that MOK thing is. theater of the
absurd, anyways.
--