I've found an svn checkin in samba svn repository that may fix this problem:
$ svn log -r 22867 svn://svnanon.samba.org/samba ------------------------------------------------------------------------ r22867 | ab | 2007-05-14 15:26:22 -0400 (lun, 14 mai 2007) | 6 lines With Samba4's IDL, we now have two new flags for share types: STYPE_TEMPORARY and STYPE_HIDDEN Strip them out when referencing share_type[] entries. Apparently, some Windows XP installs create shares set to STYPE_HIDDEN by default, found by Damir Shayhutdinov <[EMAIL PROTECTED]>. This also fixes smb4k crashes as it does call 'net share -l'. ------------------------------------------------------------------------ The patch needs to be backported as it relies on new STYPE_* definition: http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0/source/utils/net_rpc.c?rev=22867&r1=21768&r2=22867 According to the duplicates, most of the users hit by this bug are Kubuntu users using smb4k (although the problem is not in smb4k, but in the net command). -- [apport] net crashed with SIGSEGV in run_rpc_command() https://bugs.launchpad.net/bugs/96139 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
