Displaying 20 results from an estimated 200 matches similar to: "weird result when using --link-dest"
2010 Sep 03
1
How to Retain Ownership on webdir
Hi,
I have this webroot /webdir/ with 2775 permission so that any created
file/directory by apache inside of /webdir/ will be 'users:webusers'.
However, I noticed when the apache created a new files (fileB) / directories
(dirB), the ownership becomes 'apache:apache' and the sgid has gone for
/webdir/ (drwxrwxr-x). I'm currently using Wordpress.
[before]
drwxrwsr-x users
2008 Jul 21
4
[LLVMdev] nightly tester setup
I've noticed that my nightly tester doesn't seem to be reporting the
results of running llvm-test, only build warnings and make check.
Checking with -verbose shows that it's running the test suite, so I
don't quite understand what's going on. Looking at
http://llvm.org/nightlytest/ shows that none of the other Linux testers
are reporting test suite results either.
2008 Jul 21
0
[LLVMdev] nightly tester setup
Hard to tell what's wrong. Perhaps /usr/local/bin is not part of path
for a cron job?
You should add NewNightlyTest.pl -noremove -release options. That
leaves the build directory around for you examine it afterwards. Just
manually delete the build directory before running NewNightlyTest.pl.
Evan
On Jul 20, 2008, at 6:00 PM, Nick Lewycky wrote:
> I've noticed that my nightly
2004 Sep 06
0
[LLVMdev] POST MORTEM: llvm-test changes
After fixing nested () problem manual run nighttest finished successfully
with one remarkable logged problem:
INITIALIZED
CVS Root = :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
BuildDir = /home/wanderer/pkg/build/llvm/night/build
WebDir = /home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
Prefix =
/home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD/2004-09-06
2019 Oct 14
3
Cannot start SMB on CentOS 7
*I am running Samba on CentOS 7 and for some reason I cannot get the smb
daemon to start (Samba version 4.9.1). This is the status after a failed
start:*
smb.service - Samba SMB Daemon
???? Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; vendor
preset: disabled)
???? Active: failed (Result: exit-code) since Mon 2019-10-14 10:29:59 EDT;
31s ago
???????? Docs: man:smbd(8)
2000 Aug 09
1
Samba and IIS question
Denny Lee wrote:
> I have a question with using Samba and IIS on NT Server 4.0.
Could you ask it on samba@samba.org, please?
samba-technical is about internal implementations issues...
Of course, having said that, the authentication
errrors look as if the web server didn't have
permission to read the files Samba provided.
Do the Unix permissions on the files
include read for
2006 Dec 30
0
[LLVMdev] nightly tester grawp
Hi Devang,
Unfortunately, there's no way to see the build log unless you're on the
machine from which the report was generated. If you can log in to
Grawp's machine then it should be in the "WEBDIR".
It is most likely mis-compiling because the needed llvm-gcc patch has
not been applied after the SETCC patch to LLVM was committed last
weekend.
Reid.
On Fri, 2006-12-29 at
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
> x86 FreeBSD:
> * hasn't run with changes yet
I manually start script. I use this options (+ -verbose now for testing)
/home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan
-noexternals -noremove :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
/home/wanderer/pkg/build/llvm/night/build
2006 Jul 12
2
(Re-)designing a CMS
Hello Rails-list,
I''m working on a CMS in Rails.
The company that I work for currently uses a CMS written in PHP, and I
want to mimick it in Rails, and improve along the way.
The PHP variant works with templates like this:
In the root of the webdir, there are the template files, named
cms_news.html for example.
This page contains custom tags, in the form of definitions and
2004 Sep 05
3
[LLVMdev] POST MORTEM: llvm-test changes
Okay, I'll have to fix NightlyTest.pl not to use shell script syntax
that isn't universal. Look for a commit soon.
Reid.
On Sun, 2004-09-05 at 13:31, Vladimir Merzliakov wrote:
> > Bash 2.05b on Linux handles this fine. I was asking what
> > your "default" system shell is on FreeBSD. Probably /bin/sh, right?
> > Perhaps you can:
> >
> >
2008 Feb 09
2
Create a Yum repository for CentOS 5?
Hi,
I'm using CentOS 5.1 on both server and desktops. I have a series of
packages that I either rebuilt from CentOS SRPMS to modify them
according to my needs (PHP for example), or that I built from Fedora
Core SRPMS because they're not available on CentOS nor in the RPMForge
repos (Seamonkey, MPD with libshout support, xmms-wma, ...).
I want to create my own remote Yum repository
2006 Dec 30
3
[LLVMdev] nightly tester grawp
Nightly tester 'grawp' is reporting compilation error ? How do I see
detailed build log ?
Thanks,
-
Devang
2006 Jun 07
7
Tunneling in capistrano twice
Hi there,
The default recipe expects you to be able to access your web server
directly from your local machine.
On our web server, for security purposes, it is only possible to ssh
to it through one particular ip (which is also a remote machine.)
The capistrano source is so compact and tidy it looks very hackable.
But rather than messing around I thought I''d ask first if anyone else
2008 Jul 25
0
[LLVMdev] nightly tester setup
Daniel Dunbar wrote:
> Did you manage to solve your issue yet, I just had the same problem
> and found out that the problem was that I had redefined LLVMGCC
> which was (eventually) causing LCC1 to get defined to garbage in Makefile.rules.
> Since the .bc target depends on the source and LCC1 this was basically
> breaking all the rules.
I haven't fixed it yet, but I haven't
2013 Dec 25
2
[LLVMdev] http://llvm.org/apt/ with 'old' gcc: Request for comments
Hello,
Just a quick refresh, on llvm.org/apt/ [1], I am rebuilding the sources
of LLVM to create snapshot packages for the stable branches
and development branches (currently, 3.4, in the hope of point releases
and 3.5). This currently targets 2 releases of Debian and 4 of Ubuntu
[2] and the llvm
toolchain is built using the compiler shipped with the distribution.
Following the recent
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote:
>
> On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
>
> > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
> >> I haven't tested with objdir != srcdir.
> >
> > Ok, that was broken. Attached is a smaller diff that should work in
> > all
> > cases.
>
> This
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
2011 Nov 25
1
Multiple selection, renaming and saving the results
Dear all,
I have a
big data frame:
str(data1)
'data.frame': 18272 obs. of 11 variables:
$ tag :
int 100001 100002 100003 100005 100007
100008 100009 100011 100012 100014 ...
$ sp :
Factor w/ 18 levels "acassp","acocar",..: 13 5 7 14 14 18 3
11 13 10 ...
$ gx :
num 20 10 35 68 88 63 123 115 137 136
...
$ gy :
num 30 25 24 1 10 40 45 25 23 45 ...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
> On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
>> I haven't tested with objdir != srcdir.
>
> Ok, that was broken. Attached is a smaller diff that should work in
> all
> cases.
This sounds really cool Julien! Two questions: 1) does it preserve
the checking that the existing tcl stuff does, which