Activity log for bug #1055075

Date Who What changed Old value New value Message
2012-09-23 16:15:33 Munzir Taha (منذر طه) bug added bug
2012-09-23 16:15:33 Munzir Taha (منذر طه) attachment added smb.conf https://bugs.launchpad.net/bugs/1055075/+attachment/3335233/+files/smb.conf
2012-09-23 16:17:14 Munzir Taha (منذر طه) tags quantal apport-collected quantal
2012-09-23 16:17:16 Munzir Taha (منذر طه) description I installed samba4, added a share /test to smb.conf and tried to access it and got $ smbclient -L localhost -U% Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED) The log file /var/log/samba/log.%m (notice the buggy %m) contains [2012/09/23 19:09:41, 0] ../lib/util/util_runcmd.c:334(samba_runcmd_io_handler) /usr/sbin/smbd: Failed to exec child - No such file or directory [2012/09/23 19:09:41, 0] ../file_server/file_server.c:98(file_server_smbd_done) file_server smbd daemon exited normally [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [ldap_server: no LDAP server required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [cldap_server: no CLDAP server required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [kdc: no KDC required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [dreplsrv: no DSDB replication required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [Cannot start Winbind (standalone configuration): Failed to find record for GT683R in /var/lib/samba/private/secrets.ldb: No such object: (null): Have you provisioned this server (GT683R) or changed it's name?] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [kccsrv: no KCC required in standalone configuration] $ sudo netstat -tunap |grep samba tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN 5374/samba tcp 0 0 0.0.0.0:135 0.0.0.0:* LISTEN 5374/samba tcp6 0 0 :::1024 :::* LISTEN 5374/samba tcp6 0 0 :::135 :::* LISTEN 5374/samba udp 0 0 192.168.122.1:137 0.0.0.0:* 5376/samba udp 0 0 192.168.122.255:137 0.0.0.0:* 5376/samba udp 0 0 192.168.1.38:137 0.0.0.0:* 5376/samba udp 0 0 192.168.1.255:137 0.0.0.0:* 5376/samba udp 0 0 0.0.0.0:137 0.0.0.0:* 5376/samba udp 0 0 192.168.122.1:138 0.0.0.0:* 5376/samba udp 0 0 192.168.122.255:138 0.0.0.0:* 5376/samba udp 0 0 192.168.1.38:138 0.0.0.0:* 5376/samba udp 0 0 192.168.1.255:138 0.0.0.0:* 5376/samba udp 0 0 0.0.0.0:138 0.0.0.0:* 5376/samba I removed all iptables rules. Attached is my smb.conf I also tried smbpasswd -a munzir followed by smbclient -L localhost -U munzir but got same result I installed samba4, added a share /test to smb.conf and tried to access it and got $ smbclient -L localhost -U% Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED) The log file /var/log/samba/log.%m (notice the buggy %m) contains [2012/09/23 19:09:41, 0] ../lib/util/util_runcmd.c:334(samba_runcmd_io_handler) /usr/sbin/smbd: Failed to exec child - No such file or directory [2012/09/23 19:09:41, 0] ../file_server/file_server.c:98(file_server_smbd_done) file_server smbd daemon exited normally [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [ldap_server: no LDAP server required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [cldap_server: no CLDAP server required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [kdc: no KDC required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [dreplsrv: no DSDB replication required in standalone configuration] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [Cannot start Winbind (standalone configuration): Failed to find record for GT683R in /var/lib/samba/private/secrets.ldb: No such object: (null): Have you provisioned this server (GT683R) or changed it's name?] [2012/09/23 19:09:41, 0] ../source4/smbd/service_task.c:35(task_server_terminate) task_server_terminate: [kccsrv: no KCC required in standalone configuration] $ sudo netstat -tunap |grep samba tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN 5374/samba tcp 0 0 0.0.0.0:135 0.0.0.0:* LISTEN 5374/samba tcp6 0 0 :::1024 :::* LISTEN 5374/samba tcp6 0 0 :::135 :::* LISTEN 5374/samba udp 0 0 192.168.122.1:137 0.0.0.0:* 5376/samba udp 0 0 192.168.122.255:137 0.0.0.0:* 5376/samba udp 0 0 192.168.1.38:137 0.0.0.0:* 5376/samba udp 0 0 192.168.1.255:137 0.0.0.0:* 5376/samba udp 0 0 0.0.0.0:137 0.0.0.0:* 5376/samba udp 0 0 192.168.122.1:138 0.0.0.0:* 5376/samba udp 0 0 192.168.122.255:138 0.0.0.0:* 5376/samba udp 0 0 192.168.1.38:138 0.0.0.0:* 5376/samba udp 0 0 192.168.1.255:138 0.0.0.0:* 5376/samba udp 0 0 0.0.0.0:138 0.0.0.0:* 5376/samba I removed all iptables rules. Attached is my smb.conf I also tried smbpasswd -a munzir followed by smbclient -L localhost -U munzir but got same result --- ApportVersion: 2.5.2-0ubuntu4 Architecture: amd64 DistroRelease: Ubuntu 12.10 InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120606) NonfreeKernelModules: nvidia Package: samba4 4.0.0~beta2+dfsg1-3 PackageArchitecture: amd64 ProcEnviron: LANGUAGE= TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4 Tags: quantal Uname: Linux 3.5.0-15-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
2012-09-23 16:17:16 Munzir Taha (منذر طه) attachment added Dependencies.txt https://bugs.launchpad.net/bugs/1055075/+attachment/3335238/+files/Dependencies.txt
2012-09-23 16:20:12 Dave Gilbert samba4 (Ubuntu): importance Undecided Medium
2012-09-23 16:20:12 Dave Gilbert samba4 (Ubuntu): status New Confirmed
2013-01-15 13:59:48 Iain Buchanan bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694697
2013-01-15 16:16:30 Jelmer Vernooij samba4 (Ubuntu): status Confirmed Incomplete
2013-01-18 16:26:24 Enrique Hernández Bello bug added subscriber Enrique Hernández Bello
2013-01-27 01:47:20 Dave Gilbert samba4 (Ubuntu): status Incomplete Triaged
2013-01-28 23:09:06 Mario Codeniera attachment added Previous Logs Encountered https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1055075/+attachment/3505067/+files/Attach28January2013.txt
2013-10-15 14:29:31 theghost tags apport-collected quantal apport-collected quantal saucy
2013-11-12 13:32:00 Ramakrishnan bug added subscriber Ramakrishnan
2014-03-12 06:13:46 daiwa bug added subscriber daiwa
2014-08-12 20:00:38 vicky lozano bug added subscriber vicky lozano
2015-02-21 18:41:54 eperki bug added subscriber eperki
2015-02-21 18:42:29 eperki removed subscriber eperki
2015-11-15 18:21:52 sbulut bug added subscriber sbulut
2017-08-04 02:18:06 Gabriel Melgar bug added subscriber Gabriel Melgar
2017-09-28 19:06:50 Gábor Zoltán bug added subscriber Gábor Zoltán