It's all in the title. I have installed samba on Natty, but /etc/init.d/samba is not there, so nothing works.
What to do? Thanks in advance.
What to do? Thanks in advance.
don@ubuntu:~$ sudo apt-get install samba Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-2.6.39-3 linux-headers-3.0.0-7 linux-headers-2.6.39-3-generic linux-headers-3.0.0-7-generic Use 'apt-get autoremove' to remove them. Suggested packages: openbsd-inetd inet-superserver smbldap-tools ldb-tools The following NEW packages will be installed: samba 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 8,077 kB of archives. After this operation, 23.5 MB of additional disk space will be used. Get:1 [url]http://us.archive.ubuntu.com/ubuntu/[/url] oneiric/main samba amd64 2:3.5.9~dfsg-1ubuntu1 [8,077 kB] Fetched 8,077 kB in 16s (488 kB/s) Preconfiguring packages ... Selecting previously deselected package samba. (Reading database ... 141285 files and directories currently installed.) Unpacking samba (from .../samba_2%3a3.5.9~dfsg-1ubuntu1_amd64.deb) ... Processing triggers for man-db ... Processing triggers for ufw ... Processing triggers for ureadahead ... Setting up samba (2:3.5.9~dfsg-1ubuntu1) ... Generating /etc/default/samba... Importing account for nobody...ok Importing account for don...ok update-alternatives: using /usr/bin/smbstatus.samba3 to provide /usr/bin/smbstatus (smbstatus) in auto mode. smbd start/running, process 15596 nmbd start/running, process 15623
don@ubuntu:~$ sudo service smbd restart smbd start/running, process 15785 don@ubuntu:~$ sudo service nmbd restart nmbd start/running, process 15796 don@ubuntu:~$
Comment