Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] how to get a deterministic execution"
2009 May 19
0
[LLVMdev] how to get a deterministic execution
On Mon, May 18, 2009 at 8:33 PM, dan mihai <dnmh68 at hotmail.com> wrote:
> Hello,
>
Yo!
> For debugging purposes, I've added a unique id member to the Value class:
>
> global_next_vuid = 0;
> Value::Value(..){
> vuid = ++global_next_vuid;
> }
>
> My hope is that by looking at the vuid of a Value, I can see its vuid,
> set a conditional breakpoint and
2009 May 19
1
[LLVMdev] how to get a deterministic execution
The generated code is deterministic, but the global order the instructions were generated
seems it is not (although the result is guaranteed to be the same).
Now I think the order functions are processed might not be guaranteed.
I've attached a test case, and here is what I get:
...............................
(303)$ ~/bin/llvm/bin/gcc -O3 -emit-llvm try_calls_basic.2.c -c -o
2009 Oct 02
1
[LLVMdev] alias analysis and functions
Hi,
I am trying to use alias analysis (Anderson) and noticed that for pointers to functions
I don't get the expected result: a pointer that clearly may point to a function is
reported as NoAlias.
I use -anders-aa -aa-eval -print-no-aliases -print-may-aliases -print-must-aliases
Here is a test case:
///////////////try_calls_aliases.c
#include <stdio.h>
typedef int (*PF)();
PF
2003 Nov 20
2
What is vuid?
I'm getting the following errors in my error logs:
ERROR! vuid 100 did not map to a valid vuser struct!
At the time this error was being created I was trying to add a domain user as
a local admin. I was trying to get the browse list of domain users up, but
being denied.
Cheers
Jeff
--
Jeff Gardiner [ gardiner@nospam.imaging.robarts.ca ]
System Administrator - Imaging Research
2002 Aug 16
2
change_to_user: Invalid vuid used 101
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
I'm running into an issue where users log into their Win2k/NT4.0
workstations, download their profiles off of our Samba 2.2.5 server,
map home, miscellaneous shares, and printers on it, and then randomly
during their session they cannot open these remote devices. They
receive an "Access Denied" message when trying to do anything
2002 Oct 29
2
2.2.6 leaking session ids?
got this in my log level 1 when people started reporting profiles randomly
not loading and 98 machines reported strange errors, shares aren't
mapping, people can't print....it's a nightmare over here....
this seems to affect all versions of windows regardless of SP's.
log snippet:
[2002/10/29 09:58:33, 1] smbd/service.c:close_cnum(677)
ct10164 (151.103.27.118) closed
2006 Oct 24
1
converting from courier questions
I currently run postfix and courier on my mail servers with squirrelmail.
The problem with courier is it seems to run so slow. The webmail takes
forever to load if you have many mails. I have this set up in virtual
domains with all longin and path info in an mysql database. I just joined
the list and DID google before asking, hope this isn't a common question.
With courier it looks for a
2008 Apr 11
1
Fileshares failing
Hi,
I used to have a set of samba shares working fine on a Centos 4 machine,
accessed by XP clients and authenticated against a 2003 SBS server. Then
I did a yum upgrade and a week later noticed that the seldom-used SMB
shares have stopped working. No other changes to the Centos server, and
no domain changes. The XP clients now just keep prompting for
authentication.
A wireshark trap shows
2004 Apr 24
2
Unable to browse workgroup, shares otherwise accessible
Hi,
After upgrading from Mandrake Linux 9.2 to Mandrake Linux 10 I can no longer
browse my workgroup domain in "My Network Places" from my XP Pro clients.
However, I can still access the shares on my Samba server without problem
using either "Add Network Place" or by entering the path directly in
Explorer. Another symptom is found in my Samba log where a lot of the
2006 Jun 15
1
samba log filled with Invalid vuid message
Today, in only a few hours, the samba log file has been filled (up to
10G!) with this message;
[2006/06/15 16:48:24, 2] smbd/uid.c:change_to_user(247)
change_to_user: Invalid vuid used 100 in accessing share disco5.
Our current samba version is samba-3.0.21c, and it has been running
without any problem for a month.
Any ideas about what happened?
Thanks in advance.
Emilio C.
2005 Apr 04
6
NT_STATUS_WRONG_PASSWORD with multiple concurrent connects from same IP Address.
We are having a problem with SAMBA v 3.0.13 on Linux where a windows client
(single IP address) makes multiple connections at the same time
(different processes) to copy files onto our SAMBA server. As many as 20
simultaneous connections/file transfers may be occurring from the
same client IP address.
Some of the files succeed, and some fail. The windows client reports
that the directory does
2002 Jul 19
2
MAX_MPX
Hi, i was searching in the source code, but i didn't find any MAX_MPX or
something like that. How can i change MAX_MPX_REQUESTS that smbd can handle?
2001 Dec 03
1
Maximum Session IDs
Sorry forgot the subject, Evolution dumped on me in the middle of composing the first time round.
I'm getting the following errors. How do I get rid of the max on
session IDs?
[2001/12/03 09:11:00, 1] smbd/session.c:session_claim(88)
session_claim: out of session IDs (max is 3000)
[2001/12/03 09:11:00, 1] smbd/password.c:register_vuid(316)
Failed to claim session for vuid=100
2002 Jun 03
1
What is so bad about primaryGroupID=513?
I try to set up Samba 2.2.4 / LDAP as a PDC and it almost works. The
only thing I don't understand is why a domain user can't have a
primaryGroupID of 513 (which looks like it should be a safe default).
But if I set it, login is denied with an error C0000078 on the client,
and something like
[2002/06/03 10:32:28, 3] smbd/sec_ctx.c:set_sec_ctx(314)
setting sec ctx (65534, 65534) -
2018 Mar 10
2
Run smbd in AD user context
2018-03-09 20:39 GMT+01:00 Jeremy Allison <jra at samba.org>:
> On Fri, Mar 09, 2018 at 12:07:54PM +0100, Davor Vusir via samba wrote:
> > Hi all!
> >
> > Is it possible to run smbd in an AD user's context?
> > If not, is it possible to have smbd to tell a third-party function to not
> > stray outside from logged on user's (AD user) context (home
2018 Mar 11
2
Run smbd in AD user context
2018-03-10 19:48 GMT+01:00 Jeremy Allison <jra at samba.org>:
> On Sat, Mar 10, 2018 at 01:10:46PM +0100, Davor Vusir via samba wrote:
> >
> > Off list I got a tip on using become_user(). A soon as I get a grip on
> how
> > to extract the calling user's vuid I give it a try I have of course tried
> > other functions; become_user_permanently( ),
2005 Nov 02
1
smbd processes never go away
I am having a problem with Samba 3.0.20b runninn on Fedora core 4, with a
2.6.11-1.1369_FC4smp kernel. Each time I open a connection a new smbd
process is forked. That is fine, but then that process never goes away,
even after the client has disconnected. Even though there are only a few
clients who make an smb connection to the server in question, dozens and
dozens of smbd processes are
2009 Apr 29
2
[Announce] Samba 3.3.4 Available for Download
=================================================================
"A banker is a fellow who lends you his
umbrella when the sun is shining and
wants it back the minute it begins to
rain."
Mark Twain
=================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3 series.
2009 Apr 29
2
[Announce] Samba 3.3.4 Available for Download
=================================================================
"A banker is a fellow who lends you his
umbrella when the sun is shining and
wants it back the minute it begins to
rain."
Mark Twain
=================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3 series.
2006 Dec 03
1
can join a domain, but users are not able to log in
Hi,
I have a samba server which should act as a domain controller. I did not
set up the server by myself.
I can "see" and use the servers shares with windows and linux clients.
Everithing - including the security settings - for the shares works as
expected.
I can join a client to the domain, this works with manual adding the
machine account as well as with the adduser script . I