Displaying 12 results from an estimated 12 matches for "setuser".
Did you mean:
getuser
2008 Nov 05
1
openssh on interix
Hi openssh developers,
I'm trying to port openssh to Interix. See [1] for more on this.
For Interix sshd needs to be patched to not use setuid()/setgid(), but
an Interix specific function setuser(). See [2] why it is needed.
Unfortunately, setuser() needs the clear-text password of the user to
be fully functional (If you use password-less setuser(), then the
user doesn't have network access rights, e.g. no access to a network
home dir).
The problem is now: How to get the clear-text...
2009 Oct 12
2
scp with tty
Hello
I need to know a way to have scp allocate a tty on a remote machine
so I can have it run sudo and activate a vpn which it will need to
activate. scp with "-S" does not work. I can't chmod +s the cisco vpn client
because when I try to run it it says it can not have setuser.
I could have the user scp via root but I do not want to do that.
Any way to have scp allocate a tty?
2003 Nov 19
1
size of graphics device
Dear all,
In many cases, I need a plotting region much bigger than the screen (e.g. for maps or for graphs with many labels).
A. MS-Windows
if I try
windows(width=25, height=25, rescale="fixed")
it seems to be OK (a screen with scrollbars, exactly what I need)
but if I try then
plot(faithful$eruptions, faithful$waiting)
I receive
Error in plot.new() : Outer margins too large
2013 Jul 11
0
[LLVMdev] [cfe-dev] Phabricator down
...ng to see the following:
[Rendering Exception] Multiple exceptions during processing and rendering.
- AphrontQueryConnectionException: Attempt to connect to
phabricator at localhost failed with error #1040: Too many connections.
- InvalidArgumentException: Argument 1 passed to
AphrontView::setUser() must be an instance of PhabricatorUser, null
given, called in
/srv/http/phabricator/src/view/page/PhabricatorStandardPageView.php on
line 197 and defined
On Mon, Jul 8, 2013 at 8:17 AM, Manuel Klimek <klimek at google.com> wrote:
> We should be back up - please let me know if anythi...
2013 Jul 11
1
[LLVMdev] [cfe-dev] Phabricator down
...wing:
>
> [Rendering Exception] Multiple exceptions during processing and rendering.
> - AphrontQueryConnectionException: Attempt to connect to phabricator at localhost failed with error #1040: Too many connections.
> - InvalidArgumentException: Argument 1 passed to AphrontView::setUser() must be an instance of PhabricatorUser, null given, called in /srv/http/phabricator/src/view/page/PhabricatorStandardPageView.php on line 197 and defined
>
>
>
>
> On Mon, Jul 8, 2013 at 8:17 AM, Manuel Klimek <klimek at google.com> wrote:
>
>> We should be back up -...
2013 Jul 08
2
[LLVMdev] Phabricator down
We should be back up - please let me know if anything doesn't work as
expected...
Cheers,
/Manuel
On Mon, Jul 8, 2013 at 12:15 PM, Chandler Carruth <chandlerc at google.com>wrote:
> Just as a tiny update, Manuel is actively working on it, but a small issue
> has turned into a larger issue... stay tuned...
>
>
> On Sun, Jul 7, 2013 at 10:11 AM, Manuel Klimek <klimek
2005 Nov 05
5
[Bug 1113] Add Interix authentication support
http://bugzilla.mindrot.org/show_bug.cgi?id=1113
Summary: Add Interix authentication support
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: tv at
2010 Jul 14
1
ccf function
Hello,
I am a very new R user and not a statistician so please excuse any over
explanation, I'm just trying to be as clear as possible.
I have performed a cross correlation of two time series (my columns) in a single
data setusing:
ccf(ts(A[rows,columnX]),(A[rows,columnY]), lag=NULL, type="correlation",plot=F)
I?am able to get the results (for example):
Autocorrelations of
2013 Mar 13
1
[patch] Incorrect umask in FreeBSD
Normally, in the !UseLogin case on a system with login classes, the
umask is set implicitly by the first setusercontext() call in
do_setusercontext() in session.c. However, FreeBSD treats the umask
differently from other login settings: unless running with the target
user's UID, it will only apply the value from /etc/login.conf, not that
from the user's ~/.login.conf. The patch below addresses this...
2016 Jan 25
2
Instruction selection gives "LLVM ERROR: Cannot select"
Hello.
I'm writing a back end for a RISC processor (similar to BPF) with a large SIMD unit.
I tried in the last days to make llc compile to SIMD code the following LLVM program:
define i32 @foo(i32* %A, i32* %B, i32* %C, i32 %N) #0 {
entry: ;vector.body: ; preds = %vector.body, %vector.body.preheader.split.split
%0 = getelementptr inbounds i32, i32* %A, i64 0 ; i64 %index ; Alex: I
2016 Feb 04
2
llc gives Segmentation fault at instruction selection [was Re: Instruction selection gives "LLVM ERROR: Cannot select"]
...LLVM/llvm38Nov2016/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
│858 /// Initialize the operands list of this with N operands.│
│859 void InitOperands(SDUse *Ops, const SDValue *Vals, unsigned N) {│
│860 for (unsigned i = 0; i != N; ++i) {│
│861 Ops[i].setUser(this);│
>│862 Ops[i].setInitial(Vals[i]);│
│863 }
Here N = 4 and the Ops are:
{Val = {Node = 0x6e5610, ResNo = 0}, User = 0x6e6940, Prev = 0x6e5640, Next = 0x0}
{Val = {Node = 0x0, ResNo = 0}, User = 0x6e6940, Prev = 0x0, Next = 0x0} <-- THIS IS
THE PROBLEM,...
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
hi Jan,
I've attached Yu-Chan's quota.h -- does this look familiar to
you? It is clearly not the quota.h from the XFS CVS as I had
originally thought. It may be the one from the XFS 1.1 CDs,
which is a Redhat-based, XFS-enabled distro, so would have an
earlier version of your VFS quota patches (via -ac kernel).
Either way, it doesn't really matter. We need to fix Samba,
and a