similar to: strange log entries

Displaying 20 results from an estimated 5000 matches similar to: "strange log entries"

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/
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hi, there is a suitable HowTo on how to create your own CA at: https://checkmk.com/de/blog/how-become-your-own-certificate-authority So long Thom Am 28.05.24 um 09:20 schrieb Matthias K?hne | Ellerhold Aktiengesellschaft via samba: > Hello Thomas, > > we've done the exact same thing: we have a few nextcloud instances bound > to Samba (now 4.20, but 4.19 worked too). >
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
2006 Jun 20
4
Prototype $A not defined
Hello, I apologize for posting prototype related email to this list, yet I have not seen any reference to email or list on the prototype web site and I know the author of that library is part of the rails development team so I am trying to reach him. Basically I have installed "FireBug" which is a javascript/html/css/dom debugger for firefox and since I plugged prototype.js and
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?
Hello, currently 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
2014 Dec 02
16
[Bug 86935] New: unknown kepler chipset
https://bugs.freedesktop.org/show_bug.cgi?id=86935 Bug ID: 86935 Summary: unknown kepler chipset Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org
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 screens. This also fails with .png output. jpeg ("test.jpeg")
2004 Aug 03
1
Using MASSv3's example from 8.7 in R?
Dear list! I am interested in learning about MLE and I wonder whether it is possible to use the examples for maximum likelihood estimation given in 8.7 in MASSv3 with 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
2008 Apr 01
2
Unknown internal error
Hello, I just found this message in our dovecot logfiles: "Disconnected: BUG: Unknown internal error" Should I worry about this ? There are no complaints yet (although it is not limited to one user). It seems to occur with different clients (Apple/MacOS mail, Windows/Thunderbird, Pine). We're running dovecot 1.0.10 on Solaris 10 with mboxes (NFS) and local index storage. There are
2003 Jan 31
1
svm regression in R
Hallo, I have a question concerning SVM regression in R. I intend to use SVMs for feature selection (and knowledge discovery). For this purpose I will need to extract the weights that are associated with my features. I understand from a previous thread on SVM classification, that predictive models can be derived from SVs, coefficiants and rhos, but it is unclear for me how to transfer this
2008 Jan 25
3
symbolic links to root node
Hello, I have a question about the way Dovecot limits file system access. Currently we're using Dovecot 1.0.5 (Solaris 10). In some cases users have a symbolic link like "z: -> /" in their mail directory. As a result there are log entries like Jan 25 13:30:31 imap1 dovecot: [ID 107833 mail.error] IMAP(xyz):
2020 Sep 09
2
[Bug 3212] New: Ability to add ssh certiicate to ssh agent to existing private key without rereading private key from filesystem
https://bugzilla.mindrot.org/show_bug.cgi?id=3212 Bug ID: 3212 Summary: Ability to add ssh certiicate to ssh agent to existing private key without rereading private key from filesystem Product: Portable OpenSSH Version: 8.2p1 Hardware: amd64 OS: Linux Status: NEW
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
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hello Thomas, we've done the exact same thing: we have a few nextcloud instances bound to Samba (now 4.20, but 4.19 worked too). You HAVE to use "ldaps://<FQDN>" in the "Host" field and "636" in the "Port" field. For the certificates issues: either you create a CA, create the samba certificates and add this CA to the trusted certificate
2019 Aug 26
3
CentOS 8 will be released soon?
Le 25/08/2019 ? 23:07, Stephen John Smoogen a ?crit?: > I have had several people explain to me that my comments were > out-of-place and out-of-turn. When I wrote them originally I thought I > was going from experience of previous releases and thought I was being > matter of fact. In rereading I realized I was crass and grumpy. My > un-reserved apologies for that. I should have
2010 Jan 13
1
[LLVMdev] Make LoopBase inherit from "RegionBase"?
On 01/13/10 00:56, Jan Sjodin wrote: > Why not use the "standard" algorithm for detecting SESE-regions and building a program structure tree? > It should handle everything you want. It also becomes much simpler to specify a connected SESE-region > by entry/exit edges, while a disconnected region is specified by entry/exit blocks. Only defining regions on > blocks is not
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
2005 Feb 28
5
Too many open files, etc.
Hello, a few days ago I switched out UW-server installation to dovecot 0.99.14 (Solaris 9). There were a few client issues, but mostly the migration was ok. But I have still some questions/problems: +) dovecot-auth: ... PAM: pipe() failed: Too many open files I increased the max. number of open files. Is this normal behaviour, that more than 512 open files are needed ? +) we're using mbox
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