Displaying 20 results from an estimated 87 matches for "mobi".
Did you mean:
mob
2002 Dec 11
2
"@ERROR: auth failed on module"
Greetings list,
I've been banging my head against this for a few days now, so finally
I throw myself upon your tender mercies.
I had rsync working fine to make offsite backups via an IPSEC VPN
over an ADSL connection - until the remote raid5 server went down. It was
rebuilt
with RedHat 8 and since then I have not been able to rsync to it. Both ends
have vanilla rsync-2.5.5 installed.
2017 Aug 03
1
find similar words in text
I received this from Matt Jockers and it worked!
I missed something.
How can I now see(display) this list?
Hi Riann,
There are a couple of ways that you could do this. . . the best
approach would probably be to use *grep* instead of *which*, but let me
show you both ways.
On page 30, replace
whales.v <- which(moby.word.v == *whale*)
with
whale_words <- c(*whale", *whales",
2017 Mar 20
1
Samba 4.2X as a member server in ActiveDirectory functional level 2016 domain
Hello.
Yes, it is possible.
2017-03-20 13:19 GMT-03:00 Moby <list at mobsternet.com>:
> Thanks Edson, so the Samba member server will work fine even if we
> increase the activedirectory domain functional level to 2016?
>
> Regards,
> --Moby
>
>
> On 3/19/2017 21:10, edson wrote:
>
> There is no problem if the samba server is a member server. But if it is
>
2011 Mar 08
0
railstutorial.org has epub or mobi version?
I''m considering buying the railstutorial.org video + pdf bundle...
however, I''d like to have the ebook in mobi / epub version so I can
read it on my Kindle (nicely formatted).
Anybody knows if mobi version is included?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3Mbo...
2020 May 18
1
docker-firewalld
On Mon, May 18, 2020 at 10:38:24AM -0400, Jonathan Billings wrote:
> On Mon, May 18, 2020 at 07:52:41PM +0530, Thomas Stephen Lee wrote:
> > https://fedoraproject.org/wiki/Changes/firewalld_default_to_nftables
> >
> > mentions a
> >
> > docker-firewalld
> >
> > where can I find that package or source code?
>
> That was just one of the proposed
2014 Dec 30
1
Odd Samba/btrfs AD member server problem - SOLVED
On 12/29/2014 11:09 PM, Moby wrote:
>
> On 12/29/2014 07:34 PM, Moby wrote:
>> openSUSE 13.2 machine with btrfs for /
>> Running samba-4.1.14-3.3.x86_64.
>> Samba is configured to have the server act as a member server in a
>> Windows Activedirectory domain.
>> wbinfo -u and getent passwd work fine. getent passwd shows local and
>> domain users.
2014 Dec 30
2
Odd Samba/btrfs AD member server problem
openSUSE 13.2 machine with btrfs for /
Running samba-4.1.14-3.3.x86_64.
Samba is configured to have the server act as a member server in a
Windows Activedirectory domain.
wbinfo -u and getent passwd work fine. getent passwd shows local and
domain users.
However, setfacl -n -R -m u:userX:rwx /testpath fails if userX is a
domain user, but succeeds if userX is a local user. Using different
2020 May 18
4
docker-firewalld
Hi,
https://fedoraproject.org/wiki/Changes/firewalld_default_to_nftables
mentions a
docker-firewalld
where can I find that package or source code?
thanks
---
Lee
2017 Aug 03
0
find similar words in text
Please keep messages on the list so others can pitch in.
_Which_ words do you want to consider identical for the purpose of frequency count?
_What_ do you want to plot?
B.
> On Aug 3, 2017, at 4:36 PM, Riaan Van Der Walt <Riaan.VanDerWalt at nwu.ac.za> wrote:
>
> Hallo Boris,
> I've loaded the Rstem, Snowball.
> But I am clueless how to get a list eg. whal* (whale,
2017 Mar 20
2
Samba 4.2X as a member server in ActiveDirectory functional level 2016 domain
On 3/20/2017 04:13, Rowland Penny wrote:
> On Sun, 19 Mar 2017 19:28:37 -0500
> Moby via samba <samba at lists.samba.org> wrote:
>
>> Can Samba 4.2.X work as a member server in a Windows server 2016
>> activedirectory domain? I am using Samba member servers in Windows
>> 2012R2 domain and would like to know if I can upgrade the domain to
>> functional level
2015 Feb 12
2
[LLVMdev] Any mechanism available for link time inlineing?
> On Feb 12, 2015, at 8:15 AM, mobi phil <mobi at mobiphil.com> wrote:
>
> sorry to insist. While I do not beleive the question was the dumbest in the world, would love to know to find out some info, please find belowe the short version of the question:
>
> Is there already in LLVM or is there any plan to support...
2017 Jul 31
4
find similar words in text
I am new to R.
Busy with Text Analysis.
Need a script to find e.g
whale, whales, whale's, whaler, whalers, whaling,... in Moby Dick
Riaan
2017 Mar 20
2
Samba 4.2X as a member server in ActiveDirectory functional level 2016 domain
Can Samba 4.2.X work as a member server in a Windows server 2016
activedirectory domain? I am using Samba member servers in Windows
2012R2 domain and would like to know if I can upgrade the domain to
functional level server 2016 without breaking Samba.
Thank you in advance for any help,
--
--Moby
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi,
so, last post from here unless I can provide any more input
to fix the upstream package.
On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote:
> So I got a bit further, the reason for the error is
> that the WSDL *does not have* any <wsdl:types>...</wsdl:types>,
I created a local copy and inserted a dummy
<wsdl:types>...</wsdl:types> element.
Then, my
2014 Dec 11
2
[LLVMdev] dynamic data dependence extraction using llvm
Hi mobi,
Sorry, I am new to clang AST and can not get the point you mentioned. :-(
What I try to do is develop a tool that can analyze data dependence at
runtime. Therefore, I need to analyze trace containing memory accessing
information (eg. arrays within loops). To do that, I first instrument a
recordin...
2016 Mar 02
1
Help with active directory integration
...ld I use instead of "administrator"?
2.Does this user need to be an admin on AD or on the local Linux server?
Thanks for the help!
Jonathan Dotson
Network Administrator
A+, Network+, CCNA
Jonathan.Dotson at schhca.com
843-705-4962 Fax: 843-705-4448
[http://www.suncityhiltonhead.mobi/suncitylogo.gif]
127 Sun City Lane, Bluffton, SC 29909
www.suncityhiltonhead.org<http://www.suncityhiltonhead.org> [http://www.suncityhiltonhead.mobi/phoneicon.gif] 843-705-4000
[http://www.suncityhiltonhead.mobi/thinkbeforeprinting.gif]
This email is intended for the sole use of the recip...
2015 Feb 15
3
[LLVMdev] Any mechanism available for link time inlineing?
mobi phil wrote:
> thanks, sounds great, heard about llvm-lto, but was not following in
> details. I have an llvm-lto in my dev branch build....now what I do not
> find are some example on how to use it for link time inline-ing. In
> worst case have to deal with the overhead to experiment
W...
2007 Jul 01
3
Error when upgrading to samba 3.0.25b: NT_STATUS_OBJECT_PATH_NOT_FOUND
...filepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/01 00:47:48, 3] smbd/error.c:error_packet_set(106)
error packet at smbd/trans2.c(3273) cmd=50 (SMBtrans2)
NT_STATUS_OBJECT_PATH_NOT_FOUND
--
Oliver Schulze L. | http://tinymailto.com/oliver
Asuncion - Paraguay | http://www.solojuegos.mobi
2010 Nov 19
1
[PATCH] i915resolution: add id for GM45 chipset
...), 16 bits
Mode 0x0315: 1280x800 (+5120), 24 bits
Mode 0x0301: 640x480 (+640), 8 bits
Mode 0x0303: 1280x800 (+1280), 8 bits
Mode 0x0311: 640x480 (+1280), 16 bits
Config Status: cfg=new, avail=yes, need=no, active=unknown
Signed-off-by: Lucas De Marchi <lucas.demarchi at profusion.mobi>
---
com32/lib/sys/vesa/i915resolution.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/com32/lib/sys/vesa/i915resolution.c b/com32/lib/sys/vesa/i915resolution.c
index 6ebb04d..1249524 100644
--- a/com32/lib/sys/vesa/i915resolution.c
+++ b/com32/lib/sys/vesa/i...
2008 May 13
6
Testing that named_scope is defined
...".most_recent" do
it "should be defined" do
Post.method_defined?(:most_recent).should be_true
end
end
But it always fails, even though it *is* defined. Any idea on how to test this?
Thanks a lot!
Cheers,
--
Helder Ribeiro
ProFUSION
Embedded Systems
http://profusion.mobi
"If I have not seen as far as others, it is because giants were
standing on my shoulders" -- Jeff Goll