Displaying 20 results from an estimated 612 matches for "dieses".
Did you mean:
diese
2001 Nov 05
3
OpenSSH 2.3
Dear Gentlemen:
a couple of months ago we ported OpenSSH 2.3 to an IBM OS/390 Mainframe machine: It ran very well until we tried to connect to an SSH server using SSH2 protocol. On the OS/390 (which is the client) it comes up with the following error messages:
>ssh -v -2 somehost
.
.
.
debug: bits set: 504/1024
debug: len 55 datafellows 0
debug:
2016 Oct 21
2
PAM Radius login for locally unknown user
Dear Sirs,
I?m writting a pam module for Radius authentication, which should allow a
remote login via ssh on a Linux machine with an openssh server.
In particular, the user which is configured at the remote Radius server is
not present on the local user database of the Linux machine.
Unfortunatly, openssh will not allow to start a PAM user authentication if
cannot find the user login in the
2016 Jul 25
4
No luck contacting Chris Lattner re commit access
Hi all,
As per the instructions here
<http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access>, I
contacted Chris Lattner to obtain commit access but haven't received a
response (either positive or negative). What's the expected turnaround time
for this (I contacted him five days ago)? In case he's currently
unavailable, is there someone else I could contact?
Thanks,
2011 Mar 11
2
Using missing() in a S4 method with extra arguments
Hi all,
I have a function which makes use of missing() to determine which
arguments are provided in the call - basically, there are two sets of
arguments that map to different strategies the function uses to fulfill
its task. After conversion to an S4 generic I've run into the problem
that if a method uses extra arguments that are not in the signature of
the generic, usage of missing()
2006 Feb 15
2
aggregate data.frame using column-specific functions
Dear Colleagues,
does anybody know how to aggregate a data.frame using different functions for different columns?
Sincerely
___________________
Markus Preisetanz
Consultant
Client Vela GmbH
Albert-Roßhaupter-Str. 32
81369 München
fon: +49 (0) 89 742 17-113
fax: +49 (0) 89 742 17-150
mailto:markus.preisetanz@clientvela.com
2007 Jan 29
1
parsing extensions
Hi all,
is where a possibility for simply parsing and changing variables for bad
characters ?
eg. removing a '/' from a number dialed by a manager-connected application
changing 123/4567890 to 1234567890
via bash you could simply use 'echo ${exten/\//}' but i couldn't find a
working solution for the asterisk-extensions.conf
best regards
Dirk Rieger
Diese E-Mail und
2006 Feb 16
1
scatterplot3d: how to show scatterpoints in 2D-space with color as 3rd dimension?
Dear Colleagues:
I have 3 numeric variables (say x, y, z) in a data.frame and want to draw a 2D-scatterplot with the 3rd dimension as color, if possible without having to convert the whole thing to an appropiate matrix for image() manually.
Can e.g. scatterplot3d do something like this? There's a function xyz.convert, but I couldn't find the way to use it properly.
Sincerly,
2005 Mar 29
2
Using Lotus Domino LDAP as Samba Backend
Hello,
can I use the Lotus Domino LDAP Server as backend for Samba?
Has anyone tried this, or some experiences in that?
Mit freundlichen Gr?ssen / Kind regards
Norman Trapp
System Management
objective partner GmbH
Bergstrasse 45
D-69469 Weinheim
Tel. +49 (0)6201 3986 24
Fax. +49 (0)6201 3986 12
_______________________________________________
objective partner - keep IT in e.motion
Diese
2010 May 11
1
Problems accessing samba 3.5.7 from Windows 2008
Hi folks,
i've set up a samba 3.5.7 as a ADS Memberserver (W2K3). Accessing this server from xp, vista or server 2003 is no problem.
trying to access it from windows 2008 results in "network path not found" or generic network error.
Last entries in logfile:
[2010/05/11 12:48:01.055041, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/05/11
2005 May 17
1
callgroup and callwaiting for IAX clients
Hi Gurus.
I searched the lists, wiki and the rest of the web but I still do not
understand this.
My Setup is as follows:
[ISDN via chan_capi or IAX2 DiD Provider] => [* PBX] => [IAX2 Clients
(Atcom AT-320ED)]
I want to get callgroup/pickupgroup and callwaiting working on the IAX
phones. Some web sources told me that this was not implemented, others
say that the phone has to handle
2006 Feb 14
2
AID / Tree Analysis in R
Dear Colleagues,
I've been looking for a function that can perform a tree analysis, similar to CHAID or QUEST. The key point is that in this case the variables are not binary but nominal (10 different values), so "tree" (from the tree package) won't work. Does anybody know help?
Sincerely,
___________________
Markus Preisetanz
Consultant
Client Vela GmbH
2011 Feb 21
1
Problem with documentation of user-defined operator (S4 method)
Dear list members,
I have defined a binary operator %append% with methods for some S4
classes. In my documentation file, I want to list the methods explicitly
by using e.g.:
\S4method{\%append\%}{RecLinkData,RecLinkData}(x, y)
In the HTML documentation this comes out right as
## S4 method for signature 'RecLinkResult,RecLinkResult'
x %append% y
, but R CMD check
2009 Nov 02
1
Lattice: Saving Plots with Legend
...irtschaft und Technik Ges.m.b.H.
University of Applied Sciences Wiener Neustadt for Business and Engineering Ltd., Austria
Johannes Gutenberg-Stra?e 3
2700 Wiener Neustadt
Austria, Europe
ATU: 37772406
Firmenbuchnummer: 77005v
Firmenbuchgericht: Landesgericht Wiener Neustadt
DVR: 0798771
Der Inhalt dieses E-Mails ist ausschliesslich fuer den bezeichneten Adressaten bestimmt. Jede Form der Kenntnisnahme, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieses E-Mails durch unberechtigte Dritte ist unzulaessig. Wir bitten Sie, sich mit dem Absender des E-Mails in Verbindung zu setzen,...
2006 Feb 13
1
Adding dimnames to image()
Dear Colleagues,
does anybody know how to add dimnames to an image. Right now I'm using
image(as.matrix(df3), col=brewer.pal(9,"Blues"))
where df3 is a data.frame.
dimnames(as.matrix(df3)) delivers
[[1]]
[1] "RFM_A1" "RFM_A2" "RFM_A4" "RFM_A5" "RFM_A7" "RFM_B3" "RFM_B6" "RFM_B7"
2008 Jun 26
2
Missing NSPluginWrapper.in ReleaseNotes for 5.2
Hello,
I just searched the wiki for info about NSPluginWrapper. It's a plugin
for Firefox which creates a kind of bridge between i386-plugins and a
x86_64 browser. That aside...
Well, looking for the string "NSPluginWrapper" and doing a text-search,
the only hit is the Japanese version of the Release Notes!? I don't
understand any of the text, but I interpret that the
2006 Aug 07
4
CPU Usage with R 2.1.0 in Windows (and with R 2.3.1)
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20060807/7f387274/attachment.pl
2018 Jul 18
2
GlusterFS
Hi!
For the files that are in the share
Regards;
On 18-07-2018 18:09, Micha Ballmann wrote:
> You mean your Samba shares? For fure.
>
> Regards
>
> Am 18. Juli 2018 22:54:28 MESZ schrieb Carlos via samba
> <samba at lists.samba.org>:
>
> Hi!
>
> I would like to know if I can use GlusterFS to replicate the files in my
> samba domain member?
2014 Jul 30
1
Die Hütchen-Spiel Mafia wird das nicht gerne sehen. Diese Katze ist Profi!
http://heftig.co/katze-mit-huetchen/
2020 Aug 14
3
replicator: Panic: data stack: Out of memory
So nobody has any idea why this could happen?
Let me know if I should provide more Information
Thanks
Thomas Tsiakalakis
Team Applikationsbetrieb
GDV Dienstleistungs-GmbH
Tel: +49(40)33449-4318
Fax:
E-Mail: Thomas.Tsiakalakis at gdv-dl.de<mailto:Thomas.Tsiakalakis at gdv-dl.de>
GDV Dienstleistungs-GmbH
Glockengie?erwall 1
D-20095 Hamburg
www.gdv-dl.de<http://www.gdv-dl.de>
2003 Nov 04
3
AW: wbinfo error
Hi,
SuSE settings are set to german though.
But where to add these rows?
-----Urspr?ngliche Nachricht-----
Von: rruegner [mailto:robowarp@gmx.de]
Gesendet: Montag, 3. November 2003 17:34
An: Altrock, Jens; samba@lists.samba.org
Betreff: Re: [Samba] wbinfo error
Hi, to get to german umlauts and away from this failure message
add this and setup root use lang in suse
displaycharset = ISO8859-1