Displaying 20 results from an estimated 400 matches similar to: "Information"
2008 Oct 23
4
Problems With Rich Text I Think
I am trying to run a program called content composer and the text in the text field is invisible until i highlight it or sometimes just clicking around it will make it pop up for a bit. Also the words aren't wrapping correctly.
Here are the errors i get when i run it command line.
Code:
fixme:mpr:WNetGetConnectionW Don't know how to convert L"\\junker" to an unc
2004 Mar 21
2
How to route internal addresses?
Hey,
i have the following problem/question:
how can i route internal addresses?
my setup is sumthing like
__________ __________
192.168.1.0 | |192.168.2.0
| |
|---------------|
| |
| linux box |
|---------------|
and the linux box will not route between theese internal addresses (because they''re
2006 Mar 15
2
link_to_remote issue after upgrading to rails 1.0
Hi
I''ve only recently noticed my notebook was using an old version of rails
(0.13), and so upgraded it to 1.0 (this is on gentoo linux).
The upgrade has broken some previously working code, and I''ve not been
able to find a work-around.
Previously the following call:
<%= link_to_remote("some string",
:update =>
2009 Dec 06
1
hi there!
hi there!
how u doin?...hope fine.
look, i've a difficulty in simulation especially for the bayesian analysis
using R. Using the famous Markov Chain Monte Carlo (MCMC) method,
Methropolis hasting algorithm i want to simuate different distrbution like:
1/ Weibull-exponential
2/Gamma-Gamma
3/Poisson-Gamma
4/Normal-Normal
5/Normal-Gamma
6/ Negative binomial - Jeffrey's prior
Especially, i
2024 Aug 02
1
Password caching issue
On Fri, 2 Aug 2024 11:50:00 +0200
Daniel Jordan via samba <samba at lists.samba.org> wrote:
> Hey list,
>
> i've stumbled upon a very strange behaviour.
>
> I change the user password on the pdc with "samba-tool user
> setpassword ..."
How do you use samba-tool with a PDC ?
Hang on, I think you mean the AD DC with FSMO roles, a PDC is something
else
2024 Aug 02
1
Password caching issue
Hey list,
i've stumbled upon a very strange behaviour.
I change the user password on the pdc with "samba-tool user setpassword ..."
two times in a row, without login in or out anywhere, to make sure the
password
is only stored on the dcs.
After doin so i am able to login into our webmail interface, which
authentificates for
testing only against the pdc, with both passwords for
2008 Oct 14
1
To all TextMate users that wants to run tests with cmd + r in Rails 2.1 and above.
Because the require ''test_helper'' at the top of all the tests is
relative now (it used to be something like require ''../test_helper''),
you can''t just run the file with ruby anymore. And running the file
with ruby is exactly what command + r does. Which means you can''t
easily run your tests from textmate.
The solution:
2017 Dec 12
2
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Your smb.conf is incorrect/incomplete.
Info here on these 2 links.
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
https://wiki.samba.org/index.php/Idmap_config_rid
Your smb.conf
> >> [global]
> >> max log size = 0
> >> realm = DOMAIN.COM
> >> workgroup = DOMAIN
> >> security = ADS
> >> winbind enum users = yes
>
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hi Ralph
Thanks a lot. With xattr_tdb I could at least list the files getting rid of
access denied error.
I still do not see the exactly mapped ACEs in the Security Descriptor of a
file in Windows Explorer but I will debug that little further and then come
back with questions.
I see only 1 entry of Everyone on Windows client side if there are added
ACEs using nfs4_setfacl.
Let me know if that
2017 Dec 01
3
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Hello All
I am seeing following error intermittently when I try to join the samba
machine into AD controlled by windows machine.
Failed to join domain: failed to lookup DC info for domain '3DFSTESTAD.COM'
over rpc: The transport connection is now disconnected.
If we repeat the same command with same configuration and credentials, it
succeeds.
Detailed logs at log level 5 are at end of
2019 Jul 22
2
Run llvm pass from standalone project
Hi all,
I am trying to use LLVM's AliasAnalysis pass, but from a standalone tool
that uses llvm libraries.
The following is the code snippet I am currently using.
PassBuilder PB;
auto mod_manager = ModuleAnalysisManager { };
PB.registerModuleAnalyses(mod_manager);
AAResults& AAR = mod_manager.getResult<AAManager>(*M);
But the code fails at .getResult with the following error:
2020 Apr 04
2
Running opt O1 outside of llvm
Hi,
I would like to run the -O1 pass sequence followed by -reg2mem from an out
of tree project which uses llvm.
I am using the following code snippet to do so but in some cases, my method
is also vectorising the code, which doesn't happen when running the same
sequence(-S -O1 -reg2mem) through opt. Can someone please help me find what
I am missing?
Thanks,
Akash.
*
2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hello All
I am trying to use nfs4acl_xattr plugin from samba source code.
https://www.samba.org/samba/docs/current/man-html/vfs_nfs4acl_xattr.8.html
I mounted NFSv4 mount point locally and exported it through samba with vfs
objects set to nfs4acl_xattr.
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount comment = local share guest ok =
2020 Apr 04
4
Legality of transformation
Please consider the following C code:
* #define SZ 2048 int main(void) { int A[SZ]; int B[SZ];
int i, tmp; for (i = 0; i < SZ; i++) { tmp = A[i];
B[i] = tmp; } assert(A[SZ/2] == B[SZ/2]); }*
On running -O1 followed by -reg2mem I get the following IR:
*define dso_local i32 @main() local_unnamed_addr #0 {entry: %A = alloca
[2048
2010 Jan 17
6
More than on loop??
hello every one,
How to function more than one loop in R? I have the following problem to be
solved with the a method of three loops, can you help me please?
The data is attached with this message.
The data is composed of two parts, cleaved (denoted by ?cleaved?) and non
cleaved (denoted by ?noncleaved?).
? to access to the ith peptide, you can use X$Peptide[i]
? to access to the ith label,
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hello Jeremy and Ralph
Thanks for your suggestions.
I compiled samba-4.8.0 and running it instead of samba-4.6.2. I saw the
changes that you mentioned in the latest vfs_nfs4acl_xattr module.
The operation not supported error is gone but it is now failing with access
denied. Here is what I tried:
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount
2015 Oct 14
3
Strange indexing behavior on HTML emails ..
Hi,
In continuation to the issue I had posted about long back:
http://www.dovecot.org/list/dovecot/2014-August/097362.html
I did further testing today on a fresh new Debian & latest Dovecot and
observed a undesired behavior. I am using fts_lucene & following
sequence of commands on a empty test account me at myself.com:
doveadm expunge -u 'my at myself.com' mailbox
2011 Jan 22
0
how to call BayesX in R to see the graph
Hi Everybody,
please can you help me how to call BayesX in R in order to see the graph
already exist in BayesX
Thanks
---------- Forwarded message ----------
From: <r-help-request@r-project.org>
Date: Sat, Jan 22, 2011 at 5:00 AM
Subject: R-help Digest, Vol 95, Issue 22
To: r-help@r-project.org
Send R-help mailing list submissions to
r-help@r-project.org
To subscribe or
2018 Apr 10
1
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Tue, Apr 10, 2018 at 04:28:10PM +0530, Akash Jain wrote:
> Can you please elaborate more on which extensions you referred to?
> What all basic things do we need to do to use nfs4acl_xattr module with
> native NFS4 export mounted locally and shared through samba to get/set NT
> ACLs?
I guess you have to patch the code, or find someone who does it for you. Iirc
currently the module
2015 Oct 17
2
Order in which UIDs are assigned..
Hi,
I just want some clarification on how Dovecot's IMAP assigns UIDs when
it picks files from the "new" directory of a Maildir. What I am
observing is that only ctime has a role to play in it. For example if
there are two files in "new", a.msg & z.msg. Even when a.msg has lower
mtime than z.msg and "a" comes before "z" alphabetically, dovecot