similar to: late or replayed packet warning

Displaying 20 results from an estimated 800 matches similar to: "late or replayed packet warning"

2004 Nov 11
1
[Announcement] Version 1.0.3 released
With pleasure we announce the release of version 1.0.3. Here is a summary of the changes: * Show error message when failing to write a PID file. * Ignore spaces at end of lines in config files. * Fix handling of late packets. * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and anything on tap devices as long as the underlying OS supports it. * Handle IPv6 on Solaris tun
2004 Nov 11
1
[Announcement] Version 1.0.3 released
With pleasure we announce the release of version 1.0.3. Here is a summary of the changes: * Show error message when failing to write a PID file. * Ignore spaces at end of lines in config files. * Fix handling of late packets. * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and anything on tap devices as long as the underlying OS supports it. * Handle IPv6 on Solaris tun
2013 Feb 13
1
Problems with tunnel: Got late or replayed packet, packet is 150 seqs in the future, expiring symmetric keys
Hi! I have som problems with my vpn tunnel. I have 6 nodes in the network. Three of them is running tinc 1.1pre5 Three of them is running tinc 1.0.19 I also have vlan tagging between the nodes running tinc 1.1pre5 The problem is that get a bunch of errors in the log like the messages below (logs is attached in the email): Got late or replayed packet from JOTPOS ("internal ip" port
2012 Nov 27
1
virtio for 9.1-R
Hi guys, I can't see virtio in releng/9.1, is there any particular reason why it isn't going to be included given that it works reasonable well (and is optional anyway, so not likely to be detrimental)? Thanks, Joe
2016 Jan 20
1
linking icecast to ios and android phones
.PLS files should work for iOS devices. See sample text: [playlist] numberofentries=1 File1=http://91.121.91.172:31090/LG73 Title1=LG73 Vancouver's Best Music Mix! Length1=-1 Version=2 On Wed, Jan 20, 2016 at 1:27 PM, Holden Stanford <hstanford1 at gmail.com> wrote: > You can create a .m3u or .mp3 container linking to the stream URL. I can't > remember the exact tags
2003 Dec 30
4
Assignments in loops
Greetings all. Any help with the following would be appreciated. I want to create a data frame for each file in a directory. The following code does not work but it may show what I am trying to do: carmakes <- c('BMW','Chrysler','Citroen','Fiat','Ford','Holden','Honda',
2002 May 15
3
how to get 2.2.3a.tar.gz
I'd like to go back to 2.2.3a since I cant get printing to work at moment with 2.2.4 at the moment does any one know where I can get this from the samba ftp site seems to not keep previous versions. thanks in advance, Dave. -- Personal Links:- Recommended reading : http://www.oreilly.com/catalog/dbnationtp/ UK Privacy (R.I.P) : http://www.stand.org.uk/commentary.php3 Public
2005 Jan 27
2
Samba not recognizing secondary groups
Hi all. I'm having a strange issue with a server running Samba 3.0.2a. The server has a single share, and under that are subfolders that contain documents. Each subfolder is owned by a different folder-specific group, and users belong to the groups that own the folders to which they need access. But suddenly one user can't access any folders. Windows (the client) suggests that she
2016 Jan 20
3
linking icecast to ios and android phones
I think it's because the website uses Flash as first player instead of using it as a fallback for when the browser does not support modern web standards like the audio tag. I am running a desktop without flashplayer and this is the screenshot of your web radio 2016-01-20 18:55 GMT+01:00 Jeremiah Rogers <jeremiahzrogers at gmail.com>: > I use iOS to listen to my Icecast all the
2006 Nov 14
2
isolinux menu32 (Re: Problems booting on Intel i9x5 motherboards.)
See: http://syslinux.zytor.com/archives/2006-May/006887.html I think I've tracked the problem down a bit more specifically. In edd.S when the kernel calls int 0x13 with %dl=80 [primary disk] & %al=1 [read one sector] and ah set to READ_SECTORS it never returns. However, the following code [which does drive diagnostics] works. mov $0x7E, %al call prtchr movw $0x0000, %ax movb
2009 Apr 14
2
subset dataframe by rows using character vector?
Dear List, I'm stuck on what seems like a simple indexing problem, I'd be very grateful to anyone willing to help me out. I queried a dataframe which returns a character vector called "plot". I have another dataframe from which I want to subset or select only those rows that match "plot". I've tried subset, and also the "which" command. plot
2010 Aug 06
14
[Bug 29415] New: Screen shutdown with Nvidia GeForce 9400M
https://bugs.freedesktop.org/show_bug.cgi?id=29415 Summary: Screen shutdown with Nvidia GeForce 9400M Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2001 Aug 15
2
x11drv
I have SuSE 7.1. I installed wine from the disc When I try to run it as root, I get "Could not load graphics driver 'x11drv'" I cannot find x11drv anywhere on the disc's or the installed packages. can anyone tell me where I can get ? Chris.
2008 Aug 04
3
backslash in character string?
Dear list, After searching many old posts, I can't find the solution to a simple problem. can someone tell me how to create a character string with multiple backslashes, as in: file_dir <- c("C:\files\data\") I need to create this string and then paste it to many files names for batch processing in another software program. R won't accept the backslash and removes
2008 Feb 29
2
while loop syntax help
Dear list, I'm trying to write my first looping function in R. After many hours of searching help files and previous posts, I'm at wits end. Please forgive my programming ignorance...any help is greatly appreciated. I need to sort through a vector (x) and identify the point at which 2 successive values become smaller than the previous value. I've written a "while"
2008 Jan 31
2
Odd things happening in ie6/ie7
As always, i am again having problems in IE6 and IE7 with scripts. The scripting works fine in FF2, opera and Safari. IE just wont load it. Could anyone help? It''s a static page for now, located at www.maifith.com/research/index.html The problem,although quite obvious, is that it doesn''t load the JS in IE6 or IE7. Any help would be appreciated.
2009 Jan 19
3
download/retain text file structure with RCurl/getURL()
Dear list, I'm trying to download a text file directly from the internet using the RCurl package and the command getURL. Duncan Lang graciously helped me solve the first step in this problem using the following command: ################# txtfile <- getURL('ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt', ftp.use.epsv = FALSE) #################
2003 Jul 31
0
can't ping to an internal IP through tinc's virtual interfaces (fwd)
AUGHHHHH I accidentally sent that message below before changing my from address to jason+tinclist@truedesign.com ... now my "real" address is on http://mail.nl.linux.org/tinc/2003-07/maillist.html where it is just begging to be harvested by spambots looking for addresses to add to their spam lists. I've tried so hard to keep my address spam free for a long time (and I've been
2006 Oct 31
0
6378297 FMA page fault events not being replayed due to changes in page retire
Author: elowe Repository: /hg/zfs-crypto/gate Revision: 9af913595d90ad9ae8878d0b0284e6b1acc55d3c Log message: 6378297 FMA page fault events not being replayed due to changes in page retire Files: update: usr/src/uts/common/vm/page_retire.c
2008 Dec 17
4
Plot multiple lines, same plot, different axes?
Dear list, I would like to plot 2 series of numbers with very different ranges/scales as lines on the same plot. I assumed this is commonly done and easy, but I have not found any help files (e.g. axis() or matplot() that show how. I've searched many old posts to no avail. I'll be very grateful for any suggestions on how this is done. Best, Zack