MANEL Rodero (LCFIB Systems Analyst)
2000-Jan-07 10:42 UTC
Problems with the 2.0.6 release ....
Hello, we are trying to upgrade from 2.0.5a to 2.0.6 (under Digital Unix and Windows 95 clients). After the upgrade we get a lot of errors like these:>>>>>>>>>>>>>>>>>> Log <<<<<<<<<<<<<<<<<<<Jan 4 16:18:35 fissio smbd[31799]: [2000/01/04 16:18:35, 0] smbd/service.c:make _connection(535) Jan 4 16:18:35 fissio smbd[31799]: c6s302pc74 (147.83.148.102) connect to ser vice e6689080 as user e6689080 (uid=3909, gid=105) (pid 31799) Jan 4 16:18:35 samba_server smbd[31799]: [2000/01/04 16:18:35, 0] lib/util_sec.c:asse rt_uid(54) Jan 4 16:18:35 samba_server smbd[31799]: Failed to set uid privileges to (0,3909) n ow set to (3909,3909) Jan 4 16:18:35 samba_server smbd[31799]: [2000/01/04 16:18:35, 0] lib/util.c:smb_pani c(2456) Jan 4 16:18:35 samba_server smbd[31799]: PANIC: failed to set uid Jan 4 16:18:35 samba_server smbd[31799]: Jan 4 16:18:35 samba_server smbd[31799]:>>>>>>>>>>>>>>>>>> Log <<<<<<<<<<<<<<<<<<<and the clients CAN'T connect to the Samba machine. If we downgrade to 2.0.5a, the clients work OK and can connect to the Samba server! Any idea about what's the problem and what's the solution? Many thanks! _____________________________________________________________________ o o o MANEL Rodero Blanquez | Laboratori de Calcul FIB o o o TGS TIC (Analyst) | Campus Nord - Modul B6 o o o Laboratori de Calcul FIB | Jordi Girona, 1-3 U P C FIB - UPC | 08034 Barcelona (Spain) | Email : manel@fib.upc.es | Tel : +34 93 401 6943 WWW : http://alabi.fib.upc.es/~manel | Fax : +34 93 401 7040 _____________________________________________________________________
On Fri, 7 Jan 2000 21:41:50 +1100, hai scritto:>we are trying to upgrade from 2.0.5a to 2.0.6 (under Digital Unix and >Windows 95 clients). After the upgrade we get a lot of errors like >these: >Jan 4 16:18:35 samba_server smbd[31799]: Failed to set uid >privileges to (0,3909) n >ow set to (3909,3909)Run ./configure as root. Then check that include/config.h is appropriate for your system (as regards to seteuid stuff): ie.: on linux2.2.x/glibc2.1 I have /* #undef USE_SETEUID */ #define USE_SETRESUID 1 /* #undef USE_SETREUID */ /* #undef USE_SETUIDX */ on linux2.0.x/libc5 I have #define USE_SETEUID 1 /* #undef USE_SETRESUID */ /* #undef USE_SETREUID */ /* #undef USE_SETUIDX */ if configure fails to chose the right definitions for your system, correct them yourself before make. -- giulioo@pobox.com