Displaying 20 results from an estimated 4000 matches similar to: "domU reboot leaves VM crashing continually"
2006 Nov 13
0
[LLVMdev] gcc 4 frontend binary for mac os x x86
> I wanted to install llvm 1.8 and the frontend at my MacBook Pro but I
> think the gcc4 frontend doesn't work (gcc3 and llvm 1.8 works fine on
> my old ppc-based mac). There are no fixheaders-script and no include
> directories ...
> Are there working gcc 4 binaries? Did I miss some informations on the
> llvm-webpage?
> Or do I have to build my own gcc frontend?
I assume
2006 Nov 13
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
Hi,
I wanted to install llvm 1.8 and the frontend at my MacBook Pro but I
think the gcc4 frontend doesn't work (gcc3 and llvm 1.8 works fine on
my old ppc-based mac). There are no fixheaders-script and no include
directories ...
Are there working gcc 4 binaries? Did I miss some informations on the
llvm-webpage?
Or do I have to build my own gcc frontend?
Thank you
Nico
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
Hi,
On Nov 13, 2006, at 9:17 PM, Tanya M. Lattner wrote:
> I assume you have an Mac with an Intel processor.
Yes. Sorry, I forgot to mentioned it in the mailbody.
> Download this:
> http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz
I think that is the same tarball I used before.
> Let me know if that doesn't work.
Again: there is no fixheader-script like you
2004 Nov 01
1
Machine accounts by migrating from smbpasswd to ldapsam
Hi all,
I'm wondering what about machine accounts (WinXP) by migrating from
Samba 2.2.8 with authentication backend /etc/smbpasswd to Samba 3.0.4
with ldapsam.
Is it possible just to take NT hash from smbpasswd and paste it to
ldap record as sambaNTPassword?
I'm not able to login from machine vs3 to new domain. My
configuration files and log files follow. The Samba-SID is the same
2013 Feb 07
4
why "object 'x' not found"?
Dear Listers,
I try to change the structure of my data. i have an indicator-matrix and
want to end up with a factor.
i have
v1 v2 v3
1 0 0
0 1 0
0 0 1
and want
v1 v2 v3 v4
1 0 0 1
0 1 0 2
0 0 1 3
amongst other things i tried the following
d <- data.frame(d1=c(1,0,0), d2=c(0,1,0), d3=c(0,0,1))
d$nr <- NA
sapply(1:3, function(x)
2004 Apr 14
1
syslog() logging problems
was wondering if anyone else has had problems with dovecot logging to
syslog? When I start the server it works fine, then after an hour or so
it stops.. restarting the server always makes it work again.
--
James L Moser james at powweb.com
PowWeb Hosting http://www.powweb.com
/(bb|[^b]{2})/, that is the Question.
mysql>SELECT * FROM user WHERE clue >
2003 Apr 05
2
WARNING: rsync mirror is erased when remote HD-dies
Hello,
I faced a problem with rsync-ing like this
server blue 3-HD's as Linux Sofware-RAID 0 (striping) - Webserver EXT3
server green 3-HD's as Linux Sofware-RAID 0 (striping) - Backupserver EXT3
During the rsync-2.4.6-13 process one of the HD's on blue died. Though
rsync decided to remove the mirrored directories from green (the
backup-server).
This process resulted in a partial
2006 Mar 14
3
Daily changetrustpw breaks authentication
Samba 3.0.21b
The Samba docs indicate [0] we should be running changetrustpw [1] at some
point (cron.daily) to update a machines trust account.
However, I've seen multiple instances with 2 seperate AD environments
where this breaks our ability to enumerate/authenticate with the domain.
In both instances, we see something similar to the following in the
winbind logs:
(ntlm_auth):
2002 Nov 07
1
multibootmenue with pxe clients
Hi Peter.
I have some question:
on my nt4 dhcp server i have added the option (067 Bootfile Name -
......\boot.ovl)
the boot.ovl is needed for automatic installation and configuration with on
command ccm (www.ontechnology.de)
the clients boot with pxe this boot.ovl.
now my question:
I want to to boot in a menue with two options.
first and default boot, is to boot the boot.ovl
and second is
2004 Jun 06
2
Errors and periodic corruption using 99.10.5 release with mbox
Hi,
I'm seeing these errors in our logs periodically:
file istream.c: line 135 (i_stream_skip): assertion failed: (stream->v_size
== 0 || stream->v_offset + count <= stream->v_size)
Timeout leak: 0x8069328
Any idea on what may be causing these? System is freebsd, format is mbox.
I'm also seeing periodic corruption of mailboxes. It's easily fixed
because it's
2006 Nov 17
1
[LLVMdev] dump profiling data
Hi,
On Nov 1, 2006, at 7:31 PM, Chris Lattner wrote:
> On Wed, 1 Nov 2006, Nico Moser wrote:
>> sorry but I can't found where the profiling data (llvmprof.out[?]) is
>> generated. Perhaps soembody has a hint for me?
>
> Take a look at how the llvm/utils/profile.pl script works.
In this script the lli command get the load-argument "somewhere/
profile_rt.so".
2006 Jul 26
1
Installation package of R-GUI (PR#9098)
Full_Name: Fr?d?ric Moser
Version: R-GUI, the last one
OS: Macosx 10.4.7
Submission from: (NULL) (83.228.155.25)
The installer say that I can't install R-GUI, because I don't have Macosx 10.4.4
installed, but my powerbook g4 1.33ghz run the 10.4.7 ...
Strange :P
Thanks, and R for mac os x looks great !
FXI
2010 Dec 09
7
[Bug 1843] New: ssh should mention ssh-keyscan in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843
Summary: ssh should mention ssh-keyscan in remote host
fingerprint warning
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs
2011 Oct 26
1
Webscraping - How to Scrape Out Text Into R As If Copied & Pasted From Webpage?
Greetings,
I am trying to get all of the text from a web page as if I "selected
all" on the page, pasted into a text file, and then read in the text
file with read.csv().
# this is the actual page I'm trying to acquire text from:
web.pg <- readLines("http://www.airweb.org/?page=574")
# then parsed in hopes of an easier structure to work with:
web.pg <-
2006 Nov 01
2
[LLVMdev] dump profiling data
Hi,
sorry but I can't found where the profiling data (llvmprof.out[?]) is
generated. Perhaps soembody has a hint for me?
Thank you very much
Nico
2007 Apr 19
1
[LLVMdev] LENS Project
Hi,
I think it is a little bit off topic, but perhaps someone can help me:
I found on the LLVM-website something about the LENS project and the
project page (http://llvm.org/ProjectsWithLLVM/#LENS; http://
www.cs.ucsd.edu/~mmccrack/lens/).
But I can't found if or where I can download it.
Is someone on the list who uses LENS?
Thank you,
Nico
2004 May 21
2
feature request / question?
Occasionally we get a user who decided they need to pop their account 3
to 4 times a second... usually I just disable their account and shout
"no!", but now I have someone trying to do it repeatedly with an invalid
username so I don't know who to spank. =) Before if this happened I
would block the IP and wait for someone to complain... dovecot doesn't
make that very
2010 Apr 24
2
net ads testjoin
Hello all,
I am new to this list and hopefully I am at the right place. Firstly,
thanks to everyone involved in this project. You do a great job!
Now, I use "net" to join Windows AD domains and was wondering where I
can find out more information on what happens during a "net ads
testjoin". The information I found on the documentation pages of net
or smb.conf on the website
2019 Jan 06
2
change default path for installing r-cran packages by sudo apt r-cran...?
dear dirk,
i am following up on our thread on r-help-mailinglist. you advised me to
bring it over here.
when installing packages from within R, they usually go to a directory
defined in R_LIBS_USER, which i have it set in .Renviron.
when installing packages via sudo apt install r-cran-.., they go to
/usr/lib/R/site-library.
is there a possibility to have packages installed to the R_LIBS-USER
2006 Nov 14
0
[LLVMdev] gcc 4 frontend binary for mac os x x86
>> I assume you have an Mac with an Intel processor.
>
> Yes. Sorry, I forgot to mentioned it in the mailbody.
>
>> Download this:
>> http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz
>
> I think that is the same tarball I used before.
Ok. I'm confused. Do you want llvm-gcc3 or llvm-gcc4? The tarball above is
a binary for llvm-gcc4 for Mac x86. You