View previous topic :: View next topic |
Author |
Message |
grajagan Tux's lil' helper
Joined: 19 Jun 2005 Posts: 112 Location: RS/Brasil
|
Posted: Sun Aug 13, 2006 7:14 pm Post subject: konqueror acessing smb: Could not change permission [SOLVED] |
|
|
I have a smb share mounted at boot time and it's works fine, but when I put a file in the shared directory using konqueror, it returns an error message about changing permissions: http://img236.imageshack.us/img236/7564/kdemessagelu4.png (but the file is copied fine to directory)
in the command line, this error not happens, here's my /etc/fstab:
Code: |
//192.168.186.1/win-linux /mnt/win-linux smbfs username=guest,guest,fmask=777,dmask=777,rw 0 0
|
Last edited by grajagan on Mon Aug 14, 2006 9:35 pm; edited 1 time in total |
|
Back to top |
|
|
FantomKnight Tux's lil' helper
Joined: 09 Aug 2006 Posts: 135 Location: USA
|
Posted: Mon Aug 14, 2006 3:34 am Post subject: |
|
|
Did you compile KDE, or more specifically Konquerer, with Samba support (i.e., samba in USE flags when compiling)? If not, you may need to recompile with samba in USE flags. |
|
Back to top |
|
|
grajagan Tux's lil' helper
Joined: 19 Jun 2005 Posts: 112 Location: RS/Brasil
|
Posted: Mon Aug 14, 2006 4:56 pm Post subject: |
|
|
I add samba to the USE flag in /etc/make.conf and re-emerge Konqueor, but it has no effect.. thank's for you answer |
|
Back to top |
|
|
FantomKnight Tux's lil' helper
Joined: 09 Aug 2006 Posts: 135 Location: USA
|
Posted: Mon Aug 14, 2006 7:41 pm Post subject: |
|
|
Hmmm... I also have an SMB share mounted at boot and don't have this issue. Maybe you need to add afew more more options to your fstab line that mounts the share. Here's what mine looks like:
Code: | rw,users,workgroup=workgroup,credentials=/etc/smbidfile,uid=1000,gid=100,dmask=0775,fmask=0775 |
The /etc/smbidfile basically has two lines like this:
Code: | username = user
password = password |
Where the username is the username that I wish to use to connect to the network [/quote]share, and the password is the password associated with that username. |
|
Back to top |
|
|
grajagan Tux's lil' helper
Joined: 19 Jun 2005 Posts: 112 Location: RS/Brasil
|
Posted: Mon Aug 14, 2006 9:34 pm Post subject: |
|
|
thanks! this solve the problem! |
|
Back to top |
|
|
|