Displaying 4 results from an estimated 4 matches for "expencted".
Did you mean:
expected
2003 Jan 06
2
Is sftp-server's stdout redirected to client ?
Hello everyone,
I added some code to sftp, which would be useful for me. I add a
command "run", which can run any command on the remote shell, in the mean
time I want the server send the standard output back. for example, when I :
sftp> run ls
I want to see the result locally.
I thought the stdout of sftp-server has been redirected to the client. But
I get "message too
2020 May 04
2
Windows link in linux share...
To reduce the space occupied by Thunderbird IMAP Cache, i've found
this:
https://bugzilla.mozilla.org/show_bug.cgi?id=517425#c49
and seems works as expencted. I've a bit extended to link also global-messages-db.sqlite
(eg, global search index).
But after that, i don't find in roaming profile (server side) the link created
with mklink.
Link are not supported by samba? Thanks.
--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associ...
2009 Feb 13
12
VT-D RMRR is incorrect
I try pci pci passthrough with xen 3.3.1 and CentOS 5.2(64bit)
on a SUPERMICRO C7X58 board
I see the following the error in my boot log.
(XEN) [VT-D]dmar.c:372: RMRR is incorrect.
This problem is caused by this condition in dmr.c:372.
if ( rmrr->base_address >= rmrr->end_address )
{
dprintk(XENLOG_ERR VTDPREFIX, "RMRR is incorrect.\n");
return -EFAULT;
}
As an
2009 Feb 13
12
VT-D RMRR is incorrect
I try pci pci passthrough with xen 3.3.1 and CentOS 5.2(64bit)
on a SUPERMICRO C7X58 board
I see the following the error in my boot log.
(XEN) [VT-D]dmar.c:372: RMRR is incorrect.
This problem is caused by this condition in dmr.c:372.
if ( rmrr->base_address >= rmrr->end_address )
{
dprintk(XENLOG_ERR VTDPREFIX, "RMRR is incorrect.\n");
return -EFAULT;
}
As an