d******i 发帖数: 7160 | 1 试过,找不到文件。只能加路径。
root@debian:~# smbpasswd -a root
-bash: smbpasswd: command not found
加路径执行 /etc/samba/smbpasswd -a root
之前属性rw-------,permission denied,
chmod777后倒是不出错了,可是啥都没有,没有提示输入密码什么的。屏幕如下:
root@debian:~# /etc/samba/smbpasswd -a root
root@debian:~#
咋回事啊? |
|
l*******e 发帖数: 3584 | 2 我就想共享一些照片什么的,
谁来给讲讲我哪里错了。
Preparing directories and users
Create directories for Samba to use with Windows
#mkdir samba
Now we need to create users to access this directiory
#useradd pcguest
Now create a password for this user
#smbpasswd -a pcguest
root@debian:~# smbpasswd -a pcguest
New SMB password:
Retype new SMB password:
Added user pcguest.
configure samba configuration file
... 阅读全帖 |
|
d******i 发帖数: 7160 | 3 root@debian:~# /etc/samba/smbpasswd -a root
-bash: /etc/samba/smbpasswd: Permission denied
咋整?
谢了。 |
|
a9 发帖数: 21638 | 4 /etc/samba/smbpasswd是个配置文件,真正执行的smbpassword不是那个文件。
你直接用smbpasswd -a root就行了。 |
|
d******i 发帖数: 7160 | 5 就找到一个:
root@debian:/# find / -name smbpasswd
/etc/samba/smbpasswd |
|
c******n 发帖数: 4965 | 6 finally got my linux laptop client ---> RPI samba printer server working
tip: you need to smbpasswd -a root on the server side, then always use root
to authenticate on printing request.
Ubuntu 12 cups is a bit broken, that's the workaround I found that is
working.
overall very neat,
I use it to play video , share printer, share files
btw, today on tiger direct there is a 1.5TB hard drive for 50$ after rebate,
witha 6$ SATA-->USB convertor, this connects to RPI very well |
|
b*****c 发帖数: 54 | 7 pdbedit -L -v
查看一下samba用户列表
没有的话手动添加
smbpasswd -a user
nobody |
|
s*****a 发帖数: 1269 | 8
Also I don't have smbpasswd, what package do I need to get it? |
|
a9 发帖数: 21638 | 9 share应该是似类于windows里面guest用户的权限。
samba给windows共享还是挺麻烦的,要好多级权限。
比如,首先是unix账户权限。
然后这个用户要加到samba中(记得好像是smbpasswd还是什么命令)
然后是文件的权限,貌似需要x的权限,要不然不能写。 |
|
r****n 发帖数: 1088 | 10 did you add password?
smbpasswd -a username
your |
|
i*******y 发帖数: 111 | 11 ##Samba Server Setup:
##SSH into pogoplug, then install Samba server software
pacman -S samba
## create default smb.conf file required by samba
cp /etc/samba/smb.conf.default /etc/samba/smb.conf
## add a linux user for samba (e.g. named as sambauser)
useradd -m -g users -s /bin/bash sambauser
## change password for sambauser
passwd sambauser
## add this user to samba
smbpasswd -a sambauser
## enable auto start of samba on reboot
systemctl enable smbd.service
##log into webmin to set up and cha... 阅读全帖 |
|
h*w 发帖数: 1182 | 12 抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup of the POGO. Go into the advanced tab / Security.... 阅读全帖 |
|
h*w 发帖数: 1182 | 13 抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。这个主要是给家里只有windowns电脑的用,要是有linux的机器,还是用ext3或
ext4最快。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup... 阅读全帖 |
|
|
T*******x 发帖数: 8565 | 15 我的pogo用户是一个linux用户,然后加到samba用户里的。
是用useradd pogo,然后smbpasswd -a pogo的。
这个用户没有group.
我共享的一个文件夹是automount的,叫/media/BOOTABLE.
下面是文件夹属性:
drwxrwxr-x 9 root users 4096 Dec 31 1969 BOOTABLE
它应该所有人都可以读,但是是属于root的,group是users。
我是不是应该把pogo也加入users group? |
|
D*********s 发帖数: 555 | 16 1. Modify /etc/samba/smb.conf.
[printers] section, add one line
print command = lpr -P %p %s
2. Add samba user
smbpasswd -a root
3. Download cups PS driver
http://www.ccs.neu.edu/home/wsong/cups-ps-driver.tar.bz2, unpack it to /usr/share/cups/drivers
4. run “cupsaddsmb -H localhost -U root -a -v”
Note, rerun that command every time you add a new printer
这样只要你cups server上的打印机,windows client就都可以用,而且驱动程序自动
安装 |
|
B*******s 发帖数: 403 | 17 最近正在把NIS全部MIGRATE到LDAP,并把SAMBA AUTHENTICATION也整合到LDAP里。
系统是SLES11 SP1.
目前已经完成:
NIS DATA to ldap,用户可通过LDAP授权登录(SSH)。
SAMBA USER DATA TO LDAP,用户可以通过LDAP授权登录(SAMBA SHARE)。
LDAP PASSWORD SYNCED WITH SAMBA,用户在用smbpasswd 改变密码的时候,LDAP密码
同时改变
目前的问题是:
SAMBA PASSWORD NOT SYNCED WITH LDAP:用户可以用passwd 改变LDAP密码,但是修改
pam.d/common-password 和 common-auth 无法使SAMBA与LDAP密码同步。就是说,用户
改SMB密码时可以同时更改UNIX/LDAP密码,但是反之不行。
请问如果MODIFY PAM来实现这一目的? |
|
a9 发帖数: 21638 | 18 看看在不在/usr/bin
实在不行find / -name smbpasswd试试
/etc/smb下面是保存密码的文件。 |
|