Displaying 14 results from an estimated 14 matches for "barfoo".
2002 Aug 30
1
PANIC, Samba 2.2.3a-6
Greetings,
I just upgraded my samba server to the latest Debian stable package,
which is listed as: 2.2.3a-6. I got the following errors in the logs
when a user installs a printer:
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] libsmb/cliconnect.c:
attempt_netbios_session_request(977)
barfoo smbd[1083]: attempt_netbios_session_request: FOOBAR rejected the
session for name *SMBSERVER with error Not listening on called name
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] rpc_c...
2011 Dec 01
1
strange row numbering after rbind-ing a list
...normally.
Rgames> (foo<-data.frame(x=5,y=4,r=3))
x y r
1 5 4 3
Rgames> (bar<-list(x=4,y=5,r=6))
$x
[1] 4
$y
[1] 5
$r
[1] 6
Rgames> (foobar<- rbind(foo,bar))
x y r
1 5 4 3
2 4 5 6
Rgames> (foobar<- rbind(foobar,bar))
x y r
1 5 4 3
2 4 5 6
3 4 5 6
Rgames> (barfoo<-rbind(bar,foo))
x y r
2 4 5 6
21 5 4 3
Rgames> (barfoo<-rbind(barfoo,foo))
x y r
2 4 5 6
21 5 4 3
3 5 4 3
--
Sent from my Cray XK6
"Pendeo-navem mei anguillae plena est."
2008 Apr 29
1
behaviour of .Fortran in terms of "double precision" and "real" datatype
Hello R-world!
This is my first post to the R list, so I feel that I need to say thanks to
the community (I'm using R now for 5 months)!
I'd greatly appreciate if somebody could explain some odd behavior of
".Fortran" to me. Let's assume a primitive Fortran subroutine
barfoo.f
----------------------------
subroutine bar(y, v)
double precision y
real v
y = 1.455523
v = 3.2
end
----------------------------
after $ R CMD SHLIB barfoo.f (uses gfortran & gcc), I switch to R-2.6.2
R> dynload("barfoo.so")
R> .Fortran(...
2010 Nov 11
9
preferred directory structure for multiple environments
Hello All,
Moving from 2.5 to 2.6.2 and I was wondering if there is a preferred
directory structure for using multiple environments? Does it work much
different in 2.6 than in 2.5? When I made the move I assumed (I know)
that my current structure and configurations would just roll over but
that isn''t the case.
Thanks,
Jim
--
You received this message because you are subscribed to the
2005 Feb 21
0
[LLVMdev] Revised patch to make gccld link native .so's
...ath has a libFoo.so native library that we need to
link. It also contains a libBar.so bytecode library.
Another directory in our -L path has a bytecode version of libFoo.so and a
native version of libBar.so.
What do we do?
llvm-g++ -Wl,-native -shared -o libtest.so test.o -L/foobar -lfoo -L/barfoo
-lbar
/foobar
libFoo.so --native
libBar.so --bytecode
/barfoo
libFoo.so --bytecode
libBar.so --native
Now, it is possible to test for this situation, but even if we know that it is
going to happen, how do we tell gcc or the system linker how to do the
correct thing?
--------------...
2018 Aug 29
2
bash completion in C7
...27:06 -0700 Gordon Messmer <gordon.messmer at gmail.com> wrote:
> On 08/28/2018 11:33 PM, wwp wrote:
> > - it doesn't expand *foo whereas there are *foo-named files in current dir, for instance:
> > # rm *foo
> > will show nothing whereas there's a file barfoo in curdir.
>
> Tab completion finishes a single word, given a string that appears at the beginning of a list of candidates.
Wrong, tab completion proposes the list of candidates if there are
several, and it only finishes a single word automatically if there's
only one match for the pa...
2018 Aug 29
4
bash completion in C7
...me in CentOS6, since I'm
using C7 I spend my day stuck on completion not working the way it
should.
The bad situations I'm facing are:
- it doesn't expand *foo whereas there are *foo-named files in current dir, for instance:
# rm *foo
will show nothing whereas there's a file barfoo in curdir.
- completion takes 10 sec to propose me something, I don't have an
example right here but I'd prefer no completion instead of a
completion that hangs for more than 3 sec.
I don't care much about command-specific completion (command --switches
and so on), but it gener...
2018 Aug 29
0
bash completion in C7
On 08/28/2018 11:33 PM, wwp wrote:
> - it doesn't expand *foo whereas there are *foo-named files in current dir, for instance:
> # rm *foo
> will show nothing whereas there's a file barfoo in curdir.
Tab completion finishes a single word, given a string that appears at
the beginning of a list of candidates.
Wildcard expansion (Ctrl+x, e) will expand a word containing a wildcard
to multiple words on the command line, usually so that you can remove
some matches.
Neither will do s...
2018 Aug 30
0
bash completion in C7
...don Messmer <gordon.messmer at gmail.com> wrote:
>> On 08/28/2018 11:33 PM, wwp wrote:
>>> - it doesn't expand *foo whereas there are *foo-named files in current dir, for instance:
>>> # rm *foo
>>> will show nothing whereas there's a file barfoo in curdir.
>> Tab completion finishes a single word, given a string that appears at the beginning of a list of candidates.
> Wrong, tab completion proposes the list of candidates if there are
> several, and it only finishes a single word automatically if there's
> only one match...
2011 May 27
0
ldap questions
...#39;t have a certain order, at least, all
ldap editors that I use can't define an order. But it seems that the
attribute order is relevant for entries like AstAccountDisallowedCodec
and AstAccountAllowedCodec.
2. Is it possible to use templates with sipeers/users stored in ldap?
like [barfoos](template) in the sip.conf file?
3. When a client registers I get the message "Couldn't modify
'name'='hp0021FE5452DB',
dn:cn=hp0021FE5452DB,ou=phones,dc=scheff32,dc=de because Undefined
attribute type".
res_ldap.conf contains name = cn. The ldap user has ful...
2008 Jul 31
1
DO NOT REPLY [Bug 5654] New: Combination of --remove-sent-files, --partial, --partial-dir, --tmp-dir and --delay-updates can cause data loss
...cause
data loss
Product: rsync
Version: 3.0.3
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: paul@barfoo.net
QAContact: rsync-qa@samba.org
Running the following:
rsync -r --delay-updates --temp-dir=.tmp --partial-dir=.tmp/partial --partial
--remove-sent-files "/tmp/rsync-sender/dir" "/tmp/rsync-receiver"
will cause the files to be deleted from the sending side and not c...
2018 Aug 30
2
bash completion in C7
...l.c
> om> wrote:
> >> On 08/28/2018 11:33 PM, wwp wrote:
> >>> - it doesn't expand *foo whereas there are *foo-named files in curre
> nt dir, for instance:
> >>> # rm *foo
> >>> will show nothing whereas there's a file barfoo in curdir.
> >> Tab completion finishes a single word, given a string that appears at th
> e beginning of a list of candidates.
> > Wrong, tab completion proposes the list of candidates if there are
> > several, and it only finishes a single word automatically if there...
2006 Apr 28
0
rq-2.3.2
...0) update the priority of job 42
~ > rq q update 42 priority=7
1) update the priority of all pending jobs
~ > rq q update pending priority=7
2) query jobs with a command matching ''foobar'' and update their command
to be ''barfoo''
~ > rq q q "command like ''%foobar%''" |\
rq q u command=barfoo
3) place a hold on jid 2
~ > rq q u 2 state=holding
4) place a hold on all jobs with tag=disk_filler
~ > rq q q tag=disk_filler | r...
2006 Jun 08
0
rq-2.3.3
...0) update the priority of job 42
~ > rq q update 42 priority=7
1) update the priority of all pending jobs
~ > rq q update pending priority=7
2) query jobs with a command matching ''foobar'' and update their command
to be ''barfoo''
~ > rq q q "command like ''%foobar%''" |\
rq q u command=barfoo
3) place a hold on jid 2
~ > rq q u 2 state=holding
4) place a hold on all jobs with tag=disk_filler
~ > rq q q tag=disk_filler | r...