similar to: Dovecot on Solaris 10 Segmentation Fault

Displaying 20 results from an estimated 1100 matches similar to: "Dovecot on Solaris 10 Segmentation Fault"

2015 Jan 08
2
Solaris 10 make check core dumps
Hello everyone, I'm doing a standard build on Solaris 10 with Dovecot 2.2.15 without anything fancy: ./configure make make check make install Configure output looks like this: *** Install prefix . : /usr/local File offsets ... : 64bit I/O polling .... : poll I/O notifys .... : none SSL ............ : yes (OpenSSL) GSSAPI ......... : no passdbs ........ : static passwd passwd-file shadow
2015 Jan 10
0
Solaris 10 make check core dumps
On 08/01/2015 00:25, Brian Eliassen wrote: > I'm doing a standard build on Solaris 10 with Dovecot 2.2.15 without > anything fancy: > > ./configure > make > make check > make install > > Configure output looks like this: > *** > Install prefix . : /usr/local Oooh, I suggest you use /opt ./configure \ --prefix=${PREFIX} \ --sysconfdir=/etc/opt/${PREFIX} \
2012 Jun 21
1
Libvert live migration problem!
Hi all, I've succeed to do live migration between two PCs. However, I found I could not connect the VM by host IP from a remote PC before migration and can only connect it from host PC. If I appended the VM with the following line at the end of the xml file: <listen type='address' address=host_IP port='PORT'> I can connect the VM via VNCVIEWER with host_IP:PORT.
2010 Aug 31
0
Asterisk with Blockhosts
Just in case anyone is using Blockhosts (http://www.aczoom.com/blockhosts/) with their Linux servers and Asterisk here are the rules necessary to block invalid users: "asterisk-NoPeer": r'Registration from .* failed for \'{HOST_IP}\' - No matching peer found', "asterisk-NoAuth": r'Registration from .* failed for \'{HOST_IP}\' - Username/auth name
2011 Dec 23
1
Help - Mounting a Windows computer with two IP addresses
Hi all, I need to mount a Windows share locally on my laptop. However, I cannot do this via sudo mount -t smbfs //host_name/share_name /local_mount because the host_name has two IP addresses with it as shown by nmblookup //host_name. (That is, I try mounting and I'm given this error: mount error(115): Operation now in progress Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hello, I am not very good at linux networking. I have read tinc documentation multiple times and I still don't understand what the "Subnet = ..." directive does in /etc/tinc/$NET_NAME/hosts/$HOST_NAME Right now I have a simple virtual lan organized with tinc, and I use the following in every device's config file (replacing the last part of the address): # This computer will
2012 Jan 11
1
Unable to close open libvirt connections
Hello, I was getting the following error in syslog: libvirtd: 21:19:12.116: 10955: error : qemudDispatchServer:1355 : Too many active clients (20), dropping connection from 127.0.0.1;0 I investigated a bit and tried the following in a python console: import libvirt ~~~~ conn=libvirt.openReadOnly("qemu+ssh://HOST_IP/system<http://10.16.71.1/system> ") //now check the no. of
2005 Jul 27
7
Oracle OCI8, or "am I going crazy?"
All of a sudden, on three different systems, the "server_ip_address/sid_name" syntax in database.yml has stopped working for me. I can''t even do a OCI8.new(blah blah blah) statement from an IRB shell. I get "ORA-12541: TNS:no listener", or some variant, depending on how I phrase it. On systems where I have a real deal client installed, and OCI can find the tnsnames
2024 May 06
1
Feature request/EOI: Match interactive config?
... and I guess your next question will be about compilation environment, so: ``` $ gcc --version gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` I'm running on gentoo. I tested that the
2012 Mar 27
1
Problem using virt-manager to create a VM remotely
Well, not that remote. I'm trying to get it working from my laptop to an ancient workstation behind me I use for testing. I appear to get the connection okay. virt-manager --connect qemu+ssh://root@<host_ip>/system I can click on the entry on the panel that comes up and see facts about the remote machine. I then tried the "Create a new virtual machine" item on the tool
2012 Dec 05
8
Error: Could not request certificate: Connection refused - connect(2)
Hi all, I am new at puppet and Im using the puppet learning tutorial. I execute until Basic agent/master puppet. Everything worked ok but after 2 or 3 days, running the command "puppet agent --test", start throw the error in subject. That left me with the following questions: how to puppet agent connect to master without service started on master? If this connection is possible (
2015 May 24
2
specify port on check_memcached.pl
Hey guys, I'm trying use check_memcached.pl to monitor a couple of memcached services running on two ports. I have my command definition setup like this: # 'check_memcached' command definition define command { command_name check_memcached command_line $USER1$/check_memcached.pl -H $HOSTADDRESS$ -p $ARG1$ } And I have my service definitions setup like this: # Define a
2024 May 04
3
Feature request/EOI: Match interactive config?
Hey there, I often want different behavior in my ssh client depending on whether I'm logging into an interactive session or running a remote non-interactive command. We can see at, say, https://unix.stackexchange.com/a/499562/305714 that this isn't a unique wish, and existing solutions are kind of baroque. Typical reasons to do this are to immediately go into a screen or tmux session; for
2005 Jun 10
2
W2K printer problem
I am getting the following prblem from my Winblows printer. Using the CUPS printer Config tool, the printer can be setup as a smb://host_name/printer When I attempt to send a test page, I get the following message: Description: Brother LaserJet Location: royal Printer State: processing, accepting jobs. "Unable to connect to SAMBA host, will retry in 60 seconds...ERROR: Connection failed
2007 Feb 11
7
Could not find definition vico_network
I''m trying to manage network files on two nodes, "vico" and "backup." The component "vico_network" below works fine. define vico_network ($owner = ''root'', $group = ''wheel'', $mode = ''644'', $cro_int = ''ne3'', $carp0_skew = '''', $carp1_skew =
2007 Apr 11
10
Nagios asterisk monitoring
Dear list, I am trying to configure the nagios plugin called check_sip. I just read the README file included with the plugin. I follow the readme steps to configure the plugin, without success. In the nagios web interface I can see (No output!) In the status information column. If I run the chech_sip plugin from a linux console, I get /usr/local/nagios/libexec# ./check_sip -u
2011 Nov 15
2
[RFC] kvm tools: Add support for virtio-mmio
This patch adds support for the new virtio-mmio transport layer added in 3.2-rc1. The purpose of this new layer is to allow virtio to work on systems which don't necessarily support PCI, such as embedded systems. To apply the patch on top of the KVM tools tree, you must first pull Linus' tree on top. Also, CONFIG_VIRTIO_MMIO=y should be set in the guest kernel. This is an early RFC,
2011 Nov 15
2
[RFC] kvm tools: Add support for virtio-mmio
This patch adds support for the new virtio-mmio transport layer added in 3.2-rc1. The purpose of this new layer is to allow virtio to work on systems which don't necessarily support PCI, such as embedded systems. To apply the patch on top of the KVM tools tree, you must first pull Linus' tree on top. Also, CONFIG_VIRTIO_MMIO=y should be set in the guest kernel. This is an early RFC,
2006 Jul 14
2
Port forwarding problems
I am running Xen on a RHEL4 dom0 and have two RHEL4 domU''s. The domU''s are both running Oracle 10g R2 database. I want to connect to these databases from another computer. Xen is set up with NAT network and all dom''s have access to the internet and they can ping eachother so the network is up and running. My problem is that I cannot connect to the different oracle
2004 Jan 19
2
Relative risk using GAM
I am a new user of R. I am trying to fit gam model with our air pollution data. I used Foreign package to call data from SPSS and used MGCV package to fit gam. The following are the steps I used: > dust<- read.spss("a:dust9600jan.sav") > c<-gam(MRESPALL~s(DUSTM)+s(TEMP)+s(RH),family=poisson,data=dust) > summary(c) Family: poisson Link function: log Formula: MRESPALL ~