Displaying 20 results from an estimated 25 matches for "wout".
Did you mean:
out
2003 Jun 24
3
Password protection
...rivial to get it to work with PXE. But their implementation is very
nice.
Basically, the main concern is not allowing regular users to change the
boot parameters. Especially init=/bin/bash comes to mind :*).
Under grub, you can type an md5 hash of the password in the configuration
file.
Thanks,
Wout.
2003 Nov 28
1
Auto-compress mode for ssh
...re about cpu usage and lag, but just
about the speed of transfer.
The way I see it working is that when running uncompressed, ssh turns on
compression every once in a while and sees if this results in higher
throughput, turning on compression permanently if so. And the other way
round of course.
Wout.
PS: Can you please copy me on replies? I'm not subscribed.
2007 Jun 22
2
RFE: idle timeout/auto-daemonize combo
...as a generic SSH wrapper.
So my first RFE is an option for idle timeout, closing the
connection when no traffic has passed through for a while.
My second RFE is to make the script unnecessary, having an
option to automatically create a daemonized master on first
connect.
Thoughts?
Many thanks,
Wout.
2008 May 22
1
bug in R 2.7.0 (PR#11497)
In the latest version R2.7.0 the following command does not work anymore:
x <- eval(parse(prompt = paste("give value for x > ")))
It does give the pompt, but the object x is not created.
We think this is due to a bug in the function parse.
best regards,
Wout Slob
____________________________________________________________________________
DISCLAIMER: http://www.rivm.nl/disclaimer.htm\ ...{{dro...{{dropped:3}}
2005 Dec 01
4
values in between
Hey there
I have two vectors:
y<- c(0.4, 0.0, 0.2, -0.2, -0.6, 0.2, 0.0, 0.0, 0.4, 0.4, 0.2)
In the vector y, I want to access (in the order given) all of the values in
between each of the specific values of given.
I understand subsetting with y[i], but how do I get to ssomewhere in
between -0.6 and 0.2?
Thanks
Eric Jennings
matheric at myuw.net
2014 Sep 12
2
win_utf8_io, print_console and uint32_t
...laration:
its 3rd argument have type 'uint32_t' which is defined in share/compat.h.
So share/win_utf8_io.h depends on share/compat.h which in turn
includes share/win_utf8_io.h. Not a problem but it's a bit ugly imho.
Actually, the 3rd argument of print_console() is always "wcslen(wout)",
and return type of wcslen() is size_t. So maybe it's better to change
the declaration of print_console() to this --
int print_console(FILE *stream, const wchar_t *text, size_t len);
It will also allow to remove
#include "share/compat.h"
line from win_utf8_io.c.
2003 Jun 04
1
Problem trying to chainload Intel pxe boot loader
...uot;kernel bstrap.0" statement, it fails.
The reason it fails is because it can't find the !PXE data area. I guess
it doesn't get the correct pointer or something along those lines.
Do you think it would be easy to preserve the structure and pass it on to
other pxe loaders?
Thanks!
Wout.
2002 Oct 29
5
error in Fields TPS function
...n to a
problem that I'm having with the Fields package. I am getting the error
message when I try and run the fields function tps (thin plate
splines). Namely, for two different sets of variables, I get:
> bout <- Tps( bvolcap, bdsm)
Error in svd(tempM) : error 159 in dsvdc
> wout <- Tps( wvolcap, wdsm)
Error in svd(tempM) : error 546 in dsvdc
Any help would be greatly appreciated.
Jason
_______________________________
Jason C. Bond, Ph.D.
Biostatistician, Associate Scientist
Public Health Institute
Alcohol Research Group
2000 Hearst Avenue
Berkeley, CA 94709
T...
2007 Jul 10
1
[Bug 1338] New: Idletimeout for both client and server
http://bugzilla.mindrot.org/show_bug.cgi?id=1338
Summary: Idletimeout for both client and server
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: wmertens at
2006 May 11
2
No fonts/characters in latest wine
With the latest Wine (0.9.12), I get no characters appearing in any
graphical program under Wine. I tried installing the latest fontforge
(20060413), and doing a "make clean && make depend && make", to no change.
I tried deleting all installed Wine files and installing the Wine RPM
from Sourceforge, with the same results.
This is under SuSE 9.3.
2006 Nov 01
0
No subject
From: Ward Wouts <ward at wizeazz.nl>
To: bugs at openbsd.org
Subject: problem with sftp
Date: Tue, 18 Mar 2003 10:26:03 +0100
Hello,
I'm seeing a problem with sftp where it's not possible to transfer files
with both 's and "s and spaces in the name. I think it's a problem with
the way...
2007 Jul 23
0
ControlPersist + IdleTimeout
...o just realized that I want the master connection to idle for 5
minutes, but wait forever when a client is connected. That means
setting the timeout to 0 when a client connects and resetting it to
the control_timeout when the last client leaves. Right?
Thanks for any comments and pointers,
Wout.
2010 Aug 20
0
Disabling remote commands, provide shell only
Hi all,
If you specify this perl script as a ForceCommand, users will not be able to run commands (or scp) remotely, only login.
Probably no-one will have a use for this but I thought I'd share because it shows how to run a shell as a login shell from a ForceCommand.
Wout.
#!/usr/bin/perl
use strict;
# Give the user a shell if that was their intention
if (exists $ENV{SSH_TTY} && not exists $ENV{SSH_ORIGINAL_COMMAND}) {
# Find out what their shell is
my @pw = getpwuid($<);
my $shell = $pw[8] || '/bin/sh';
# Run it as a login she...
2008 Oct 20
0
SERVICE CODES
Hi
I'm trying to get the status of an extension that has DND set using the
service code, or trying to disable the service codes altogether so that
I can do them in the dialplan if needed
any advice wout be appriciated
Thanks
Robb
2000 Jan 02
0
samba & dns
...hat enough network resources are
specified.")
If a connection had been established before named was started, then I could
access my share without problems. (???)
It probably is something really trivial, but I'm too much of a newbie to see
it. Please help.
>
> TIA.
>
> Greetz, Wout
>
>
>
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com
2000 Jan 03
1
SAMBA digest 2363
Date: Sun, 2 Jan 2000 18:55:12 +0100
From: "Wout de Jong" <woutdejong@yahoo.com>
To: <samba@samba.org>
Subject: samba & dns
Hello,
I encountered the following problem:
First I installed samba-server (1.9.18, supplied with Red Hat 5.2) and
everything worked fine. Then I added a DNS (named) at the same machine,
just
as a...
2006 May 19
11
tracking error to file
In my testing, I''ve found the following error:
zpool status -v
pool: local
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://www.sun.com/msg/ZFS-8000-8A
scrub: none requested
2007 Jun 24
2
IdleTimeout patch did not get in?
Doing a search in the list archives, I see that in 2001/2002 there was
a patch made available for IdleTimeout keyword, for example:
http://marc.info/?l=openssh-unix-dev&m=99838019319356&w=2
Looks like that patch did not make it in the following versions of
OpenSSH - is there a reason why - any chance of the patch getting
back in?
I do know about ClientInterval, but I think I need
2003 Dec 08
2
Asus A7V600 (3C940 1gb) + Oopsing kernel with PXELINUX
Hi!
We (an astronomical center) are building a small cluster for our
number-crunching. The problem is that we have 12 mobos A7V600 by Asus (for
athlons) - 1 server + 11 diskless nodes. And here comes the trouble...
hardware:
mobo: a7v600
net: 1 gigabit by 3com - 3c940, integrated in mobo
the problem is:
dhcp - works fine
tftp - works fine
pxelinux.0 - downloads fine (I hope)
linux kernel -
2007 Jul 05
36
[Bug 1330] New: RFE: 'ControlPersist' support -- automatically fork and leave ControlMaster behind as a dæmon
http://bugzilla.mindrot.org/show_bug.cgi?id=1330
Summary: RFE: 'ControlPersist' support -- automatically fork and
leave ControlMaster behind as a d?mon
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: