Displaying 20 results from an estimated 200 matches similar to: "Pressing "I" for interactive start-up does nothing"
2005 May 24
4
Custom kernel needed for ndiswrapper? (for Linksys WPC54G wireless pcmcia)
Greetings:
I'm just installed Centos-4 on an IBM T-21 laptop. So far so good. Now
I'd like to pop in a wireless lan adapter. I'm looking at a buying a
Linksys WPC54G adapter (although I haven't done so yet).
After doing some searching, it looks like the best way to get this card
working is via ndiswrapper [http://ndiswrapper.sourceforge.net] and then
to use Windoze
2004 Jun 10
1
How to send in donations via check? and some other suggestions.
Greetings.
I have just successfully updated a RH-9 file server to CentOS-3.1. I'm
VERY impressed. I have a client who has 4 Redhat servers (1 x 7.3 and 3
x 9.0) that I would like to migrate to CentOS-3.1.
Question: My client is willing to send a donation for these boxes but
they just want to send you (caosity.org) a check that will cover the
next couple of years.
Who do we make the
2005 May 20
3
How NOT to have a disk recognized by grub?
Greetings:
I'm upgrading a fileserver running 3.4 (upgrade to a larger disk). I
backed up the data from the "old" disk and slapped in a newer, larger
disk and installed Centos-3.4. No problems.
Now, there are some files on the "old" disk that I forgot to move to the
back-up disk, so I'd like to mount the "old" disk as /dev/hdd and reboot
the system and
2009 Apr 12
30
good progress on pci vga passthrough in xen-3.4-rc1
Platform : Nehalem, official Intel x58 with Core i7 920 (dx58so)
Main (Console): Nvidia 9500 GT PCI Express
Secondary: Nvidia 8800 GTS PCI Express
Yes, I binned the ASUS P6T due to bad VT-d support in the BIOS.
With the latest BIOS from Intel, the dx58so has enable/disable for VT-d, ICH FLR and Interrupt Mapping! Helped a lot with getting this working ...
Dom0: 2.6.18-xen0 (built from
2003 Jan 30
3
help Error with Cli_spoolss_notify.c in CUPS
Hello,
I am getting this error when Win XP machines print to my SAMBA server. I think it is a compile issue, if so how do I recompile or get it in place. I used RPM to 'install' SAMBA. Anyone have any suggestions?
I am using SAMBA 2.2.6a with CUPS 1.1.8 on Caldera OpenLINUX 3.1.1
Error:
Jan 24 11:15:34 heatconlinux smbd[4787]: [2003/01/24 11:15:34, 0]
2004 Nov 05
7
Lockup at boot with nFroce SATA
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Is the sata_nv (based on SCSI) driver supposed to work with Xen?
When I tried to boot my dom0 kernel recompiled with the sata_nv drivers
enabled my kernel locks up, I guess when probing the first drive
connected via S-ATA. ("Screenshot" here:
<URL:http://mjh.name/xen.lock.1.jpg>) (Kernel also says that partition
tables of the
2006 Feb 08
3
difference between rnorm(1000, 0, 1) and running rnorm(500, 0, 1) twice
Hi R users
This looks a simple question
Is there any difference between between rnorm(1000,0,1) and running
rnorm(500,0,1) twice in terms of outcome ?
TM
2010 May 23
4
creating a reverse geometric sequence
Hello,
Can anyone think of a non-iterative way to generate a decreasing geometric
sequence in R?
For example, for a hypothetical function dg, I would like:
> dg(20)
[1] 20 10 5 2 1
where I am using integer division by 2 to get each subsequent value in the
sequence.
There is of course:
dg <- function(x) {
res <- integer()
while(x >= 1) {
res <- c(res, x)
x
2019 Aug 29
4
Schedule samba backup
Hi,
I was using samba backup offline, but seems that now is not working, a
bug is reported.
As a workaround I want to use online backup:
sudo samba-tool domain backup online --targetdir=<output-dir>
--server=<DC-server> -UAdministrator
Asking password in interative mode works, but I need to automate to
execute from crontab without asking pwd, how can I do this with
security?
2008 Mar 13
2
Help! OT: Blackberry IMAP client suggestions/experience needed
The CFO of our college, a most formidable man, had decided to go Blackberry and
Something Functional Must Be Done. We've had some users who we've not supported
(and things got better for them when we switched from UWIMAP to Dovecot).
BB, of course, has their half-baked sorta-IMAP-compliant client (and we do NOT
want the BB Enterprise Server) that persistently keeps grabbing the
2006 Apr 06
1
How to implement an iterative unit root test
Hello,
How can an interative unit root test be implemented in R?
More specifically, given a time series, I wish to perform the Dickey
Fuller Test on a daily basis for say the last 100 observations. It would
be interative in the sense that this test would be repeated each day for
the last 100 observations.
Given the daily Dickey Fuller estimates of delta for the autoregressive
process
d(Y(t))
2006 Feb 05
30
Emacs rails.el
Features:
* Management WEBrick - start, stop
* Viewing log files
* Abbrev from TextMate
* Switching between View/Action
http://www.emacswiki.org/cgi-bin/emacs/rails.el
2004 Sep 12
3
libogg 1.1.1 release
Everyone,
Pleased to announce the release of libogg version 1.1.1. This is a
bugfix release on last year's 1.1 release.
Source archives are available from our new download site:
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.tar.gz
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.zip
Maintained from the /releases subtree on svn.xiph.org. This release is
tagged in the
2004 Sep 12
3
libogg 1.1.1 release
Everyone,
Pleased to announce the release of libogg version 1.1.1. This is a
bugfix release on last year's 1.1 release.
Source archives are available from our new download site:
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.tar.gz
http://downloads.xiph.org/releases/ogg/libogg-1.1.1.zip
Maintained from the /releases subtree on svn.xiph.org. This release is
tagged in the
2004 Apr 19
1
barplot fill patterns
Dear R-helpers,
I will like to know if there is a way to generate a stacked column
graph using both patterns and colors to fill the bars. I have many
categories for the number of color available in R, so I will like R to
start with solid colors and then use patterns an colors. I have been
using barplot and some code that I found in the archives, but I am
still having bars with the
2007 Jul 27
1
make swfdec a gstreamer backend?
Hi,
I don't know much about gstreamer internals so I'm not sure.. The idea
just appeared in my mind. Is it possible to make swfdec a gstreamer
plugin? Totem then can play swf files. Totem already has a plugin for
Epiphany so we don't have to write another plugin for epiphany. I
don't know how gstreamer handle interative input though.
--
Duy
2001 Oct 25
1
Default $PATH of rsh (Was Re: What risk is X11Forward to a server?)
>Traditionally the rsh command (as implemented on SysV systems such as
>hpux which is where my experience comes from) implements
>/usr/local/bin:/usr/bin:/bin, etc., the operative directory being
>/usr/local/bin. But openssh does not. Which means I always need to
First I wouldn't say that HPUX was a good example of SysV, second
/usr/local/bin is certainly not ever placed in the
2000 Jan 31
2
glm
I've downloaded R for windows (9.0.1) and it is great! I've
converted all my lecture notes for my GLM course to run on R (they are
available on my web page below). I must admit I particularly like the
default contrast options, which are identical to GLIM. Also I like the
gl function - very useful! I have a couple of questions/bugs:
1. predict.glm doesn't work, but predict.lm does -
2007 Jun 22
1
Imputing missing values in time series
Folks,
This must be a rather common problem with real life time series data
but I don't see anything in the archive about how to deal with it. I
have a time series of natural gas prices by flow date. Since gas is not
traded on weekends and holidays, I have a lot of missing values,
FDate Price
11/1/2006 6.28
11/2/2006 6.58
11/3/2006 6.586
11/4/2006 6.716
11/5/2006 NA
11/6/2006 NA
11/7/2006
2007 Aug 28
1
Age-Length key with kimura algorith
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070828/6641b572/attachment.pl