Displaying 20 results from an estimated 3000 matches similar to: "Cannot Boot XServer"
2007 Jul 31
1
CentOS Within VirtualPC 2007
Trying to get CentOS 5 running under VirtualPC 2007. The installation seems
to go OK until X server runs. After this the screen display goes horribly wrong.
Does anyone know if this is an issue with v5 or something else. Also has anyone
managed to get CentOS running properly (from the install) under VirtualPC 2007?
Regards,
Rab.
===========================================================
Robert
1999 Apr 30
2
Graphs
I am trying to use the Windows version of R to do the following:
- Have a Delphi front-end which gets the user input
- Delphi will produce a R script, do a system call to R to
calculate the statistics.
Is there a better way? Maybe a library one can use in Delphi or
Visual C?
- How do one see a graph? A graph is plotted in a window which
IMMEDIATELY closes afterwords so that one can't
2003 Sep 01
2
Illegal instruction - R 1.7.1 under RH 9 Intel
I installed R 1.7.1 on my intel desktop (RH 9) without any problems. I
installed the same binary (R-1.7.1-1.i386.rpm) on my Toshiba Satellite
2535cds (RH 9). R starts as usual all the way to how to quit then prints:
Illegal instruction
and exits to the shell prompt. I also had installed the patched readline
rpm.
How can I fix this? I've never had a problem running R before on the
2004 Nov 06
3
Installing Packages on an Athlon 64 Linux System
I installed FC 2 X86-64 on an Athlon 64 system. I then installed R
2.0.0. It runs fine except when I try to install or update packages
using either "install.packages" or "update.packages". I get the
following types of errors:
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c block.c -o block.o
cc1:
2006 Mar 29
4
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6 files?
Why aren''t builder.js, slider.js, and scriptaculous.js part of the
Rails 1.1 javascripts?
rab:javascripts $ pwd
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/html/javascripts
rab:javascripts $ ls -l
total 288
-rw-r--r-- 1 root wheel 148 Mar 28 08:56 application.js
-rw-r--r-- 1 root wheel 28036 Mar 28 08:56 controls.js
-rw-r--r-- 1 root wheel 23613 Mar 28 08:56 dragdrop.js
2002 Feb 28
1
Operating Windows files from Oracle
I am an absolute beginner with Samba, considering if it's worth installing.
The problem I have is : I want to include windows directories into Oracle
utl_file_dir.
Will installing Samba allow me to do this?
Any help would be appreciated.
Thanks in advance.
Asnate
________________________________________________________________________
This e-mail has been scanned for all viruses by
2017 Aug 18
3
is a self signed certificate always invalid the first time
Michael Felt <michael at felt.demon.nl> writes:
>> I use acme.sh for all of my LetsEncrypt certs (web & mail), it is
>> written in pure shell script, so no python dependencies.
>> https://github.com/Neilpang/acme.sh
>
> Thanks - I might look at that, but as Ralph mentions in his reply -
> Let's encrypt certs are only for three months - never ending circus.
2018 Nov 13
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
Prior to 4.8, without winbind in the picture, a windows user named "rab",
for instance, could be authenticated by AD, but would assume the identity
of the Unix user "rab", with all of his Unix defined groups.
Of course, this is not full emulation of a Windows server experience, but
nonetheless it is the behavior we wanted and worked well in our environment
where every AD user
2017 Aug 20
3
is a self signed certificate always invalid the first time
> On Aug 20, 2017, at 11:52 AM, Stephan von Krawczynski <skraw at ithnet.com> wrote:
>
> On Sat, 19 Aug 2017 21:39:18 -0400
> KT Walrus <kevin at my.walr.us> wrote:
>
>>> On Aug 18, 2017, at 4:05 AM, Stephan von Krawczynski <skraw at ithnet.com>
>>> wrote:
>>>
>>> On Fri, 18 Aug 2017 00:24:39 -0700 (PDT)
>>> Joseph
2018 Nov 13
2
Upgraded to 4.8 - forced to use winbindd - retro how to missing?
I don't know if this still works but it does what you want:
https://www.samba.org/samba/docs/current/man-html/idmap_nss.8.html
Regards
Am 13.11.18 um 15:37 schrieb Rowland Penny via samba:
> On Tue, 13 Nov 2018 09:21:14 -0500
> Richard Bollinger <rabollinger at gmail.com> wrote:
>
>> Prior to 4.8, without winbind in the picture, a windows user named
>>
2012 May 17
2
MANOVA with random factor
Dear All
I would need to perform a MANOVA with both fixed (group, sex, group*sex) and
random (brood) effects. I wonder if this is at all possible and if R does that.
At the moment, I only know that I can run a classic MANOVA with R.
Thank you
David
______________________________________________
David Costantini, PhD
http://www.davidcostantini.it
NERC Postdoctoral research associate
2002 Jun 11
2
Strange problem with samba
Hi,
I was using samba 2.0.7 veersion for a while without any problem. This
morning, suddenly, many windows (nt/98) cannot connect the samba server
on our Linux (RedHat 6.2) server. Then, I downloaded the version 2.2.4,
extracted, configure it, make, make install according to the document.
Then I test it by running
./testparm
it lists all of shared folders. Then, I run
./smbclient -L
2015 Oct 11
4
UEFI: Failed to load ldlinux.e64/ldlinux.e32
On Oct 11, 2015 1:26 AM, "Michael Glasgow" <glasgow at beer.net> wrote:
>
> Gene Cumm wrote:
> > >> My test x86-64 binaries:
> > >>
> > >>
https://sites.google.com/site/genecsyslinux/sl604p0g17-x64.tgz?attredirects=0&d=1
> >
> > On Fri, Oct 2, 2015 at 4:46 PM, Derrick M <derrick.martinez at gmail.com>
wrote:
> >
2009 Jun 04
3
Plot and lm
I want to make a log-log plot with a regression line, but I can't figure
out what I'm doing wrong. What I'm trying is:
plot(mass,area, log="xy", pch=as.numeric(food))
abline(lm(mass~area))
or
plot(mass,area, log="xy", pch=as.numeric(food))
islands$logmass <- log(mass)
islands$logarea <- log(area)
attach(islands)
abline(lm(logmass~logarea))
But that does
2017 Aug 18
1
is a self signed certificate always invalid the first time?
On 8/11/2017 11:44 AM, Florian Beer wrote:
> On 2017-08-11 11:36, Michael Felt wrote:
>> I have looked at let's encrypt. Key issue for me is having to add a
>> lot python stuff that would otherwise not be on any server.
>
>
> I use acme.sh for all of my LetsEncrypt certs (web & mail), it is
> written in pure shell script, so no python dependencies.
>
2015 Oct 13
2
UEFI: Failed to load ldlinux.e64/ldlinux.e32
On Sun, Oct 11, 2015 at 3:15 PM, Michael Glasgow <glasgow at beer.net> wrote:
> I'm not sure what the decaying i/o issue looks like. It's a bit
> slow loading the initrd, but I think the efi drivers are just slow
> in general. Just in case, I went ahead and did a capture on the
> g18 patch loading OL 7.1, which you can grab from here:
>
>
2017 Aug 20
6
is a self signed certificate always invalid the first time
> On Aug 18, 2017, at 4:05 AM, Stephan von Krawczynski <skraw at ithnet.com> wrote:
>
> On Fri, 18 Aug 2017 00:24:39 -0700 (PDT)
> Joseph Tam <jtam.home at gmail.com> wrote:
>
>> Michael Felt <michael at felt.demon.nl> writes:
>>
>>>> I use acme.sh for all of my LetsEncrypt certs (web & mail), it is
>>>> written in pure
2004 Aug 10
1
Firefly and *... Argh!
Okay, I've read as much as I can, and I think i've followed
instructions, but I'm still having problems with * and firefly... I can
get outgoing to other freshtel working, but not incoming (I get the "not
available" voicemail), or outgoing to landline.
I'm using the debian asterisk package (0.9.1-RC1-4)
My iax.conf has in general (under my FWD register, which
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down
rep(1:3, c(4,2,-6))
Segmentation Fault (core dumped)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
2016 Jan 14
3
Proposal: GDM login tips & tricks entry
Hi,
I propose to create an entry in Tips and Tricks - 5. Admin tricks and shell one-liners describing how to disable the user list in the GDM graphical login. I would draw on the info posted in this blog entry
http://blog.toracat.org/2011/01/gnome-login-shows-all-valid-user-accounts-disable-it/
CentOS wiki user: BrianSmith
Dr. Brian O. Smith --------------------------- Brian Smith at glasgow