search for: oldtimers

Displaying 17 results from an estimated 17 matches for "oldtimers".

2017 May 31
6
[PATCH 1/4] efi/udp: core_udp_connect should use SubnetMask not StationAddress for netmask
Signed-off-by: Julien Viard de Galbert <jviarddegalbert at online.net> --- efi/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi/udp.c b/efi/udp.c index 1088f47..b0f13ad 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -163,7 +163,7 @@ void core_udp_connect(struct pxe_pvt_inode *socket, uint32_t ip, } else { udata.UseDefaultAddress = FALSE;
2007 Mar 10
2
Managing PeriodicalExecuters in an Ajax app. How?
Hi all I have to deal with multiple PeriodicalExecuters over several Interfaces. Each has it own. Now this all works, but i when i go back and forth between them i spawn another and another etc... I tried to push the instance of PE to a global array and on each change in the interface invoke a stop() on them. This sounds okay, but it is obviously not working 100% of the time. Any ideas how to
2014 Mar 09
1
Access shares from DNS alias
Hello, I have setup a Samba 4 ADDC following the tutorial in the wiki. I need it to be a DC and a fileserver. Everything works fine and dandy except that I cannot access the file shares via a DNS alias, instead of the original hostname/DNS name. And I need this for various reasons, enough to halt going live with it if it doesn't work. :-( When accessing via the machine's fqdn
2012 Oct 05
4
Minute Difference
Hi, Here i have a time along with date, for eg:- "10/5/2012 5:05:00 AM" i need to do minus 10 minutes along current date Like this :- "10/5/2012 4:55:00 AM" Thanks in Advance Antony -- View this message in context: http://r.789695.n4.nabble.com/Minute-Difference-tp4645157.html Sent from the R help mailing list archive at Nabble.com.
2004 Apr 06
0
cbqmon.pl
Some time ago someone posted a nice script to monitor HTB classes, classmon.pl. A friend of mine ported it to CBQ, and attached is the result. Suggestions are welcome. Rubens > #!/usr/bin/perl > > # Classy CBQ Operations Monitor...in Perl > # Based on classmon.pl by Toby Cantor > # By BLFC > > # The following short command line options are parsed as you might expect. >
2003 Oct 16
0
[alert] DST change and date comparisons
Description of Problem We are rapidly approaching the time of year when some will transition from standard time (ST) to daylight savings time (DST) and others will make the opposite transition. These vernal and autumnal transitions have important implications for those with Microsoft systems and use utilities that compare file timestamps on different filesystem types or with filesystems on other
2015 Jul 09
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> I'm also interested on this, but I do not quite understand the problem. Could you please tell us more about this issue (Wireshark) <<< Attached is a Wireshark capture using the current commit (43f5efa) from Patrick's repo, .Syslinux.efi is downloaded, there is an ARP and then nothing hits the wire from the client. The internal failing scenario is core_udp_sendto
2015 Jul 08
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
from: Jeff Sloan <jeff_sloan at selinc.com> Based on commit: 9314e330 Setting UseDefaultAddress to TRUE uses invalid StationAddress and SubnetMask values. This is in a network with a local TFTP/MTFTP server. If the server is local, on the same subnet, UseDefaultAddress is set to false and the client ip and subnetmask are loaded, otherwise set UseDefaultAddress to TRUE. This is added to
2008 Mar 14
0
[PATCH] Add periodic fflush to xentop batch mode.
Add periodic fflush to xentop(batch mode). If you want to make monitor tool using the following command, you can not get output every some seconds. xentop -b -d 1 > xentop.log (above tool use tail command to get periodic data from xentop.log) This patch is useful when you get xentop output(batch mode) periodicaly using pipe. Best Regards, Yusuke Kaneki ---- *** old/xentop.c
2000 Sep 01
1
CVS busted?
I can update single files fine (although slowly), but when I try to update anything bigger (like vorbis/lib), it just hangs until I get: cvs [update aborted]: reading from server: Operation timed out Is something wrong with the CVS box? -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a
2013 Dec 01
0
[PATCH] core: Bad read of file size over TFTP
A fancy pointers logic has been replaced with a plain old if / else branches. It was assigning only half of a 64 bits integer which is then assigned to a size_t. Thus leading to a bug on platform where size_t is 64 bits. Resolves bug #26 Signed-off-by: Celelibi <celelibi at gmail.com> --- Not sure if genec already issued a pull request for this patch or not. Anyway, here it is as
2014 Oct 20
1
config file locations
.../second. > > With usbhid-ups, this tends to only happen when multiple drivers are > running. The stop command should kill it, doesn't, I have to go find it with htop and nuke it from there. This is nut-2.7.2, and the kit was unpacked on 6/26/2014, so it is a local build. But then oldtimers has hit, and according to synaptic, 2.4.3 from ubuntu repos was also installed. So I have a flustercluck at best, and have removed the ubuntu version, and will reinstall from my later src. I'll advise how that turns out in due time. Thanks for your patience Charles. Darn, the docs I pul...
2014 Oct 20
0
config file locations
Hi Gene, On Oct 18, 2014, at 7:35 PM, Gene Heskett <gheskett at wdtv.com> wrote: > Greetings; > > I found pdf user manual which explains a few things that might help. > > However, for a ubuntu flavor, the various .conf etc files seem to be in > /etc/nut. We have an open ticket about that[*]; basically, the official NUT documentation needs to be a bit more explicit
2014 Oct 18
3
config file locations
Greetings; I found pdf user manual which explains a few things that might help. However, for a ubuntu flavor, the various .conf etc files seem to be in /etc/nut. But this pdf says they are in /usr/local/ups/etc, and yes indeed there are some there, with the .sample files being owned by root, and the rest are user 503, whoever he may be. Are these just a sample storage in case one needs to
2016 Jan 31
4
configure warning on SunOS 4.1.4
Hi, I was told to do so by configure of openssh-7.1p2 -:) ... configure: WARNING: sys/audit.h: present but cannot be compiled configure: WARNING: sys/audit.h: check for missing prerequisite headers? configure: WARNING: sys/audit.h: see the Autoconf documentation configure: WARNING: sys/audit.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/audit.h:
2014 Jan 22
2
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
On 2014 Jan 22, at 07:35, Stepan Dyatkovskiy <stpworld at narod.ru> wrote: > Hi Raul and Duncan, > > Duncan, > Thank you for review. I hope to present fixed patch tomorrow. > > First, I would like to show few performance results: > > command: "time opt -mergefunc <test>" > > File: tramp3d-v4.ll, 12963 functions > Current
2005 Mar 25
27
Sendmail vs. Postfix
Hah!!! This list is just too calm and mundane. The only thing we argue about is the ''announce'' list vs. the ''user'' list. ;) So, it''s springtime! I''m seeing all the regularly scheduled ''oil'' threads on my motorcycle lists and thought "oh what the heck, lets get the ''oil'' thread going over on the CentOS