Displaying 2 results from an estimated 2 matches for "level15".
Did you mean:
level1
2009 Apr 01
0
new user cannot logon to one computer in the domain
...sistance] succeeded
The eventlog on XP also didnt reveal anything interesting (like it would when its the sign/seal-problem)
The full smb-log at LogLevel=3 can be found at:
http://www.goldfisch.at/temp/smb.log
the smb-log at LogLevel=15 (~400kb) can be found at:
http://www.goldfisch.at/temp/smb.level15.log
If posting any other log might help please let me know. I would do anything do solve this problem cause it drives me nuts not being able to logon a simple user in my small domain.
smb.conf :
---------------------------------------
[global]
interfaces = eth4 127.0.0.1
bind interfaces on...
2009 Jul 14
0
[LLVMdev] "Recursive compilation detected" and signals
...EL5 LEVEL4 LEVEL4
#define LEVEL6 LEVEL5 LEVEL5
#define LEVEL7 LEVEL6 LEVEL6
#define LEVEL8 LEVEL7 LEVEL7
#define LEVEL9 LEVEL8 LEVEL8
#define LEVEL10 LEVEL9 LEVEL9
#define LEVEL11 LEVEL10 LEVEL10
#define LEVEL12 LEVEL11 LEVEL11
#define LEVEL13 LEVEL12 LEVEL12
#define LEVEL14 LEVEL13 LEVEL13
#define LEVEL15 LEVEL14 LEVEL14
void timer_handler (int signum)
{
printf ("timer expired\n");
LEVEL13;
}
void sigsegv_handler (int signum) {
printf ("Uh oh\n");
LEVEL13;
}
int main (int argc, char **argv) {
struct itimerval timer;
struct sigaction sa1, sa2;
/* Co...