Displaying 20 results from an estimated 2000 matches similar to: "problems when exec()ing /sbin/init from an initramfs"
2011 Dec 28
1
/usr/lib/dovecot/imap ignores log settings?
Hi Dovecot peeps,
I'm enjoying running /usr/lib/dovecot/imap directly as a PREAUTH IMAP pipe.
I find that it outputs log messages whose severity is INFO to stdout. I'm
running it as follows:
/usr/lib/dovecot/imap -c /tmp/dovecot.conf
and I see the following messages output to stdout:
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY
2010 May 17
0
strace log
strace output to my problem
posted here on same list is
http://xen.markmail.org/thread/ltl2faagvqdl4coh
execve("/usr/sbin/xm", ["xm", "create", "centos5.cfg"], [/* 17 vars */]) = 0
brk(0) = 0x6c8000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x7f4868b02000
2018 Jun 27
0
dovecot-2.3.36 and flush
Hi
I have a problem with doveadm and flush
# 2.2.36 (1f10bfa63): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24.rc1 (debaa297)
# OS: Linux 3.16.0-5-amd64 x86_64 Debian 8.10
example:
#doveadm director status
mail server ip tag vhosts state state changed users
10.0.100.24??????? 1????? up??? -???????????? 65
10.0.100.25??????? 100??? up??? -???????????? 989
#doveadm director flush
2018 Feb 07
1
geo-replication command rsync returned with 3
Hi,
?
Kotresh workaround works for me. But before I tried it, I created some strace-logs for Florian.
setup: 2 VMs?(192.168.222.120 master, 192.168.222.121 slave), both with a volume named vol with Ubuntu?16.04.3,?glusterfs 3.13.2, rsync 3.1.1 .
?
Best regards,
Tino
?
root at master:~# cat /usr/bin/rsync
#!/bin/bash
strace -o /tmp/rsync.trace -ff /usr/bin/rsynco "$@"
?
One of the traces
2014 Sep 26
0
wbindo slow
good morning everyone.
I apologize if it is recurrent. But not yet found a solution.
I have a problem of slowness when running "wbinfo -u" command. Analyzing
the outputs of "strace" command, I noticed some timeout.
After several searches, I found information that indicated remove dead
domains. I do not have these domains. I performed a fresh installation.
My scenario is a
2014 Oct 04
1
wbinfo slow
Good afternoon.
Guys, I still can not solve this problem.
Some help?
Thanks
2014-09-26 11:17 GMT-03:00 Christovam Paynes Silva <christovamps at gmail.com>:
> good morning everyone.
>
>
>
> I apologize if it is recurrent. But not yet found a solution.
> I have a problem of slowness when running "wbinfo -u" command. Analyzing
> the outputs of
2008 Aug 11
0
rsync failure with error 12
I am running rsync over a VPN. The connection has been stable for some
time, but recently it has started failing. I am including the strace of
the failure below. Basically, the client disconnects typically with an
error 12. I have 3 other clients using the same openvpn/rsync
configuration, and those are stable, so I am fairly confident this is
something on this particular link.
The
2015 Jan 03
0
Samba4 Kerberos kinit does not resolve kdc hostname
On 03/01/15 16:31, Robert Hartmann wrote:
> Hi,
>
> i am really depressed at this moment. I set up an domain controller
> using samba4 and an raspberry pi.
>
> I can join the domain and everything works BUT kerberos has some
> strange problems resolving my raspberry hostname.
>
> First of all some information:
>
> Raspberry pi is DHCP Server and DNS-Server
2015 Jan 03
0
Samba4 Kerberos kinit does not resolve kdc hostname
On 03/01/15 18:45, Robert Hartmann wrote:
>
> Hi,
>
> /etc/resolv.conf looks exactly like this:
>
> domain family.rapsberry.local
> search family.rapsberry.local
> nameserver 192.168.178.222
>
> So to answer your question: yes the only Nameserver the raspberry has
> is itself.
>
Hi, firstly, you might as well remove the 'domain' line, it will be
2009 Mar 25
0
CentOS won't shutdown ... or do anything else
I started to have problems similar to ones described in the past on
this list but could not find any kind of resolution. I did an
lsmod, a mount command, and for fun, did an strace on shutdown to
see where it is hanging, and an ltrace as well.
Any thoughts?
Module Size Used by
parport_pc 28033 0
lp 15661 0
parport 38153 2
2014 Apr 16
2
syslinux fails to make a bootable USB stick in Slackware64-14.1 installer
Running "syslinux -s /dev/dsb" during installation of Slackware64-14.1 (to make a bootable USB stick) fails like this:
Error converting to codepage 850 Invalid argument
Cannot initialize 'S:'
Bad target s:/ldlinux.sys
syslinux: failed to create ldlinux.sys
But running the same command in the installed system succeeds.
In both cases we are using syslinux-4.0.6 (same syslinux
2014 Jan 16
0
Generic UPS driver
One small comment:
When the driver has no permission to access the device, it exits with a
segmentation fault, it would be nice to have a more informative error.
I'm not really sure if the issue is speciffic to this driver or is it
general.
I attached the output of an strace with the driver crashing.
Best regards.
-------------- next part --------------
2004 Nov 19
0
/usr/local/bin/wine-kthread: could not open
Hy all.. i've just subscribed to the list thow i've been using wine for
a while now.
I 've emeregd (I have Gentoo) the latest wine and ,
Here-s what i get:
mihaiv bin # wine
/usr/local/bin/wine-kthread: could not open
mihaiv bin # /usr/local/bin/wine-kthread
Wine 20041019
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
Hi all,
could someone tell me what this does mean "bad file descriptor" when
trying to start asterisk. It goes till the CLI command and then die with
this message. Below an strace output from asterisk -vvvvvvvvvc
It's on debian Sarge kernel 2.6.7 with packages from debian VoIP team.
The server was running fine till now with this version.
Thanks
2015 Jan 03
1
Samba4 Kerberos kinit does not resolve kdc hostname
Hi,
thank you so! much. Turning off avahi daemon was the solution!
rapsberry instead of raspberry is a typo during porivision actually.
Thank you again :)
I will write an entry on my blog to make sure that does not happen again.
One last time for google bots.
IF you receive
kinit: Cannot contact any KDC for realm while getting initial credentials
make sure you don't run avahi
However
2016 Feb 16
0
BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Did you do the clean shell test?
/usr/bin/ssh -q -x -l backup-user 192.168.10.20 true > testfile
After running that, testfile should be 0 bytes.
On 02/15/2016 08:13 PM, Francisco López wrote:
> Hello,
>
> I just installed BackupPC in a Debian box to use it as backup
> server. As you know, this software makes use, among others, of
>
2001 May 31
0
Bug in scp
Hi!
I don't know much about network programming, or about terminal handling.
I wondered about why the command
"scp file user at host:path" didn't work. It gave me the following error
messages:
"stdin: is not a tty"
"Write failed flushing stdout buffer."
"write stdout: Broken pipe"
I tried it with different versions of ssh, first the newest debian
2005 May 13
0
Zaptel and zttest
I am having trouble with zttest on a Tyan board, dual AMD Opteron's on
FC3. Tried different kernels, no IRQ sharing, everything looks in
order. My zaptel modules load fine, but if I run zttest, it just
hangs. Below is the strace output and you can see where it stops.
Anyone have any ideas?
[root@asterisktest zaptel]# strace ./zttest
execve("./zttest", ["./zttest"],
2010 Apr 12
1
samba-3.5.2 - "getent group" not returning any info
Hello there
I just installed 3.5.2 and encountered the following. Compile worked all
right but "getent group" would not give back any results, though "getent
passwd" did list those AD users. The server runs as AD member and
winbind seems to work normally. "wbinfo -u" and "wbinfo -g" return the
desired info just "getent group" sucks.
It works
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
Hi,
this is a type 3 bugreport ;)
( 3. Repeatable problems specific to your software layout.)
first of all i must state, that i run openssh on a fairly
old redhat based system (redhat 6.1).
if you have any further questions, feel free to contact me.
configure options:
CFLAGS="-O2 -m486" ./configure --without-rsh --with-tcp-wrappers --prefix=/opt/openssh-2.3.0