Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
peculiar network/samba problem [SOLVED]
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
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sat Mar 29, 2008 12:32 am    Post subject: peculiar network/samba problem [SOLVED] Reply with quote

Presumably because of some "upgrade" when I emerged uDa world,
I found I couldn't print to the samba printer share in the local
network.

cups reports this error:

Code:
/usr/libexec/cups/backend/smb failed


Smbd and nmbd are running, but here is what is strange:

If I do smbclient -L local host I get the normal output.

If I do smbclient -L gothmog (that's the name of the
computer - it was pretty powerful when I got it, but
I digress ...) I get this:

Code:
timeout connecting to 192.168.0.5:445
timeout connecting to 192.168.0.5:139
Error connecting to 192.168.0.5 (Operation already in progress)
Connection to 192.168.0.5 failed (Error NT_STATUS_ACCESS_DENIED)


Even more strange, if I do ping localhost, I get the normal
response.

But ping gothmog times out with no response.

From other computers, smbclient -L gothmog returns
a normal response.

The hostname is set properly so far as I can tell.

There is some kind of internal network problem but I am
at a loss what it could be ... (btw, this is an amd64
architecture)
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)


Last edited by albright on Sat Mar 29, 2008 12:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Mar 29, 2008 9:26 am    Post subject: Reply with quote

Normally, I'd say your error looks like it's because of hosts-allow and hosts-deny problems in your etc/samba/smb.conf, or problems in your /etc/hosts file. However, because this is all happening after you updated, you might want to just give revdep-rebuild a go before you mess with those files.

When the great gnutls-2.2.2 update hit me, one of the packages that got nuked on my system was samba. I had to rebuild it, kde-base, and about ten other programs to get back to normal. If the great gnutls-2.2.2 update hit you at the same time as the great update of 3-25-08, I can only imagine the havoc that reeked on your system.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sat Mar 29, 2008 12:48 pm    Post subject: Reply with quote

yeah, I had already run revdep-rebuild after the gnutls
business ...

But the problem turned out to be an iptables rule

The old rule was this:

Code:
-A INPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -i lo -j ACCEPT


replacing the above with the simpler:

Code:
-A INPUT -i lo -j ACCEPT


solved my problem.

But the original rule worked until very recently - I wonder what
changed and where :?
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21631

PostPosted: Sat Mar 29, 2008 4:45 pm    Post subject: Reply with quote

Traffic sent from the local machine to itself always arrives on interface lo, but retains the IP addresses you would expect from connecting to 192.168.0.x. You probably changed name resolution so that gothmog resolved to a 192.168.0.x IP address instead of 127.0.0.1, or perhaps you removed an iptables rule which was permitting the traffic when it arrived on 192.168.0.x.
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sat Mar 29, 2008 6:02 pm    Post subject: Reply with quote

Quote:
You probably changed name resolution so that gothmog resolved to a 192.168.0.x IP address instead of 127.0.0.1, or perhaps you removed an iptables rule which was permitting the traffic when it arrived on 192.168.0.x.


Thanks for the information ... but I personally changed NOTHING.
I figure that **emerge** changed whatever changed. Truly,
networking is one of the dark arts ... :)
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
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