File ownership problems...Solaris 2.5.1 and Samba 1.9.17alpha5

Phillip Dale pdale at dat.hk-r.se
Tue Aug 26 06:45:02 GMT 1997


On Mon, 25 Aug 1997, Luke Kenneth Casson Leighton wrote:
-> > smbstatus claims I have 60 (or so connections)  although I only have about
-> > 35 smbd processes.
-> > 
-> > Most of my smbd processes are owned by root and NOT the user.
-> 
-> >  The problem
-> > we are experiencing now is that files created directly from a prompt or
-> > Notepad (i think it was), works well.  When a program, such as Word or 
-> > Eudora create files, they are owned by root (!?) !!!
-> 
-> you're the second person to report this, on the digest, with 1.9.17alpha5.
-> 
-> > Any ideas?  As not to clutter this maillist, I will not attach my smb.conf,
-> > but will send it upon request.
-> 
-> hi there,  please send your smb.conf file to the list: all of it, but 
-> with ip addresses or other confidential information changed to blanks.
-> 

; Configuration file for smbd.
; ============================================================================
;
[global]
   protocol = NT1
   mangle case = yes
   mangled names = yes
   preserve case = yes
   short preserve case = yes
   guest account = pcguest
   socket options = TCP_NODELAY
   workgroup = MYDOMAIN
   domain controller = MYWinNT
   password server = MYWinNT
   password level = 0
   security = server
   domain logons = yes
   encrypt passwords = yes
   remote announce = 194.47.129.255 194.47.134.255 194.47.140.255
   share modes = no
   keepalive = 300
   read size = 8192
   dead time = 15
;
   printing = lprng
   printcap name = /etc/printcap
   load printers = yes
   lpq command = /usr/local/bin/lpq -P%p
   lprm command = /usr/local/bin/lprm -P%p %j
   print command = echo Printing %s to %p >> /tmp/print.log; /usr/local/bin/lpr -b -P%p %s; rm %s
;
   valid chars = 73:213 213:73 73:73 33 35 36 37 38 39 40 41 45 48 49 50 51 52 \
                 53 54 55 56 57 64 97:65 98:66 99:67 100:68 101:69 102:70 \
                 103:71 104:72 105:73 106:74 107:75 108:76 109:77 110:78 \
                 111:79 112:80 113:81 114:82 115:83 116:84 117:85 118:86 \
		 119:87 120:88 121:89 122:90 94 152:95 96 126 127 135:128 \
		 132:142 134:143 130:144 145:146 148:153 129:154 156 155:157 \
		 158 159 164:165 166 167 168 169 170 171 172 173 174 175 176 \
		 177 178 179 180 160:181 131:182 133:183 184 185 186 187 188 \
		 189 190 191 192 193 194 195 196 197 198:199 200 201 202 203 \
		 204 205 206 207 208:209 136:210 137:211 138:212 161:214 \
		 140:215 139:216 217 218 219 220 221 141:222 223 162:224 225 \
		 147:226 149:227 230 231:232 163:233 150:234 151:235 236:237 \
		 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 \
		 253 254 255
;
   log file = /var/log/smbd.log
;
[Homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mode = 0750
;
[Netlogon]
   comment = Netlogon for loginscripts
   path = /usr/local/lib/netlogon
   browseable = no
   readonly = yes
   public = yes
;
; New NT-applicationdisk
; A publicly accessible directory, but read only, except for people in
; the staff group
[Prog]
   comment = Public Stuff
   path = /export/prog
   browseable = yes
   public = yes
   writable = no
   printable = no
   write list = @dat
;
; A publicly accessible directory, but read only, except for people in
; the staff group
[Appl]
   comment = Public Stuff
   path = /export/appl
   browseable = yes
   public = yes
   writable = no
   printable = no
   write list = @dat
;
; A publicly readable aera where teachers put the papers to students.
[Undervisning]
   comment = Public educational things
   path = /home/asterix/diverse/undervisning
   browseable = yes
   public = yes
   writable = no
   printable = no
   write list = @ide
;
[RBY_3]
   browsable=yes
   printer name = hp4si
   printer driver = HP LaserJet 4M
   create mode = 0700
   public = no
   printable = yes
   path=/tmp
;
[RBY_4]
   browsable=yes
   printer name = qms
   printer driver = HP LaserJet 4M
   create mode = 0700
   public = no
   printable = yes
   path=/tmp
;



More information about the samba mailing list