search for: assar

Displaying 7 results from an estimated 7 matches for "assar".

Did you mean: askar
2003 Oct 09
0
Samba-3.0.0, LPRng-3.8.21 and printer queues
...lpr -b -P%p <%s ;rm %s The printing job shows up in the LPRng queue e.i. /usr/server/LPRng-3.8.21/bin/lpq -Pprinter shows the job. But from log.smbd: Running the command `/usr/server/LPRng-3.8.21/bin/lpq -Pprinter' gave 0 Can anyone help me with this. (CUPS is not a solution for me) -- Assar Svensson (assar@sm.luth.se) Datordriften - Institutionerna f?r Systemteknik och Matematik Lule? tekniska universitet Tel: 0920 - 49 2448
2004 Apr 11
1
fchmod in do_mkstemp? (patch included)
...ble by the owner for a longer time, but it's not like protecting against the owner doing something to the file is useful. So, can anyone tell me any reasons for having the fchmod there? And if there are none, would anyone object to removing it? A simple patch for that is appended. Thanks. /assar -------------- next part -------------- Index: proto.h =================================================================== RCS file: /cvsroot/rsync/proto.h,v retrieving revision 1.185 diff -u -w -r1.185 proto.h --- proto.h 27 Mar 2004 09:44:34 -0000 1.185 +++ proto.h 10 Apr 2004 23:48:36 -0000 @@...
2003 Oct 09
2
Samba-3.0.0, LPRng-3.8.21 and printer queues - Jerry?
> I have problem with finding my printerjobbs in sambas printer queue, > I do se the jobb while it is in /var/spool/samba, but not when the job > has been spooled to LPRngs spool. > > smb.conf > [Global] > printing = lprng > lpq command = /usr/server/LPRng-3.8.21/bin/lpq -P%p > print command = /usr/server/LPRng-3.8.21/bin/lpr -b -P%p <%s ;rm %s > > The
2001 Jul 04
0
Sneek peak at what was commited.
.... not very creative... - () -> (void) - no variable names - dugsong at cvs.openbsd.org 2001/06/26 16:15:25 [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h servconf.c servconf.h session.c sshconnect1.c sshd.c] Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar at freebsd.org> and Bjorn Gronvall <bg at sics.se>. markus@ ok - markus at cvs.openbsd.org 2001/06/26 17:25:34 [ssh.1] document SSH_ASKPASS; fubob at MIT.EDU - markus at cvs.openbsd.org 2001/06/26 17:27:25 [authfd.h authfile.h auth.h auth-opti...
2001 Oct 02
2
AFS and tokenforwarding
For some reasons the afs tokenforwarding stuff has changed siginificantly from v 2.9p2 to 2.9.9p2. This makes it impossible to use public key authenticication in a standart AFS environment. I don't know the reasons for these changes. In any case attached is a patch which restores the old behaviour. Regards Serge -- Serge Droz Paul Scherrer Institut mailto:serge.droz at
2004 Apr 10
0
patches for copying atimes
...all the tests (including the added atime.test) for me on a: Linux Debian/3.0 gcc 2.95.4 (debian), glibc 2.2.5 system. Any questions/feedback? I certainly think that this functionality would be useful for others. Note that this is orthogonal to updating (or not) the atimes on the source tree. /assar -------------- next part -------------- Index: backup.c =================================================================== RCS file: /cvsroot/rsync/backup.c,v retrieving revision 1.28 diff -u -w -r1.28 backup.c --- backup.c 13 Mar 2004 20:18:03 -0000 1.28 +++ backup.c 10 Apr 2004 23:28:35 -0000 @...
2004 Apr 20
1
improved atime patch
I posted a patch a few days ago that adds copying of atime. At that time, it was just enabled with -t/--times. After some time, we have figured out that that choice might not have been the best. Here's a new version of the patch (relative to CVS) that adds -A/--copy-atime instead. It also includes a test case. Any feedback on this patch and/or the previous one that I posted?