Displaying 20 results from an estimated 1000 matches similar to: "Question about include/exclude rules"
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
I have not, I was going to look at it tonight. I tried an earlier version
and got stuck trying to figure out how to invoke lit.py. Looking over '
http://llvm.org/docs/TestingGuide.html' its still clear to be how to do
that.
In my setup, I have an out of tree build. Could you give be an example of
the command line to invoke the tests?
-Nathan
On Mon, Jun 14, 2010 at 1:47 PM, Michael
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
On Jun 14, 2010, at 3:41 PM, Nathan Jeffords <blunted2night at gmail.com>
wrote:
> Michael,
>
> I have not made any changes since I last posted a patch. If you
> would like to make the final updates, thats fine by me. I don't mind
> making the changes either, I can have them done this evening as well.
I'll let you do it then, along with sorting out the macros.
2007 Nov 13
2
Can''t create my seventh xen vm on rhel5
Hi
I''m a sysadmin and I''ve installed on my server Red Hat Enterprise Linux
5 to use its xen embedded with six virtual machines just created and
running. Now I have a problem: when I attempt to create my seventh
virtual machine, xen gives me this error:
Error: destroyDevice() takes exactly 3 arguments (2 given)
In /var/log/xen/xend.log find this errors:
[2007-11-13 11:34:00
2010 Sep 07
3
zpool create using whole disk - do I add "p0"? E.g. c4t2d0 or c42d0p0
I have seen conflicting examples on how to create zpools using full disks. The zpool(1M) page uses "c0t0d0" but OpenSolaris Bible and others show "c0t0d0p0". E.g.:
zpool create tank raidz c0t0d0 c0t1d0 c0t2d0 c0t3d0 c0t4d0 c0t5d0
zpool create tank raidz c0t0d0p0 c0t1d0p0 c0t2d0p0 c0t3d0p0 c0t4d0p0 c0t5d0p0
I have not been able to find any discussion on whether (or when) to
2019 Oct 12
2
Is it a way to upgrade CentOS 7 to 8?
Hi,
I?m looking for a method to upgrade my centos 7 servers to 8 and I don?t find anything to do that!
I?m a very newbie with CentOS? My choices where gone to Debian or Ubuntu and it was very simple. Just some files must be changed (/etc/apt/source.list). My search suggest a RELH subscription. Is it the only way?
Best regards
--
Pierre Malard
?La France n'est pas schismatique, elle est
2004 Aug 06
2
Metadata once more...with Ices
dimanche 24 mars 2002, 21:42:54, Brendan Cully a écrit :
>> I also had strange results when commenting this function (in that case
>> it is supposed to stream the name of the song, by reading the IdTag). With
>> Winamp, I didn't get anything ("unnamned"), with XMMS, I had the proper
>> name, with "unnamned" written after it, and it only worked
2004 May 29
2
films on Desktops and roaming profiles
Hi,
I'd like to ask you what do you limit Desktops syncing in case users
put large files on them, e.g. films.
Downloading / uploading such large files can generate lots of
unnecessary traffic. Is there any kind of filtering possible ?
Other solutions ?
Cheers,
--
Michal Kurowski
perl -e '$_=q#: 13_2: 12/o{>: 8_4) (_4: 6/2^-2; 3;-2^\2: 5/7\_/\7: 12m m::#;
2016 Jul 15
1
I am unable to build atlas rpm from centos7.2
Hi all,
I just cloned from
git clone https://git.centos.org/git/rpms/atlas
And rpmbuild is failing with error in building ATLAS:-
make[1]: Leaving directory `/home/sudhanshu/rpmbuild/BUILD/ATLAS/x86_64_base'
DONE configure
+ '[' base = base ']'
+ sed -i 's#ARCH =.*#ARCH = P4E64SSE3#' Make.inc
+ sed -i s#-DATL_AVX## Make.inc
+ sed -i s#-mavx#-msse3# Make.inc
+ echo
2004 Aug 06
2
login failed
Hi guys,
I have been running icecast and ices for streaming mp3 around my house for
about 3 months now with no problems. now all of a sudden, I get login failed
when I try to run ices.
nothing has changed that I know of (I am the only person with access).
I seem to remember this happened when I originally installed the system,
but it was all so traumatic, I kinda forgot whjat I did :)
any help
2007 Mar 20
2
0.22.2 bug?
Hi,
I''ve just installed 0.22.2 and believe I''ve discovered a bug (or oversight).
I have an exec like this:
exec { "change-to-local-mirror":
command => "sed -i ''s#\(KERNEL_REPO.*=\).*#\1
$mirror#'' ${rulefile}",
path => "/usr/bin:/usr/sbin:/bin",
2001 Mar 08
1
Make Install Problems
I'm in the process of installing openssh 2.5.1p2 and the make install
step fails. I did the build without problems. Now when I attempt to do
the make install it fails with the output below.
Software build process should have to separate steps. A build step and
an install step. The install step should not create or modify any files
in the tree structure as this will fail when a root user is
2012 Jul 11
2
[LLVMdev] llvm 'gmake check' errors generating lit.site.cfg
Hi,
Using trunk llvm ; on powerpc (powerpc64/power7); trying to do a
"gmake check", the sed bits in test/Makefile appear to be getting
tripped up when trying to generate lit.site.cfg. I've started to hack
at it, made a little bit of progress, but wonder if I'm just digging
myself a hole. Highlights of what I've poked at are below.. Comments
or thoughts?
Thanks,
2005 Jul 13
1
syncing from the "file-list" option
Hello, all.
I'm a begineer for rsync and please help me.
I would like to sync data between two ftp sevrer.
If one change/add/delete data usingf ftp, other ftp server should sync from
the main ftp servert.
In my thought, full data directory syncing is too slow, so if the client
uses " --files-from" option, sync speed more fast than full data directory
syncing.
file list is
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
At 2013-09-02 16:22:28,"Tobias Grosser" <tobias at grosser.es> wrote:
>On 09/01/2013 08:02 PM, Star Tan wrote:
>> Hi all,
>>
>>
>> Attached patch file to update lit config for Cloog. Without it, Polly always skips Cloog testings when we run "make check-polly".
>
>Dear Star Tan,
>
>thanks a lot for the patch. It looks very
2007 Feb 06
9
Shutdown problem with Geek Squad GS1285U
Nut will monitor the ups and shutdown Linux when the ups goes to low
battery as it should. But the UPS is not shut down so the system will
restart when the power is restored. If I switch the UPS off , restore
power and switch the UPS on the system will restart. I have not been
able to get nut to switch the UPS off after it brings the system down. I
can get the UPS to switch off with upscmd
2007 Jan 13
1
Batch Processing for SpeexEnc and SpeexDec
Hello, I am a master's student using Speex for my thesis research.
My question is this: I am running speex from a command line in Unix
and I want to encode/decode numerous files at once. How can this be
done since the speexenc requires [options] input_filename.wav
output_filename.spx and the reverse extensions for the decoder.
Sorry I am much more of a hardware (read: EE) then a CS guy. I
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
At 2013-09-03 00:12:56,"Tobias Grosser" <tobias at grosser.es> wrote:
>On 09/02/2013 07:44 AM, Star Tan wrote:
>> At 2013-09-02 16:22:28,"Tobias Grosser" <tobias at grosser.es> wrote:
>>
>>> On 09/01/2013 08:02 PM, Star Tan wrote:
>>>> Hi all,
>>>>
>>>>
>>>> Attached patch file to update lit
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system
verify that this should be done? It looks right, but I want
another opinion before commiting.
- Ben
> On Wed, 27 Feb 2002, Antonio Navarro wrote:
>
>> Hi Ben,
>>
>> I have made some modifications to the buildpkg.sh script that is
>> distributed with openssh.
>>
>> I am sending it to
2009 May 27
3
This guy must be an idiot
OK, can someone tell me what utterly moronic thing I am doing wrong?
I have two roughly identical Linux system running NUT, and one works
properly. The other almost does. The second system works well once
everything is up, but after booting, the system does not have connectivity
to the UPS. I have to manually run `upsdrvctl start backup`,
`/etc/init.d/nut start`, and `upsd` to get NUT