similar to: Getting error on port 995

Displaying 20 results from an estimated 1000 matches similar to: "Getting error on port 995"

2017 Apr 02
1
Getting error on port 995
Bhushan Bhosale writes: > I'm getting issue with port 995 by using Microsoft Outlook 2016 only. > The error on Microsoft Outlook showing "Your server does not support > the connection encryption type. Try changing the encryption method". > The error is only who is using Microsoft outlook2016. Kindly help. Help us help you. Please include output of "dovecot
2006 Jun 13
1
derirect web page to file
Hi all, quick question to all of you ruby on rails experts. I need to redirect the output of a url to an actual physical file. In other words, I need to have what I see in the web browser to intead be written into a file. Any ideas? Thank you. Darkwax -- Posted via http://www.ruby-forum.com/.
2005 Oct 27
2
Ajax.Updater to replace element, not the content
Is there something equivalent to Ajax.Updater to replace the element, intead of replacing it''s content ? An option to Updater, or another function ?
2002 Oct 01
1
Default policy question
Hi list, I have a local dns cache listening on my shorewall''s locahost, i dont want to allow others hosts in my network to access my local cache, so, i have the following question: what''s the feault policy for fw -> fw access?, do i need a rule to ACCEPT from fw to fw tcp port 53 ? or i need to put localhost to localhost intead of fw to fw ? Thanks in advance, Miguel
2018 May 21
1
[PATCH 21/33] drm/nouveau: use match_string() helper
match_string() returns the index of an array for a matching string, which can be used intead of open coded variant. Cc: Ben Skeggs <bskeggs at redhat.com> Cc: David Airlie <airlied at linux.ie> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com> --- drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 13
2004 Mar 25
1
Samba 3, winbind, win2k AD: Kerberos question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, after a little head banging, I got winbind chatting with the domain control ( win2k server ) by hard coding my realm info into krb5.conf. My question is this: Is there a cleaner, more fault tolerant method than this? I googled, and read about dns srv records being used ( intead of hardcoding ), which I understand win2k uses to begin with,
2002 Apr 08
1
factor labels in model.frame
Hello, model.frame changes the factor labels when na.action = na.omit. > f <- gl(3, 2, 6, paste('m', 1:3, sep = '')) > r <- c(NA, NA, 3:6) > mf <- model.frame(~ r + f, na.action = na.omit) > mf r f 3 3 m1 4 4 m1 5 5 m2 6 6 m2 But it seems like it should be this > mf r f 3 3 m2 4 4 m2 5 5 m3 6 6 m3 intead. How do I get the second mf? Thanks a lot,
2025 Jan 09
1
ssh-keygen: error if file is directory
Salar Nosrati-Ershad wrote: > On several tasks if you pass a directory as a file to ssh-keygen, the > program wouldn't check the file mode to check if it's a directory like: > `Saving key "./test/" failed: Is a directory` > After asking the user to overwrite or not. Seems an appropriate error message is emitted to the caller if the argument is of an incorrect type.
2015 Apr 27
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Helvio, Could you tell me what is process to setup an environment for IAX. Regards Akhilesh On Fri, Apr 24, 2015 at 4:25 PM, Helvio Junior <helvio.listas at gmail.com> wrote: > Hi Akhilesh, > > SIP protocol use port 5060 (default) and many other ports to stablish > calls. You need to check if there is AWS firewall rule that allow your > communication from your client
2012 Jan 11
1
R error in make check
Hi, After building R 2.14.1 on a Linux system (SUSE Linux Enterprise Server 11 (x86_64) ), I ran "make check" but it halted with the foll error: Testing examples for package ?base? Error: testing 'base' failed Execution halted I looked in <build dir>/test/Examples/base-Ex.Rout.fail and found the foll: *******EXCERPT ***** ... > ### ------- Pickyness Flags :
2015 Apr 25
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi, Try as a first step a tcpdump capture to verify if the softphone is actually sending the register message to the server. For me it seems like the softphone is not able to reach the server ! Best Regards, On Fri, Apr 24, 2015 at 10:55 AM, Helvio Junior <helvio.listas at gmail.com> wrote: > Hi Akhilesh, > > SIP protocol use port 5060 (default) and many other ports to stablish
2006 Mar 18
2
ANN: capistrano-runit-tasks 0.1.0
I''d like to announce the first release of capistrano-runit-tasks. This came about as I wanted to use runit rather than spinner/spawner/ reaper on my memory limited VPS but should be useable for any setup. From the README: This library extends Capistrano to allow processes to be supervised using the runit package. It replaces some of the standard tasks with runit versions and
2004 Mar 06
2
GlmmPQL with binomial errors
Hi all! I hope somebody can help me solve some doubts which must be very basic, but I haven't been able to solve by myself. The first one, is how to assess for overdispersion in GlmmPQL when fitting binomial or poisson errors. The second one is whether GlmmPQL can compare models with different fixed effects. The third doubt, regards the way I should arrange my data in a GlmmPQL with
2014 Sep 30
4
[PATCH 1/2] appliance: Use dhclient instead of hard-coding IP address of appliance.
qemu in SLIRP mode offers DHCP services to the appliance. We don't use them, but use a fixed IP address intead. This changes the appliance to get its IP address using DHCP. Note: This is only used when the network is enabled. dhclient is somewhat slower, but the penalty (a few seconds) is only paid for network users. We could consider using the faster systemd dhcp client instead. ---
2013 Nov 14
2
[PATCH] virtio-net: mergeable buffer size should include virtio-net header
Commit 2613af0ed18a ("virtio_net: migrate mergeable rx buffers to page frag allocators") changed the mergeable receive buffer size from PAGE_SIZE to MTU-size. However, the merge buffer size does not take into account the size of the virtio-net header. Consequently, packets that are MTU-size will take two buffers intead of one (to store the virtio-net header), substantially decreasing the
2013 Nov 14
2
[PATCH] virtio-net: mergeable buffer size should include virtio-net header
Commit 2613af0ed18a ("virtio_net: migrate mergeable rx buffers to page frag allocators") changed the mergeable receive buffer size from PAGE_SIZE to MTU-size. However, the merge buffer size does not take into account the size of the virtio-net header. Consequently, packets that are MTU-size will take two buffers intead of one (to store the virtio-net header), substantially decreasing the
2009 Feb 16
0
will_paginate
Hi there, I am paginating my products using "will_paginate"(12 items per page), and i added this line to my routes file, for make "wil_paginate" work with friendly url''s: map.paginated_product ''products/page/:page'', :controller => ''products'', :action => ''index'', :page => 1 1- First question: when i load
2013 Nov 14
0
[PATCH] virtio-net: mergeable buffer size should include virtio-net header
On Thu, 2013-11-14 at 10:41 -0800, Michael Dalton wrote: > Commit 2613af0ed18a ("virtio_net: migrate mergeable rx buffers to page > frag allocators") changed the mergeable receive buffer size from PAGE_SIZE > to MTU-size. However, the merge buffer size does not take into account the > size of the virtio-net header. Consequently, packets that are MTU-size > will take two
2014 Oct 01
0
Re: [PATCH 1/2] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Tue, Sep 30, 2014 at 04:44:04PM +0100, Richard W.M. Jones wrote: > qemu in SLIRP mode offers DHCP services to the appliance. We don't > use them, but use a fixed IP address intead. This changes the > appliance to get its IP address using DHCP. > > Note: This is only used when the network is enabled. dhclient is > somewhat slower, but the penalty (a few seconds) is only
2014 Oct 02
0
[PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
qemu in SLIRP mode offers DHCP services to the appliance. We don't use them, but use a fixed IP address intead. This changes the appliance to get its IP address using DHCP. Note: This is only used when the network is enabled. dhclient is somewhat slower, but the penalty (a few seconds) is only paid for network users. We could consider using the faster systemd dhcp client instead. ---