Displaying 2 results from an estimated 2 matches for "no_backup".
2005 Aug 31
1
Samba 3 problem with unc name connections
...ery slow. It takes a long time, until directory listings
are updated or file copyings begin.
Everytime I try to copy a file, I get the follwing entry in the logfile:
[2005/08/31 08:46:28, 0] smbd/service.c:(797)
hostname (ip-address) couldn't find service no_backu
The real service name ist no_backup, so the last letter of the service
name in the log file is cut off.
I think, samba first tries to connect with no_backu (which does not
exist) and falls back to no_backup later, so I think this may be a samba
bug!?
I'm using the german version of Windows XP and I don't have an english...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
Hi,
as discussed in [1], this series adds a new getprogname module.
All it does is providing a getprogname function, much like what is
found on e.g. *BSD systems, and using it in gnulib instead of progname.
Also, using it explicitly by modules avoids gnulib users the need of
either use the progname module (GPL), or to provide program_name (and
call set_program_name manually, which is not always