IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.49 MB
Powered by
Channel Info
Network: freenodeChannel: #samba |
Search in www.irclog.org
Log from #samba at freenode 2006-06-29
[00:02]<cusvjd6>||cw: when you mean delete the wins cache files, do you mean the files on the WINS server or my sambaPDC?
[00:15]<zzggg_yf>can someon help me, i am having major issues
[00:15]<zzggg_yf>i keep seeing this
[00:15]<zzggg_yf>[2006/06/28 16:44:21, 2] auth/auth.c:check_ntlm_password(312)
[00:15]<zzggg_yf> check_ntlm_password: Authentication for user [nobody] -> [nobody] FAILED with error NT_STATUS_WRONG_PASSWORD
[00:15]<zzggg_yf>amongst some other errors
[00:15]<zzggg_yf>the server was wokring fine all day
[00:15]<zzggg_yf>and now one client cant get on
[00:15]<zzggg_yf>this has been going on sporadically for a week already and i pray that someone can help me
[00:16]<||aw>green_il: is "nobody" in your smb passwd backend?
[00:16]<zzggg_yf>it should be
[00:16]<||aw>not usualy
[00:17]<||aw>if you realy want a user named nobody, you have to change the "guest account" setting to soemthign else
[00:17]<zzggg_yf>||cw: yes it is, my backend is /etc/passwd
[00:17]<||aw>um, no it isn't
[00:17]<||aw>unless you disabled encryption
[00:17]<||aw>and even then i'm not 100% sure
[00:17]<zzggg_yf>wanna see my smb.conf?
[00:18]<||aw>sure
[00:18]<||aw>well
[00:18]<||aw>just the passdb options
[00:18]<||aw>and don't paste more than 3-4 lines in irc :)
[00:18]<zzggg_yf>i know
[00:19]<||aw>what's your passdb backend =
[00:19]<zzggg_yf>btw, i am using samba 3.0.9
[00:19]<zzggg_yf>and i dont have one
[00:19]<zzggg_yf>im using share level security
[00:19]<zzggg_yf>which is open to everyone
[00:19]<zzggg_yf>i have null passwords on
[00:20]<||aw>oh you have one :) run this: testparm -v | grep passdb
[00:21]<||aw>you have a default one
[00:21]<zzggg_yf>smbpasswd
[00:25]<zzggg_yf>||cw: ?
[00:26]<||aw>make sure there's "nobody" isn't in the smbpasswd file
[00:26]<||aw>if it is, that's the problem
[00:26]<wrrryn>Hi folks, according to the docs on the Samba site, oplocks are enabled by default. However, I'm looking for a way to determine on my precompiled binary distribution.
[00:26]<zzggg_yf>||cw: yeah, there is
[00:27]<wrrryn>(As my dumps indicate that oplocks aren't being granted by the server)
[00:27]<sgzdgdvd>How complicated would it be to set up a samba BDC ? AKA What should i keep in mind ?
[00:27]<zzggg_yf>||cw: take it out?
[00:27]<||aw>Waggie: testparm -v |grep oplock
[00:28]<||aw>green_il: unless you really want a user named nobody, with a password, yes take it out
[00:28]<||aw>Serinity: samba.org howto's has a list
[00:28]<sgzdgdvd>great
[00:29]<sgzdgdvd>thank you
[00:29]<wrrryn>||cw: You rock, thanks for that. Now, I'm seeing that oplocks are enabled.. Why wouldn't it be granting oplocks if there's no one else using the file?
[00:29]<zzggg_yf>||cw: should that be it then?
[00:29]<||aw>should be
[00:30]<sgzdgdvd>a BDC _has_ to run ldap ?
[00:30]<||aw>Serinity: for a true bdc, yes
[00:31]<sgzdgdvd>Okay, thank you
[00:32]<zzggg_yf>||cw: okay, something keeps adding nobody into the smbpasswd
[00:32]<zzggg_yf>it worked right after i took it out, and then stopped working and i check the file and it was back
[00:33]<||aw>are you using webmin to sync users?
[00:33]<zzggg_yf>no, i have no webmind
[00:33]<zzggg_yf>webmin
[00:33]<sgzdgdvd>||cw, was that a question for me ?
[00:34]<sgzdgdvd>ah, ok
[00:45]<gjzvjg>Can I make the samba passdb authenticate thru pam?
[00:46]<wrrryn>||cw: Any thoughts on why the client wouldn't be granted the oplock when there's no other concurrent access occurring?
[00:53]<gjzvjg>I just want my samba fileserver to use the existing winbind credentials
[02:11]<sv_xjdnz>I am having trouble getting the samba server (3.0.14a-2) to work on fc4
[02:12]<rzrrcygvjsx>is anyone running samba 3 on osx?
[02:12]<sv_xjdnz>when I do a smbclient -L localhost, it appears to list the shares propperly. But when I try to access a share it sayes: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
[02:17]<sv_xjdnz>can someone help?
[02:38]<snvuym>Any rsync experts about? (rsync and samba are so closely related, of course)
[02:38]<snvuym>Trying to figure out how to consolidate an --exclude line
[02:39]<snvuym>rsync -avzprlHtPS --delete --exclude=[0-9]*.txt --exclude=*.iso --exclude=*.rar --exclude=*.ISO --exclude=*.mp3 --exclude=pgdvd* [...]
[02:39]<snvuym>Can I do --exclude=(iso|rar|mp3) or some such?
[02:39]<ruyrjue>why consolidate it ?
[02:39]<ruyrjue>guess not.
[02:39]<ruyrjue>you can
[02:39]<ruyrjue>using bash
[02:39]<ruyrjue>--exclude=*.{mp3,rar,iso}
[02:40]<ruyrjue>that's a bash thing, not rsync
[02:40]<ruyrjue>maybe
[02:40]<brt>setuid: you can use exclude file as well :)
[02:40]<brt>IIRC
[02:40]<ruyrjue>--exclude '*.rar *.mp3 *.iso'
[02:40]<snvuym>guigouz, Have you tested those with rsync?
[02:42]<sv_xjdnz>I am having trouble connecting to my samba shares.
[02:46]<brt>setuid: use file :) It's cleaner :)
[02:50]<wrrryn>Hi folks.. I'm having issues with oplocking on my Samba server. It seems the oplocks aren't being granted, or are being disabled by the client (Win 2k and Win XP). I set 'oplocks = yes' and 'locking = yes' explicitly in the config file, but the oplocks still don't happen. When I set 'fake oplocks = yes', then it happens. I'd like to get some help troubleshooting where the problem lies.
[02:53]<ruyrjue>setuid: I have something like that on rsyncd.conf (on which I have one like for all the excluded files)
[02:53]<ruyrjue>anyone knows what the "ABS" light on my car's panel mean /
[02:53]<ruyrjue>?
[03:29]<snvuym>guigouz, Nope, looks like that format did not work, its fetching files it should not be
[03:29]<brt>setuid: R: --exclude-from=
[05:08]<mnfrvr>hey everyone
[05:08]<mnfrvr>samba is officially more fun than a barrel of monkeys
[05:10]<mnfrvr>after a few hmms and awwws I was able to setup a share and get to it just fine on my 2k desktop
[05:10]<mnfrvr>I'm having truble finding the right answers on the reverse side of things
[05:11]<mnfrvr>smbclient -L <name> given a samba user password coughs up....
[05:11]<mnfrvr>NT_STATUS_LOGON_FAILURE
[05:13]<mnfrvr>if anyone has had they're redbull tonight I'd be greatful for any hints







