RE: [Samba] Fwd: Add permission? (was How to create a write-onlyshare?)

2008-05-07 Thread L.P.H. van Belle
Hi, And what if... in linux you set 777 ( michael:michael ) so only michael kan write. orthers kan read. remove the valid users from the config. remove the admin users from the config. create mode = 660 directory mode = 775 now i think, users, not michael can not see the files but can

RE: [Samba] Fwd: Add permission? (was How to create a write-onlyshare?)

2008-05-07 Thread Alex Harrington
Try: [EMAIL PROTECTED] home]# chown -R michael.office append [EMAIL PROTECTED] home]# chmod -R 700 append smb.conf: [append] path = /home/append valid users = +office writeable = yes write list = +office admin users = michael hide unreadable = yes create mode = 600

RE: [EMAIL PROTECTED] - Email found in subject - RE: [Samba] Files over 4GB not listing properly. Cannot getCIFSworking.

2008-05-07 Thread Matt Boyle
The default smbclient doesn't list the files properly either. I've been romping through the configure script, and it turns out that certain flags weren't being properly set in config.h, due to the fact that samba was being cross-compiled and the test programs couldn't be run. So far, I've set

[Samba] Problems with simple samba setup

2008-05-07 Thread Tom Byrne
Hi All I'm trying to set up a machine with a simple samba configuration. I've written the config file with no problems, however any time I attempt to connect to the shares it doesn't work. Firstly, the smb.conf: [global] netbios name = TEMPSRV workgroup = LIPSON map to guest = Bad User

Re: [Samba] Fwd: Add permission? (was How to create a write-onlyshare?)

2008-05-07 Thread Ash Gosh
In this case I still can't add a file from Windows machine into the share append... Seems it can't be done with Samba and posix permissions? On Wed, May 7, 2008 at 10:29 AM, Alex Harrington [EMAIL PROTECTED] wrote: Try: [EMAIL PROTECTED] home]# chown -R michael.office append [EMAIL

[Samba] Samba and Win98

2008-05-07 Thread sgmayo
I have a friend that had a samba server go down. They switched to another server and are having problems with people logging into it from Windows 98. If the same user logs in from WinXp then everything works otherwise they get an error. He also said that the smb.conf files were the same on both

[Samba] got stuck in setting up samba to linux box through putty tunneling

2008-05-07 Thread Dan Guo
I read the posting below. but I have not figured out why my vista pc won't work. here is what I did - 1. I disable window file sharing; 2. in putty, i add a tunnel: source port: 445 destination port: my linux box IP: 139    I forward 80. i see http://127.0.0.1 yields my web server's

Re: [Samba] Samba and Win98

2008-05-07 Thread Adam Williams
did your friend copy over the .tdb files to the new server. they are kept in /var/lib/samba usually [EMAIL PROTECTED] wrote: I have a friend that had a samba server go down. They switched to another server and are having problems with people logging into it from Windows 98. If the same user

Re: [Samba] Problems with simple samba setup

2008-05-07 Thread Adam Williams
in /etc/passwd do you have a user called nobody? Tom Byrne wrote: Hi All I'm trying to set up a machine with a simple samba configuration. I've written the config file with no problems, however any time I attempt to connect to the shares it doesn't work. Firstly, the smb.conf: [global]

Re: [Samba] Samba and Win98

2008-05-07 Thread sgmayo
Adam Williams wrote: did your friend copy over the .tdb files to the new server. they are kept in /var/lib/samba usually I'll check with him on that, but if he did not do that would he still be able to login from XP machines? I would have thought that he would not have been able to login

[Samba] two questions

2008-05-07 Thread Dan Guo
1. I just found out port 445 and 139 are both blocked by my ISP (cablevision). i use Vista Ultimate. Is there a way to solve my problem? see my email below. 2. I am a new user of this mailing list. how can i read the postings and reply to a post? it does not seem allow me to reply to a

Re: [Samba] Samba and Vista profile probs

2008-05-07 Thread Andrea Venturoli
Jean-Jacques Moulis ha scritto: Hello. Sorry for answering so late, but I only had the chance to test this today. define those keys on clients: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] WaitForNetwork=dword: CompatibleRUPSecurity=dword:0001 I defined the

[Samba] domain trusts in samba3 with openLDAP

2008-05-07 Thread Charlie
Greetings Sambistas! I can't seem to get domain trusts to work in both directions. Details follow. I have a network running many OSes on four geographically separate sites with an OpenLDAP authentication backbone. Desktops are windows XP authenticating to samba 3.0.25b servers which in

[Samba] name resolves to public address - should resolve to private...

2008-05-07 Thread Joe Demeny
On my network I have one Samba PDC (Version 3.0.28 running on FreeBSD 6.3-PRERELEASE), one mail server (FreeBSD + Dovecot + Postfix) and a dozen or so WinXP/Win2K machines. The WinXP/Win2K machines all have static IP addresses. The Windows clients are configured to look up the Samba PDC machine

Re: [Samba] Samba and Win98

2008-05-07 Thread Adam Williams
yeah not copying over the .tdb files should cause problems with xp clients too [EMAIL PROTECTED] wrote: Adam Williams wrote: did your friend copy over the .tdb files to the new server. they are kept in /var/lib/samba usually I'll check with him on that, but if he did not do that

Re: [Samba] two questions

2008-05-07 Thread Adam Williams
i've never tunned ports over putty, have you tried a better VPN client such as vtun or openvpn? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] name resolves to public address - should resolve to private...

2008-05-07 Thread Adam Williams
run a separate BIND9 installation on 10.10.10.34 and have it resolve DNS for .34 and .253, and in your dhcpd.conf specify 10.10.10.34 as the DNS server. Joe Demeny wrote: On my network I have one Samba PDC (Version 3.0.28 running on FreeBSD 6.3-PRERELEASE), one mail server (FreeBSD + Dovecot

Re: [Samba] Samba and Win98

2008-05-07 Thread Günter Kukkukk
Am Mittwoch, 7. Mai 2008 schrieb [EMAIL PROTECTED]: I have a friend that had a samba server go down. They switched to another server and are having problems with people logging into it from Windows 98. If the same user logs in from WinXp then everything works otherwise they get an error. He

[Samba] Re: Samba-LDAP interdomain trust

2008-05-07 Thread Charlie
On 4/2/07, Allysson Steve Mota Lacerda stevelacerda wrote: When I try to login on the trusting domain (LABI) using an account of the trusted domain (ADMIN) the following message is shown: A device connected to the system is not functioning . My log on to is set to ADMIN. I had this problem a

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-51-g050be0e

2008-05-07 Thread Karolin Seeger
The branch, v3-2-stable has been updated via 050be0e9082ebb58bde7972a9c4f90d5c28a7ca2 (commit) from 08ef39c5d386bea4b9af757edd3c754730ebfcca (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable - Log

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2275-gf620182

2008-05-07 Thread Karolin Seeger
On Tue, May 06, 2008 at 11:23:24AM -0500, Jeremy Allison wrote: The branch, v3-2-test has been updated via f620182ac41eaf659cf53842df1089ce1f823654 (commit) from 7fa2f4f9b2a17eb5a3ba787cc90b22afbe6c3c5c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-301-g6a1b7f5

2008-05-07 Thread Stefan Metzmacher
The branch, v4-0-test has been updated via 6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f (commit) from 334d76c3559870bd9dc9ef55c9b1a7ce21ee9d4c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2320-g3feaa98

2008-05-07 Thread Günther Deschner
The branch, v3-3-test has been updated via 3feaa9829cc5bdeb7a5401c3c24b3811816396ce (commit) via 5bf47ebf0fb9f7d94ed36bce6bcaa31b508009bd (commit) from ec2d301a7aac173aba41dd2074037f27d05095ce (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2279-g65d3822

2008-05-07 Thread Günther Deschner
The branch, v3-2-test has been updated via 65d3822182a4a4d1c2970a40e708844ddc319e3d (commit) via d4984ac18a907773134cc906c689655338d3949e (commit) from 8476d8a6f21f31dfa75bbed86ab956c9397182b3 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-53-g6062c6e

2008-05-07 Thread Karolin Seeger
The branch, v3-2-stable has been updated via 6062c6eedcb1cccb103c44a2ff7f40e9eac87cb6 (commit) via d111b6bc559bc3340a3a98244fe642ac9a71a9dc (commit) from 050be0e9082ebb58bde7972a9c4f90d5c28a7ca2 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-302-ga9604fe

2008-05-07 Thread Stefan Metzmacher
The branch, v4-0-test has been updated via a9604fe4a323dccb537cf02ea7594437b4995803 (commit) from 6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2323-g4bef77a

2008-05-07 Thread Günther Deschner
The branch, v3-3-test has been updated via 4bef77a4566590b3e20470f538f20848ed49f264 (commit) via 9fcda4627b1c1d2836b6cbd1141f4e843ecab115 (commit) via a81818ae54159755df441cc6421e5b272035f412 (commit) from 3feaa9829cc5bdeb7a5401c3c24b3811816396ce (commit)

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2326-gb121a5a

2008-05-07 Thread Volker Lendecke
The branch, v3-3-test has been updated via b121a5acb2ef0bb3067d953b028696175432f10d (commit) via 1843ea64ab1df5ced5926aedbeb27c8320b0c70b (commit) via 27a9bbc645416265eebdfc866925855021bd407c (commit) from 4bef77a4566590b3e20470f538f20848ed49f264 (commit)

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-303-gb09dd6b

2008-05-07 Thread Stefan Metzmacher
The branch, v4-0-test has been updated via b09dd6b65d533832a025a51509dcc84f84b048aa (commit) from a9604fe4a323dccb537cf02ea7594437b4995803 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-64-gde66f05

2008-05-07 Thread Karolin Seeger
The branch, v3-2-stable has been updated via de66f050e31e069dfe76644eacfdfd56cc5d179d (commit) via 2db1b02c57bdce0d24a2acfa486862046f33bfa5 (commit) via 93ac0f0ea989af4cdbcba740fddc2e0e423f37cd (commit) via e1210bcd54525737296d2d7e4b3e6f4c332376f7 (commit)

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-65-g6971da9

2008-05-07 Thread Karolin Seeger
The branch, v3-2-stable has been updated via 6971da969db6fd5600a9c983b72901ae5a390d0d (commit) from de66f050e31e069dfe76644eacfdfd56cc5d179d (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-305-g3451b54

2008-05-07 Thread Stefan Metzmacher
The branch, v4-0-test has been updated via 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed (commit) via 55a904b1d7aeca849d450e371b18afca5b0c6218 (commit) from b09dd6b65d533832a025a51509dcc84f84b048aa (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-306-g04f4523

2008-05-07 Thread Stefan Metzmacher
The branch, v4-0-test has been updated via 04f4523ed032946b8f0e74ac6f7458010159e3bb (commit) from 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2327-g47146ef

2008-05-07 Thread Günther Deschner
The branch, v3-3-test has been updated via 47146effc1c2bca516d4fbccf221b5b0e02737bf (commit) from b121a5acb2ef0bb3067d953b028696175432f10d (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2330-gec9f8c4

2008-05-07 Thread Günther Deschner
The branch, v3-3-test has been updated via ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0 (commit) via 4c0805220821719ad1db1590457ab66a577d26a7 (commit) via 7159cce8055d0197cfc1a9daa08d2370527ea3bc (commit) from 47146effc1c2bca516d4fbccf221b5b0e02737bf (commit)

Build status as of Thu May 8 00:00:02 2008

2008-05-07 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2008-05-07 00:00:36.0 + +++ /home/build/master/cache/broken_results.txt 2008-05-08 00:00:30.0 + @@ -1,22 +1,22 @@ -Build status as of Wed May 7 00:00:02 2008 +Build status as of Thu May