Displaying 8 results from an estimated 8 matches for "ebal".
2008 May 14
2
mysql index control allow nets
...1 and MySQL.
According to log files when a virtual user is connecting to dovecot,
the dovecot reads from MySQL the correct values but dovecot doesnt
create the dirs for INDEX, CONTROL and the allow_nets is bypasses.
- From my logs :
dovecot: May 14 20:56:23 Info: auth(default): master out: USER 12
ebalaskas at ebalaskas.gr uid=1002 gid=8
mail=maildir:/var/mail/ebalaskas.gr/ebalaskas
INDEX=/var/mail/.index/ebalaskas.gr/ebalaskas
CONTROL=/var/mail/.control/ebalaskas.gr/ebalaskas allow_nets=10.10.10.192
The connection is ok (i tested via telnet and webmail) but
my IP is : 10.10.10.102
and there isn...
2013 May 30
2
libguestfs-1.22.1 compilation error
...--disable-lua \
--disable-erlang \
--disable-php \
--disable-haskell \
--disable-ruby \
--without-java \
--with-default-backend=direct
error msg
make[2]: Entering directory
`/opt/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1'
perl /home/ebal/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1/podwrapper.pl
\
--section 1 \
--man guestfs-release-notes.1 \
--text guestfs-release-notes.txt \
--html ./html/guestfs-release-notes.1.html \
--license GPLv2+ \
guestfs-release-notes.pod
podwrapper.pl: wrote guestfs-release-notes.1
Wide...
2011 Dec 13
2
febootstrap error ?
...onds.
[ 1320.510069] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
The below commands
guestmount,
virt-*
either hangs or taking a gazillion time to finish (not correctly).
I've attached a file with two cases
In both cases, in tmp folder there are:
[ebal at mylaptop tmp]? tree libguestfsj5tGtJ/
libguestfsj5tGtJ/
??? guestfsd.sock
0 directories, 1 file
[ebal at mylaptop tmp]? tree libguestfsMRArh2
libguestfsMRArh2
??? guestfsd.sock
0 directories, 1 file
after the processes are hanged
libguestfs 1.14.7
febootstrap 3.12
qemu-kvm 1.0
augeas 0.10.0...
2008 Jan 14
3
Using deliver from Getmail?
Hello list,
a quick question: can I use Dovecot's LDA "deliver" as a destination in
Getmail? I.e.:
[destination]
type = MDA_external
path = /usr/local/libexec/dovecot/deliver
arguments = ("-d", "username",)
Or is deliver not supposed to be called this way?
What I'd like to do is use deliver in the same way I would have used procmail
ages ago. Getmail
2004 Apr 07
0
wbinfo and usernames with apostrophes - bug?
...uot;wbinfo" command doesn't
seem to cope with them very well. For example, "wbinfo -u" produces:
<snip>
DJEPSON
DJUDD
DKELLY
DKING
DLongKelly,DMALLETT,DMCKENNA,DMCKENZIE,DoGregory,DOSHEA,DPabari,DSANDHU,DSwain,DTribbeck,DUMMY1,DUMMY3,dummy3ad,DWateridge,DWELLMAN,EBAKEWELL,EBALL,EBALLARD,EBURGE,EBurnett,ECHOUDHURY,ECHRISTENSEN,ECLARKE,ECLOUDER,ECOADY,EDAFIMU,EDAVIES,EDean,EDixon,EDRAP
R
EDyer
EFRANK
EGIBSON
EGILL
EGladwin
EGOULD
<snip>
Hopefully the behaviour is pretty clear. "DLongKelly" is actually
"DLong'Kelly" and all the other username...
2013 May 30
0
Re: libguestfs-1.22.1 compilation error
On Thu, May 30, 2013 at 10:41:37AM +0300, Evaggelos Balaskas wrote:
> podwrapper.pl: wrote guestfs-release-notes.1
> Wide character in print at
> /home/ebal/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1/podwrapper.pl
> line 506.
> podwrapper.pl: wrote ./html/guestfs-release-notes.1.html
> This shouldn't happen at /usr/share/perl5/core_perl/Text/Wrap.pm line 84.
> make[2]: *** [stamp-guestfs-release-notes.pod] Error 25
It looks lik...
2012 Dec 16
1
read-write in LIBGUESTFS 1.20
How can i open a virtual disk in read-write mode ?
# guestmount --rw -d winxp -m /dev/sda1 /media/
# rm -f /media/pagefile.sys
rm: cannot remove ?/media/pagefile.sys?: Operation not permitted
# cd /media && touch file
touch: cannot touch ?file?: Permission denied
# cd && fusermount -u /media
I've tried with guestfish also.
I have compiled libguestfs with this conf:
2009 Jul 30
1
Dovecot with SSL Client Certification
Hi,
i am trying to setup dovecot over ssl in the last couple days unsuccessfully
My notes are from here: http://wiki.dovecot.org/SSL
My OpenSSL commands are:
mkdir -pv /opt/certificates/dovecot/
cd !$
(just to prevent questions about Common Name)
[ebal at myhome:~]? hostname
myhome
openssl req -new -x509 -nodes -out dovecot.crt -keyout dovecot.key -days
1825
# Country Name (2 letter code) [AU]:GR
# State or Province Name (full name) [Some-State]:Athens
# Locality Name (eg, city) []:Aigaleo
# Organization Name (eg, company) [Internet Widgits Pty...