hi guys
i have CentOS-5.1 with samba-3.0.25b-0.el5.4 and i took this workin well smb.conf from slackware12 ( commands to be done befor this ): # useradd wbc -c /home/wbc -g users# smbpasswd -a wbc# mkdir /export# chmod u+rwx,g+rx,o+rx /export# chown wbc.users /export the conf file:[global]workgroup = WORKGROUPnetbios name = sanshirosecurity = share [share]comment = Datapath = /exportforce user = wbcforce group = usersread only = noguest ok = Yes _______ and it never worked and i tried to edit the original smb.conf like this: [global] workgroup = WORKGROUPserver string = storagenetbios name = sanshirointerfaces = lo eth2hosts allow = 127. 10.0.0. # logs split per machine log file = /var/log/samba/%m.log# max 50KB per log file, then rotate max log size = 50 security = share # A publicly accessible directory, but read only, except for people in# the "users" group [public] comment = Data path = /samba/Data/ #owened by wbc.users public = yes writable = yes read only = no printable = no write list = users_________ NOW my issue that whenever i try to copy something to the share folder i get "access denied" make sure OR sometimes when i modifie it a little i get things copied but with 0kB sized. i'v been trying for 2 weeks . i couldnt know whats missing. THANX for any help . _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
i have CentOS-5.1 with samba-3.0.25b-0.el5.4 and i took this workin well smb.conf from slackware12 ( commands to be done befor this ): # useradd wbc -c /home/wbc -g users# smbpasswd -a wbc# mkdir /export# chmod u+rwx,g+rx,o+rx /export# chown wbc.users /export the conf file:[global]workgroup = WORKGROUPnetbios name = sanshirosecurity = share [share]comment = Datapath = /exportforce user = wbcforce group = usersread only = noguest ok = Yes _______ and it never worked and i tried to edit the original smb.conf like this: [global] workgroup = WORKGROUPserver string = storagenetbios name = sanshirointerfaces = lo eth2hosts allow = 127. 10.0.0. # logs split per machine log file = /var/log/samba/%m.log# max 50KB per log file, then rotate max log size = 50 security = share # A publicly accessible directory, but read only, except for people in# the "users" group [public] comment = Data path = /samba/Data/ #owened by wbc.users public = yes writable = yes read only = no printable = no write list = users_________ NOW my issue that whenever i try to copy something to the share folder i get "access denied" make sure OR sometimes when i modifie it a little i get things copied but with 0kB sized. i'v been trying for 2 weeks . i couldnt know whats missing. THANX for any help .
This is very difficult to read. The only thing that looks strange to me is that you are using "write list = users" and not "write list = @users". Have you tried that?
Barry
i dont know how my e-mail was posted like that :) :)ok i tried to make it "write list = @users" i still get "access denied or make sure that the disk is not full or write protected"
this is the conf: [global] workgroup = WORKGROUPserver string = storagenetbios name = sanshiro#interfaces = lo eth2#hosts allow = 127. 10.0.0. # logs split per machine# log file = /var/log/samba/%m.log# max 50KB per log file, then rotate# max log size = 50 security = share # A publicly accessible directory, but read only, except for people in# the "users" group [Data] comment = data path = /samba/Data/ public = yes writable = yes read only = no printable = no write list = @users> This is very difficult to read. The only thing that looks strange to me > is that you are using "write list = users" and not "write list = @users". > Have you tried that?> > Barry _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:
i dont know how my e-mail was posted like that :) :)
ok i tried to make it "write list = @users" i still get "access denied or make sure that the disk is not full or write protected"
this is the conf: [global] workgroup = WORKGROUP server string = storage netbios name = sanshiro #interfaces = lo eth2 #hosts allow = 127. 10.0.0. # logs split per machine # log file = /var/log/samba/%m.log # max 50KB per log file, then rotate # max log size = 50 security = share # A publicly accessible directory, but read only, except for people in # the "users" group [Data] comment = data path = /samba/Data/ public = yes writable = yes read only = no printable = no write list = @users
---- what is output of ?
ls -ld /samba/Data
Craig
--- Craig White craigwhite@azapple.com wrote:
On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:
i dont know how my e-mail was posted like that :)
:)
ok i tried to make it "write list = @users" i still get "access denied or make sure that the
disk is not full or
write protected"
this is the conf: [global] workgroup = WORKGROUP server string = storage netbios name = sanshiro #interfaces = lo eth2 #hosts allow = 127. 10.0.0. # logs split per machine # log file = /var/log/samba/%m.log # max 50KB per log file, then rotate # max log size = 50 security = share # A publicly accessible directory, but read only,
except for people in
# the "users" group [Data] comment = data path = /samba/Data/ public = yes writable = yes read only = no printable = no write list = @users
what is output of ?
ls -ld /samba/Data
Craig
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
this is sounding like a permission problem to me. try seeing what the shared and data directories have as owner and group on the directory. because default setup for directories that are created in samba are created with 755 and your original directory might have it as root as owner and group. if that is the case then you will not have access. That is a good place to start. Now if you understand this babbling is a different story.
ok i tried to make it "write list = @users" i still get "access denied or make sure that the
disk is not full or
write protected"
k Is SELinux enabled? type "getenforce" to see if SELinux is enabled. If you want to disable SELinux temporarily to see if that solves your problem, type "setenforce 0".
sorry :(
it didn't
tail /var/log/messagesFeb 24 22:34:56 sanshiro dbus: Can't send to audit system: USER_AVC avc: received setenforce notice (enforcing=0) : exe="?" (sauid=81, hostname=?, addr=?, terminal=?)Feb 24 22:35:01 sanshiro smbd[3202]: [2008/02/24 22:35:01, 0] lib/util_sock.c:get_peer_addr(1232)Feb 24 22:35:01 sanshiro smbd[3202]: getpeername failed. Error was Transport endpoint is not connectedFeb 24 22:35:01 sanshiro smbd[3202]: [2008/02/24 22:35:01, 0] lib/util_sock.c:write_data(562)Feb 24 22:35:01 sanshiro smbd[3202]: write_data: write failure in writing to client 10.0.0.200. Error Connection reset by peerFeb 24 22:35:01 sanshiro smbd[3202]: [2008/02/24 22:35:01, 0] lib/util_sock.c:send_smb(769)Feb 24 22:35:01 sanshiro smbd[3202]: Error writing 4 bytes to client. -1. (Connection reset by peer)Feb 24 22:35:05 sanshiro setroubleshoot: SELinux is preventing samba (/usr/sbin/smbd) "lock" to /samba/Data/Google_Earth_BZXV.exe (root_t). For complete SELinux messages. run sealert -l c2ab3141-9f31-4bc1-953c-2d1304baf0bb
Date: Sun, 24 Feb 2008 00:13:31 -0600> From: lists@brimer.org> To: centos@centos.org> Subject: RE: [CentOS] SAMBA is driving me crazy> > >>> ok i tried to make it "write list = @users"> >>> i still get "access denied or make sure that the> >> disk is not full or> >>> write protected"> k> Is SELinux enabled? type "getenforce" to see if SELinux is enabled. If > you want to disable SELinux temporarily to see if that solves your > problem, type "setenforce 0".> _______________________________________________> CentOS mailing list> CentOS@centos.org> http://lists.centos.org/mailman/listinfo/centos
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
this is the output:
drwxr-xr-x 2 wbc users 4096 Feb 22 23:39 /samba/Data
Subject: RE: [CentOS] SAMBA is driving me crazy> From: craigwhite@azapple.com> To: centos@centos.org> Date: Sat, 23 Feb 2008 15:54:50 -0700> > On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:> > > > > > i dont know how my e-mail was posted like that :) :)> > > > ok i tried to make it "write list = @users"> > i still get "access denied or make sure that the disk is not full or> > write protected"> > > > this is the conf:> > [global]> > workgroup = WORKGROUP> > server string = storage> > netbios name = sanshiro> > #interfaces = lo eth2> > #hosts allow = 127. 10.0.0.> > # logs split per machine> > # log file = /var/log/samba/%m.log> > # max 50KB per log file, then rotate> > # max log size = 50> > security = share> > # A publicly accessible directory, but read only, except for people in> > # the "users" group> > [Data]> > comment = data> > path = /samba/Data/> > public = yes> > writable = yes> > read only = no> > printable = no> > write list = @users> ----> what is output of ?> > ls -ld /samba/Data> > Craig> > _______________________________________________> CentOS mailing list> CentOS@centos.org> http://lists.centos.org/mailman/listinfo/centos
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
dude, you need to give 'users' write access...
chmod g+w /samba/Data -R
Craig
On Sun, 2008-02-24 at 19:27 +0000, scaglietti amore wrote:
this is the output:
drwxr-xr-x 2 wbc users 4096 Feb 22 23:39 /samba/Data
Subject: RE: [CentOS] SAMBA is driving me crazy From: craigwhite@azapple.com To: centos@centos.org Date: Sat, 23 Feb 2008 15:54:50 -0700
On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:
i dont know how my e-mail was posted like that :) :)
ok i tried to make it "write list = @users" i still get "access denied or make sure that the disk is not full
or
write protected"
this is the conf: [global] workgroup = WORKGROUP server string = storage netbios name = sanshiro #interfaces = lo eth2 #hosts allow = 127. 10.0.0. # logs split per machine # log file = /var/log/samba/%m.log # max 50KB per log file, then rotate # max log size = 50 security = share # A publicly accessible directory, but read only, except for
people in
# the "users" group [Data] comment = data path = /samba/Data/ public = yes writable = yes read only = no printable = no write list = @users
what is output of ?
ls -ld /samba/Data
Craig
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Express yourself instantly with MSN Messenger! MSN Messenger _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
that was it plus i had to set /selinux/enforce = 0im greatfull , thanks alot Craig
Subject: RE: [CentOS] SAMBA is driving me crazy> From: craigwhite@azapple.com> To: centos@centos.org> Date: Sun, 24 Feb 2008 15:09:24 -0700> > dude, you need to give 'users' write access...> > chmod g+w /samba/Data -R> > Craig> > On Sun, 2008-02-24 at 19:27 +0000, scaglietti amore wrote:> > this is the output:> > > > > > drwxr-xr-x 2 wbc users 4096 Feb 22 23:39 /samba/Data> > > > > > ______________________________________________________________________> > > > > Subject: RE: [CentOS] SAMBA is driving me crazy> > > From: craigwhite@azapple.com> > > To: centos@centos.org> > > Date: Sat, 23 Feb 2008 15:54:50 -0700> > > > > > On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:> > > > > > > > > > > > i dont know how my e-mail was posted like that :) :)> > > > > > > > ok i tried to make it "write list = @users"> > > > i still get "access denied or make sure that the disk is not full> > or> > > > write protected"> > > > > > > > this is the conf:> > > > [global]> > > > workgroup = WORKGROUP> > > > server string = storage> > > > netbios name = sanshiro> > > > #interfaces = lo eth2> > > > #hosts allow = 127. 10.0.0.> > > > # logs split per machine> > > > # log file = /var/log/samba/%m.log> > > > # max 50KB per log file, then rotate> > > > # max log size = 50> > > > security = share> > > > # A publicly accessible directory, but read only, except for> > people in> > > > # the "users" group> > > > [Data]> > > > comment = data> > > > path = /samba/Data/> > > > public = yes> > > > writable = yes> > > > read only = no> > > > printable = no> > > > write list = @users> > > ----> > > what is output of ?> > > > > > ls -ld /samba/Data> > > > > > Craig> > >
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
scaglietti amore wrote:
that was it plus i had to set /selinux/enforce = 0im greatfull , thanks alot Craig
Subject: RE: [CentOS] SAMBA is driving me crazy> From: craigwhite@azapple.com> To: centos@centos.org> Date: Sun, 24 Feb 2008 15:09:24 -0700> > dude, you need to give 'users' write access...> > chmod g+w /samba/Data -R> > Craig> > On Sun, 2008-02-24 at 19:27 +0000, scaglietti amore wrote:> > this is the output:> > > > > > drwxr-xr-x 2 wbc users 4096 Feb 22 23:39 /samba/Data> > > > > > ______________________________________________________________________> > > > > Subject: RE: [CentOS] SAMBA is driving me crazy> > > From: craigwhite@azapple.com> > > To: centos@centos.org> > > Date: Sat, 23 Feb 2008 15:54:50 -0700> > > > > > On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:> > > > > > > > > > > > i dont know how my e-mail was posted like that :) :)> > > > > > > > ok i tried to make it "write list = @users"> > > > i still get "access denied or make sure that the disk is not full> > or> > > > write protected"> > > > > > > > this is the conf:> > > > [global]> > > > workg
roup = WORKGROUP> > > > server string = storage> > > > netbios name = sanshiro> > > > #interfaces = lo eth2> > > > #hosts allow = 127. 10.0.0.> > > > # logs split per machine> > > > # log file = /var/log/samba/%m.log> > > > # max 50KB per log file, then rotate> > > > # max log size = 50> > > > security = share> > > > # A publicly accessible directory, but read only, except for> > people in> > > > # the "users" group> > > > [Data]> > > > comment = data> > > > path = /samba/Data/> > > > public = yes> > > > writable = yes> > > > read only = no> > > > printable = no> > > > write list = @users> > > ----> > > what is output of ?> > > > > > ls -ld /samba/Data> > > > > > Craig> > >
How is *anyone* supposed to read that?
Ralph
On Feb 26, 2008, at 9:04 AM, Ralph Angenendt wrote:
scaglietti amore wrote:
that was it plus i had to set /selinux/enforce = 0im greatfull , thanks alot Craig
Subject: RE: [CentOS] SAMBA is driving me crazy> From: craigwhite@azapple.com> To: centos@centos.org> Date: Sun, 24 Feb 2008 15:09:24 -0700> > dude, you need to give 'users' write access...> > chmod g+w /samba/Data -R> > Craig> > On Sun, 2008-02-24 at 19:27 +0000, scaglietti amore wrote:> > this is the output:> > > > > > drwxr-xr-x 2 wbc users 4096 Feb 22 23:39 / samba/Data> > > > > > ____________________________________________________________________ __> > > > > Subject: RE: [CentOS] SAMBA is driving me crazy> > > From: craigwhite@azapple.com> > > To: centos@centos.org> > > Date: Sat, 23 Feb 2008 15:54:50 -0700> > > > > > On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:> > > > > > > >
> i dont know how my e-mail was posted like that :) :)> > > > > ok i tried to make it "write list = @users"> > > > i
still get "access denied or make sure that the disk is not full>
or> > > > write protected"> > > > > > > > this is the conf:> >
[global]> > > > workg
roup = WORKGROUP> > > > server string = storage> > > > netbios name = sanshiro> > > > #interfaces = lo eth2> > > > #hosts allow = 127. 10.0.0.> > > > # logs split per machine> > > > # log file = / var/log/samba/%m.log> > > > # max 50KB per log file, then rotate>
# max log size = 50> > > > security = share> > > > # A
publicly accessible directory, but read only, except for> > people in> > > > # the "users" group> > > > [Data]> > > > comment = data>
path = /samba/Data/> > > > public = yes> > > > writable =
yes> > > > read only = no> > > > printable = no> > > > write list = @users> > > ----> > > what is output of ?> > > > > > ls -ld / samba/Data> > > > > > Craig> > >
How is *anyone* supposed to read that?
thank goodness for perl -e 'while ( <> ) { $_ =~ s/([\S]+)>/$1\n>/g; print $_; }' :)
-steve
-- If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
sorry man :(
but when i pasted those lines to the mail page they were organized
i dont know how they end up like that :)regards
Date: Tue, 26 Feb 2008 15:04:32 +0100> From: ra+centos@br-online.de> To: centos@centos.org> Subject: Re: [CentOS] SAMBA is driving me crazy> > scaglietti amore wrote:> > > > > > that was it plus i had to set /selinux/enforce = 0im greatfull , thanks alot Craig> > > > > Subject: RE: [CentOS] SAMBA is driving me crazy> From: craigwhite@azapple.com> To: centos@centos.org> Date: Sun, 24 Feb 2008 15:09:24 -0700> > dude, you need to give 'users' write access...> > chmod g+w /samba/Data -R> > Craig> > On Sun, 2008-02-24 at 19:27 +0000, scaglietti amore wrote:> > this is the output:> > > > > > drwxr-xr-x 2 wbc users 4096 Feb 22 23:39 /samba/Data> > > > > > ______________________________________________________________________> > > > > Subject: RE: [CentOS] SAMBA is driving me crazy> > > From: craigwhite@azapple.com> > > To: centos@centos.org> > > Date: Sat, 23 Feb 2008 15:54:50 -0700> > > > > > On Sat, 2008-02-23 at 22:39 +0000, scaglietti amore wrote:> > > > > > > > > > > > i dont know how my e-mail was posted like that :) :)> > > > > > > > ok i tried to make it "write list = @users"> > > > i still get "access denied or make sure that the disk is not full> > or> > > > write protected"> > > > > > > > this is the conf:> > > > [global]> > > > workg> > roup = WORKGROUP> > > > server string = storage> > > > netbios name = sanshiro> > > > #interfaces = lo eth2> > > > #hosts allow = 127. 10.0.0.> > > > # logs split per machine> > > > # log file = /var/log/samba/%m.log> > > > # max 50KB per log file, then rotate> > > > # max log size = 50> > > > security = share> > > > # A publicly accessible directory, but read only, except for> > people in> > > > # the "users" group> > > > [Data]> > > > comment = data> > > > path = /samba/Data/> > > > public = yes> > > > writable = yes> > > > read only = no> > > > printable = no> > > > write list = @users> > > ----> > > what is output of ?> > > > > > ls -ld /samba/Data> > > > > > Craig> > > > > How is *anyone* supposed to read that? > > Ralph
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
scaglietti amore wrote:
sorry man :(
but when i pasted those lines to the mail page they were organized
i dont know how they end up like that :)
blame it on hotmail.
your original message was in mime multipart, the HTML version had those lines seperated by <BR> (break) but the plaintext version generated by hotmail gets munged to run-on lines.
friends don't let friends use MSN Hotmail.
shiii
did anyone notice any failure today to open the hotmail.combefor 5 hours
Date: Tue, 26 Feb 2008 11:51:50 -0800> From: pierce@hogranch.com> To: centos@centos.org> Subject: Re: [CentOS] SAMBA is driving me crazy> > scaglietti amore wrote:> > > > > > sorry man :(> > > > but when i pasted those lines to the mail page they were organized> > > > i dont know how they end up like that :)> > blame it on hotmail.> > your original message was in mime multipart, the HTML version had those > lines seperated by <BR> (break) but the plaintext version generated by > hotmail gets munged to run-on lines.> > friends don't let friends use MSN Hotmail.> > > _______________________________________________> CentOS mailing list> CentOS@centos.org> http://lists.centos.org/mailman/listinfo/centos
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Ya know you can set hotmail to send in plain text which helps a lot with these mailing lists.
-Ross
________________________________
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of scaglietti amore Sent: Tuesday, February 26, 2008 3:04 PM To: CentOS mailing list Subject: RE: [CentOS] SAMBA is driving me crazy
shiii did anyone notice any failure today to open the hotmail.com befor 5 hours ________________________________
> Date: Tue, 26 Feb 2008 11:51:50 -0800 > From: pierce@hogranch.com > To: centos@centos.org > Subject: Re: [CentOS] SAMBA is driving me crazy > > scaglietti amore wrote: > > > > > > sorry man :( > > > > but when i pasted those lines to the mail page they were organized > > > > i dont know how they end up like that :) > > blame it on hotmail. > > your original message was in mime multipart, the HTML version had those > lines seperated by <BR> (break) but the plaintext version generated by > hotmail gets munged to run-on lines. > > friends don't let friends use MSN Hotmail. > > > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ________________________________
Express yourself instantly with MSN Messenger! < a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
indeed it would
i will look about it
Ya know you can set hotmail to send in plain text which helps a lot with these mailing lists.
-Ross
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of scaglietti amoreSent: Tuesday, February 26, 2008 3:04 PMTo: CentOS mailing listSubject: RE: [CentOS] SAMBA is driving me crazy shiii did anyone notice any failure today to open the hotmail.combefor 5 hours
Date: Tue, 26 Feb 2008 11:51:50 -0800> From: pierce@hogranch.com> To: centos@centos.org> Subject: Re: [CentOS] SAMBA is driving me crazy> > scaglietti amore wrote:> > > > > > sorry man :(> > > > but when i pasted those lines to the mail page they were organized> > > > i dont know how they end up like that :)> > blame it on hotmail.> > your original message was in mime multipart, the HTML version had those > lines seperated by <BR> (break) but the plaintext version generated by > hotmail gets munged to run-on lines.> > friends don't let friends use MSN Hotmail.> > > _______________________________________________> CentOS mailing list> CentOS@centos.org> http://lists.centos.org/mailman/listinfo/centos
Express yourself instantly with MSN Messenger! < a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Actually I recant that, one use to be able to do so, but not any more. One use to be able to display full headers too, but that is now missing as well.
Oh well, Hotmail now officially sucks.
Can't say I'm surprised, everything eventually sucks given enough time, I guess Microsoft is just accelerant.
-Ross
________________________________
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of scaglietti amore Sent: Tuesday, February 26, 2008 3:37 PM To: CentOS mailing list Subject: RE: [CentOS] SAMBA is driving me crazy indeed it would i will look about it
>Ya know you can set hotmail to send in plain text which helps a lot with these mailing lists. >-Ross
________________________________
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of scaglietti amore Sent: Tuesday, February 26, 2008 3:04 PM To: CentOS mailing list Subject: RE: [CentOS] SAMBA is driving me crazy
shiii did anyone notice any failure today to open the hotmail.com befor 5 hours ________________________________
> Date: Tue, 26 Feb 2008 11:51:50 -0800 > From: pierce@hogranch.com > To: centos@centos.org > Subject: Re: [CentOS] SAMBA is driving me crazy > > scaglietti amore wrote: > > > > > > sorry man :( > > > > but when i pasted those lines to the mail page they were organized > > > > i dont know how they end up like that :) > > blame it on hotmail. > > your original message was in mime multipart, the HTML version had those > lines seperated by <BR> (break) but the plaintext version generated by > hotmail gets munged to run-on lines. > > friends don't let friends use MSN Hotmail. > > > _______________________________________________ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ________________________________
Express yourself instantly with MSN Messenger! < a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger
________________________________
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
________________________________
Express yourself instantly with MSN Messenger! MSN Messenger http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
on 2/26/2008 1:42 PM Ross S. W. Walker spake the following:
Actually I recant that, one use to be able to do so, but not any more. One use to be able to display full headers too, but that is now missing as well.
Oh well, Hotmail now officially sucks.
Can't say I'm surprised, everything eventually sucks given enough time, I guess Microsoft is just accelerant.
Microsoft is the 800 pound gorilla of software companies. You do it their way and you will like it!!
scaglietti amore wrote:
hi guys
i have CentOS-5.1 with samba-3.0.25b-0.el5.4 and i took this workin well smb.conf from slackware12
was slackware 12 also using samba 3.0.25 (or at least close +/- a few 3.0.xx subrevs)? i don't think samba configuration files are compatible across different versions as features are constantly being added and/or changed.
On Saturday 23 February 2008 17:07, scaglietti amore wrote:
i have CentOS-5.1 with samba-3.0.25b-0.el5.4 and i took this workin well smb.conf from slackware12
What not just use SWAT to configure your samba settings?
Hello,
After you've adjusted or disabled selinux policy, insert the follow to your smb.conf (in global section) winbind nested groups = no
If set to yes, this parameter activates the support for nested groups. Nested groups are also called local groups or aliases. They work like their counterparts in Windows: Nested groups are defined locally on any machine (they are shared between DC’s through their SAM) and can contain users and global groups from any trusted SAM. To be able to use nested groups, you need to run nss_winbind.
Hugs!
On Sun, 2008-02-24 at 09:20 -0500, Robert Spangler wrote:
On Saturday 23 February 2008 17:07, scaglietti amore wrote:
i have CentOS-5.1 with samba-3.0.25b-0.el5.4 and i took this workin well smb.conf from slackware12
What not just use SWAT to configure your samba settings?