search for: nmodules

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

Did you mean: modules
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
Here's the details and some debugging I did for starters, but I have no idea where to proceed from here. Help please? Command to reproduce should be in the strace output below. -Dan P.S. Sorry for sending this a few times; I think only one will make it through to the list since I wasn't subscribed initially. $ rsync --version rsync version 3.1.0 protocol version 31 Copyright (C)
2006 Sep 21
1
Dtrace script compilation error.
Hi All, One of the customer is seeing the following error messages. He is using a S10U1 system with all latest patches. Dtrace script is attached. I am not seeing these error messages on S10U2 system. What could be the problem? Thanks, Gangadhar. ------------------------------------------------------------------------ rroberto at njengsunu60-2:~$ dtrace -AFs /lib/svc/share/kcfd.d dtrace:
2009 Jul 27
1
[PATCH] mboot using module path
...8,12 +38,18 @@ ?struct syslinux_pm_regs regs; ?struct my_options opt; +char pxelinuxpath[1024]; + ?struct module_data { ?? void *data; ?? size_t len; ?? const char *cmdline; ?}; +static void restorepath(void) { +?? chdir(pxelinuxpath); +} + ?static int map_modules(struct module_data *modules, int nmodules) ?{ ?? struct mod_list *mod_list; @@ -96,6 +102,7 @@ ?? int module_count = 1; ?? int arglen; ?? const char module_separator[] = "---"; +? char cwd[1024]; ?? for (argp = argv; *argp; argp++) { ???? if (!strcmp(*argp, module_separator)) @@ -109,10 +116,13 @@ ?? } ?? argp = argv; + +? getc...
2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
...om32/mboot/mboot.c b/com32/mboot/mboot.c index 10e6701..4e6b4e1 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -223,13 +223,13 @@ int main(int argc, char *argv[]) mbinfo.flags |= MB_INFO_CMDLINE; } - /* Map auxilliary images */ + /* Map auxiliary images */ if (nmodules > 1) { if (map_modules(modules + 1, nmodules - 1)) return 1; } - /* Add auxilliary information */ + /* Add auxiliary information */ mboot_make_memmap(); mboot_apm(); mboot_syslinux_info(); diff --git a/core/i386/syslinux.ld b/core/i386/syslinux.ld index 36b1a6...
2015 Feb 11
2
Problems in SAMBA 3.3 to 4.0 migration
Hi, Rowland, and thanks for the reply. The PDC OS is Slackware 13. The BDC OS is Slackware 14. The choice to use Samba 4.0 was merely due to its inclusion on the Slackware 14 distro. I'll worry about upgrading that once I have the migration complete. I will post the two machine's respective smb.conf's later today. -- View this message in context:
2015 Feb 12
0
Problems in SAMBA 3.3 to 4.0 migration
As promised, I'm posting the smb.conf files for the two servers in question. One minor correction I should offer is that the new SAMBA server will be version 4.1, not 4.0. Following is SMB.CONF for the current PDC, which is Samba 3.3.4 on Slackware 13. I've omitted all share definitions to allow focus more on the configuration side. Actual server/domain names have been omitted.
2015 Feb 12
2
Problems in SAMBA 3.3 to 4.0 migration
On 12/02/15 02:43, soonerdave wrote: > As promised, I'm posting the smb.conf files for the two servers in question. > > One minor correction I should offer is that the new SAMBA server will be > version 4.1, not 4.0. > > Following is SMB.CONF for the current PDC, which is Samba 3.3.4 on Slackware > 13. > I've omitted all share definitions to allow focus more on the