Displaying 20 results from an estimated 206140 matches for "run".
2012 Apr 22
1
Cannot access share tevent_req_timedout
Hi all,
I am running an smbclient 3.4.7 on a ubuntu server 10.04.
This is a local network whose hostnames in the network are setup
manually through /etc/hosts. Zeus is a server which contains a music
share which I am trying to access. I haven't created any users or
passwords. The idea is that anyone within t...
2015 Sep 11
0
xapian-core-1.0.23 compiled on Interix / Eric Lindblad
...URCE -D_REENTRANT" \
CXXFLAGS="-D_ALL_SOURCE -D_REENTRANT" \
../configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static \
--enable-backend-remote=no
$ gmake check
PASS: btreetest
PASS: quartztest
Running test: weight1... FAILED
./apitest backend none: 36 tests passed, 1 failed.
Running test: scaleweight1... FAILED
query1: Xapian::Query(pad:(pos=1))
Running test: collapsekey2... SKIPPED
Running test: metadata5... SKIPPED
Running test: adddoc5... SKIPPED
Running test: adddoc6... SKIPPED
Running...
2015 Sep 11
1
xapian 1.0.x compiled on Interix / Eric Lindblad
...URCE -D_REENTRANT" \
CXXFLAGS="-D_ALL_SOURCE -D_REENTRANT" \
../configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static \
--enable-backend-remote=no
$ gmake check
PASS: btreetest
PASS: quartztest
Running test: weight1... FAILED
./apitest backend none: 36 tests passed, 1 failed.
Running test: scaleweight1... FAILED
query1: Xapian::Query(pad:(pos=1))
Running test: collapsekey2... SKIPPED
Running test: metadata5... SKIPPED
Running test: adddoc5... SKIPPED
Running test: adddoc6... SKIPPED
Running...
2011 Mar 10
1
3 dimensional MDS plots
...Below is a copy of my work:
>mdsg=read.csv(file.choose(), header=TRUE, row.names=1, sep=",")
> mdsg.mds<- metaMDS(sp.rich)
Error in metaMDS(sp.rich) : object 'sp.rich' not found
> mdsg.mds<- metaMDS(mdsg)
Square root transformation
Wisconsin double standardization
Run 0 stress 10.62813
Run 1 stress 14.73774
Run 2 stress 11.19939
Run 3 stress 10.61520
... New best solution
... procrustes: rmse 0.005646588 max resid 0.009332332
Run 4 stress 10.61520
... New best solution
... procrustes: rmse 0.0001009763 max resid 0.0001754211
*** Solution reached
> m...
2015 Jan 25
2
TestCases Failure
Hi,
I am a student in Pakistan willing to contribute to Xapian.
I have been able to successfully build the code. But when I run the
existing testcases (to verify everthing is working fine), It says 3 out of
the six testcases fails. Here is the report of the test cases.
"...
make check-TESTS
make[5]: Entering directory
`/home/saad/GitProjects/xapian/build/xapian-core/tests'
Running test './apitest' under e...
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
I have run the john the ripper test.
I have used the official archive (same version as phoronix) from
http://www.openwall.com/john/g/john-1.7.3.1.tar.bz2
To build with llvm-gcc, replace the line CC = gcc with CC = llvm-gcc.
I have used the following command to build : make clean linux-x86-sse2
(seems to be t...
2007 Oct 01
1
tricky problem with "if" function -
Hi all,
This question involves using a "for" loop to make a "decision" in a script.
I've written a rather intricate script, and near the start of it, I
want it either to do a loop (if a variable called "number.runs" > 1)
or not do a loop (if "number.runs" is 1). This is probably trivial but
I can't figure it out. Here's a self-contained example that gets at
the gist of what I'm looking for:
number.runs <- 1 #try it with number.runs <- 2 as well
if (number.runs==1) run.n...
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
2009/9/16 Olivier Meurant <meurant.olivier at gmail.com>:
> Average 13836499.46 12447973.17 1388526.29 10.03
> Standard deviation 53189.13 515638.56
> 522400.98 3.77
That was pretty much what I was expecting from the article... numbers.
It doesn't matter who's best, you can't be best in all areas, but
profiling must be
2013 Jan 11
1
libvirt RPC error
...STRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
root at iwf0044110:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2/Linux2.6_64_debug# virsh version
Compiled against library: libvir 0.9.8
Using library: libvir 0.9.8
Using API: QEMU 0.9.8
Running hypervisor: QEMU 1.0.0
Remote host:
root at iwf004461:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2# uname -a
Linux iwf004461 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
root at iwf004461:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-...
2008 Jun 08
2
[Bug 2175] New: running full test/ cli tests cause panic after a number of tests run..
http://defect.opensolaris.org/bz/show_bug.cgi?id=2175
Summary: running full test/cli tests cause panic after a number
of tests run..
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: normal
Pri...
2012 May 04
2
[PATCH] run-init: add drop_capabilities support
Building on the work in ff0a614bd724f6c4c6a5014a9955dc1bc028f336,
this moves the capability code down into the run-init library, so that
run-init can use it as well, via the new "-d" flag.
Signed-off-by: Kees Cook <kees at outflux.net>
---
usr/kinit/Kbuild | 3 +--
usr/kinit/capabilities.h | 10 ++++++++++
usr/kinit/kinit.c | 6 +++---
usr/kinit/run-...
2015 Jan 11
2
Resizing lvm fails with fedora20
...ora16 or fedora17, but hoped/thought it would be
fixed by now?
# virt-df -h test1-011015.img
Filesystem Size Used Available Use%
test1-011015.img:/dev/prop/boot 476M 109M 338M 23%
test1-011015.img:/dev/prop/root 14G 10G 3.3G 72%
# truncate -s 50G newimg
# virt-resize test1-011015.img newimg --expand /dev/sda1 --LV-expand
/dev/prop/root
Examining test1-011015.img ...
virt-resize: libguestfs error: lvm_set_filter: vgchange -ay:
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvm...
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...Arch: x86_64
Platform: Linux 2.6 Debian 6.0 (Squeeze)
Compiler: gcc version 4.4.5 (Debian 4.4.5-8)
Version: 1.2.4
Status: no known problems
Source: http://oligarchy.co.uk/xapian/1.2.4/xapian-core-1.2.4.tar.gz
Notes / requirements: non-default packages: g++, g++-4.4, libpcre3-dev,
uuid-dev, uuid-runtime, zlib1g-dev
uname -a output:
Linux CW8vDS 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
GNU/Linux
g++ -v output:
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8'
--with-bugurl=file:///usr/share/doc/gcc...
2007 Sep 22
2
[LLVMdev] LLVM 2.1 Pre-release Version 2 Online
LLVMers,
The LLVM 2.1 pre-release version2 is now available:
http://llvm.org/prereleases/2.1/version2/
You can help test this pre-release by doing one of the following:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
Compile everything. Run "make check" and the full llvm-test suite
(make TEST=nightly report).
Send your results to llvm-dev with the deja...
2008 Feb 27
4
[LLVMdev] llvm/test: suffix or operands invalid for `push'
....
-m32 and --disable-multilib didn't change the outcome. Did I get the
command wrong? I tried
jo at kurier:~/Delta/llvm/test$ CFLAGS=--multilib make check
See below for a transcript of the failed check.
What next?
Regards,
Jo
-- snip --
jo at kurier:~/Delta/llvm/test$ make check
llvm[0]: Running test suite
make[1]: Betrete Verzeichnis '/home/jo/Delta/llvm/test'
( ulimit -t 600 ; ulimit -d 512000 ; \
PATH="/home/jo/Delta/llvm/Debug/bin:/home/jo/Delta/llvm/test/Scripts:/home/jo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" \
/us...
2007 Sep 16
5
"rake spec:doc" returns NO NAME (due to --dry-run) for each specify block
I went ahead and moved to the trunk versions of RSpec and Spec:Rails because
I wanted to try out the new Story Runner feature. However, when I tried to
do "rake spec:doc", I got the following:
AccountController
- NO NAME (Because of --dry-run)
AccountHelper
- NO NAME (Because of --dry-run)
User (in general)
- NO NAME (B...
2010 Nov 01
3
btrfs benchmark with 2.6.37-rc1
Here is a small btrfs vs. ext4 benchmark with kernel 2.6.37-rc1.
compilebench with options -i 10 -r 30 on 2.6.37-rc1
btrfs
==========================================================================
intial create total runs 10 avg 73.11 MB/s (user 0.34s sys 1.96s)
create total runs 5 avg 49.53 MB/s (user 0.41s sys 1.62s)
patch total runs 4 avg 22.13 MB/s (user 0.09s sys 1.79s)
compile total runs 7 avg 104.55 MB/s (user 0.08s sys 1.02s)
clean total runs 4 avg 564.00 MB/s (user 0.01s sys 0.28s)
read tree total runs 2 a...
2018 Sep 03
5
winbindd crashing -- how to auto-heal?
El 3/9/18 a les 17:13, Rowland Penny via samba ha escrit:
> Yes, but it depends on how you run Samba. If you run Samba as a
> standalone server you only need to run 'smbd', but running 'nmbd' as
> well would be a good idea.
>
> If you run Samba as a PDC or BDC, the same as a standalone server goes.
>
> Anything else needs both smbd and winbind running.
It...
2019 Feb 25
2
Linking mailboxes
Dear Aki,
Many thanks again. Thanks for explaining this.
Very grateful for your assistance.
Thanks a bunch !
Kunal
On Mon, Feb 25, 2019 at 11:56 AM Aki Tuomi <aki.tuomi at open-xchange.com>
wrote:
> At minimum directories
>
> /run/media/computer/Storage/
>
> need to have o+x, so you can do
>
> chmod o+x /run /run/media /run/media/computer /run/media/computer/Storage
>
> and
>
> chown -R vmail:vmail /run/media/computer/Storage/Email
>
> Aki
>
> > On 25 February 2019 18:47 Kunal A. via do...
2009 Feb 23
1
[LLVMdev] 2.5 Pre-release2 available for testing
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray <
aaronngray.lists at googlemail.com> wrote:
> On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov <
> anton at korobeynikov.info> wrote:
>
>>
>> Actually its [configure-stage3-intl] where its hanging.
>>
>> This can easily be due to inline FP math in the stdlib headers. For
>> example - I had to