Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-12 Thread anikin anton
 Thanks.  As for Chris, this looks like 6996574, fixed
 in build 156.

Thanks!
But in change log for 156 build i can't find this bug.
And bugs.opensolasis.org not working for me now (This service is temporarily 
unavailable)
Maybe some patch exists? Any links?
Now i'm building a new server, and dont want this bug on it.
Need any help.
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-12 Thread anikin anton
 Nod. I see the Illumos folks have fixed something
 like this in smb_server_spooldoc as well.

Chris, where did you find this information?
Can you give me a link?
Cant found it myself.
Thanks!
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-12 Thread Jordan Brown

On 08/12/11 00:30, anikin anton wrote:

Thanks.  As for Chris, this looks like 6996574, fixed
in build 156.


Thanks!
But in change log for 156 build i can't find this bug.


Sorry, don't know what to tell you.  The data on 6996574 says it's fixed in 
156.



And bugs.opensolasis.org not working for me now (This service is temporarily 
unavailable)
Maybe some patch exists? Any links?


I'm afraid I don't know anything at all about how interim builds might get 
distributed to the public.



Now i'm building a new server, and dont want this bug on it.
Need any help.


___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-12 Thread Chris Ridd
On 12 Aug, 2011,at 08:56 AM, anikin anton no-re...@opensolaris.org wrote: Nod. I see the Illumos folks have fixed something
 like this in smb_server_spooldoc as well.

Chris, where did you find this information?
Can you give me a link?
Cant found it myself.
Thanks! I think it is this: http://lists.illumos.org/pipermail/developer/2011-May/002280.htmlReading the related messages there should provide some context.Chris
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-11 Thread anikin anton
Today the failure occurs :(
This is output from mdb -k:

THREAD   STATESOBJCOUNT
ff01c00907a0 STOPPED  NONE 31
 swtch+0x145
 stop+0x82e
 holdlwp+0x6f
 post_syscall+0x43d
 syscall_exit+0x59

ff01d4cbf840 SLEEPCV  1
 swtch+0x145
 cv_wait+0x61
 exitlwps+0x1cb
 psig+0x4b1
 trap+0x1408

ff01c04843e0 SLEEPCV  1
 swtch+0x145
 cv_wait+0x61
 smb_server_spooldoc+0x6f
 smb_drv_ioctl+0xd4
 cdev_ioctl+0x45
 spec_ioctl+0x5a
 fop_ioctl+0x7b
 ioctl+0x18e
 sys_syscall32+0xff
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-09 Thread Jordan Brown

On 08/09/11 00:08, anikin anton wrote:

OK, to recap:  You're seeing smb_lookup_sid failed
errors from idmap.
Your smbd is hung unkillably.  Right?


Yes, it's right!


Same request as for Chris.  Please try this and
report the output:

# mdb -k
::pgrep smbd | ::walk thread | ::stacks
(c will tell the pager to just let all of the
output come out without
stopping.)


Ok, i'll try it when it happens again.
Or i need to try it right now, before i got error?
Thanks!


When the failure occurs.
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-04 Thread Chris Ridd

On 3 Aug 2011, at 23:29, Jordan Brown wrote:

 Please try this and report the output:
 
 # mdb -k
  ::pgrep smbd | ::walk thread | ::stacks
 
 (c will tell the pager to just let all of the output come out without 
 stopping.)

 ::pgrep smbd | ::walk thread | ::stacks
THREAD   STATESOBJCOUNT
ff04006d1120 STOPPED  NONE 11
 swtch+0x145
 stop+0x82e
 holdlwp+0x6f
 post_syscall+0x43d
 syscall_exit+0x59

ff03fb58c0a0 STOPPED  NONE  3
 swtch+0x145
 stop+0x82e
 holdlwp+0x6f
 trap+0x13ab
 sys_rtt_common+0x68

ff05230cd100 SLEEPCV  1
 swtch+0x145
 cv_wait+0x61
 exitlwps+0x1cb
 psig+0x4b1
 trap+0x1408
 dtrace_user_probe+0x18a

ff0567127880 SLEEPCV  1
 swtch+0x145
 cv_wait+0x61
 smb_server_spooldoc+0x6f
 smb_drv_ioctl+0xd4
 cdev_ioctl+0x45
 spec_ioctl+0x5a
 fop_ioctl+0x7b
 ioctl+0x18e
 _sys_sysenter_post_swapgs+0x149

ff042e5f4860 STOPPED  NONE  1
 swtch+0x145
 stop+0x82e
 lwp_exit+0xc2
 psig+0x589
 post_syscall+0x49e
 syscall_exit+0x59

I'm not sure if the dtrace_user_probe on the middle thread there is important; 
I *was* dtracing smbd at times before it got into this state, but dtrace is 
certainly not running now.

To me it looks more like smb_server_spooldoc is waiting on something that isn't 
happening.

Chris
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-04 Thread Jordan Brown

On 08/04/11 02:10, Chris Ridd wrote:

ff0567127880 SLEEPCV  1 swtch+0x145
cv_wait+0x61 smb_server_spooldoc+0x6f smb_drv_ioctl+0xd4
cdev_ioctl+0x45 spec_ioctl+0x5a fop_ioctl+0x7b ioctl+0x18e
_sys_sysenter_post_swapgs+0x149


This looks like 6996574, fixed in build 156.

(Note:  I have absolutely no idea how Solaris is being distributed at the
moment, and so no idea how or when a fixed build might be available.)


To me it looks more like smb_server_spooldoc is waiting on something
that isn't happening.


Yes, something like that.
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-04 Thread Jordan Brown

On 08/04/11 08:39, Chris Ridd wrote:

I suspect a system reboot is going to be the only way to get this thing
unwedged.


To get smbd unwedged, definitely.  Don't know about any other SMF issues.
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-03 Thread anikin anton
 I'm sorry, I'm not finding any previous reference to
 this problem.
 
 Could you give some more details?

thanks!
except these errors i can't find something else.
but when this happens, i can't stop smb/server service at all.
kill -9 don't help. only restart.
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-03 Thread Chris Ridd

On 3 Aug 2011, at 09:54, anikin anton wrote:

 I'm sorry, I'm not finding any previous reference to
 this problem.
 
 Could you give some more details?
 
 thanks!
 except these errors i can't find something else.
 but when this happens, i can't stop smb/server service at all.
 kill -9 don't help. only restart.

I've got a strange unkillable smbd proces, though perhaps for a different 
reason.

I can see it in ps (flagged as sleeping), and kmdb's ::ps, it exists in /proc/, 
I can send a signal to it using kill, but proc tools like pflags report cannot 
examine 20663: no such process and neither mdb nor dbx can attach to it.

SMF thinks the service is still online.

If there's a way to avoid a reboot, I'm all ears :-)

Chris

___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-03 Thread Jordan Brown

On 08/03/11 01:54, anikin anton wrote:

I'm sorry, I'm not finding any previous reference to
this problem.

Could you give some more details?


thanks!
except these errors i can't find something else.
but when this happens, i can't stop smb/server service at all.
kill -9 don't help. only restart.


What build of Solaris are you running?
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-03 Thread Jordan Brown

On 08/03/11 11:23, Chris Ridd wrote:


On 3 Aug 2011, at 09:54, anikin anton wrote:


I'm sorry, I'm not finding any previous reference to
this problem.

Could you give some more details?


thanks!
except these errors i can't find something else.
but when this happens, i can't stop smb/server service at all.
kill -9 don't help. only restart.


I've got a strange unkillable smbd process, though perhaps for a different 
reason.

I can see it in ps (flagged as sleeping), and kmdb's ::ps, it exists in /proc/, I can 
send a signal to it using kill, but proc tools like pflags report cannot examine 
20663: no such process and neither mdb nor dbx can attach to it.

SMF thinks the service is still online.

If there's a way to avoid a reboot, I'm all ears :-)


That's... interesting.  (The fact that SMF thinks the service is online is 
not surprising.  It doesn't do much in the way of magic; mostly it's just 
monitoring processes, albeit through the contract mechanism.  If the 
process looks like it's alive for some purposes, it's no surprise that it 
looks alive to SMF.)


Do you have a service contract?  If so, please open a service case.

Please try this and report the output:

# mdb -k
 ::pgrep smbd | ::walk thread | ::stacks

(c will tell the pager to just let all of the output come out without 
stopping.)

___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-02 Thread anikin anton
anyone have any ideas?
today i have this error again! :(
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-08-02 Thread Jordan Brown
On 08/01/11 07:58, anikin anton wrote:
 anyone have any ideas?
 today i have this error again! :(

I'm sorry, I'm not finding any previous reference to this problem.

Could you give some more details?

___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


Re: [cifs-discuss] idmap error smb_lookup_sid failed

2011-07-07 Thread anikin anton
today it happens again :(
i tried to restart idmap, but it doesn't start again, until i restart all 
server :(
can it be a hardware error? may be memory?
help again!
-- 
This message posted from opensolaris.org
___
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss