Displaying 20 results from an estimated 52 matches for "xyzzy".
2012 Oct 21
1
Configuring Dovecot & Snarf plugin for the first time
...ich is probably because its not configured properly).
The system is Fedora 16 (x86_64), the MTA is Exim, and Dovecot is 2.0.21
(version supplied with Fedora). I know I'm making a newbie mistake.
Any guidance would be appreciated.
Thanks, Jeff
dovecot -n provides the following:
[root at xyzzy conf.d]# more /tmp/dovecot.changes
# 2.0.21: /etc/dovecot/dovecot.conf
# OS: Linux 3.4.11-1.fc16.x86_64 x86_64 Fedora release 16 (Verne)
mail_debug = yes
mail_location = mbox:~/mail:INBOX=~/mbox
mail_plugins = " zlib"
mbox_write_locks = fcntl
namespace default {
inbox = yes
location...
2012 Oct 24
1
Snarf plugin
...og_events = delete undelete expunge copy mailbox_delete
mailbox_rename
mbox_snarf = ~/mbox
snarf = /snarf/INBOX
}
service imap-login {
inet_listener imap {
address = localhost
}
}
service pop3-login {
inet_listener pop3 {
address = localhost
}
}
ssl_cert = </etc/pki/tls/certs/XYZZY.pem
ssl_key = </etc/pki/tls/certs/XYZZY.pem
userdb {
driver = passwd
}
protocol imap {
mail_plugins = snarf zlib imap_zlib
}
syslog:
Oct 24 13:33:27 xyzzy dovecot: master: Warning: SIGHUP received -
reloading configuration
Oct 24 13:33:27 xyzzy dovecot: imap: Server shutting down. in=277...
2017 Aug 15
1
namespace configuration error
I've got a few errors I'm trying to track down, probably all related...
Aug 15 14:03:14 xyzzy dovecot: imap-login: Login: user=<jeff>,
method=PLAIN, rip=100.8.22.62, lip=132.238.254.34, mpid=4803, TLS,
session=<fLvfl85WntFkCBY+>
Aug 15 14:03:14 xyzzy dovecot: imap(jeff): Error: namespace configuration
error: Duplicate namespace prefix: ""
Aug 15 14:03:14 xyzzy dovecot:...
2007 Nov 29
2
Using existing extensions.conf macros, and co-habitation
...,s,1) ; If they press #, return to start
exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
exten => a,1,VoicemailMain(${ARG1})
The issue is that I have, per "virtual pbx" (i.e. home or business), two contexts
that these get used from. The "internal-xyzzy" and "incoming-xyzzy" contexts (one
for each pbx, ie. "xyzzy" is "home" or else it's "office").
I was wondering if there wasn't a more flexible solution to this issue, than
hard-coding a "Goto(default,s,1)" into them (I have no default...
2005 Apr 19
1
[LLVMdev] Unwind example
...ode:
%str_sp = internal constant [9 x sbyte] c"SP = %i\0A\00" ; <[9 x
sbyte]*> [#uses=1]
%str_msg = internal constant [15 x sbyte] c"Bottom'd Out!\0A\00"
implementation ; Functions:
declare int %printf(sbyte*, ...)
internal void %stack_check() {
entry:
%xyzzy = alloca int ; <int*> [#uses=1]
%spcheck.0 = cast int* %xyzzy to int
%spcheck.1 = setlt int %spcheck.0, -1080000000
br bool %spcheck.1, label %the_return, label %endif
endif:
%tmp.0 = getelementptr [9 x sbyte]* %str_sp, int 0, int 0
%tmp.1 = call int (sb...
1998 Jun 10
1
Security/authentication flaw(s) found (PR#7625)
...rectory once they have supplied a valid password! They only need
> to enter their own password. I have not found *any* method that I can
> use to configure samba to enforce that only a user may map their own
> home directory.
> ......
> Problem #1 (with above config):
>
> User xyzzy can map his home directory. Once mapped user xyzzy can also map
> *anyone* elses home directory!
> ....
> Any help would be greatfully apprectiated. I have tried everything I
> can and the above described problems do seem like pretty serious
> security flaws.
This is not a security...
2011 Oct 23
2
ssd quandry
...C
physicaldrive 1I:1:23
Port: 1I
Box: 1
Bay: 23
Status: OK
Drive Type: Data Drive
Interface Type: Solid State SAS
Size: 100 GB
Firmware Revision: 1234
Serial Number: 999999999999999999
Model: XYZZY M2011
Current Temperature (C): 30
Maximum Temperature (C): 37
SSD Smart Trip Wearout: Not Supported
PHY Count: 2
PHY Transfer Rate: 6.0GBPS, Unknown
physicaldrive 1I:1:24
Port: 1I
Box: 1
Bay: 24
Status...
2012 Jan 08
1
hooks not working on Ubuntu
...g_Connections
So I've created the hook script but it seems like libvirt is not calling it upon the start of the VM.
I've put this into the hook script:
date >> /tmp/libvirt-hook-debug
but the file was never created.
Also I put this in the script:
echo "Could not find required XYZZY" >&2
exit 1
(just to make sure)
This should show up in the libvirt log, but it's not there.
I think it is safe to say, that this script is never called.
I am using Ubuntu 11.10 and I know about the apparmor.d bug (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/891472) so...
2014 Jul 24
0
[PATCH 1/1] fix regress/multiplex.sh
...\
|| fail "connect to remote forwarded path failed"
${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $OBJ/unix-1.fwd:localhost:$PORT otherhost \
|| fail "cancel remote forward failed"
-N=$(echo "" | $NC -U $OBJ/unix-1.fwd 2>&1 | wc -l)
N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l)
+test ${N} -eq 0 || fail "remote forward path still listening"
rm -f $OBJ/unix-1.fwd
verbose "test $tid: cmd exit"
--
2.0.2
2007 Sep 04
2
backgroundrb install issue
...to start ''er up I get:
$ ./script/backgroundrb start
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- daemons (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from /home/xyzzy/public_html/site/vendor/plugins/backgroundrb/server/lib/backgroundrb_server.rb:2
from ./script/backgroundrb:27:in `require''
from ./script/backgroundrb:27
this line says
require ''backgroundrb_server''
What is wrong and how do I get that into the path?...
2014 Apr 06
3
Changing dnsmasq DNS settings for virtual machines
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
maybe this is an old fart, but I cant get it to work.
I am running libvirt on a laptop, where a dnsmasq is already running
to delegate dns info for my local (not-public) network. My resolv.conf
(on the host) lists the system-dnsmasq as first server.
I had to set the listen-adress for the system-dnsmasq to 127.0.0.1 and
set
2004 Aug 17
5
Bug in colnames of data.frames?
Hi,
I am using R 1.9.1 on on i686 PC with SuSE Linux 9.0.
I have a data.frame, e.g.:
> myData <- data.frame( var1 = c( 1:4 ), var2 = c (5:8 ) )
If I add a new column by
> myData$var3 <- myData[ , "var1" ] + myData[ , "var2" ]
everything is fine, but if I omit the commas:
> myData$var4 <- myData[ "var1" ] + myData[ "var2" ]
the name
2014 Apr 10
0
Re: Changing dnsmasq DNS settings for virtual machines
...requests that they can't
resolve themselves to the dns server listed in /etc/resolv.conf, so it
should already be doing what you want.
There was a bug in libvirt for quite awhile that caused
locally-unresolved requests for hostnames in the domain given by the
network's <domain name='xyzzy'/> element to be dropped rather than
forwarded. Is that possibly the cause of your problems?
Alternately, since 1.1.3 you can tell dnsmasq to forward to a specific
address rather than the one listed in /etc/resolv.conf with the
<forwarder> subelement of the <dns> element in the...
2005 Jun 16
1
Cisco 7960 (SIP) with Asterisk: how to get # to work during a call
...ce our PBX at work and have Cisco
7960 phones (SIP 7.4) running with Asterisk 1.0.7.
How to I get Asterisk to recognise the '#' being pressed during a call?
In sip.conf I have entries likle this:
[2001]
type=friend
context=local-phone
auth=md5
username=2001
secret=xyzzy
callerid=Jack Tubby <2001>
host=dynamic
nat=no
canreinvite=no
dtmfmode=rfc2833
incominglimit=2
mailbox=2001@default
disallow=all
allow=alaw
allow=ulaw
callgroup=2
pickupgroup=2
and in the SIPDefault.cnf for the phones I have:
# Inband DTMF...
2002 Jun 27
5
[Bug 306] ssh on Tru64 returns " Name does not resolv to supplied parameters"
http://bugzilla.mindrot.org/show_bug.cgi?id=306
------- Additional Comments From cmadams at hiwaay.net 2002-06-28 00:31 -------
I'm not seeing this on Tru64 4.0G or 5.1A with OpenSSH 3.4p1. What does
"rsh [server]" say? Are you using IPv6?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Mar 31
1
dovecot 2.1 breaks FTS + pre-auth?
...nf: ssl enabled, but ssl_cert not set
Full text search used to work just fine with this configuration, and
still does on a machine I have running dovecot 2.0.13. However, on
the machine with 2.1, I get errors about /var/run/dovecot/index not
existing.
$ printf "a select INBOX\nb search text xyzzy\nc logout\n" \
| /usr/lib/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN...
2014 Apr 10
2
Re: Changing dnsmasq DNS settings for virtual machines
...AGE-----
Hash: SHA1
On 10.04.2014 13:08 Laine Stump wrote:
> On 04/06/2014 08:33 AM, Johannes Kastl wrote:
>> There was a bug in libvirt for quite awhile that caused
>> locally-unresolved requests for hostnames in the domain given by
>> the network's <domain name='xyzzy'/> element to be dropped rather
>> than forwarded. Is that possibly the cause of your problems?
Maybe...
>> Alternately, since 1.1.3 you can tell dnsmasq to forward to a
>> specific address rather than the one listed in /etc/resolv.conf
>> with the <forwarder>...
2018 Aug 17
2
dovecot and postfix, help?
Hi all,
First a disclaimer. I have played with linux off and on for years, but
this is my first time trying to run a server completely on my own from
start to finish, well it's on a vps, but still. I'm pretty techie, but a
lot of this stuff is new to me, so I apologize for any *duh!* questions.
That said, I've so far installed dovecot, postfix, wordpress, and
related programs
2015 Mar 30
2
db2 is running out of shared memory
...g db2 version 10.5.5.
The error occurs while restoring a backup taken on another server to the test
server in question. Worse than that, it occurs when restoring a second
database after the first restore works OK.
The error message we are getting is this:
On the 9.7 system:
RESTORE DATABASE XYZZY USER db2inst9 using
FROM '/db2home/restore1' INTO XYZZZ REPLACE
EXISTING WITHOUT ROLLING FORWARD WITHOUT PROMPTING
SQL1084C Shared memory segments cannot be allocated. SQLSTATE=57019
On the 10.5 system:
RESTORE DATABASE XYZZY USER db2inst9 using
FROM '/db2hom...
2017 Mar 12
2
USB card reader causing qemu-kvm SEGV's
...t now I?m thinking that was a mistake, since this has gone from being ultra-reliable to being a hazard.
Is there a workaround? Would I be better off plugging the USB 3.0 card-reader into a USB 2.0 hub and settling for slower throughput? but not crashing?
Below, for instance, I was doing a ?dd if=xyzzy of=/dev/sda bs=1M? where /dev/sda is the device assigned to the USB card storage device.
Thanks,
-Philip
URL for ABRT report: https://da.gd/emJO