similar to: IPCB

Displaying 20 results from an estimated 800 matches similar to: "IPCB"

2016 Jul 04
2
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
The UDP binding logic will reuse local port numbers immediately. This causes problems for TFTP, which assumes a very low probability of a source port number being reused. The consequence is that lpxelinux.0 may end up downloading an incorrect file (e.g. attempting to download pxelinux.cfg/default but actually receiving a copy of ldlinux.c32, due to the port number having been reused). Fix by
2006 Mar 17
3
RoR problems with Created_At and PostgreSQL
So, I wrote some pages which essentially created some articles which are saved to a database, which also include both the "magic" rows ''created_at'' and ''updated_at''. Now, on my development machine I''m running the MySQL-database and everything worked as I wanted it to. On the live server I''ve had to switch to PostgreSQL 8.1 due to
2007 Nov 20
5
Suddenly can''t access the puppetmaster anymore
Hi, I have a number of puppets talking to 1 puppetmaster. Everything was working fine until suddenly this week the puppets are revolting. Whenever I try to run ''puppetd -v'' I see a lot of messages like: Certificates were not trusted: hostname was not match I''m sure I did not make any changes to DNS lately and I didn''t upgrade puppet on any of the machines
2010 Jul 04
1
FAQ on Nautilus needed?
http://wiki.winehq.org/FAQ#head-d3f53179ea4e0d7c90cf330e50030b1e14b63811 10.3. Nautilus can delete your home directory when you empty the trash! This affected GNOME 2.21.90-91. This is a rather old version of GNOME. Hass this problem come up in recent times? Is there any current *nix that uses GNOME 2.21.90 or 2.21.91? - d.q
2012 Jan 09
1
Resetting a UID
Hi, We've got a client with a Blackberry that hass deleted his emails off his Blackberry device. The BES won't re-download the messages as it believes it has already downloaded them (apparently it matches on UID). Is there any way of resetting a folder (and messages in the folder) UID? I know in courier you used to be able to touch the directory. Thanks, Tom Clark
2009 Dec 02
1
R and eclipse
I found the eclipse plugin for R StatEt, hass anyone already worked with it? It's posible to put inside of java code a R script with it? Thank you -- View this message in context: http://n4.nabble.com/R-and-eclipse-tp934851p934851.html Sent from the R help mailing list archive at Nabble.com.
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
Hi, On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: > On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: > > Hi, > > > > On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: > >> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: > >>> Hello, > >>> > >>> On Di, 2015-01-27 at 18:08 +0200, Michael
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
Hi, On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: > On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: > > Hi, > > > > On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: > >> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: > >>> Hello, > >>> > >>> On Di, 2015-01-27 at 18:08 +0200, Michael
2007 Oct 24
4
How to get TCP access to CDR Master.csv
Hi. I'd like to get access to the CDR's generated by Asterisk (1.4) in real-time from a remote connection coming in on TCP. Basically what I have is a Windows application that is used to process incoming, outgoing and missed call records putting them into a database for some analysing etc. This app can connect to a TCP server and read from this connection the CDR's as they are
2000 Oct 11
1
Bug? (PR#690)
I donĀ“t know if it is a bug, but what's wrong in the folloing (R version 1.1.1, August 15, 2000, under windows 98): > x<-matrix(nrow=10, ncol=2) > for (i in 1:10) + { + x[i][1]<-i + x[i][2]<-i^2 + } Warning messages: 1: number of items to replace is not a multiple of replacement length 2: number of items to replace is not a multiple of replacement length 3: number of items to
2005 Jan 12
1
dynamic bandwidth allocation
Hi, Hope someone can help me. I am a student who hass been given a project to develop a dynamic bandwidth service. I currently have a linux router which at the moment gives users static bandwidth and assigns each of them to a bucket. I have not gotten information yet as to whether each bucket is serviced in a round robin fashion or whether certain buckets get preferential treatment (i.e. bucket
2006 May 17
2
Caching doesn''t work at all...
Installed RoR under lighttpd and noticed that caching some actions didn''t accelerate page serving. The following little example of class TestscriptController < ApplicationController caches_page :index def index @string = Time.now.to_s end end and <html> <head> <title>Test</title> </head> <body> <p>Test</p> <p><%=
2008 Apr 03
1
Sending audio to a channel
I have a voicemail application that users can listen to messages and leave messages. I am looking for a way to play a beep tone to a user when a new message is received when they are on the phone. Here is what I have come up with: in extensions.conf: [beepvoicemail] exten => 1000,1,answer() exten => 1000,2,NoCDR() exten => 1000,3,wait(2) exten => 1000,4,Set(TIMEOUT(absolute)=5)
2002 Jul 13
2
samba printing 2.2.5 - RPC server is unavailable
Hiya - oh so close to getting our samba 2.2.5 server running at last - but being palgued by printer setup problems... I've never quite been able to get printing working 100% under samba and am beginning to wonder if it's a problem with the way the printing subsystem is set up under Redhat. Anyway - I've got samba installed and acting as PDC for a variety of WinNT and Win98
2010 Jul 06
1
Samba Scenario
Hi All I have been asked by my company management to look into moving file share server from Windows 2003 server OS to Ubuntu 10.4 using Samba. I have successfully configured active directory authentication using winbind and have configured samba and am able to access my file share successfully. The complication arise as a result of implementing ACL mappings on Linux, as I need fine grained
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On 01/28/2015 09:45 AM, Hannes Frederic Sowa wrote: > Hi, > > On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: >> On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: >>> Hi, >>> >>> On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: >>>> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: >>>>>
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On 01/28/2015 09:45 AM, Hannes Frederic Sowa wrote: > Hi, > > On Mi, 2015-01-28 at 09:16 -0500, Vlad Yasevich wrote: >> On 01/28/2015 05:34 AM, Hannes Frederic Sowa wrote: >>> Hi, >>> >>> On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: >>>> On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: >>>>>
2014 Jan 30
2
CentOS 6.5: NFS server crashes with list_add corruption errors
Hi, I'm running CentOS 6.5 as NFS server (v3 and v4) and exporting Ext4 and XFS filesystem. After many months that all works fine today the server crash: Jan 30 09:46:13 qb-storage kernel: ------------[ cut here ]------------ Jan 30 09:46:13 qb-storage kernel: WARNING: at lib/list_debug.c:26 __list_add+0x6d/0xa0() (Not tainted) Jan 30 09:46:13 qb-storage kernel: Hardware name: PowerEdge
2010 Feb 24
0
Share Permissions on an ADS member server [NOT PROTECTIVELY MARKED]
Classification: NOT PROTECTIVELY MARKED Samba 3.4.5 Solaris 9 Windows 2000 AD domain Heimdal Kerberos 1.3.1 Samba is configured and the server is joined to the domain. wbinfo works as it should do, and so did getent when I had enumeration turned on. I can view and change security properties from a Windows client (as a member of the owner group). I've created a share and set permissions
2002 Sep 09
0
Paul Hass: re 2.5.5 fork
>Is there more than one rsync running? In 2.5.4 a failure in another rsync >process could kill your rsync. I haven't studied the code recently, but I >don't think there are any calls to fork() after it has started transfering >files. I recall bash$ ps -aux showed 2 rsync processes, maybe three when the rsync was executing on the other console. I have plenty more