Hey all,
Ok. So I disabled the YaST samba srv in SuSE9.
I installed dl'd and installed samba-latest.tar.gz (v.3.0.1 I believe)
All went perfect with the install as normal.
Here is my simplistic smb.conf file I created manually after the install.
******************************
[global]
workgroup = local
encrypt passwords = yes
load printers = yes
use client driver = yes
security = server
server string = APOC Samba
[data1]
comment = Storage
path = /IronGate1/DATA1
write list = root steve rick allen
create mask = 0777
directory mask = 0777
browseable = yes
printable = no
guest ok = no
[laserjet6mp]
comment = LaserJet 6P/6MP
path =
browseable = no
guest ok = yes
writeable = no
printable = yes
available = yes
public = yes
*****************************
and that's it. All printing works perfectly now. At least with the HP LaserJet 6MP. Which is the old printer I used previously before the SuSE upgrade that I mentioned in the above posts.
Next I shall attempt to add the Deskjet 870C once more and see if it was a crappy printer problem (even tho it printed fine under linux) or if it was indeed the samba via YaST.
L8rz