Displaying 20 results from an estimated 100 matches similar to: "expr error in 9-STABLE"
2013 Nov 05
2
10.0-BETA3: Unable to access files on SMB share
Hi All,
on fresh installation of 10.0-BETA3 it is unable to access files on Samba share:
# mount
[...]
//USER at HOSTING/DTEL-IX on /mnt/fs/dtel-ix (smbfs)
# cp /mnt/fs/dtel-ix/port_distribution.xls ./
cp: ./port_distribution.xls: Bad address
At the same time I get kernel messages:
smbfs_getpages: error 60
vm_fault: pager read error, pid 927 (cp)
Please advice,
thanks.
--
MINO-RIPE
2004 Jan 24
0
Dis-used ip creating errors in logs & slow XP browsing
I run samba 3.0.1 on a Redhat 9 box. Everything is fine, there are just
two minor points which I would like to fix. Firstly, I am seeing the
following in my logs. It occurs every few hours in
/var/log/samba/log.nmbd and every 10 minutes or so in /var/log/messages:
[2004/01/24 01:17:04, 0]
nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(485)
2009 Jun 05
3
R: Re: R: Re: PXEbooting very slow
I made other tests. It's not a matter of Win98 versus WinXP, things
change passing from tftpd32 v310beta to v3.33. This version seems to
work fine, but the logs show problems. Here is the complete log with
pxelinux 3.82-pre4:
Rcvd DHCP Discover Msg for IP 0.0.0.0, Mac 00:1E:
68:A6:9E:A9 [05/06 18:24:43.816]
DHCP: proposed address 192.168.1.20
[05/06 18:24:43.816]
1356 Request 2 not
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
It gives me great pleasure to announce the release of FreeBSD 2.0.5-ALPHA!
2.0.5A represents a significant improvement over FreeBSD 2.0R and is our
release-candidate for 2.0.5R later on this week. We're doing a short ALPHA
release in order to shake out any glaring bugs before rolling 2.0.5R and
moving on to 2.1R, which is the bigger goal. If you're looking for 2.1R,
then THIS ISN'T
1998 Nov 23
0
SAMBA digest 1885
> This is a bit off topic, however it's related to a samba based network...
>
> I've got a small network (10 users) running samba on a Linux box with a HP
> network printer. This is working so well, that the only network problems
> that I have are with printers other printers "shared" by Win 95. Therefore:
>
> I was planning to turn an old 486 with an 80M
2007 Nov 05
0
WaveIn/WaveOut and Speex
Evgueni Tsygankov wrote:
> Again, thank you for helping me. I know this might seem like a
> trivial matter to you and other experts in the field,
Sorry, Jean Marc and many others, including me, care very little
about an crappy OS produced by that company in the US which has been
convicted of (but not punished for) anti-competitive behaviour.
> but believe me, there are a lot of
2007 Nov 05
2
WaveIn/WaveOut and Speex
Evgueni,
Don't listen to this guy. The last thing someone confused about types
should use is a union. Listen, whatever types you're using, you're just
dealing with data in memory. For an array, it's just a big block of data in
memory. You need to know how that data is stored in memory. For audio data,
WAVEFORMATEX tells you that with its contents. Don't let types
2016 Jul 07
3
no boot, no message
I have syslinux 5.10 on a 32bit gentoo system. It boots fine. Now I
installed another linux system in other partitions of the same drive
(a 64 bit system), updated syslinux.cfg, setup the new system as
default, and the new entry appears in the menu. Problem is: it doesn't
boot. On timeout, it starts counting down again, and that's it. No
error message whatsoever. Selecting the old system
2003 Aug 22
1
problem compiling R in suse8.2
Hi
I'm trying to compile R in SuSE 8.2 (updated with the gcc 3.3.1) but I'm
getting the following error:
/usr/X11R6/include/X11/keysymdef.h:1181:2: invalid preprocessing
directive #d
make[4]: *** [dataentry.lo] Error 1
make[4]: Leaving directory
`/usr/local/src/compile/R-1.7.1/src/modules/X11'
make[3]: *** [R] Error 2
make[3]: Leaving directory
2010 Nov 26
3
Calling substitute(expr, list(a=1)) when expr <- expression(a+b+c)
# The result I am after is the result after a substitution in an expression, such as
substitute(expression(a+b+c), list(a=1))
expression(1 + b + c)
# However, the way I want to do it is for a an expression "stored as a variable" as
(expr <- expression(a+b+c))
expression(a + b + c)
# a) The following does not work
(expr2 <- substitute(expr, list(a=1)))
expr
# b) - whereas this
2009 Jun 12
0
.doTrace problem with eval.parent(substitute(expr)) vs. lazy evaluation of expr
Here are a couple of problems with the use of
eval.parent(substitute(expr))
instead of just lazily evaluating expr in the .doTrace function used by
trace.
(a) In S+ I sometimes use trace() to see how long a function takes
to run with a tracer expression the saves the start time and calls
on.exit to report the difference between the start and end times
when the trace function ends. E.g.,
>
2005 Aug 06
1
why is the result of expr. Ajax.InPlaceEditor not an object in Safari
hi guys.
i''m really thrilled about the in-place editor and rahul''s additions/
examples at http://www.instituteofthefuture.org/js/inplace.php
i know that this "mozilla only" script will eventually get fixed and
be usable in safari as well, but i can''t wait, so i''ve tried to poke
around a bit -- of course, without success. i am much more of an
2010 Dec 08
1
Error in eval.with.vis(expr, envir, enclos) : subscript out of bounds
I have a for-loop in my code that calls another .R file:
source("estimation.R")
This file runs through without any problems, so the program completes the loop one time. However, when the loop starts a second time and it comes time to call the file "estimation.R" again, program stops and prints the following error message:
"Error in eval.with.vis(expr, envir, enclos) :
2012 Jun 06
0
heatmap.2 clustering and adding add.expr
Hi ,
I am trying to plot a heatmap with a correlation matrix and trying to
highlight significant correlations .
i am using
my matrix d874n has 78 columns
ex2<-corAndPvalue(data.matrix(d874n),use = "pairwise.complete.obs")
##creating a matrix of true false using p values
sig<-ex2$p<0.05
nx=78
ny=78
makeRects <- function(tfMat,border){
cAbove =
2010 Jan 17
2
error: failed to serialize S-Expr
Last night I upgraded from b127 to b130 and now I can''t mark autostart
domains:
# virsh autostart lunar-1
error: Failed to mark domain lunar-1 as autostarted
error: failed to serialize S-Expr: (domain (on_crash restart) (uuid
91c21040-2098-bc0d-b401-3908f3a21667) (bootloader_args) (vcpus 1) (name
lunar-1) (on_poweroff destroy) (on_reboot restart) (cpus (
Searching the archives
2014 Nov 17
0
[Bug 979] expr json structure
https://bugzilla.netfilter.org/show_bug.cgi?id=979
--- Comment #2 from porjo38 at yahoo.com.au ---
"type": "cmp" in last comment was a typo
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Nov 17
0
[Bug 979] expr json structure
https://bugzilla.netfilter.org/show_bug.cgi?id=979
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alvaroneay at gmail.com,
| |pablo at netfilter.org
--
You
2019 Jul 12
0
[Bug 979] expr json structure
https://bugzilla.netfilter.org/show_bug.cgi?id=979
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #4 from Pablo Neira Ayuso
2010 Jul 11
1
[PATCH] edit: Add -e 'expr' option to non-interactively apply expression to the file.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 9e193fd6b94f40b2204cb94e4f08c404b52eecd4 Mon Sep 17 00:00:00 2001
From: Richard Jones
2008 Nov 07
0
[LLVMdev] [cfe-commits] r58509 - in /cfe/trunk: include/clang/Basic/DiagnosticKinds.def lib/AST/Expr.cpp lib/Sema/Sema.h lib/Sema/SemaExprCXX.cpp lib/Sema/SemaInherit.cpp lib/Sema/SemaInherit.h lib/Sema/SemaOverload.cpp test/SemaCXX/condition.cpp
On 2008-11-04, at 08:12, Sebastian Redl wrote:
> Mike Stump wrote:
>> On Nov 3, 2008, at 1:39 PM, Sebastian Redl wrote:
>>>> svn help cl
>>>>
>>>> [ runs away, much the same way someone that throws a lighted match
>>>> into a pool of gasoline ]
Probably wise.
>>> "cl": unknown command.
>>
>> From svn 1.5: