Displaying 20 results from an estimated 5000 matches similar to: "PATCH: Default intervention timeout..."
2003 Mar 07
2
PXElinux question - not in FAQ (additional DHCP options)
Woody Suwalski <woody at suwalski.net> schrieb am 07.03.03 17:57:26:
>
> Peter, we have met in Cyber space looong time ago, when I was requesting
> 10:minor numbers for the Netwinder project....
>
> Now I am trying to build a network boot for Xandros distribution.
>
> I have it working, however I need to do 2 DHCP cycles - 1 happens in
> PXE, and then it repeats
2003 Mar 07
1
PXElinux question - not in FAQ
Peter, we have met in Cyber space looong time ago, when I was requesting
10:minor numbers for the Netwinder project....
Now I am trying to build a network boot for Xandros distribution.
I have it working, however I need to do 2 DHCP cycles - 1 happens in
PXE, and then it repeats in my network boot code (based on BusyBox). All
I need in the second stage is the NFS image address, passed by DHCP
2004 Nov 29
1
authentication problem pam_mount
The setup is a samba server with mixed clients (samba clients and
windows clients).
The problem,
I want the linux client to mount there home to their home share on the
server. The problem is, I have followed the guide mentioned below and
everything works except that the linux usernames have the format
domeinnaam+username as a result of which pam_mount wants to mount
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,
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]]
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
2008 Aug 07
0
Wine on Asus eee pc 900 running Xandros.
Hi.
I?m totally new to all that is Linux and so on.
But I really wan?t to learn more about this wonderful os.
I?m using an Asus eee pc 900 and it came preinstalled with Xandros.
Now I get a little confused on which version of wine (if any) will work on it.
I tried to search the site/forum and web but I haven?t found any good answer.
One more question. If wine does not support Xandros, can I then
2006 Sep 10
1
Help please
I use Xandros Linux and im not sure how to run Wine on it. I thought Xandros
was a debian based linux OS but it doesnt appear to be. I check all of the
other installs and its definitly not red hat linux or else it would be
called red hat. Its not freeBSD. So I desperately want to get Wine but im
stuck. I would appreciate help.
-------------- next part --------------
An HTML attachment was
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
Hi,
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 import the key."
I was told to run the following command:
yum makecache -y --disablerepo=*
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 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 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 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
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 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
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