[Samba] Re: PANIC: internal error (lib/fault.c:fault_report)

2004-04-19 Thread Günter Gersdorf
On Tue, 13 Apr 2004 13:57:30 -0700, Dylan Fowler 
<[EMAIL PROTECTED]> wrote:

Did you ever resolve this problem?  I am having it as well?  (Samba
3.0.2a)
I get it when people try to print (from their windows boxes)
The print then fails
It seems to be a problem with a corrupt .tdb file for the printer. Stop 
Samba, remove the file (in /var/samba/printing) and restart samba.
Günter
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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


[Samba] corrupt print files

2004-12-10 Thread Günter Gersdorf
Hi.
I have a very strange problem with printing. When a large file is send  
from my Windows PC (XP Service Pack 2) to a samba printer, the files on  
the Server are corrupt. To check it out, i created a special file and used  
a command like 'copy file \\printserver\printer' from the Windows  
commandline.

It turns out that
- the size of the files on the server is correct
- most of the time (but not always) the files has one or more areas of  
corrupt data
- the corrupt areas have fixed sizes, mostly 28280 bytes
- the position of the corrupt areas are always different
- these areas are not garbage, but (in the case of 28280 bytes) the first  
16580 bytes and the last 11700 bytes have changed their place.

This happened on two different samba system with samba 3.0.7 and samba  
3.0.9. But it did not happen, if i copy the same file onto a file-share  
(which points to the very same directory as the print-share).

And it happens only on my computer.
No other computer (with WinNT, Win2k, WinXP-SP1 or WinXP-SP2) in my domain  
seems to have this problem.

Very confused,
Günter
--
Günter Gersdorf
Inst. f. Werkzeugmachinen, TU Braunschweig, Germany
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Can't delete users which have the displayName attribute in ldapsam

2005-10-18 Thread Günter Gersdorf
Hi,
i just migrated my NT Domain to samba (3.0.20) with ldapsam. Now, when i
try to delete a user via usrmgr, i get an 'access denied' error. The log
says:
Object class violation (attribute 'displayName' not allowed)

And thats true. I have 'ldap delete dn = no' in the configfile, and
hence only some attributes are deleted. The list of these attributes is
in lib/smbldap.c, array attrib_map_to_delete_v30[]. The attribute
displayName isn't mentioned in this array.

On the other side, displayName is only valid in objectclass
sambaSamAccount, according to the ldap schema files and this objectclass
is to be removed from the ldap entry.

Is it a bug in samba or maybe i have outdated or wrong schema files for
ldap?

Günter Gersdorf
-- 
Guenter Gersdorf Phone:  +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen   Fax:  -5842
und Fertigungstechnik, TU Braunschweig   E-Mail: [EMAIL PROTECTED]
Langer Kamp 19b, D-38106 Braunschweighttp://www.iwf.ing.tu-bs.de/

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


[Samba] sambaLogonTime?

2005-10-18 Thread Günter Gersdorf
It seems, that the attribute sambaLogonTime isn't updated when users logon!?

Günter Gersdorf
-- 
Guenter Gersdorf Phone:  +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen   Fax:  -5842
und Fertigungstechnik, TU Braunschweig   E-Mail: [EMAIL PROTECTED]
Langer Kamp 19b, D-38106 Braunschweighttp://www.iwf.ing.tu-bs.de/

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


[Samba] Domain Admins can't modify ldapsam entries

2005-10-18 Thread Günter Gersdorf
Domain Admins are not allowed to modify the ldapsam database via usrmgr.
  lib/smbldap.c: smbldap_open: cannot access LDAP when not root..

Is this by design?

Günter Gersdorf
-- 
Guenter Gersdorf Phone:  +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen   Fax:  -5842
und Fertigungstechnik, TU Braunschweig   E-Mail: [EMAIL PROTECTED]
Langer Kamp 19b, D-38106 Braunschweighttp://www.iwf.ing.tu-bs.de/

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


[Samba] Re: Domain Admins can't modify ldapsam entries

2005-10-18 Thread Günter Gersdorf
Gerald (Jerry) Carter schrieb:
> Günter Gersdorf wrote:
> 
> | Domain Admins are not allowed to modify the ldapsam
> | database via usrmgr.
> |   lib/smbldap.c: smbldap_open: cannot access LDAP when not root..
> |
> | Is this by design?
> 
> Yes.  It is by design.  You have to assign the
> SeAddUsersPrivilege  to the Domain Admins group.
Sorry, should have read the manual!

Günter Gersdorf
-- 
Guenter Gersdorf Phone:  +49/(0)531/391-7634
Inst. f. Werkzeugmaschinen   Fax:  -5842
und Fertigungstechnik, TU Braunschweig   E-Mail: [EMAIL PROTECTED]
Langer Kamp 19b, D-38106 Braunschweighttp://www.iwf.ing.tu-bs.de/

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


[Samba] background lpq update not working

2004-09-17 Thread Günter Gersdorf
I'm using several 'netbios aliases' with my server, only one of them  
offers the printers.
In this enviroment, the new background lpq update, indroduced in 3.0.6,  
does not work correctly.

I think, this happens, because the sending and the receiving process has  
different lists of services, so the service number could not correctly  
recognized.

As a workaround, i changed printing/printing.c, so that the background  
process is not started.

Günter
--
Günter Gersdorf
Inst. f. Werkzeugmachinen, TU Braunschweig, Germany
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: patches for upcoming 3.0.8 [was "polling for options on printing commands"]

2004-10-25 Thread Günter Gersdorf
On Wed, 20 Oct 2004 09:59:52 -0500, Gerald (Jerry) Carter  
<[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
FOllow up from a few days ago.
I think that 3.0.7 + printername_and_queue_update.patch
(http://samba.org/~jerry/patches/post-3.0.7) should be
working now.  Can people test and let me know.
The variable expansion is the lpq command should be
working again.  And the queue update daemon should be
working correctly this time.
The queue update daemon is working correctly now.
Thank you!
--
Günter Gersdorf
Inst. f. Werkzeugmachinen, TU Braunschweig, Germany
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] cups related error messages

2004-10-25 Thread Günter Gersdorf
I'm using Samba 3.0.7 with the printername_and_queue_update.patch
(http://samba.org/~jerry/patches/post-3.0.7) from Jerry and cups as the  
print spooler.

For every printer, where the samba printername and the cups printer name  
differs, i get errormessages like the following:

[2004/10/25 16:30:00, 0] printing/print_cups.c:cups_queue_get(900)
  Unable to get jobs for ipp://localhost/printers/SA-SW -  
client-error-not-found

This is correct so far, the conf file says
[SA-SW]
...
  printer name = sasw
so the uri should be
  ipp://localhost/printers/sasw
--
Günter Gersdorf
Inst. f. Werkzeugmachinen, TU Braunschweig, Germany
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba