Displaying 20 results from an estimated 2000 matches similar to: "Custom install DVD with new (SB600 chipset & Intel network) kernel modules"
2008 Feb 08
1
Integrate driver disk to CentOs 5.1 DVD?
Hi,
I have a new mainboard with a Realtek RTL8111B / RTL8168B NIC.
In 5.1 are no driver integrated for this nic, but there is driver disk:
http://wiki.centos.org/HardwareList/RealTekRTL8111b
and
http://wiki.centos.org/HardwareList/RealTekRTL8111b?action=AttachFile&do=get&target=r8168-2.6.18-53.el5-i686-x86_64.img.zip
Can I integrate this driver do the CentOS 5.1 ISO or can i use this
2008 Apr 08
0
dom0 - tar: Skipping to next header
I setup Xen 3.1 on a etch 32 bit box with amd64. I compile the standard
Kernel from Xen and on the other way the gentoo 2.6.20 for both dom0
uand domU. The Xen Setup was bridged. But if i download a tar file, i
cant extract it cause of the following error:
09:48:35 (8.66 MB/s) - `xxx.tar.gz'' saved [64985129/64985129]
tar: Skipping to next header
gzip: stdin: invalid compressed
2017 Jul 21
2
How does yum decide when 2 packages meet a dependency?
On Fri, 21 Jul 2017, Matthew Miller wrote:
> On Fri, Jul 21, 2017 at 04:19:20PM +0100, Phil Perry wrote:
>> Say a package has a dependency for libfoo.so.1, and 2 (or more)
>> packages provide libfoo.so.1, how does yum decide which package to
>> install to meet the dependency?
>
> It has a series of heuristics:
>
> http://yum.baseurl.org/wiki/CompareProviders
2007 Apr 05
2
Question about R
Hi,
I would like to ask how can I do the problem as follows by R. Thank you very much.
Q: Create a list of twenty distinct first names, ten male and ten female, and store them into an array. Write a routine for selecting a simple random sample of five names and counts the number of male and female names in the sample when the sample is drawn :
(a) with replacement
(b) without
2014 Feb 12
3
[user] coverart and other tags
Hello,
I am new to using opus but so far I really am loving it. At 16kbps
spoken content sounds fabulous.
I am using opusenc on 64-bit linux - mostly with flac input.
The one thing I can't figure out how to do is add album art. I tried
passing the vorbis way of adding a metadata_block_picture comment field
to opusenc but it complained about the length.
I can't seem to find any
2007 Oct 02
2
Ordering of names on X- and Y-axis
Hi,
I am new to R.
I have a bit of data looking like this:
SemType, Length
GeoLocation, Sentence
GeneralInfo, Paragraphs
GeneralInfo, Paragraphs
GeneralInfo, Sentence
GeneralInfo, Paragraphs
NatLang, Phrase
Advice, Article
GeneralInfo
Advice, Article
Resource, Sentence
...
(roughly 40,000 lines in total)
I am interested in how many counts of each item in the second row I get for
each item in
2010 Jul 23
5
UseR! 2010 - my impressions
Dear UseRs!,
Everything about UseR! 2010 was terrific! I really mean "everything" - the tutorials, invited talks, kaleidoscope sessions, focus sessions, breakfast, snacks, lunch, conference dinner, shuttle services, and the participants. The organization was fabulous. NIST were gracious hosts, and provided top notch facilities. The rousing speech by Antonio Possolo, who is the chief
2017 Jan 27
2
cross-platform portable code in CRAN Repository Policy
On 27 January 2017 at 21:54, G?bor Cs?rdi wrote:
| On Fri, Jan 27, 2017 at 9:28 PM, Da Zheng <zhengda1936 at gmail.com> wrote:
| > What major R platforms does this policy refer to?
| >
|
| Linux, macOS, Windows.
|
|
| > Currently, my package runs in Ubuntu. If it works on both Ubuntu and
| > Redhat, does it count as two platforms?
| >
|
| I think that Linux is just one. Is
2005 Jun 02
1
Canon MP780 driver
Hi all,
New member here and new to Linux. Please excuse me if my questions
appear a bit dumb.
I have just installed CentOS 4 and I am playing around. I must say the
install process was fabulous and I had no problems. I am now playing
with a few of the apps.
I have a Canon Pixma MP780 multi-function centre which was correctly
identified by the installer however I cannot find a driver for it and
2009 Oct 08
2
CentOS 5.4 is around the corner ...
So this time we we've been a bit faster than during the last two
releases (5.3 and 4.8). Which means: We would like you to get working on
the fantastic and fabulous CentOS Release Notes again!
This time you can find the first stub at
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4
which will change over the next few days - so keep alert!
I'd like to thank you for all the work you
2015 Sep 01
1
FW: Request for ew device<0x2B2D/0xFFFF> listed into NUT
Resend the mail.
???: Zhan, Cindy (???)
????: 2015?8?28? 16:19
???: nut-upsdev at lists.alioth.debian.org<mailto:nut-upsdev at lists.alioth.debian.org>
??: Xie, Maggie(???)
??: Request for ew device<0x2B2D/0xFFFF> listed into NUT
Dear NUT Developers:
We really appreciate for your great job and accomplishment in NUT. It?s interesting and fabulous.
It would be great if
2011 Feb 06
1
How to use a value of an aboject in a line command?
This is my first time here at R Forum!
I am a new user of R. I am very happy with this fabulous software!
I know how to use greps, fors, seeds, %in%, paste, etc.
But I need to know how to use a value of an aboject in a line command?
Example:
> i
[1] "TP53"
> TP53
V1 V2 V3
1 1 TP53 1.1
2 2 TP53 1.2
3 3 TP53 1.3
I would like to do a t.test of TP53 x
2008 Jul 02
2
position legend below x-axis title
Dear helpers,
I'm using a R script on several different datasets, which makes that
axis scales may vary quite a lot from dataset to dataset. So what I'm
looking for now, is how to automagically find out how to position the
legend (horizontal) in the space below the x-axis title, and how to
make sure that the legend is within the limits of the lower inner or
outer margin?
I'm aware of
2010 Jun 01
1
mvbutils and trackObjs
Hello Colleagues,
I've recently become a fan of Mark Bravington's mvbutils package for organizing analysis projects in a tree.
Using cd(), Save(), fixr(), mlazy() etcetera solves nicely some of the nuisances that have worried or annoyed me and sometimes caused
big problems over the years. Well thought out.
Now one feature that would be fabulous would be automatic time-stamping of
2007 Apr 11
2
sem is not "taking" the model
A strange problem with sem:
I downloaded the sem library and then, I specified my simple measurement model (below). I highlighted it and ran it. It ran, but it did NOT tell me "22 lines read". And nothing works after that - it looks like it runs, but it does not produce anything...
Did I make a mistake somewhere in the model? (notice, TIME has only 1 indicator - t1, and I fixed t1's
2004 Feb 06
4
more or less pager
R-users,
(forgive my return adres)
I've been breaking my head why R---which i find fabulous, by the
way---does not pipe interactive output through a pager (more or less),
like it does with help(), or like GNU Octave does with arrays with more
than terminal height rows.
Maybe it is my installation (Debian/GNU Linux). Maybe it is my
configuration, but i don't think so because with
2007 Feb 15
1
Problem in summaryBy
The R script below gives values of 1 for all minimum values when I use a
custom function in summaryBy. I get the correct values when I use FUN=min
directly. Any help is much appreciated.
The continuous information provided in this forum is fabulous as are the
different R packages available.
Rene
# Simulated simplified data
Subj <- rep(1:4, each=6)
Analyte <-
2017 Mar 14
0
Rsyncing without RSH or SSH ?
Rsh should be pretty easy to do. I don't think it has changed since
before RH5.2 vintage.
Otherwise, your best bet would be NFS. I think RH5.2 is new enough for
NFSv3 but I don't remember for sure.
Alternatively maybe you know someone with a newer SCSI controller. I
have several PCI ones and even a PCI-X one I haven't used in years.
On 03/14/2017 12:30 AM, Philip Rhoades via
2019 Apr 03
1
TFA authentication in dovecot, using XMPP and RFC 4226
Hello,
I would like to implement some kind of two factors authentication, in
Dovecot.
I am thinking about using the post login script, to check for unusual
behaviour, like say, a different country / IP address or an unusual
hour.
I already wrote a simple shell script that check these factors, but
now, I have some options for the following, and I need to know your
opinion if this is feasible or
2007 Feb 07
2
Using USB CyberPower CPL550SL / AE550, not working with usbhid-ups driver.
So I just bought one of these fabulous CyberPower UPS devices from BestBuy
hoping I could control it with my machine. Luckily, I found NUT! I've got
the SVN sources and compiled and installed them but I haven't been able to
get it to recognize the usb AE550.
When I plug the usb cable in I see this in syslog:
Feb 6 22:36:56 mythbox kernel: usb 1-1: new low speed USB device using