search for: num_work

Displaying 9 results from an estimated 9 matches for "num_work".

Did you mean: mm_work
2023 Oct 27
1
Print Server not staying working
...template winbind separator = / workgroup = DUCH idmap config * : backend = tdb idmap config * : range = 70000-99999 idmap config duch : backend = rid idmap config duch : range = 100000-1999999 spoolss: architecture = Windows x64 rcpd_spoolss:idle_seconds=30 rpcd_spoolss:num_workers = 10 username map = /etc/samba/user.map min domain uid = 0 map acl inherit = Yes printing = CUPS store dos attributes = Yes vfs objects = acl_xattr printcap name = /var/run/cups/printcap printcap cache time = 60 [printers] browseable = No path = /var/spool/samba/...
2024 Mar 04
2
Almost all print driver uploads fail
...workgroup = POLI ?? ?server role = standalone ?? ?server string = SANDBOX Samba ?? ?printing = cups ?? ?printcap name = cups ?? ?printcap cache time = 750 ?? ?cups options = raw ?? ?spoolss: architecture = Windows x64 ?? ?spoolss: os_major = 6 ?? ?spoolss: os_minor = 1 ?? ?rpcd_spoolss: num_workers = 10 ?? ?rpcd_spoolss: idle_seconds = 300 ?? ?log level = 2 auth:3 ?? ?username map = /etc/samba/smbusers [print$] ?? ?comment = Printer Driver Store ?? ?path = /var/lib/samba/drivers ?? ?read only = No [printers] ?? ?comment = All Printers ?? ?path = /var/lib/samba/printers ?? ?brow...
2023 Nov 15
1
Fw: Print Server not staying working
...template winbind separator = / workgroup = DUCH idmap config * : backend = tdb idmap config * : range = 70000-99999 idmap config duch : backend = rid idmap config duch : range = 100000-1999999 spoolss: architecture = Windows x64 rcpd_spoolss:idle_seconds=30 rpcd_spoolss:num_workers = 10 username map = /etc/samba/user.map min domain uid = 0 map acl inherit = Yes printing = CUPS store dos attributes = Yes vfs objects = acl_xattr printcap name = /var/run/cups/printcap printcap cache time = 60 [printers] browseable = No path = /var/spool/samba/...
2023 Nov 16
1
Fw: Print Server not staying working
...rkgroup = DUCH > idmap config * : backend = tdb > idmap config * : range = 70000-99999 > idmap config duch : backend = rid > idmap config duch : range = 100000-1999999 > > spoolss: architecture = Windows x64 > rcpd_spoolss:idle_seconds=30 > rpcd_spoolss:num_workers = 10 > username map = /etc/samba/user.map Is there anything in the user.map other than Administrator to root mapping ? > min domain uid = 0 > > map acl inherit = Yes > printing = CUPS > store dos attributes = Yes > vfs objects = acl_xattr > printca...
2024 Oct 08
2
rpcclient setdriver fails with WERR_ACCESS_DENIED
...dos charset = cp1252 idmap cache time = 86400 idmap negative cache time = 30 printcap name = cups unix charset = ISO8859-1 winbind cache time = 60 winbind use default domain = Yes spoolss:architecture = Windows x64 rpcd_spoolss:num_workers = 10 rpcd_spoolss:idle_seconds = 300 idmap config nav : unix_primary_group = Yes idmap config nav : unix_nss_info = Yes idmap config nav : schema_mode = rfc2307 idmap config nav : range = 10000 - 19999 idmap config nav : backend = ad idmap...
2012 Oct 18
4
Rack env rack.multiprocess true with single worker
Hi, unicorn unconditionally sets rack.multiprocess to true in the Rack environment. The Rack spec [0] says the following about the variable: "true if an equivalent application object may be simultaneously invoked by another process, false otherwise." When unicorn is running with a single worker this does not hold so what do you think about setting the variable to false when only a
2024 Oct 08
1
rpcclient setdriver fails with WERR_ACCESS_DENIED
On Mon, 7 Oct 2024 22:46:36 +0200 Peter Koch via samba <samba at lists.samba.org> wrote: > Dear Samba-experts, > > I'm trying to setup automatic printer download with our > samba 4.19.4 fileserver which is a domain member of > our samba 4.18.2 AD. > > printer drivers have been installed on the fileserver: > > root at serv00:# rpcclient -Uprtadmin%pass1
2011 Aug 26
0
[PATCH] Btrfs: make some functions return void
...fs/btrfs/async-thread.h index 5077746..6a9d3c1 100644 --- a/fs/btrfs/async-thread.h +++ b/fs/btrfs/async-thread.h @@ -111,9 +111,9 @@ struct btrfs_workers { int btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work); int btrfs_start_workers(struct btrfs_workers *workers, int num_workers); -int btrfs_stop_workers(struct btrfs_workers *workers); +void btrfs_stop_workers(struct btrfs_workers *workers); void btrfs_init_workers(struct btrfs_workers *workers, char *name, int max, struct btrfs_workers *async_starter); -int btrfs_requeue_work(struct btrfs_work *work); +void btrfs_...
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all - Here''s my current error handling patchset, against 3.1-rc8. Almost all of this patchset is preparing for actual error handling. Before we start in on that work, I''m trying to reduce the surface we need to worry about. It turns out that there is a ton of code that returns an error code but never actually reports an error. The patchset has grown to 65 patches. 46 of them