Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Samba works neither in GVFS nor in CUPS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
v6ak
n00b
n00b


Joined: 08 Aug 2011
Posts: 11
Location: Czech Republic (Europe)

PostPosted: Mon Aug 08, 2011 4:36 pm    Post subject: [SOLVED] Samba works neither in GVFS nor in CUPS Reply with quote

Both of smbclient and mount.cifs work correctly. However, GVFS and CUPS don't.

I've compiled everything with "samba" global use flag ('emerge -av --update --deep --newuse world' updates nothing):
Code:
ntb ~ # cat /var/db/pkg/gnome-base/gnome-vfs-2.24.4-r1/USE
acl amd64 elibc_glibc ipv6 kerberos kernel_linux multilib samba ssl userland_GNU
ntb ~ # cat /var/db/pkg/gnome-base/gvfs-1.6.7/USE
amd64 archive bash-completion elibc_glibc fuse http kernel_linux multilib samba udev userland_GNU


Whatever I try to mount by GVFS (althoung it can be mounted by mount.cifs) fails: // EDIT: GVFS works, see below
Code:
$ gvfs-mount smb://user@server/directory
Error mounting location: volume doesn't implement mount


There is also a worse problem: CUPS via samba does not work. I'm not sure whether these two problems are related, but they can be. Any attempt to print anything ends in NT_STATUS_LOGON_FAILURE, although I use the same credentials I use with mount.cifs. (Mistyped passwords are really improbable, because I've tried it many times.)

/var/log/cups/error_log says the following:
Code:
E [08/Aug/2011:18:30:08 +0200] [Job 5] Session setup failed: NT_STATUS_LOGON_FAILURE
E [08/Aug/2011:18:30:08 +0200] [Job 5] Session setup failed: NT_STATUS_LOGON_FAILURE
E [08/Aug/2011:18:30:08 +0200] [Job 5] Session setup failed: NT_STATUS_LOGON_FAILURE
E [08/Aug/2011:18:30:08 +0200] [Job 5] Tree connect failed (NT_STATUS_ACCESS_DENIED)
D [08/Aug/2011:18:30:09 +0200] [Job 5] The following messages were recorded from 18:30:09 to 18:30:09

(and many uninteresting lines)


I've no idea where the problem is. Do you have any?


Last edited by v6ak on Thu Aug 18, 2011 5:51 pm; edited 2 times in total
Back to top
View user's profile Send private message
redagadir
n00b
n00b


Joined: 06 Aug 2011
Posts: 29

PostPosted: Fri Aug 12, 2011 1:50 am    Post subject: Reply with quote

is winbind up?

Last edited by redagadir on Wed Dec 21, 2011 9:08 am; edited 1 time in total
Back to top
View user's profile Send private message
v6ak
n00b
n00b


Joined: 08 Aug 2011
Posts: 11
Location: Czech Republic (Europe)

PostPosted: Fri Aug 12, 2011 10:04 am    Post subject: Reply with quote

Winbind? It resolves names to IP (Microsoft's DNS alternative), isn't it?

It is not neccesary when I access it via IP, is it?
Back to top
View user's profile Send private message
v6ak
n00b
n00b


Joined: 08 Aug 2011
Posts: 11
Location: Czech Republic (Europe)

PostPosted: Thu Aug 18, 2011 7:44 am    Post subject: Reply with quote

I've found the source of GVFS-related problems: It was a bad .xinitrc. There is the bad line:
Code:
exec ck-launch-session openbox-session

The correct replacement is:
Code:
exec dbus-launch --exit-with-session --sh-syntax openbox-session



However, the Samba printer problem still remains, so it does not seem to be a related problem :(
Back to top
View user's profile Send private message
Dagger
Retired Dev
Retired Dev


Joined: 11 Jun 2003
Posts: 765
Location: UK

PostPosted: Thu Aug 18, 2011 1:44 pm    Post subject: Reply with quote

Which version of samba and cups are you using?
Please post your samba configuration.


I'm using samba 3.6.0 with cups 1.4.8 and ADS authentication and everything works perfectly fine.
_________________
95% of all computer errors occur between chair and keyboard (TM)
Join the FSF as an Associate Member!
Post under CC license.
Back to top
View user's profile Send private message
v6ak
n00b
n00b


Joined: 08 Aug 2011
Posts: 11
Location: Czech Republic (Europe)

PostPosted: Thu Aug 18, 2011 5:50 pm    Post subject: Reply with quote

Finally, I've solved SMB CUPS. There are changes I've made:
* updated workgroup in smb.conf.
* using hostname (which is defined in hosts and is a "Windows computer name") instead of IP address in the printer location
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum