search for: barfoos

Displaying 14 results from an estimated 14 matches for "barfoos".

Did you mean: 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
2011 Dec 01
1
strange row numbering after rbind-ing a list
"Not that it really matters, but" Can someone explain how the row numbers get assigned in the following sequence? It looks like something funky happens when rbind() coerces 'bar' into a dataframe. In either sequence of rbind below, once you get past the first two rows, the row numbers count normally. Rgames> (foo<-data.frame(x=5,y=4,r=3)) x y r 1 5 4 3 Rgames>
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
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
Here is a revised patch after some suggestions: 1. Removed extraneous changes (the white space changes that are -/+ whitespace), and the commented out code. 2. Keep the warning for linking dynamic libraries in LinkLibraries.cpp I still don't have a good solution to the problem of -L paths that include bytecode versions of the native libraries we're trying to link. Consider the
2018 Aug 29
2
bash completion in C7
Hello Gordon, On Wed, 29 Aug 2018 08: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
2018 Aug 29
4
bash completion in C7
Hello there, while bash completion was working great to 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
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
2018 Aug 30
0
bash completion in C7
On 08/29/2018 09:22 AM, wwp wrote: > On Wed, 29 Aug 2018 08: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.
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 full...
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
https://bugzilla.samba.org/show_bug.cgi?id=5654 Summary: Combination of --remove-sent-files, --partial, -- partial-dir, --tmp-dir and --delay-updates can cause data loss Product: rsync Version: 3.0.3 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P3
2018 Aug 30
2
bash completion in C7
Hi Gordon, On Wed, 29 Aug 2018 17:59:58 -0700 Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 08/29/2018 09:22 AM, wwp wrote: > > On Wed, 29 Aug 2018 08:27:06 -0700 Gordon Messmer <gordon.messmer at gmail.c > om> wrote: > >> On 08/28/2018 11:33 PM, wwp wrote: > >>> - it doesn't expand *foo whereas there are *foo-named files in
2006 Apr 28
0
rq-2.3.2
NAME rq v2.3.2 SYNOPSIS rq (queue | export RQ_Q=q) mode [mode_args]* [options]* URIS http://raa.ruby-lang.org/project/rq/ http://www.linuxjournal.com/article/7922 DESCRIPTION ruby queue (rq) is a zero-admin zero-configuration tool used to create instant linux clusters. rq requires only a central nfs filesystem in order to manage a simple sqlite database as a distributed
2006 Jun 08
0
rq-2.3.3
HISTORY --- 2.3.3: - fixed bug in updater related to io files (see tmp_stdin in jobqueue.rb) - [IMPORTANT] removed feature where stdin jobs could contain comments (''#''). input lines are now taken literally __except__ blank lines, which are still ignored. - added ability to dump stdin/stdout/stderr for any job rq q stdout 42