search for: koehler

Displaying 20 results from an estimated 78 matches for "koehler".

2006 Jun 20
4
Prototype $A not defined
...em about synchronisation between .js files. Is there a system in place to allow a script such as myscript.js to check for the state of loading of prototype.js to remove such race? Or maybe I am totally mislead by all this and there is an even more rationnal explanation to all this? -- Yannick Koehler
2018 Feb 21
2
how to build wmic
Andrew, Thanks very much. After sending my question, I discovered that the DCOM area was disabled in the build as of 8 years ago, so it became clear that this is not currently supported in any way. Steve Koehler On Wed, Feb 21, 2018 at 11:49 AM, Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2018-02-21 at 11:16 -0600, Stephen Koehler via samba wrote: > > I see that the Samba sources include the WMI client (wmic), but I have > not > > succeeded in getting the configure/ma...
2014 Dec 02
16
[Bug 86935] New: unknown kepler chipset
...t Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: sven.koehler at gmail.com QA Contact: xorg-team at lists.x.org With Linux 3.17.4, I get the following errors in dmesg: nouveau ![ DEVICE][0000:01:00.0] unknown Kepler chipset nouveau E[ DEVICE][0000:01:00.0] unknown chipset, 0xb06070b1 nouveau E[ DRM] failed to create 0x00000080, -22 nouveau: pr...
2018 Feb 21
2
how to build wmic
I see that the Samba sources include the WMI client (wmic), but I have not succeeded in getting the configure/make to build it. Does anyone know if this feature is supported in current (4.7.4) Samba, and, if so, how to build it? Steve Koehler
2006 Nov 10
1
Speed Optimization: Faster Way of Accessing data.frame in a Loop?
...rrently I am using code, which basically works like this: | | for (i in 1:20) { | for (j in 1:30) { | df[i, j, 20] <- df[i,j,27] + df[i,j,30] | } | } df is: `data.frame: 360 obs. of 30 variables' Do you have any ideas whether I could get this code any faster? Regards, Sven C. Koehler
2003 Feb 26
1
strange log entries
...on fault) Trying to re-execute in 5 seconds... Got another fatal signal 11 (Segmentation fault): not restarting. ------------ the vpn works thought the "ressource temp" mesage some system infos: we use debian woody with tinc1.0pre7 with 2.4.18 thanks for help kai -- Regards, -- Kai Koehler kai.koehler@trans4mation.de Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
2003 Sep 24
10
SIP / GrandStream Configuration
Hi there! I installed the BudgetTone (GrandStream) on my LAN without any problems. Then, I moved it to another location using a D-Link NAT. I opened 5060 (SIP) and 5000 to 5008 for RTP. I also fixed the IP address of the BudgetTone. When I receive a call on my Asterisk, it would ring my FXS as before. However, after I pick up, it hangs within a few seconds (Hungup Zap1-1 in the log). The
2003 Dec 30
2
split.screen problem with jpeg/png device (PR#6223)
Full_Name: Steve Koehler Version: 1.8.1 OS: Solaris and Windows Submission from: (NULL) (192.55.214.50) In the following program, if output is sent to X11, you get all four graphs, but if output is sent to .jpeg, you only get the C and D graphs. A workaround is to do all the screen splitting at the top, before using any...
2009 Nov 09
2
Override Quota with post-login scripting problem
Hi everyone, I do have the following dovecot-setup: Passdb: PAM (Winbind-auth and pam_mkhomedir-session) Userdb: passwd (NSS-winbind) This validates/creates my users with aid of my running ActiveDirectory. Now the problem: My global quota policy works fine, but I need to override them for some users. I was sucessful within IMAP itself. I use post-login scripting for that. The mail-clients
2009 Mar 11
3
2.6.28.7 domU oops: invalid opcode 0000
Hi, below is the output of the kernel just before it goes down and crashes. I have to use "xm destroy" to kill it. I have tried the enable/disable the "Optimize for Size" setting in the kernel. I hopes that it''s some kind of compiler bug because of the "invalid opcode" thing. But actually I don''t a clue what this might be caused by. Do you
2017 Oct 12
2
Solr 7
Hi Jose, Am 11.10.2017 um 13:13 schrieb Jose Celestino: >> Before I go down the route of upgrading our main Solr instance from 6 to 7, >> just checking if anyone is using Solr 7 with Dovecot. > SOLR 7 works ok with dovecot. We did not upgrade but indexed from scratch with > 7.0.0. > > From our experience: > > Make sure that you set the default queryResponseWriter to
2018 Feb 21
1
how to build wmic
Thanks for the pointer. I will take a look. Steve Koehler On Wed, Feb 21, 2018 at 2:44 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2018-02-21 at 14:05 -0600, Stephen Koehler wrote: > > Andrew, > > > > Thanks very much. After sending my question, I discovered that the DCOM > area was disabled in the build a...
2008 Apr 01
2
Unknown internal error
...e running dovecot 1.0.10 on Solaris 10 with mboxes (NFS) and local index storage. There are no such messages before the upgrade (from version 1.0.5). Regards. Martin --------------------------------------------------------------- Martin Preen, Universit?t Freiburg, Institut f?r Informatik Georges-Koehler-Allee 52, Raum 00-006, 79110 Freiburg, Germany phone: ++49 761 203-8250 preen at informatik.uni-freiburg.de fax: ++49 761 203-8242 www.informatik.uni-freiburg.de
2003 Jan 31
1
svm regression in R
...s can be derived from SVs, coefficiants and rhos, but it is unclear for me how to transfer this information to the regression problem. Can anyone help in this respect (I am *not* an SVM expert)? Thanks, Christoph -- :: christoph helma :: computational toxicologist :: university freiburg :: georges koehler allee 079, d-79110 freiburg/br :: phone ++49-761-203-8013, fax -8007 :: helma at informatik.uni-freiburg.de :: http://www.informatik.uni-freiburg.de/~helma/
2004 Aug 03
1
Using MASSv3's example from 8.7 in R?
...R? AFAIU R does not have a direct replacement for S-PLUS's ms() which the examples use for the fitting, but optim() may be of help for me. However, I am not sure how I can convert the use of ms() using optim()--is there an explanation how to do this somewhere? Thanks. Best wishes, Sven C. Koehler ========================================================================= Example from MASSv3 8.7 ========================================================================= library(MASS) data(geyser) attach(geyser) truehist(waiting, xlim=c(35,110), ymax=0.04, h=5) width.SJ(waiting) wait.dns <-...
2007 Jul 20
1
Which IP Phones will work with non-Asterisk PBX systems too?
Hi everybody, One of my customers wants to buy IP Phones and Asterisk solution, but his requirement is if he'll not be happy with Asterisk, his phones should be able to work with other IP PBX systems as well, so that he doesn't have to buy new phones again. After all IP Phones is the main investment. He'll most probably go with Nortel IP PBX system if he'll be not satisfied with
2000 May 22
0
bug with automatic added users ?
...n in the next session the former created account can be used. What's the matter ? I think, after create a user, Samba must again have a lock to /etc/passwd and I think, that this yet iss'n so. Can annyone tell me, if this is a bug from me or from Samba ? Regards Juergen -- Juergen Koehler -------------------------------------------------------------- allplan Gesellschaft fuer Planung und Beratung im Ingenieurbau Netzwerkabteilung Boeheimstrasse 8 86153 Augsburg / Germany Tel.: +49 (821) 5582-184 Fax.: +49 (821) 5582-159 mailto:koehler.allplan@walter-bau.de -------------------------...
2004 Jan 12
2
Roadwarriors behind unknown firewalls
Hello, is it possible to run tinc behind an unknown firewall(simple NAT) e.g. on windows clients to join an tinc network? These firewalls are not maintained by me and not possible to modify. Thanks for help Kai Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
2003 Dec 17
2
Easiest way to get the mean of a row of a data.frame?
Dear r-helpers! I am kind of new to R. I would like to calculate the mean of the numbers of this expression: data(USArrests) USArrests[row.names(M) == "Alabama",] class() tells me it's a ``data.frame,'' what I actually desire is to get all numbers of a row as a vector or a list to let mean() calculate the mean of the whole row. (I know this doesn't make sense
2005 Feb 27
5
Finding Equal Elements in Vectors
Hello! I have two vectors and want to know how many of their elements are equal - what's the best way to do this in R? Best regards, Sven