similar to: [PATCH node] Changes the exit prompt based on whether it's firstboot of cmdline.

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH node] Changes the exit prompt based on whether it's firstboot of cmdline."

2009 Jul 15
1
[PATCH node] Changes the exit/continue based on context.
If the script is run during the system startup then it says "Continue with stateless boot". If the script is run from the command line then it says "Quite and Exit". Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-setup | 22 ++++++++++++++++++++-- scripts/ovirt-firstboot | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-)
2009 Jun 16
1
[PATCH node] Adds a log viewer option to o-c-setup. bz#506289
A new menu option to view the file /var/log/ovirt.log is added. If the file doesn't exist or is 0 bytes then a message saying the log is empty is shown. Otherwise, it's displayed using the less command. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-setup | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git
1998 Jul 29
0
Printing on a Window Client from AIX
Hi all... First, thank you to Matt Chapman for pointing out why I could not connect to a non-domain participating machine. I needed to have a local account on that machine (it wasn't checking back with the domain controllers as I thought it would). I guess I'm going to have to start venturing out of the UNIX world and into the NT one. Scary :-) Either way, I now successfully am
2007 Dec 13
4
access to databases in puppet - best practice?
Hello! In my puppet configuration I need to get some data from database. Ie.: I''ve got information about my all hosts in db - thier name, mac addresses, ip addresses, what to backup from this host etc. For now it''s just .xml file, but it could be sql db, or ldap directory. Then, using this small "database", I want to generate configuration using puppet - ie.:
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
hello perl experts i am working with "ast-rad-acc.pl" from http://www.voip-info.org/tiki-index.php?page=PortaOne+Radius+auth i dont know why $cdr{'DNID'} and $cdr{'CALLERID'} under 'sub send_acc {' are empty. i m successfully connected with asterisk manager and when call i hangup my perl application is getting that all other thing are ok but i dont know why only
2011 Aug 15
1
Slackware Dovecot recompile with SSL/TLS question
I am having some problems and was told to ask in this list to try and get some help. When asking elsewhere, I was told that I was too verbose, so I'll try to be as brief as possible, while still including all the pertinent info. Slackware 13.1.0 Dovecot 2.0.8 Postfix 2.4.3 MySQL (virtual users) Spamassassin 3.3.1 ClamAV 0.97.1 (without Amavis) Have wild-card SSL certs and CA from GoDaddy
2007 Jan 25
1
Failing to compile chan_capi
I've got a brand new Eicon Diva Server BRI card and I want to configure it with Asterisk. I managed to get asterisk and zaptel to compile and install, I've compiled and installed the drivers for the Diva card and now I need to compile and install the chan_driver for chan_capi. Unfortunately this fails miserably. I get the following messages: I'm using: Kernel 2.6.16.37.4,
2011 Nov 22
7
[PATCH] use ncurses-config to find all curses related libs
After a split of libtinfo from libncurses in openSuSE Factory the tools will not link anymore. In the URL below it was suggested to use ''ncurses-config --libs'' to find the correct linker options. But ncurses-config does not exist neither in SLES11 nor in openSuSE. So check for both ncurses5-config and ncurses-config, if the latter happens to exist in other environments. With
2020 Oct 06
0
Viewing changelog for packages to be updated
> On Wed, Aug 26, 2020 at 11:18 PM Simon Matter via CentOS > <centos at centos.org> wrote: >> >> > On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter <shiva at sewingwitch.com> >> > wrote: >> >> >> >> Is there some way to see the RPM changelog entries for a prospective >> yum >> >> update? Ideally I'd like to see
2017 Jan 03
0
How to show boot prompt and edit kernel cmdline from serial?
> For testing purposses, I'm trying to hook on QEmu an ISO image that > start automatically with syslinux (just a DEFAULT label and no TIMEOUT > option) and change the kernel arguments to redirect the console to a > serial port instead of the screen. > > So far I've seen that the SERIAL statement give me a welcome message > and the loading of the kernel and initramfs
2017 Jan 03
2
How to show boot prompt and edit kernel cmdline from serial?
For testing purposses, I'm trying to hook on QEmu an ISO image that start automatically with syslinux (just a DEFAULT label and no TIMEOUT option) and change the kernel arguments to redirect the console to a serial port instead of the screen. So far I've seen that the SERIAL statement give me a welcome message and the loading of the kernel and initramfs on the serial port (but curiously,
2013 Jan 25
14
[PATCH] tools: revert to using /var and /etc/
26470:acaf29203cf9 "tools+stubdom: install under /usr/local by default" moved more stuff under /usr/local than was desirable. In particular SYSCONFIG_DIR (configuration for initscripts) moved to /usr/local/etc/{sysconfig,defaults} while the initscripts themselves (correctly) remained in /etc/init.d. Moving /etc/xen/scripts breaks the udev bakcned rules file. Lastly stuff under /var was
2009 Jul 21
0
[PATCH node] Adds a new kernel cmdline argument to toggle SSH password auth.
The new karg is "ssh" and can be set using either 0/1 or true/false to set whether SSH password auth will be enabled or not during an automated install. rhbz#513037 Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-password | 42 ++++++++++++++++++++++------------------ scripts/ovirt-early | 10 ++++++++- 2 files changed, 32
2009 Jul 06
0
[PATCH node] Disables SSH by default, and allows for enabling at firstboot. rhbz#509842
Adds a new firstboot menu option for enabling/disabling SSH login. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- Makefile.am | 1 + ovirt-node.spec.in | 3 ++ scripts/ovirt-config-enable-ssh | 46 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 0 deletions(-) create mode 100755
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
The test_stateless_pxe_nohd test was broken. Fixed. Result code was not matching the success/failure state for the tests. Fixed. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 115 +++++++++++++++++++++++++++++++++------------------------- 1 files changed, 65 insertions(+), 50 deletions(-) diff --git a/autotest.sh b/autotest.sh index 12d3e30..e5e23a8 100755
2015 Feb 27
0
[PATCH 2/4] firstboot: enhance firstboot driver script for Windows
This patch is an attempt to enhance the firstboot driver script for Windows, and make it somewhat closer in functionality to what is done for Linux guests. Specifically, for every firstboot script it now will log its exit status, and, if the script reported success, move it to -done directory. Signed-off-by: Roman Kagan <rkagan@parallels.com> --- customize/firstboot.ml | 35
2017 Jul 16
0
[PATCH 2/2] customize: firstboot: Install firstboot scripts in multi-user.target (RHBZ#1469655).
When the guest uses systemd, install firstboot scripts under ‘multi-user.target’. See this link for details: https://lists.freedesktop.org/archives/systemd-devel/2017-July/039325.html This fixes firstboot on Fedora 26 (and in general with systemd >= 233). Thanks: Lennart Poettering --- customize/firstboot.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git
2019 Nov 21
0
[PATCH 2/2] firstboot: schedule firstboot as delayed task
Instead of running firstboot scripts during early boot schedule a task delayed for 1-2 minute. During the first boot, after virt-v2v conversion, Windows installs the drivers injected by virit-v2v. When this installation is finished Windows enforces some kind of internal reboot. This unfortunately terminates any running firstboot scritps thus killing for example the installation of qemu-ga MSI.
2020 Feb 20
0
Re: [PATCH 2/2] firstboot: schedule firstboot as delayed task
On Thu, Feb 13, 2020 at 02:07:07PM +0100, Tomáš Golembiovský wrote: > > > I have really no clue about this. > > > > > > What is "~dpnx0"? > > > > I wanted to documented that in a comment at first. But then I decided > > against that as it seemed that as it seemed such patterns are used in > > multiple places in the code (ergo
2020 Feb 13
2
Re: [PATCH 2/2] firstboot: schedule firstboot as delayed task
> > I have really no clue about this. > > > > What is "~dpnx0"? > > I wanted to documented that in a comment at first. But then I decided > against that as it seemed that as it seemed such patterns are used in > multiple places in the code (ergo everyone knows). > > Looking now I see two occurrence in convert_windows.ml and one in >