Displaying 6 results from an estimated 6 matches for "command_option".
2019 Oct 13
0
After upgrading samba 4.5.10 to 4.9.13
...ak the behaviour of a samba4-controlled smbd by modifying your
> '/etc/samba/smb.conf' file
> # accordingly.
> daemon_list="samba4"
>
> #----------------------------------------------------------------------------
>
> # Daemons calls: <daemon_name>_<command_option>
> #----------------------------------------------------------------------------
>
> my_service_name="samba"
> my_service_PRE="unset TMP TMPDIR"
> my_service_POST=""
>
> #-------------------------------------------------------------------------...
2019 Oct 13
4
After upgrading samba 4.5.10 to 4.9.13
Good time!
After upgrading samba 4.5.10 to 4.9.13, name resolution in AD hangs.
# /etc/init.d/samba status
?* status: crashed
But the domain itself works, but hangs when resolving user names.
What can be done?
[2019/10/13 12:24:52.896473, 10, pid=17379, effective(0, 0), real(0, 0),
class=ldb] ../lib/ldb-samba/ldb_wrap.c:77(ldb_wrap_debug)
? ldb: Added timed event
2006 Jun 08
1
[PATCH] raise window key binding
With raise_on_click disabled, I wanted to be able to raise a window with a button click sometimes. It seemed logical to do something like the lower window key binding. So I did it.
It was quite simple, but here is the patch anyway.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 3680 bytes
Desc: not available
2004 Aug 06
2
improved error.log output --diff
...client_send_400(client, "Mount request unknown");
break;
}
@@ -410,11 +410,11 @@
char buf[255];
int parameters_passed = 0;
- DEBUG0("Doing optional check");
+ DEBUG0("Doing optional check, %s", client->con->ip);
if((COMMAND_OPTIONAL(client, "destination", dest_source))) {
parameters_passed = 1;
}
- DEBUG1("Done optional check (%d)", parameters_passed);
+ DEBUG1("Done optional check (%d), %s", parameters_passed, client->con->ip);
if (!parameters_passed) {
d...
2014 Jun 13
2
Re: libguestfs supermin error
...ating /dev/root as block special 8:16
supermin: mounting new root on /root
supermin: chroot
Starting /init script ...
[ 1.638427] systemd-udevd[591]: starting version 204
invalid command 'static-nodes'
kmod - Manage kernel modules: list, load, unload, etc
Usage:
\tkmod [options] command [command_options]
Options:
\t-V, --version show version
\t-h, --help show this help
Commands:
help Show help message
list list currently loaded modules
kmod also handles gracefully if called from following symlinks:
lsmod compat lsmod command
rmmod compat rmmod c...
2014 Jun 12
2
Re: libguestfs supermin error
On Thu, Jun 12, 2014 at 05:08:37PM +0530, abhishek jain wrote:
> Hi Rich
>
> I have all the virtio modules available in the kernel but I'm getting the
> same result .
It doesn't appear to be using any kernel modules. I would have
expected to see output such as this:
supermin: internal insmod virtio.ko
It seems as if you might not be setting SUPERMIN_MODULES; or maybe you