Displaying 6 results from an estimated 6 matches for "sigfaulted".
Did you mean:
segfaulted
2004 Aug 06
1
LIB usage
Hello,
I'm trying to use the speexlib but I just can't do it. I've made just like the
example (on the site) says. Some times I get SIGFAULT. Also, I'm reading the
input_frames from /dev/dsp (directly). What is missing here?
speex_bits_init(&bits);
enc_state = speex_encoder_init(&speex_nb_mode);
speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE, &frame_size);
2007 Jun 25
9
xen 3.1 - domU hangs just after "xm create"
What are methods to debug domU when it hangs? Using xen 3.1 compiled from sources I could not manage to launch no domU. Fot instance, I run something like this:
=====8<=====================
disk = [ ''file:/oradata-act/sles.disk,hda1,w'', '',hdc:cdrom,r'' ]
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xen"
cpus =
2007 Feb 19
0
supsmu produces segfault when handed all NAs. (PR#9519)
When handed an argument with all NAs, supsmu() causes a
sigfault causing termination of R. The following example
reproduces the problem (on a linux gentoo system), but I have verified the
same behavior on a solaris builds as well as several versions of R.
x <- (1:100)/10;
y <- sin(pi*x) + rnorm(length(x));
tmp <- supsmu(x,y); # works
y[c(2,5,10)] <- NA; # a few NAs
2005 Jan 14
2
redirect outbound port 25 ?
We have the following setup.
192.168.0.1 NAT router
192.168.0.3 eth0
192.168.0.50 eth0:0
Two postfix instances. The first bound to 192.168.0.3 and the second to
192.168.0.50.
The problem is that the NAT router can''t port forward the same port to
two IPs.
Is there any way to redirect outgoing port 25 from 192.168.0.50 to
192.168.0.3?
--
Robin Lynn Frank - Director of
2018 Sep 28
1
having problems with Argon
Hello everyone. I'm close to completing my first build of a mail server
- Postfix, Dovecot, Postgres (I know, sounds like overkill), Rspamd with
Redis and Unbound (please infer a mega lack of experience disclaimer).
The model is standalone internet with remoted sasl-authenticated
clients.
Throughout the process I've been having consistent problems with user
password authentication.
2017 Jan 03
3
dovecot-pigeonhole running external script ends with signal 11
Hi,
I'm running a dovecot 2.2.26 (self compiled) on a Centos 7.
I have a sieve script which should run an external script (in filter
mode) that encrypts the mail using the users pub key.
I configured 90-plugin.conf as follows
plugin {
sieve_plugins = sieve_extprograms
sieve_extensions = +vnd.dovecot.filter
sieve_filter_bin_dir = /etc/dovecot/sieve-filters