similar to: Newbie: LDA Isn't Logging

Displaying 20 results from an estimated 400 matches similar to: "Newbie: LDA Isn't Logging"

2011 Nov 05
1
Newbie Question/Feature Request
Hi, I'm working on a plugin for qpsmtpd (a perl smtp frontend) that delivers mail via dovecot's LDA. I can only get mail delivered by writing the email to file, then calling 'deliver -d someone -f someone-else < /path/to/temp/email' All good, expected behavior. A perl snippet: local $/=undef; open FH, "< ./demo.mail"; my $stringified = <FH>; # this is
2011 Jan 19
2
domain stripping
Hi, using dovecot 2.0 and I'm using a couple of user DBs, sql/prefetch and pam. Currently if the user logins with username at domain it authenticates off the sql DB and works fine. If the user logins with username with no @domain it fails on the sql lookup and succeeds on the pam user DB. However I was wondering if I can have another sql DB lookup that says when the user logins and fails
2012 Jan 07
3
Support 56kHz to 19.2kHz gain analysis
Copy additional filter values from Foobar2000 as found in <http://code.google.com/p/sirens2/source/browse/trunk/libwavpack-4.32.psp/wvgain.c?r=32> to allow metaflac to perform gain analysis on high sample rate audio. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120107/018c821b/attachment-0001.htm
2020 Sep 30
4
Logitech C922 webcam
On 09/29/2020 09:09 PM, John Pierce wrote: > do other USB 3 (XHCI) devices work on this system ? > > On Tue, Sep 29, 2020 at 5:27 PM H <agents at meddatainc.com> wrote: > >> On 09/29/2020 02:11 PM, Bruce Ferrell wrote: >>> Try >>> >>> lsusb -v >>> >>> and >>> >>> sudo dmesg >>> >>> ... Be
2008 Jun 18
5
Forbidden: You don't have permission to access /phpMyAdmin/ on this server.
Environment: - CentOS 5.1, - Apache 2.2.3 - php 5.1.6 - phpMyAdmin 2.11.6 - MySQL 5.0.22 Brand new system, brand new installation of all the above products. All looks well, but when I try to connect to phpMyAdmin, I get an error: "Forbidden: You don't have permission to access /phpMyAdmin/ on this server". I'll forgo all the paths I followed trying to get this to work and cut
2020 Sep 30
2
Logitech C922 webcam
On 09/29/2020 02:11 PM, Bruce Ferrell wrote: > Try > > lsusb -v > > and > > sudo dmesg > > ... Be aware, systemd deals with udev and it may be malfunctioning > > > On 9/29/2020 10:30 AM, H wrote: >> Just installed the above USB webcam but it is not recognized by dmesg | grep usb, nor does Zoom recognize it. I was under the understanding it should not
2012 Jan 07
2
Comments regarding xen-api_1.3-14_amd64.changes
Hi, it seems python files in python-xenapi package aren't byte-compiled properly. You may want to refine dh_python2 call to fix that. Cheers, Luca
2004 Sep 24
3
Arrggg Samba is not behaving
Dear all, A while ago I posted a message regading the way Samba is behaving and some problems that I was facing with Windows "loosing" the connection with the server... Here is another sample of what my /var/log/messages still looks like: Sep 19 15:08:01 Srv smbd-classic[3499]: [2004/09/19 15:08:01, 0] lib/util_sock.c:read_data(436) Sep 19 15:08:01 Srv smbd-classic[3499]:
2011 Oct 27
2
PXELINUX LOCALBOOT 0 hang on Dell Optiplex 990
I have been using PXELINUX, with "LOCALBOOT 0" when wanting to boot from disk, for many years. Now on new Dell Optiplex 990 machines, PXE boot with "LOCALBOOT 0" hangs after message Booting from local disk... without the expected "Exiting PXE" message. I tried "LOCALBOOT -1" and some other values also, none seemed to work. I tested SYSLINUX 4.04.
2020 Sep 30
2
Logitech C922 webcam
On 09/29/2020 10:01 PM, Bruce Ferrell wrote: > On 9/29/20 6:50 PM, H wrote: >> On 09/29/2020 09:09 PM, John Pierce wrote: >>> do other USB 3 (XHCI) devices work on this system ? >>> >>> On Tue, Sep 29, 2020 at 5:27 PM H <agents at meddatainc.com> wrote: >>> >>>> On 09/29/2020 02:11 PM, Bruce Ferrell wrote: >>>>> Try
2012 Jan 08
1
tinc Digest, Vol 87, Issue 3
actually at the moment the setup is like this , it has the same ip address , both lan and tinc , but iax doesn't work at all , moreover , i want to be able to make an IAX trunk to the rest of the machines from different networks together . what happens is that , asterisk says that the request is sent , but nothing will be received . if you want i can try to make a tcpdump tomorrow , and send
2013 Jul 16
4
exhaustive-model-search issue results in multi-gigabyte FLAC file
On 16/07/13 8:10 PM, Erik de Castro Lopo wrote: > Leigh Dyer wrote: > >> Certainly -- I've uploaded the analysis files for both the -6 and -7 >> encodes, in case you wanted to compare: >> >> http://wootangent.net/~lsd/blah/6.ana >> http://wootangent.net/~lsd/blah/7.ana >> >> The encode seems to proceed normally until 59% of the way through the
2020 Sep 29
8
Logitech C922 webcam
Just installed the above USB webcam but it is not recognized by dmesg | grep usb, nor does Zoom recognize it. I was under the understanding it should not require a driver, or? I am running CentOS 7. Thanks.
2008 Oct 18
3
OT: Polycom IP330 user problem
I recently sent this email to a user in response to a problem report of phone calls going to voicemail without the phone ringing. I'm wondering if I've covered all bases, or whether there is some logical explanation I haven't considered, and generally what others' opinions/experiences are that relate. This is an Asterisk system, of course. ------- I looked at the server logs
2011 Dec 18
1
Why do non-lvds monitors default to dithering these days?
In the past we assumed that external displays did their own dithering if needed. GPU based dithering is only needed for laptop displays if i had to guess. I was almost thinking my monitor was malfunctioning because of strange barely visible flickering. Now it *seems* as if dithering was the problem, although time will have to tell, because it's subtle to see these effects. Ofcource i can try
2012 Nov 05
2
[LLVMdev] LLVM Value relationship with metadata
Hello All, Would anybody explain why there is not direct connection between llvm::Value and metadata nodes. If llvm::Value hold pointer to its MDNode would it cause any malfunctioning? Thanks in advance, Arsen -- View this message in context: http://llvm.1065342.n5.nabble.com/LLVM-Value-relationship-with-metadata-tp50737.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2014 Jul 12
2
If local Dovecot stops working, check lo
Hi all, You probably know this already, but just in case... Let's say you have your email client getting mail from a Dovecot server on the same computer (which is a really good way of doing things, by the way). Then one day your email client starts saying "connection refused" after a suitably long timeout. So then, to find out where things are getting stuck, you do the following
2006 Sep 18
1
Cannot read from the source file or disk
Hi everybody, I'm very glad to meet you. Congratulations to Samba staff, for them open source software is well known as high quality product. I've got a problem now, since I changed of server. First of all, my old server HP ML330 G3 suffered a little problem, and was replaced by an HP ML150 G2. The older server had RedHat 9 installed with Samba 3.22. This server runs Fedora Core 5 and
2009 Jan 02
2
net getlocalsid: is this a bug?
I noticed the following: Suppose that we have a server called "SMALLSERVER" working as a PDC for "SMALLDOMAIN**". When I enter "net getlocalsid" I get the following output: SID for domain SMALLSERVER is: S-1-5-21-xxxxxxxxx-xxxxxxxxx-xxxxxxxxx But when I enter "net getdomainsid" I get: SID for local machine SMALLSERVER is:
2009 Apr 22
1
lmer() function
I'm trying to estimate a two-tier model with varying intercepts and slopes across 20 groups, with each group having about 50 observations and with no group predictor. I use the command lmer(y~x+(1+x | group)). But the result is a constant intercept (zero standard deviation, all 20 intercept values are the same). I'm puzzled; am I setting up my model wrong, or is the algorithm