similar to: TFTP Secondary Ports

Displaying 20 results from an estimated 300 matches similar to: "TFTP Secondary Ports"

2005 Jun 28
3
Asterisk with Lucent TNT echo
I'm running SIP between my Lucent TNT acting as a gateway, and an asterisk server. We have a PRI coming into the Lucent. Basically the problem I'm having is mostly on inbound calls but some outbound calls as well. I hear echo and sometimes some weird artifacting on calls coming in from the lucent. Everything routed over IAX to VoIP Jet or Nufone sounds fine. It seems like every 3
2016 Mar 28
2
Ignoring coverage for noreturn decls
Hi all, Recently I’ve noticed in coverage profiles that llvm_unreachable and the like are considered uncovered because there’s no special behavior in instrumentation to ‘ignore’ noreturn paths. While I don’t necessarily think it’s ideal to ignore all noreturn decls, I think there’s definitely room for some heuristics around ignoring things like llvm_unreachable (perhaps opt-in?). I’m
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Dear All, I am helping our test team migrate from gcov to llvmcov. They currently generate HTML reports using lcov to easily navigate where coverage is missing. However, there does not seem to be a Windows compatible solution for generating HTML reports using the llvm-cov tools. A possible solution to this problem is for llvm-cov to create html pages that include an overall coverage summary
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes: > Harlan Haskins has recently submitted a patch (for review) that implements > --format=html for llvm-cov tool. Please take a look at that patch. For reference, the review thread starts here: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html > David > > On Thu, Mar 3, 2016 at
2012 Aug 10
1
Persistent, sporadic failure in make_bak_dir mkdir
Through several versions up to and including the current 3.0.9 I experience sporadic, repeating (but not predictably) errors of this form: > rsync: make_bak_dir mkdir "/REPO/backup/XXXX-data1-20120727-040453" failed: File exists (17) > rsync: keep_backup failed: "/REPO/backup/XXXX-data1/data1/A182/tb5178/tb5178.hebb/out.TENT_warn.txt" ->
2016 Mar 29
0
Ignoring coverage for noreturn decls
+ cfe-dev > On Mar 28, 2016, at 1:23 PM, Harlan Haskins via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi all, > > Recently I’ve noticed in coverage profiles that llvm_unreachable and the like are considered uncovered because there’s no special behavior in instrumentation to ‘ignore’ noreturn paths. FWIW, Daniel Dunbar and a few others have brought up the lack of a
2007 Oct 04
3
Re: [kvm-devel] [ kvm-Bugs-1807620 ] KVM's --disable-gcc-check doesn't work
Gregory Haskins wrote: > On Thu, 2007-10-04 at 19:27 +0200, Farkas Levente wrote: > >> ok but now as qemu code was imported into kvm, then it's probably would >> be better to witch gcc-4.x? > > Sure. Are you volunteering? ;) I'm sure both upstream QEMU developers, > KVM developers, and the community using either would be most > appreciative. I know I
2004 Apr 02
0
Problem using tftpd-hpa 0.34 and armmon bootloader on remote embedded arm-linux board
Hi all, I've been struggling with this for several days now so any help would be very much appreciated! I have a compulab embedded arm board which runs a bootloader called ArmMon. ArmMon supports file fetching over ethernet via a built in tftp client, and Compulab recommend the use of winagents tftp server for windows ... which is a bit naff when I'm cross developing from linux to
2005 Aug 03
4
Transfer to outside line.
Finally got everything up and run with the help of Manny Wise last night. So I am setting up my digital assistant and getting down to the task I need this box to perform the most. I need to have a custom app that I can call that will take me pressing 2 at the menu and have it transfer the call to a offsite phone number utilizing my Zap Trunk. I'm sure someone has done this already. Anyone want
2009 Nov 03
11
[PATCHv7 3/3] vhost_net: a kernel-level virtio server
What it is: vhost net is a character device that can be used to reduce the number of system calls involved in virtio networking. Existing virtio net code is used in the guest without modification. There's similarity with vringfd, with some differences and reduced scope - uses eventfd for signalling - structures can be moved around in memory at any time (good for migration, bug work-arounds
2009 Nov 03
11
[PATCHv7 3/3] vhost_net: a kernel-level virtio server
What it is: vhost net is a character device that can be used to reduce the number of system calls involved in virtio networking. Existing virtio net code is used in the guest without modification. There's similarity with vringfd, with some differences and reduced scope - uses eventfd for signalling - structures can be moved around in memory at any time (good for migration, bug work-arounds
2006 Jul 31
10
Xen PXE solution
Greetings. I''ve been asked to work on a PXE solution for booting Xen domU''s from a network, and would like some feedback and any help anyone is willing to provide. I''ve been limiting my work to HVM domU''s at the moment, because I don''t think the NBI''s (as far as I know, these are bootloaders) that I have available work in paravirtualized
2007 Jun 06
0
intermittent pxe failure
On Tuesday 05 June 2007 22:42, H. Peter Anvin wrote: > Larry Howe wrote: > > For now, we will just boot from CD. That will give us time to look more > > closely at the PXE / TFTP problem. > > Hi Larry, > > Did you ever get a chance to look at that? I'm planning to get 3.50 out > Really Soon Now. > > -hpa Peter, We're pretty sure it was the tftp
2017 Mar 23
2
rsync: "-c" option clarification
Before anyone yells at me, yes, you can use rsync's --checksum to detect (and fix) files that are incorrect despite having correct timestamps and sizes. This would mean that a previous rsync had been corrupted not the current one. But it is important to note that this would only be reported to you if you also use --itemize-changes and what to look for (a file with a c but not an s or a t).
2005 Aug 03
1
Copy all local filesystems, but ignore NFS mounts?
What's the easiest way, with rsync, to back up all local filesystems to another host, ignoring anything on an NFS volume. For example, is there a way of giving a list of mount points but still have --one-file-system work? Thanks!
2005 Aug 02
2
probes on udp port 500
Last couple of days some of my hosts were probed for UDP port 500 (IKE daemon, used by IPSec for key exchange) from dialup IPs. Don't remember seeing similar probes before. Some new vaulnerability that script kiddies (and pro crackers) are trying out, or is this some old stuff? I do remember there were some security problems with racoon in the past (that were fixed in current CentOS
2007 May 05
6
intermittent pxe failure
Hi, I have an intermittent pxelinux boot problem. It happens rarely, for example it happened one day and then did not happen again until 6 days later. However when it does happen it is rather serious as it affects all clients on the network. Here is some basic info: - IBM netvista PCs, built-in pxe, banner says it is "PXE 2.x". - happens rarely, but when it does it affects all clients.
2011 Nov 04
2
Reading parameters from dataframe and loading as objects
Hi List, I want to read several parameters from data frame and load them as object into R session, Is there any package or function in R for this?? Here is example param <-c("clust_num", "minsamp_size", "maxsamp_size", "min_pct", "max_pct") value <-c(15, 20000, 200000, 0.001, .999) data <- data.frame ( cbind(param , value)) data
2005 Jul 28
3
SIP WEB Phone (Wanna implement Click to Call)
Hi, I appreciate it if someone knows what is available for SIP web phones out there. I am interested in putting a soft phone on a website that registers with Asterisk using SIP. Then, when someone uses it, it directly calls into an asterisk call queue.. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 27
14
X4500 device disconnect problem persists
After applying 125205-07 on two X4500 machines running Sol10U4 and removing "set sata:sata_func_enable = 0x5" from /etc/system to re-enable NCQ, I am again observing drive disconnect error messages. This in spite of the patch description which claims multiple fixes in this area: 6587133 repeated DMA command timeouts and device resets on x4500 6538627 x4500 message logs contain multiple