[Samba] Re: profiles not loading

2005-03-06 Thread Jeff Umbach
Tony Earnshaw wrote:
Jeff Umbach:

I'm having the same issue as well, though it normally happens after the
server locks up and needs to be rebooted.  The server is RedHat ES 3
running Samba 3.0.9 and the workstations are WinXP Pro SP1.

Server locks up? We had a Samba 3.0.11 running on RHAS3 update 4 - IBM 235
X series (Jeff Carter's Red Hat srpm compiled on the same machine)
suddenly refuse ssh and console logins after Samba had been running for a
week. The server had been running perfectly up to then, for more than 6
months. The users could carry on with what they were doing, logins just
hung. We had to use the on/off button to reboot.
Is this what you mean?
--Tonni
--
mail: [EMAIL PROTECTED]
http://www.billy.demon.nl
Yes, that is what it is doing now.  It also has a problem now where the 
print queues do not clear.  I mean the spools are clear but samba report 
s there being print jobs.

I tried to compile samba 3.0.11 but had problems.  I'm going back to 
3.0.7 this monday.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: profiles not loading

2005-02-28 Thread Jeff Umbach
I'm having the same issue as well, though it normally happens after the 
server locks up and needs to be rebooted.  The server is RedHat ES 3 
running Samba 3.0.9 and the workstations are WinXP Pro SP1.

abs pathak wrote:
i'm running samba3.0 on a debian machine as a pdc.  i can log in and
the profile loads but only parts of it get loaded some of the
shortcuts and start menu items are not there.  Also there is no copy
of the profile on the server.  can someone please tell me what might
be happening or what i might be doing wrong?
abs
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: how do I export nt2k policy to a file?

2004-12-22 Thread Jeff Umbach
I was trying to look at this document and got a 403 Forbidden Error.
André Lemos wrote:
http://www.mamiyami.com/document/samba/man/PolicyMgmt.html
On Ter, 2004-12-21 at 16:53 -0500, Greg wrote:
We migrated our entire domain over to a samba3 domain,  now I would like 
to apply a few policies to the network.

I've been reading a few migration papers,  most mention about a .POL 
file which is created upon exporting policy keys on a wintel machine. 
Using gpedit I don't see an export option.  What tool should I use for this?

greg

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: print$ worked in 3.0.7, broken after upgrading to 3.0.9

2004-12-16 Thread Jeff Umbach
Well, my problem has changed.
I rolled back to Samba 3.0.7 and the issue was still there, telling me 
that it was a case of corrupted printer drivers in the print$ share most 
likely.  I tried to recopy them in there manually but that didn't work, 
so I deleted them and reinstalled the drivers using the WinXP Add 
Printer Driver Wizard.

This worked and now all computers can download drivers automatically, 
but to my puzzlement the print$ share is still empty.  I looked in the 
directory that it is connected with, /usr/local/samba/printers, but it 
was empty.

So now the drivers are out there, but where?  I'm going to examine the 
server but does anyone have any ideas or have seen this kind of behavior 
before?

Jeff Umbach wrote:
Franz Pförtsch wrote:
Do you have tried:
smbclient //server/print$ -U windowsuser
what is happening?
I tried following the solution in that thread and it didn't help.  I can
print to the printers if I install the driver manually, but I cannot 
get it to install the driver automatically from the print$ share 
anymore. The Access Denied message refers to the printer status.


I am printing from WinXP Pro SP2, not Linux.  There are no other Linux 
systems on this network.  All the other Windows computers that already 
had their printers installed still work but if I uninstall a printer I 
cannot reinstall it properly.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: print$ worked in 3.0.7, broken after upgrading to 3.0.9

2004-12-15 Thread Jeff Umbach
Franz Pförtsch wrote:
Do you have tried:
smbclient //server/print$ -U windowsuser
what is happening?
I tried following the solution in that thread and it didn't help.  I can 

print to the printers if I install the driver manually, but I cannot get 
it to install the driver automatically from the print$ share anymore. 
The Access Denied message refers to the printer status.

I am printing from WinXP Pro SP2, not Linux.  There are no other Linux 
systems on this network.  All the other Windows computers that already 
had their printers installed still work but if I uninstall a printer I 
cannot reinstall it properly.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Problem moving Samba shares to newly installed drive

2004-12-14 Thread Jeff Umbach
cp -R will not preserve the permissions, cp -Rp will.
Daniel wrote:
Hello,
I have been working on a RedHat machine that is a PDC for a Windows network
running XP clients.
The system has the following shares defined in /etc/samba/smb.conf:
/home/netlogon
/home/profiles
/public (FYI /public is a symbolic link to /home/public)
/home/share1
/home/share2
They are all on the /home partition which is on the main system drive, which
is full.
I have installed a second drive, made an ext2 file system, and mounted the
drive as 1 large partition called /share.
I then copied all the data from the /home partition to the /share drive via
( cp -R /home/* /share ).
I then edited the paths for the shares listed above in /etc/samba/smb.conf,
changing any references to /home to /share.  I deleted the /public symbolic
link, and changed the share path for that share to /share/public
Restarting Samba resulted in the client machines (all running XP) logging in
and receiving an error that their profiles could not be found.
I quickly reverted everything back to the way it was to make sure all was
well, which it was.
I then tried just changing the location of the /public share, by changing
the path in smb.conf from /public to /share/public, expecting that the users
would be able to login, their home directories would be full, but the
'public' share would be on the new large drive at least.
But doing just this also resulted in them receiving the error that their
roaming profile could not be located.
I had also tried not mounting the /home partition on the primary drive, and
mounting the new drive ( /dev/sdb ) as /home expecting this would work and
would result in me not needing to edit anything in /etc/samba/smb.conf -
which was also wrong - I got the same results, profiles could not be found.
So I reverted everything back to the old drive, but created a new share in
smb.conf called 'new' and set its path to /share (the new drive) and this
worked, it was happy to leave existing shares in the original location and
have a new share in the new location.
This at least gave the people a new spot to put their data, but was not what
they were after.

My questions are:
1)  The first thing I noticed is that when I copied everything over from the
old drive to the new, all the permissions, ownership  group information was
lost.  Everything was owned by root.  Manually changing the permissions for
the /share/profile folder to make them match the original made no
difference.  What did I do wrong ( cp -R /home/* /share ) that did not copy
the permissions / ownership info over?
2)  Why would changing the location of the 'public' share result in people
not being able to login, when their profiles and the 'netlogon' share were
still defined as being on the old drive?
3)  Searching for smb.conf resulted in several copies of it floating around
the place, most of them in folders that included 'example' in the path.  Is
it possible that Samba could be looking at multiple copies of this?  Where
is Samba told which smb.conf to look at?
4)  If you can spot where I have errored, please point it out.  If I can
provide more info, please let me know, I've tried to be as precise as
possible.
Thanks in advance.
Daniel

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] print$ worked in 3.0.7, broken after upgrading to 3.0.9

2004-12-13 Thread Jeff Umbach
Using Samba 3.0.7 on RedHat Enterprise Linux 3, we were using the 
printer$ share to store printer drivers on the server for auto-download. 
 It was working perfectly until we had upgraded to 3.0.9 and had to 
reinstall some printers on a computer.  Now WinXP Pro reports that the 
server does not have the correct drivers.  We can manually install the 
driver locally and printer, but now under printer status it says Access 
Denied.

Here is the printers portion of my TESTPARM readout.
[QKITCHEN]
comment = Kitchen Expediter Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
printable = Yes
printer name = QKITCHEN
[QBAR1]
comment = First Bar Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QBAR1
[QBAR2]
comment = Second Bar Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QBAR2
[QBAR3]
comment = Third Bar Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QBAR3
[QPIZZA]
comment = Pizza Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QPIZZA
[QCOLD]
comment = Cold Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QCOLD
[QHOT]
comment = Hot Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QHOT
[QSAUTEE]
comment = Sautee Printer
path = /var/spool/samba
valid users = root, @smbadmins, @pos, @printeradmins
max connections = 40
printable = Yes
printer name = QSAUTEE
[QCOLOR]
comment = Office Color Laser Printer (Postscript Driver)
path = /var/spool/samba
valid users = root, @smbadmins, @office, @printeradmins
max connections = 10
printable = Yes
printer name = QCOLOR
[QCOLOR-PCL]
comment = Office Color Laser Printer (PCL Driver)
path = /var/spool/samba
valid users = root, @smbadmins, @office, @printeradmins
max connections = 10
printable = Yes
printer name = QCOLOR-PCL
[QTICKET]
comment = Office Ticket Printer
path = /var/spool/samba
valid users = root, @smbadmins, @office, @printeradmins
max connections = 40
printable = Yes
printer name = QTICKET
[print$]
comment = Printer Drivers Directory
path = /usr/local/samba/printers
valid users = root, @smbadmins, @smbusers, @printeradmins
write list = @smbadmins, root
read only = No
max connections = 40
csc policy = disable
Hopefully this can be resolved quickly or I will have to roll back to 
Samba 3.0.7, which was working just fine.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: How reliable is file locking?

2004-06-21 Thread Jeff Umbach
I think he was asking about if the files will be locked on the Windows end
while he is using smbclient to copy them over to the linux machine.

Jeremy Allison [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On Thu, Jun 17, 2004 at 10:57:20AM +0100, Toby Batch wrote:
  I'm mounting remote windows shares using smbd Version 3.0.2a and I just
  wanted to ask the experts how reliable is the file locking?
 
  The drives I'm mounting will be from a full array of windows os's (98,
  nt4, 2k  xp) and the client will be a linux box (kernel 2.6.5+) and I'm
  using rsync to pull backups off the windows boxes onto my linux box.
 
  I just wanted to make sure that while I'm pulling off the backups that
  the files won't be changed.

 Changed by who and what ? Samba will prevent other Windows clients
 from doing this (3.0.x ships with strict locking = true).

 Jeremy.
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: share is read-only since 3.0.3 - access is denied

2004-05-10 Thread Jeff Umbach
They changed the read only default to yes in versions 3.0.3 and 3.0.4.

Do the writable shares have read only = no or writable = yes in thier
definitions?  This happened to me on any shares that I did not explicitely
define it on.

Rauno Tuul [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 I've a samba-3.0.2a running perfectly on redhat-8.
 Filesystem is EXT3 with ACL support.

 I can't upgrade the PDC to 3.0.3 or 3.0.4, because shares are only
 read-only.
 In 3.0.3 only home share and temp share are writable.
 All other shares are in read-only mode. Users can see the
files/directories,
 but can't save anything or create new items.
 When trying to create a new item - windows promps Access is denied.

 I don't get, what is wrong.
 Do I have to change something in my setup, to get shares be writable?
 3.0.0 and 3.0.2.a runs well.

 Best regards,

 Rauno

 ---

 ./configure --with-ldap --bindir=/bin --sbindir=/sbin
 --sysconfdir=/etc/samba --with-configdir=/etc/samba
 --with-logfilebase=/var/log/samba --with-smbmount
 --with-quotas --with-acl-support

 smb.conf
nt acl support = yes
acl compatibility = Auto
security = user
restrict anonymous = no
encrypt passwords = yes
 # Create modes
directory mask = 0775
force directory mode = 0775
create mask = 0664
force create mode = 0664
encrypt passwords = yes
deadtime = 0
force group = users
force user = %U

 [homes]
browseable = no
writable = yes

 [it]
path = /arc/it
valid users = @osak_it
write list = @osak_it
browseable = yes

 [temp]
comment = Temporary file space
path = /home/samba/tmp
force user = nobody
force group = nobody
create mask = 0777
directory mask = 0777
public = yes
writeable = yes
browseable = yes

 Folder:
 drwxrwxr-x   49 root users4096 it

 User account:
 # smbldap-usershow.pl rauno
 dn: uid=rauno,ou=Users,dc=ehk,dc=lan
 sambaSID: S-1-5-21-1347305728-752463190-2852647101-3000
 uidNumber: 1000
 gidNumber: 221
 sambaPrimaryGroupSID: S-1-5-21-1347305728-752463190-2852647101-1443

 Group entries:
 users:x:221:
 osak_it:x:215:rauno

 Group mappings:
 # net groupmap list
 Osakond_it (S-1-5-21-1347305728-752463190-2852647101-1431) - osak_it
 Users (S-1-5-21-1347305728-752463190-2852647101-1443) - users


 smbd.log of trying to create new folder (level 5)

   unix_convert called on file aee/New Folder
   size=168
   smb_com=0x25
   smb_rcls=0
 [2004/05/10 09:45:50, 5] smbd/filename.c:unix_convert(177)
   smb_reh=0
   unix_convert begin: name = aee/New Folder, dirpath = aee, start = New
 Folder
   smb_err=0
   smb_flg=24
   smb_flg2=51207
   smb_tid=1
   smb_pid=228
 [2004/05/10 09:45:50, 5] smbd/filename.c:unix_convert(312)
   smb_uid=101
   New file New Folder
   smb_mid=28736
 [2004/05/10 09:45:50, 3] smbd/vfs.c:reduce_name(864)
   smt_wct=16
   reduce_name [aee/New Folder] [/arc/it]
   smb_vwv[ 0]=0 (0x0)
   ...
 [2004/05/10 09:45:50, 3] smbd/process.c:switch_message(685)
   reduced to aee/New Folder
   switch message SMBtrans (pid 31406)
 [2004/05/10 09:45:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2353)
 [2004/05/10 09:45:50, 4] smbd/uid.c:change_to_user(186)
   call_trans2qfilepathinfo: SMB_VFS_STAT of aee/New Folder failed (No such
 file or directory)
   change_to_user: Skipping user change - already user
 [2004/05/10 09:45:50, 3] smbd/error.c:error_packet(94)
 [2004/05/10 09:45:50, 3] smbd/ipc.c:reply_trans(538)
   error string = No such file or directory
   trans \PIPE\ data=84 params=0 setup=2
 [2004/05/10 09:45:50, 3] smbd/error.c:error_packet(118)
   error packet at smbd/trans2.c(2219) cmd=50 (SMBtrans2)
 NT_STATUS_OBJECT_NAME_NOT_FOUND
 [2004/05/10 09:45:50, 5] smbd/ipc.c:reply_trans(557)
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Microsoft KB835732 Update Disrupting Samba Connections

2004-05-06 Thread Jeff Umbach
I'm not 100% sure it's that WinXP KB835732 update but it's the only thing
that has been changed in the last two days.  Machines are regularly losing
their network connections, mapped drives, and printers, leading to lockup
and crashes.  I found this in the samba logs of the affected machines.

[2004/05/06 12:03:15, 0] lib/fault.c:fault_report(36)
  ===
[2004/05/06 12:03:15, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 5787 (3.0.2-6.3E)
  Please read the appendix Bugs of the Samba HOWTO collection
[2004/05/06 12:03:15, 0] lib/fault.c:fault_report(39)
  ===
[2004/05/06 12:03:15, 0] lib/util.c:smb_panic(1422)
  PANIC: internal error
[2004/05/06 12:03:15, 0] lib/util.c:smb_panic(1430)
  BACKTRACE: 23 stack frames:
   #0 smbd(smb_panic+0x13f) [0x801a608f]
   #1 smbd [0x80191b48]
   #2 /lib/tls/libc.so.6 [0xb7266c08]
   #3 smbd(print_queue_status+0x186) [0x801c7246]
   #4 smbd [0x800f22aa]
   #5 smbd(_spoolss_rfnpcnex+0x19d) [0x800f25ad]
   #6 smbd [0x800e5d54]
   #7 smbd(api_rpcTNP+0x189) [0x8011ea09]
   #8 smbd(api_pipe_request+0xc8) [0x8011e788]
   #9 smbd [0x80117456]
   #10 smbd [0x801177e9]
   #11 smbd [0x80117a69]
   #12 smbd [0x80117ca8]
   #13 smbd(write_to_pipe+0x115) [0x80117be5]
   #14 smbd [0x8004bb01]
   #15 smbd(reply_trans+0x5ab) [0x8004c53b]
   #16 smbd [0x800901f0]
   #17 smbd [0x80090403]
   #18 smbd(process_smb+0xa6) [0x80090656]
   #19 smbd(smbd_process+0x192) [0x800913d2]
   #20 smbd(main+0x505) [0x8021d345]
   #21 /lib/tls/libc.so.6(__libc_start_main+0xf8) [0xb7254748]
   #22 smbd [0x80035a32]

They all look pretty much like that.  It's only the WinXP SP1 machines that
had problem with the patch that it occurs to.  Others are unaffected.  Some
where fixed by uninstalling and reinstalling the windows patch.  Can anyone
suggest anything?  Should I disabled spoolss and go to using local client
drivers?



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Microsoft KB835732 Update Disrupting Samba Connections

2004-05-06 Thread Jeff Umbach
Upgrading to Samba-3.0.3 appears to have fixed this particular problem.

Gerald (Jerry) Carter [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Jeff Umbach wrote:
 | I'm not 100% sure it's that WinXP KB835732 update
 | but it's the only thing that has been changed in the
 | last two days.  Machines are regularly losing their
 | network connections, mapped drives, and printers,
 | leading to lockup and crashes.  I found this in the samba
 | logs of the affected machines.

 See https://bugzilla.samba.org/show_bug.cgi?id=1147
 for the patch.




 cheers, jerry
 - --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 ...a hundred billion castaways looking for a home. --- Sting
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFAmnTZIR7qMdg1EfYRAj1LAKCSktOE5i71cXZgXxKOvM3EWKkvDwCdEqQZ
 gqW5iw9kv6FtFPGwR1tlRbI=
 =GTPe
 -END PGP SIGNATURE-
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Mounting through my ISP works/doesn't work.. Verizon Avenueproblems... :-(

2004-04-30 Thread Jeff Umbach
A big reason would be that lots of worms propagate via netbios ports so they
block those.  Mounting samba shares over the Internet without VPN protection
is a very foolish task.

James Saxon [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 I HAD Verizon ONLINE.  I was ABLE to mount samba served machines from the
internet...  eg \\strange.dreamhost.com\ from my XP box.

 I switched to Verizon AVENUE.  Now I can't.  (When I go through a VPN,
though, I am able to mount the directory going around Verizon
 Avenue's network)

 I'm thinking this is a port restriction that Verizon Avenue has going on.

 I'm trying to explain to the verizon avenue engineers what's going on here
but I don't know how to further diagnose the problem.  I
 don't know the ports needed or what protocols it's using...

 Any assistance would be most excellent!

 Thanks

 James Saxon
 [EMAIL PROTECTED]
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: locking files error

2004-04-21 Thread Jeff Umbach
For multi-user database files you should disable oplocking for the sahre
that the files reside in.  Place these in the definition for that share in
your smb.conf file.

oplocks = no
level2 oplocks = no

Do a man smb.conf and look for more details on oplocks.

tom [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I have moved my Access DB to Mandrake 9.2 running Samba 2.2.8
 I can access the data base from one of my WinXp boxes, but if I try to
 access it at the same time from another WinXP boxes I get Could Not
 Lock File

 I am running a Peer To Peer network not a domain.

 Any one know how to get around this problem.
 Thanks

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: BROWSING SUCKS

2004-04-15 Thread Jeff Umbach
WINS will certainly help, especially with the older Win98 machines.  For
Win2k and WinXP DNS works much better, especially if they have static IPs.
RedHat includes a copy of BIND DNS on the install media, it's not very
difficult to set up the zone files.

Are they actually joined to the domain?  If so then they shouldn't need to
browse and just be referencing the domain controller for the browse list.
Keep in mind that WinXP Home cannot join a domain though.

Rashkae [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 You might want to consider enabling and configurins WINS for your
 network, rather than rely on the serendipity of broadcast browsing.

 On a more practical note, I've had similar problems when some of the
 Windows Clients installed Norton Internet Security... one computer
 with the Internet firewall would, for reasons unknown, interfere with
 windows network browsing for the whole network.

 On Thu, Apr 15, 2004 at 11:21:04AM -0400, Saad Ahmed wrote:
  Hi guys,
  I got this wired situation. I would appreciate if someone of you could
help.
 
 
  NETWORK:
  We have a windows based network of approx 25 computers (Win 98, Win
2000, in NT, Win XP (both Pro and Home). We have a Samba server running on
RH9 which acts as the domain controller and master browser for the entire
network (OS level = 70)
 
  PROBLEM:
  SOMETIMES, in the windows, when I open NETWORKING NEIGHBOURHOOD, I just
see one or two computers, MANTA1 (SAMBA Server) and some other computer.
When I restart the Samba Services apparently everything starts to work fine
again. I tried changing OS Level from 65 to 70 but still no success. Since a
few days, the problem seems to happen every 24 hours and I have to restart
the services everyday. Previously it used to occur every 7 days or so.
 
  Thanks.
  Saad.
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: having probelms with installation from source

2004-04-15 Thread Jeff Umbach
Always read the INSTALL and README files when compiling new software,
they're there for a good reason.

Tony Whitmore [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Sahibzada Junaid Noor wrote:
  Hi,
 
  i am having problems  with installing samba from source.
 
  i use these commands ./ configure
 make
 make install
 
  i am newbie and dont know why this is not working.
 
  can some one guide me about how to install softwares from source in
linux specially samba.

 OK, you are not using the correct commands to compile Samba from source.
 Although these commands work for a lot of software, Samba is different.
 You can read a simple guide to compiling Samba from source here:
 http://www.tonywhitmore.co.uk/core/samba.html

 For other software, try Linux From Scratch, or just reading the INSTALL
 file in the tarball.

 Cheers,

 Tony
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Setting up Point 'n' Print

2004-04-14 Thread Jeff Umbach
Make sure that the printer share has the 'use client driver' set to 'no'.
That was my problem.

Dustin Dortch [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I am having some problems with uploading printer drivers.  I follow the
 procedures as outlined in both TOSHARG and Samba-3 by Example, and I use
the
 Add Printer Drivers Wizard to upload the drivers.  It looks OK, and the
 drivers make into the \\server\print$\W32X86\3 directory.  But when I
click
 okay, I get Printer settings could not be saved. Access is denied.  This
 happens when changing any other settings as well.  I am doing this as a
 printer admin, and I have set the directories and printing related .tdb's
to
 777 for testing.  I tried to use the rpcclient and it returns
 WERR_ACCESS_DENIED.  I am really lost.  Using Samba 3.0.2a and
 Slackware-current.



 Dustin A Dortch
 Network+, MCSA/MCSE W2K
 [EMAIL PROTECTED]

 _
 Limited-time offer: Fast, reliable MSN 9 Dial-up Internet access FREE for
2
 months!

http://join.msn.com/?page=dept/dialuppgmarket=en-usST=1/go/onm00200361ave/direct/01/

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Add printer wizard (XP)

2004-04-14 Thread Jeff Umbach
I don't believe that this is possible, the printers will point to the linux
queues no matter what.

Hamish [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Also, is there any way to make the printers on the samba server just
 'links' to the ip printers? IE when clients connect they download the
 drivers and then print directly to the printers ip, not the samba server.
 Thanks again,
 Hamish

 Kurt Pfeifle wrote:

  Message: 19
  Date: Wed, 14 Apr 2004 12:54:02 +0100
  From: Hamish [EMAIL PROTECTED]
  Subject: [Samba] Add printer wizard (XP)
  To: [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain; charset=us-ascii; format=flowed
 
  Hello list
  I have been really wowed by samba 3 so far, i just have one last
  mission to complete... please help!
  I have samba 3.0.2a-SuSE installed on a SuSE 9.0 box. It uses winbind
  to authenticate against a win server 2003 box - this seems to work
  fine, users can own files and this is shown when getfacl is run on
  the shares (owned by DOMAIN\User).
  The last problem i have is adding printers...
  The add printer wizard shows for the windows domain administrator,
  and he can add a printer right untill the last screen of the wizard -
  when he clicks the finish button, it shows the error:
 
  Add Printer Wizard
  Unable to Install Printer. Access is denied.
 
 
  You need 2 things for this to work:
 
1.) a setting in smb.conf add printer command =
  /path/to/smb-add-printer-script.sh
2.) an actual smb-add-printer-script.sh script in named path
 
  So far, I don't know of anyone who has written a reliably working add
  printer command script which works with CUPS.
 
  By own efforts got stuck some time ago because of a weird re-naming
  problem
  (Samba re-named my newly created printer because it executed the script
a
  2nd time somehow)
 
  I will probably revisit that topic within the next few weeks.
 
  The point is that the script needs to take the variables to run CUPS
  lpadmin
  from what the user filled into the Add Printer Wizard fields
 
  The only thing i can think of is that he has no permission to add a
  cups printer? The driver files are correctly copied across to PRINT$,
  but then straight after this the error appears.
 
 
  The usefulness of the APW for you (without the add printer
  command) is
  currently limited to add new drivers and for existing printqueues
 
  Here is my smb.conf:
 
 
  It misses the add printer command line
 
  [global]
  workgroup = MYDOMAIN
  server string = samba test
  security = DOMAIN
  password server = pwdserver
  log level = 1
  syslog = 0
  socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
  printcap name = CUPS
  os level = 2
  preferred master = No
  local master = No
  idmap uid = 1-2
  idmap gid = 1-2
  admin users = MYDOMAIN\administrator
  printer admin = MYDOMAIN\administrator
  printing = cups
  veto files = /*.eml/*.nws/riched20.dll/*.{*}/
 
 
  Cheers,
  Kurt
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: printing dead

2004-04-08 Thread Jeff Umbach
What OS are your clients running?  Running RedHat ES 3 with Samba 3.0.2-6.EL
I've been having printing issues with my Win98 clients that do not affect my
WinXP clients.  RedHat has been working on my problem ticket for a month
now.

Simon Leung [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Dear All,

 I am running Samba3.0.2a Domain. For some unknown reason, the printing ( 3
 laserjets running) were mal-function and no-one included the admin account
 couldn't send out the print job. While I went through the log, I have
found
 the following:

 (FYI: I am running lprng for the printing)

 Apr  7 23:00:15 samba3 smbd[12330]: [2004/04/07 23:00:15, 0]
 tdb/tdbutil.c:tdb_log(724)
 Apr  7 23:00:15 samba3 smbd[12330]:
 tdb(/usr/local/samba/var/locks/printing/my-printer.tdb): tdb_oob len
 16909640 beyond eof at 40960


 Then I renamed those problem .tdb files and restart samba daemon, they
back
 to work. BUT...but they died again when I came back to office this
 morning.

 I have double checked that I can print directly through the Redhat desktop
 but no luck through the samba. Also, I've checked the smb.conf and no
 modification since last week.

 So where should I lookup on my system to troubleshoot this?

 Many THX

 Simon

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Urgent Help Please

2004-04-08 Thread Jeff Umbach
I've been having issues with Win98 printing on RedHat ES 3, which is using
Samba 3.0.2-6.ES.  The WinXP computers print fine, but the Win98 ones tend
to lose the print queue and I've noticed that even if they print job files
tend to remain in the /var/spool/samba directory.

RRuegner [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Jeramy Eling schrieb:
  Hi All,
 
  We have been running Samba (3.0.2), CUPS on SUSE 9 Pro for some time now
with no problems. This morning however it all seems to have gone wrong, and
the users on site can no longer print. When a user prints a document nothing
comes out on the printer and further investigation in the Windows printers
folder reveals the printers are sat with 'x' amount of jobs on them and
constantly refreshing, opening the print queue on the users window machine
reveals no jobs in the queue at all.
 
  I have tried all the usual, restarting the daemons and rebooting the
machine, I even considered a removal and reinstall of Samba, the system logs
show that the SMBD is having a panic each time a user tries to print or view
the print queues.
 
  Does anyone have any suggestions how I can resolve this issue? We
migrated this box from Windows due to stability problems, and I really don't
want to have to go back to Windows for my print server.
 
  Many Thanks In Advance
 
  Jez.
 
 what said your samba and the cups log ,is /var/spool/samba accesible to
 everybody
 regards
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Deleting of Desktop Icons

2004-04-08 Thread Jeff Umbach
It sounds to me as if the roamin profile isn't being overwrittent when
updated, so when you log back in your getting the older profile.  Check the
r/w permissions on the folders that the profiles are saved to on the samba
server, The user that the profile is associated with should be the owner of
the folder and all files within.

Andrei Mikhailovsky [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I have the same issue as well, on XP and 2k.

 sometimes it actually deletes icons and folders, but most often they are
 recreated after a login.  It might be an issue with roaming profiles
 from the samba side, I never managed to find an answer.

 - --
 Andrei Mikhailovsky
 Arhont Ltd - Information Security

 Web: http://www.arhont.com
 Tel: +44 (0)870 4431337
 Fax: +44 (0)117 9690141
 PGP: Key ID - 0xFF67A4F4
 PGP: Server - keyserver.pgp.com


 Matthias Spork wrote:
 | Hello,
 |
 | I delete some Icons/Documents on my Desktop. After a new login, they
 | will be on my Desktop again.
 |
 | Is this a Windows- or a Samba-Problem?
 |
 | Environment: Samba 3.02a, Win NT (SP6), 2K (Varius Service Packs)
 |
 | matze
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

 iD8DBQFAdRZ15bSBOf9npPQRAiZbAKCcdxqXTtBgpbAyORKqLeVeNBmKPACfd+5S
 IFldLIjkX5MHLRQ9K7rhYPg=
 =GKo1
 -END PGP SIGNATURE-
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Samba (2.2.8a or 3.0.2a) + WinXP not updating roaming profiles on logout

2004-04-06 Thread Jeff Umbach
The profile share is necessary for Win2k/WinXP clients, otherwise they won't
know where to save the profiles to.

Jim Shanks [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
I have working 3.0.2a and 2.2.8a domain controllers.  The only thing that
I see that is significantly different in your conifguration to our
configuration is that we have a [profiles] share.

[profiles]
comment = Personal Profile Folder
path = \\%L\%U\profile
read only = No
profile acls = Yes
browseable = No

Hope it helps,
Jim

 I have a linux box running samba configured as my PDC with roaming
 profiles.  Everything was running great until I upgraded to WinXP
 instead of Win2K.  Now, when I log out of my XP session, my profile
 doesn't get uploaded to the server.  The local copy remains in effect
 until I reboot.  When I log out, the following message gets sent to the
 event logger:

 [quote]
 Windows has detected that Offline Caching is enabled on the Roaming
 Profile share - to avoid potential profile corruption, Offline Caching
 must be disabled on shares where roaming user profiles are stored.



 For more information, see Help and Support Center at
 http://go.microsoft.com/fwlink/events.asp.
 [/quote]

 I searched around and found an email which suggested adding the
 following to my profiles share to fix this warning message (not sure if
 it's supposed to fix my problem, but I figured it was worth a shot):

csc policy = disabled
share modes = no

 The warning still occurs (yes, I restarted samba and I restarted
 windows).

 Here's my smb.conf file with comments stripped

 [global]
workgroup = HOME
   netbios name = ERADICATOR
server string = Samba Server %v
printcap name = lpstat
load printers = yes
printing = cups
printer admin = @adm
log file = /var/log/samba/log.%m
max log size = 50
   guest account = guest
security = user
   encrypt passwords = yes
   smb passwd file = /etc/samba/private/smbpasswd
   username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = eth1
local master = yes
os level = 65
domain master = yes
preferred master = yes
domain logons = yes
logon path = \\%L\%U\profile
logon home = \\%L\%U
logon drive = I:
 add user script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine
 Account' -s /bin/false -M %u
 domain admin group = root @wheel
 domain guest group = nobody guest @nobody @nogroup @guest
wins support = yes
dns proxy = no
 [homes]
comment = Home Directories
browseable = no
writable = yes
profile acls = yes
csc policy = disabled
share modes = no
 [netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
 [printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = yes
writable = no
printable = yes
create mode = 0700
print command = lpr -P %p %s # using cups own drivers (use generic
 PostScript on clients).
lpq command = lpq -P %p
lprm command = cancel %p-%j
 [download]
comment = Downloads
path = /usr/local/download
public = yes
writable = no
write list = @adm

create mode = 0664
directory mode = 2775
force create mode = 0660
force directory mode = 2770
 [music]
comment = Music
path = /home/jeremy/Music
public = yes
writable = no
write list = @adm

create mode = 0664
directory mode = 2775
force create mode = 0660
force directory mode = 2770
 [movies]
comment = Movies
path = /home/jeremy/Movies
public = yes
writable = no
write list = @adm

create mode = 0664
directory mode = 2775
force create mode = 0660
force directory mode = 2770
 [root]
 comment = Root Directory
 path = /
 read only = No
 [raid0]
 comment = RAID 0
 path = /mnt/raid0
 read only = No


 ---

 As another note, I get the following message in log.machine name since
 going to samba3...

 [2004/04/05 23:16:16, 0]
 rpc_server/srv_util.c:get_domain_user_groups(372)
   get_domain_user_groups: primary gid of user [jeremy] is not a Domain
 group !
   get_domain_user_groups: You should fix it, NT doesn't like that
 [2004/04/05 23:16:20, 1] smbd/service.c:make_connection_snum(705)
   aerith (192.168.0.3) connect to service jeremy initially as user
 jeremy (uid=1000, gid=4) (pid 22991)

 ---

 Thanks in advance for any help you have to offer.  It is very much
 appreciated.



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: samba oplocks ...

2004-04-02 Thread Jeff umbach
What exactly are you trying to configure locking for?  Are you running a
network where the same files may be accessed at the same time?

Samba should have at least regular and level2 oplocks on be default.  I
don't believe kernel oplocks are on be default but they aren't needed unless
you're sharing a file that the linux system also writes to.

Keep in mind that for multi-user database stuff you do not want oplocks in
use with your database files.  I use the veto oplock files option to deal
with that.

All this and more can be found by typing 'man smb.conf' at the command line.

victor mejia vazquez [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

I've tried to configure samba to lock files bewteen windows and linux but i
couldn't i've
read a lot of messages here, but trere is no one that have something about
the file smb.conf.

i have this in my global secction but i doesn't work
[global]
workgroup = GMC
create mask = 0777
os level = 16
directory mask = 0777
hosts allow = 192.168.0., 127.
share modes = no
max log size = 1000
lock directory = /tmp/samba/lock
level2 oplocks = yes
strict locking = yes
kernel oplocks = Yes
blocking locks = Yes
fake oplocks = No
oplocks = Yes
level2 oplocks = Yes

can anybody give me suggestions, maybe someone has te same problem..

thank you

-
Estas vacaciones... no viajes sól@: http://www.muchagente.com
Ya.com ADSL Router Wi-Fi: Sólo 29,90 ?/mes + IVA*. Router + Antivirus y
firewall ¡Gratis!
http://ir.ya.com/app/redir?o=2prefix=p_ya_com_tgt810afiliado=footer

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Printing issue in Samba

2004-04-02 Thread Jeff umbach
Can SuSE print to the printers?  That should be tested first.

Pat Craddock [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hello! I am a relatively new user to Samba and have run in to a snag
 with printing. I have Samba set up on a SuSE 9.0 server. I had no
 problems setting up shares for disk access to my Win2K boxes. I can
 attach to the shares very easily. I can also see that the shares are
 active from SWAT. The problem I have is with printing. I can get to the
 printer over the lan and even see the que update when I print directly
 from the server, so I know I have the que set up correctly. The problem
 is, when I try to print from the Windows boxes, the packets get to the
 server, but no pages are printed.
 If anyone has any ideas, I would greatly appreciate it!

 Thanks!
 Pat Craddock

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Printing issue in Samba

2004-04-02 Thread Jeff umbach
I remember that for my printer shares I have to add the line 'use client
drivers = yes' to the definition of the printer share in the smb.conf file.

Pat Craddock [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hello! I am a relatively new user to Samba and have run in to a snag
 with printing. I have Samba set up on a SuSE 9.0 server. I had no
 problems setting up shares for disk access to my Win2K boxes. I can
 attach to the shares very easily. I can also see that the shares are
 active from SWAT. The problem I have is with printing. I can get to the
 printer over the lan and even see the que update when I print directly
 from the server, so I know I have the que set up correctly. The problem
 is, when I try to print from the Windows boxes, the packets get to the
 server, but no pages are printed.
 If anyone has any ideas, I would greatly appreciate it!

 Thanks!
 Pat Craddock

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Samba supporting SSL?

2004-03-19 Thread Jeff Umbach
I've never used STUNNEL, but I have been able to set up IPSec connections
between Samba and Win2k/XP Pro using FreeSWAN on the Linux end and the local
security policies on Win2k/XP Pro.  Everything going between the server and
client will be encrypted, but IPSec may add more network overhead than you
would like.

Andrew Bartlett [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Win 98 loosing it.

2004-03-17 Thread Jeff Umbach
I know you said you already checked power saving features, but was that in
just Windows?  Be sure to check in the CMOS settings for any power saving
features as well.  I had this happen in Win2k and it ended up being that the
problematic computers had S3 set as the default in their APM settings when
it should have been S1.  This would be a probable cause if your motherboards
have onboard NICs.

Do you use DNS or WINS for name resolution?  I did have some connection
problems that were solved by using static IPs and statically defined entries
in the zone file for the domain.

Since the ping works but drive mappings are lost, it may indeed be a samba
issue.  Do you have the SO_KEEPALIVE setting in the string value for the
socket options in your smb.conf file?

Bob Crandell [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

That was one of the first things I checked.  Power save and screen savers
are
the first to go when I troubleshoot a Windoze issue.

Thanks

--
Assured Computing, Inc.
When you need to be sure.
http://www.assuredcomp.com/
P.O. Box 40814
Eugene, OR 97404
Voice - 541-868-0331
FAX - 541-463-1627


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Print Queues Dying!!

2004-03-17 Thread Jeff Umbach
I don't know if this has fixed it permanently but at another's suggestion I
have disabled the general printers share and defined a separate share for
each print queue.  The problematic print queues are functioning fine now and
not timing out at all.  Perhaps there is a problem with using more than a
certain number of print queues in the general printer share?



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Printing

2004-03-17 Thread Jeff Umbach
Is this a raw print queue?  If so then you may need to put this line in the
printers share definitions.

use client driver = yes

I tend to have problems if i don't have that line included.

Michael S. Dunsavage [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 I have samba running on RH 9 as a PDC.


 I want to print from teh windows box to the Linux machine...


 excerpt from smb.conf:

 [printers]
 comment = All Printers
 path = /var/spool/cups/
 browseable = yes
 public = yes
 printable = yes
 writeable = yes


 excerpt from printcap:

 # This file was automatically generated by cupsd(8) from the
 # /etc/cups/printers.conf file.  All changes to this file
 # will be lost.
 printer:
 lp0:


 So, when I print it does put something in /var/spool/cups

 but how do I get it to print?

 When I print locally to the pritner it puts a file in /var/spool/cups so I
 assume that's the proper directory?


 -- 
 Michael S. Dunsavage
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: tdb_fetch failed

2004-03-15 Thread Jeff Umbach
I've seeing this as well.

Lee Thao [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 My error messages are tiggered by print jobs.  The print jobs DO go
through
 but I get the same errors as your in my /var/log/messages log file.
Anybody
 have any ideas?  What are the steps to troubleshoot this?

 Lee.


 -Original Message-
 From: Guy Van den Bergh [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 13, 2004 6:10 AM
 To: Lee Thao
 Subject: Re: [Samba] tdb_fetch failed

 I got the same problem: but it has something to do with users logged on to
 an terminal server 2003

 strange error's after upgrade to 3.0.2rc1 does somebody knows the cause?
 The messages are from user connected on a terminal server.

 Mar  9 19:07:05 farma1 smbd[]: [2004/03/09 19:07:05, 0]
 smbd/connection.c:register_message_flags(220)
 Mar  9 19:07:05 farma1 smbd[]:   register_message_flags: tdb_fetch
 failed
 Mar  9 19:07:05 farma1 smbd[]: [2004/03/09 19:07:05, 0]
 smbd/connection.c:register_message_flags(220)
 Mar  9 19:07:05 farma1 smbd[]:   register_message_flags: tdb_fetch
 failed
 Mar  9 19:07:05 farma1 smbd[]: [2004/03/09 19:07:05, 0]
 smbd/connection.c:register_message_flags(220)

 - Original Message -
 From: Lee Thao [EMAIL PROTECTED]
 Newsgroups: linux.samba
 Sent: Friday, March 12, 2004 6:10 PM
 Subject: [Samba] tdb_fetch failed


  Does this mean that one of my tdb files is corrupt?
 
  Lee
 
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Print Queues Dying!!

2004-03-15 Thread Jeff Umbach
It started with one networked printer but it appears to have spread to
another and now all networked printers occasionally go down.  We have
several JetDirect boxes and one NetGear PS101 printer server served by CUPS,
the Windows computers access the print queues via Samba 3.0.2 on RedHat
Enterprise Server 3.

This is a very problematic issue and it is getting worse.  We used this same
type of set up with LPD at other installations without issue.  Is this a
known issue with Samba and CUPS or just a CUPS issue?  I'm trying to get LPD
installed to see if it works better.



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: printers unreachable in samba 3.0.2?

2004-03-15 Thread Jeff Umbach
What was the original post?  I think I may be having a similar issue.

michel desfawes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 hello,

 I have read your response to the printer problem in samba 3.0.2


 but, can you explain me how to install this patch under redhat 7.3


 thanks

 Michel
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: windows xp slow directory listing

2004-03-09 Thread Jeff Umbach
Are you on a domain?  I found this problem to be happening and after I went
into the local security policies on WinXP and disabled autoenrollment things
got faster.  Plus DNS was 'causing an issue as well.  Remember that Win98
prefers WINS but Win2k and WinXP prefer to use DNS.

Ertan Kucukoglu [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
Dear All,

I could not find a site to search for the mailing list archives. If my
question is already asked, sorry for the inconvenience, but please
provide me some link(s) for solving it.

I have a FreeBSD 5.2-CURRENT server. Samba 2.2.8 is installed and
running on it. I have no problems with Windows 98 machines in the LAN.
My only problem is with Windows 2000, Windows XP machines.

Directory listing is slow. If you click on a map drive in windows
explorer, it takes 10-60 seconds for explorer to list the contents.
After you can browse in directories as you are browsing your own C
drive. If you do not use your mapped drive for sometime (did not
counted) first listing is slow again.

Until now, I could not find out the problem. If this is not a known
problem, I captured my computer packets with etheral program. If
somebody is interested, I can forward the capture file (85k). What I did
during capturing was to click on mapped drive and wait until it lists
the contents of the drive. After I stopped capturing.

Regards,

-- 
Ertan Küçükoðlu
[EMAIL PROTECTED]
Ozler Plastik San. ve Tic. A.S.
Tel: +90.212.676.6767
Fax: +90.212.676.8012

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Re: Re: alloc_sub_basic: NULL source string!

2004-03-08 Thread Jeff Umbach
I've rechecked up2date, we appear to have the latest updates from RedHat.

Craig White [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On Fri, 2004-03-05 at 15:47, Jeremy Allison wrote:
  On Fri, Mar 05, 2004 at 04:49:01PM -0600, Jeff Umbach wrote:
   Unfortunately that is not possible on this server, it is a live server
that
   a restaraunt's point of sale system is running on, so I can't just go
   recompiling the samba.
 
  Is it reproducible on a non-live server we can do experiments on ?
 
  Jeremy.
 
 oops - meant to send to list...

 
 as an fyi - I am running AS 3 / samba upgraded to via up2date this
 week...

 # rpm -qa|grep samba
 samba-3.0.2-6.3E
 redhat-config-samba-1.0.16-1
 samba-common-3.0.2-6.3E
 samba-client-3.0.2-6.3E

 I'm not experiencing that problem.

 In fact, the upgrade from 3.0.0-14.3E (I think it was) to current has
 quieted down the logs considerably.

 Craig

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] alloc_sub_basic: NULL source string!

2004-03-05 Thread Jeff Umbach
Starting three days ago I have found over 4,000 of these error messages in
my messages log.

Mar  5 15:49:48 fs3 smbd[13785]:   alloc_sub_basic: NULL source string!
This should not happen

Nothing has been changed on the samba config in over a week and that change
was about the spin lock time setting.  The server is RedHat ES 3 running
Samba 3.0.2.  The client machines are a mix of Win98 and WinXP Pro on a
domain with Samba as the PDC.

The only effect I have seen on client machines is that one WinXP Pro box
once took several minutes to log in and load it's roaming profile from the
server.



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: alloc_sub_basic: NULL source string!

2004-03-05 Thread Jeff Umbach
Could you tell me or point me to an article that says how to implement that?
I didn't find anything on a search that specifically said how to do it.

Jeremy Allison [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On Fri, Mar 05, 2004 at 03:52:09PM -0600, Jeff Umbach wrote:
  Starting three days ago I have found over 4,000 of these error messages
in
  my messages log.
 
  Mar  5 15:49:48 fs3 smbd[13785]:   alloc_sub_basic: NULL source string!
  This should not happen
 
  Nothing has been changed on the samba config in over a week and that
change
  was about the spin lock time setting.  The server is RedHat ES 3 running
  Samba 3.0.2.  The client machines are a mix of Win98 and WinXP Pro on a
  domain with Samba as the PDC.

 Any chance you could add a smb_panic call in this case so we
 can track down the cause ?

 Jeremy.
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Re: alloc_sub_basic: NULL source string!

2004-03-05 Thread Jeff Umbach
Unfortunately that is not possible on this server, it is a live server that
a restaraunt's point of sale system is running on, so I can't just go
recompiling the samba.

Jeremy Allison [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On Fri, Mar 05, 2004 at 04:33:28PM -0600, Jeff Umbach wrote:
  Could you tell me or point me to an article that says how to implement
that?
  I didn't find anything on a search that specifically said how to do it.

 Ah, I meant doing a source code change I can send you a brief
 patch for that if you are able to recompile. This will cause smbd
 to panic (core dump) on this problem. You can then attach to it
 with gdb and get more information.

 Jeremy.
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba