[Question] Lỗi khi cài samba. |
07/03/2008 23:31:26 (+0700) | #1 | 118375 |
|
dabu
Elite Member
|
0 |
|
|
Joined: 03/03/2003 03:31:20
Messages: 226
Offline
|
|
Hiện tại dùng FC5 download bản samba-3.0.28 cài nhưng không start được dịch vụ smb.
Đã đọc How to Complie samba : http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html
Trong quá trình cài :
gpg --import samba-pubkey.asc
$ gpg --verify samba-3.0.28.tar.asc
root# cd samba-3.0.28/source
root# ./autogen.sh
root# ./configure
root# make
root# make install
đều OK hết.
Nhưng khi start service thì báo : root# service smb start
thì báo không có service smb nào. Xem trong System >>> Administrator >>> Services: không thấy service : smb.
|
|
It's time to build a new network. |
|
|
|
[Question] Re: Lỗi khi cài samba. |
07/03/2008 23:33:42 (+0700) | #2 | 118377 |
|
dabu
Elite Member
|
0 |
|
|
Joined: 03/03/2003 03:31:20
Messages: 226
Offline
|
|
nstalling the Required Packages for Red Hat Linux
On Red Hat Linux, this means you should have at least:
*
krb5-workstation (for kinit)
*
krb5-libs (for linking with)
*
krb5-devel (because you are compiling from source)
in addition to the standard development environment.
Đọc trong how to compile thì có đoạn trên, không biết mình cần phải install tất cả 3 gói trên mới run được samba phải không ? |
|
It's time to build a new network. |
|
|
|
[Question] Lỗi khi cài samba. |
07/03/2008 23:43:40 (+0700) | #3 | 118379 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
dabu wrote:
...
Nhưng khi start service thì báo : root# service smb start
thì báo không có service smb nào. Xem trong System >>> Administrator >>> Services: không thấy service : smb.
Bạn thử:
Code:
hoặc
Code:
which smbd (giả sử output là /usr/sbin/smbd)
/usr/sbin/smbd -D
|
|
Let's build on a great foundation! |
|
|
|
[Question] Re: Lỗi khi cài samba. |
07/03/2008 23:53:43 (+0700) | #4 | 118382 |
|
dabu
Elite Member
|
0 |
|
|
Joined: 03/03/2003 03:31:20
Messages: 226
Offline
|
|
Hi, quanta.
Mình đã chạy 2 lệnh trên nhưng:
[root@localhost /]# which smbd
/usr/bin/which: no smbd in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/nvthanh/bin)
[root@localhost /]# /usr/sbin/smbd -D
bash: /usr/sbin/smbd: No such file or directory
|
|
It's time to build a new network. |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 00:11:42 (+0700) | #5 | 118390 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
dabu wrote:
Hi, quanta.
Mình đã chạy 2 lệnh trên nhưng:
[root@localhost /]# which smbd
/usr/bin/which: no smbd in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/nvthanh/bin)
[root@localhost /]# /usr/sbin/smbd -D
bash: /usr/sbin/smbd: No such file or directory
Code:
Còn lệnh trên thì sao? (/etc/init.d/smb start) |
|
Let's build on a great foundation! |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 00:16:19 (+0700) | #6 | 118392 |
|
dabu
Elite Member
|
0 |
|
|
Joined: 03/03/2003 03:31:20
Messages: 226
Offline
|
|
Thanks quanta,
Mình chạy
[root@localhost /]# local samba
bash: local: can only be used in a function
[root@localhost /]# pwd
/
[root@localhost /]# /etc/init.d/smb start
bash: /etc/init.d/smb: No such file or directory
[root@localhost /]#
Mình đang complie lại ,hông biết có dc không ?
Thanks lần nữa. |
|
It's time to build a new network. |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 00:31:25 (+0700) | #7 | 118395 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
dabu wrote:
Thanks quanta,
Mình chạy
[root@localhost /]# local samba
bash: local: can only be used in a function
[root@localhost /]# pwd
/
[root@localhost /]# /etc/init.d/smb start
bash: /etc/init.d/smb: No such file or directory
[root@localhost /]#
Mình đang complie lại ,hông biết có dc không ?
Thanks lần nữa.
Tôi nghĩ bạn nên đọc lại tài liệu bạn đưa link phía trên. |
|
Let's build on a great foundation! |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 01:26:31 (+0700) | #8 | 118410 |
subnetwork
Member
|
0 |
|
|
Joined: 05/09/2004 06:08:09
Messages: 1666
Offline
|
|
dabu wrote:
Thanks quanta,
Mình chạy
[root@localhost /]# local samba
bash: local: can only be used in a function
[root@localhost /]# pwd
/
[root@localhost /]# /etc/init.d/smb start
bash: /etc/init.d/smb: No such file or directory
[root@localhost /]#
Mình đang complie lại ,hông biết có dc không ?
Thanks lần nữa.
/etc/rc.d/init.d/smb start
|
|
Quản lý máy chủ, cài đặt, tư vấn, thiết kế, bảo mật hệ thống máy chủ dùng *nix
http://chamsocmaychu.com |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 02:01:07 (+0700) | #9 | 118420 |
|
dabu
Elite Member
|
0 |
|
|
Joined: 03/03/2003 03:31:20
Messages: 226
Offline
|
|
- Mình download 3 gói rpm: samba, samba-common, samba-client install đã ok. |
|
It's time to build a new network. |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 03:12:48 (+0700) | #10 | 118430 |
subnetwork
Member
|
0 |
|
|
Joined: 05/09/2004 06:08:09
Messages: 1666
Offline
|
|
dabu wrote:
- Mình download 3 gói rpm: samba, samba-common, samba-client install đã ok.
Đang cài đặt từ source chuyển sang cài đặt từ rpm
Nó thiếu script chứ có gì đâu
Code:
http://www.faqs.org/docs/securing/chap29sec292.html
|
|
Quản lý máy chủ, cài đặt, tư vấn, thiết kế, bảo mật hệ thống máy chủ dùng *nix
http://chamsocmaychu.com |
|
|
|
[Question] Re: Lỗi khi cài samba. |
08/03/2008 13:12:51 (+0700) | #11 | 118514 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Chào anh GA,
Lệnh này /etc/rc.d/init.d/smb start với lệnh /etc/init.d/smb start là một mà anh.
Golden Autumn wrote:
Nó thiếu script chứ có gì đâu
Code:
http://www.faqs.org/docs/securing/chap29sec292.html
Vấn đề không phải là thiếu cái init script. Kể cả như trong cái script anh đưa thì vẫn phải xác định đường dẫn của smbd để start nó lên:
Code:
...
case "$1" in
start)
echo -n "Starting SMB services: "
daemon smbd -D
RETVAL=$?
echo
...
Với việc compile từ source, rất có thể đường dẫn của smbd là /usr/local/samba/sbin/smbd (đây cũng chính là đường dẫn trong tài liệu dabu đã đưa), bạn chỉ việc start nó lên với đường dẫn này, tớ tin là sẽ chạy:
Code:
/usr/local/samba/sbin/smbd -D
|
|
Let's build on a great foundation! |
|
|