Displaying 20 results from an estimated 100 matches similar to: "How do I confirm importing repo key without user intervention?"
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
> what about importing the key beforehand
> rpm --import keyfile
That's what I do. But when I try to install a package from that
(passenger) repository manually, yum wants my confirmation:
# curl --fail -sSLo /etc/yum.repos.d/passenger.repo
https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
# grep gpgkey /etc/yum.repos.d/passenger.repo
2017 Mar 12
0
How do I confirm importing repo key without user intervention?
Am 12.03.2017 um 18:30 schrieb Yuri Kanivetsky:
>> what about importing the key beforehand
>
>> rpm --import keyfile
>
> That's what I do. But when I try to install a package from that
> (passenger) repository manually, yum wants my confirmation:
>
> # curl --fail -sSLo /etc/yum.repos.d/passenger.repo
>
2017 Mar 05
1
How to automatically confirm importing repo key?
Hi,
I'm trying to set up provisioning LXC container running CentOS. And
among other things, I need to install nginx + passenger from a
non-official repo (the docs:
https://www.phusionpassenger.com/library/install/nginx/install/oss/el7/).
With this playbook:
- hosts: all
tasks:
# https://docs.ansible.com/ansible/yum_repository_module.html
- name: Add repository
yum_repository:
2017 Mar 13
2
How do I confirm importing repo key without user intervention?
> It looks like the passenger RPM has a script importing the GPG key. Check using "rpm -q --scripts passenger".
>From what I can see, it doesn't:
# rpm -q --scripts passenger
postinstall scriptlet (using /bin/sh):
if /usr/sbin/sestatus | grep 'SELinux status' | grep -q enabled; then
actual_selinux_variants=;
for selinux_policy_file in /etc/selinux/*/policy;
2017 Mar 12
0
How do I confirm importing repo key without user intervention?
Am 12.03.2017 um 16:42 schrieb Yuri Kanivetsky <yuri.kanivetsky at gmail.com>:
>
> Sorry for asking it again. I just thought I asked the question the
> wrong way. Too much unnecessary details. And therefore, got no
> replies.
>
> I'm configuring a server from, say, a script (automatically). I need
> it to be done without user saying, "Yes, it's okay to
2017 Mar 13
1
How do I confirm importing repo key without user intervention?
On 13/03/2017 04:38, Yuri Kanivetsky wrote:
> ...Check out the full typescript of what happens when installing
> passenger, please:
> https://gist.github.com/x-yuri/1dc92db44f89253679ab44f6c3de125c
>
> Regards,
> Yuri
In my kickstart scripts I call yum with
yum -t -y -e 0
This just works for me. -t may be what you are looking for.
Tris
2017 Jul 12
1
Distribution of Commercial RPM
Apologies if this is the wrong place to ask this.
Is there a location to upload paid for RPM for distrubution, ie a store
for CentOS?
Is there a discription of how to create your own RPM repository for
distrubution?
What about updates of these RPM?
2012 Mar 05
0
auto.arima and intervention analysis
Hello,
I'm currently using auto.arima to verify the order of my arima model. I
would like to use the model to conduct an intervention analysis. The problem
is that, when I include a step function in auto.arima, by including a binary
variable in "xreg", the arima order that auto.arima gives is different from
when I don't include it. From my understanding, the
2012 Jan 12
0
R codes for Intervention Time Series Analysis
Dear everyone, I need R codes to fit an Intervention Time Series Model for two separate policies for a single observed time series.
Please, I have prior knowledge of how to fit the impact parameter(omega) but I no not the codes for the decay parameter(delta). Can someone help me?
[[alternative HTML version deleted]]
2006 Mar 02
0
PATCH: Default intervention timeout...
Hello,
One of the requirements for our distribution that came down from
management (doesn't it always? :) is to have the boot menu on the CD
completely optional, but very easy to activate.
I'm attaching a patch that does just that. By adding the following lines
to the configuration file:
MENU ACTIVATETIMEOUT 30
MENU ACTIVATEMESSAGE Press any key for Advanced Menu...
The
2017 Mar 13
0
How do I confirm importing repo key without user intervention?
...Check out the full typescript of what happens when installing
passenger, please:
https://gist.github.com/x-yuri/1dc92db44f89253679ab44f6c3de125c
Regards,
Yuri
2002 May 20
0
Printer: User Intervention Required - Use Printer Off line
Check to see what port the second printer
was assigned to...
> -----Original Message-----
> From: Karl E. Jorgensen [mailto:samba@e-jorgensen.freeserve.co.uk]
> Sent: Monday, May 20, 2002 12:41 PM
> To: Samba Mailing List
> Subject: [Samba] Printer: User Intervention Required - Use Printer
> Offline
>
>
> For some reason, I cannot get samba (or Win98, depending on
2012 Jul 02
0
Specifying Transfer Function in Time series Intervention model
Hi Team,
I am running ARIMAX with TSA package. my code is
fit2 <- arimax(yseries, order = c(1,0,1),xtransf =
data.frame(X1var),transfer=list(c(1,0)))
my question is
1st Q.--> If I need to take difference of X1var then what should i do?. What
i am doing like submitting R code as
X1vard <- diff(X1var)
and then i am including in the xtransf. Same time if i need to take
difference of
2008 Apr 22
0
intervention analysis for time series
Dear all,
I am wondering how/if it is possible to implement the general
methodology
of Box and Tiao: "Intervention analysis with applications to economic
and
environmental problems" (JASA, 1975, pages 70-79) in R?
This question has been posted before but without a positive response
(at the time):
tolstoy.newcastle.edu.au/R/help/06/03/22934.html
Perhaps there have been some new
2011 Aug 18
1
Using mixed models to analyze Longitudinal intervention
Dear R List,
I am trying to use mixed models to analyze an intervention and want to make
sure I am doing it correctly. The intervention is for lowing cholesterol
and there are two groups: one with an intervention and one without. The
subjects were evaluated a differing amount of time, so there were between 2
and 7 visits, equally spaced.
Sample output is below. TC is total cholesterol,
2002 May 20
1
Printer: User Intervention Required - Use Printer Offline
For some reason, I cannot get samba (or Win98, depending on how you look
at it...) to allow a win98 client to print.
I search the list archives, but I didn't find anything similar. So here
goes.
Symptoms:
- Win98 client can access fileshares OK. The printers show up OK as well
in network neighbourhood.
- On Linux, printing (lprng) works OK.
- In win98, e.g.
dir >
2017 May 09
2
www-scripts Sphinx doc builder broken and needs intervention.
Hi Tanya,
The www-scripts builder that updates the Sphinx documentation has been
broken for about a week now, despite the buildbot builders passing.
The error from the last sphinx update attempt says:
> /opt/tools/sphinx_update.sh: warning: removing stale lock file from PID
8798.
> UPDATING lld SOURCES
> Updating '.':
> At revision 302593.
> make: *** No rule to make
2017 May 10
2
www-scripts Sphinx doc builder broken and needs intervention.
I don't know if that would make a difference. Whenever a CMake file is
changed and a build
rule is executed CMake is automatically re-run, but the variables in the
cache remain.
Since certain configuration doesn't re-run once a variable is in the cache,
a bad cache variable
can break the build until it's manually removed. I believe that's what's
happening here.
I should
2017 May 25
2
www-scripts Sphinx doc builder broken and needs intervention.
Ping. It's been another week.
When are we going to get the docs building and updating again?
On Tue, May 16, 2017 at 9:01 PM, Eric Fiselier <eric at efcs.ca> wrote:
> Ping. Everything is still broken.
>
> On Wed, May 10, 2017 at 2:39 PM, Eric Fiselier <eric at efcs.ca> wrote:
>
>> I don't know if that would make a difference. Whenever a CMake file is
2012 Jun 19
4
FW: samba4 on debian squeeze
nobody any suggestions for me ? :-((
im running kernel 3.2. from backports.
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: belle at bazuin.nl [mailto:samba-bounces at lists.samba.org]
>Namens L.P.H. van Belle
>Verzonden: 2012-06-18 15:02
>Aan: samba at lists.samba.org
>Onderwerp: [Samba] samba4 on debian squeeze
>
>hai,
>?
>Im trying to install