Displaying 20 results from an estimated 180 matches similar to: "tftpd-hpa reports a wrong date"
2003 Oct 15
1
tftpd-hpa source port selection
Hi, the topic has been covered before so I won't ask how the source port
selection is done, but I'm wondering why (and this doesn't concern
tftpd-hpa only but more the tftp protocol itself) the server couldn't
respond with the UDP source port 69, as a 'regular' server would do...
(ie Apache listens on TCP 80, and replies with TCP source port 80)
Thanks for any light on
2008 Sep 12
4
Megatec_USB on OpenBSD 4.3 - no input interrupt endpoint
Hi!
I am trying to get an Atlantis-Land 1501 UPS to work under OpenBSD.
The UPS works OK under Linux + megatec_usb driver+nut_2.2.2.
What I get under OpenBSD is:
root at puffwall:~ # dmesg
OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008
deraadt at i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III ("GenuineIntel" 686-class, 128KB L2
2008 Sep 12
4
Megatec_USB on OpenBSD 4.3 - no input interrupt endpoint
Hi!
I am trying to get an Atlantis-Land 1501 UPS to work under OpenBSD.
The UPS works OK under Linux + megatec_usb driver+nut_2.2.2.
What I get under OpenBSD is:
root at puffwall:~ # dmesg
OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008
deraadt at i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III ("GenuineIntel" 686-class, 128KB L2
2008 Oct 28
1
Megatec_USB on OpenBSD 4.3 - again...
Hello again!
Thanks to the precious help from Henning Brauer, I managed to solve
an issue with my UPS (a rebranded UPS speaking in Ablerex-ese over USB).
Under OpenBSD 4.3, the UPS was claimed by HID. Now that I recompiled the
kernel, adding a USB_quirk, this is what I get when I insert the USB
cable:
ugen0 at uhub0 port 2 "UIS_ABLER USB to Serial" rev 1.00/1.00 addr 2
So far, so
2003 Dec 01
0
No subject
why the install is failing. Do in need to rpm -e on all the 2.07
packages???
Return-Path: <nikolaus@erlm.siemens.de>
Delivered-To: samba@lists.samba.org
Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de
[212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id B884C4278
for <samba@lists.samba.org>; Sun, 27 May 2001 22:05:52 -0700 (PDT)
Received: from
2009 Oct 10
2
Matching Dates Closest without going over
Hi,
I have 2 date vectors d1 and d2.
d1 <- structure(c(14526, 14495, 14464, 14433, 14402, 14371, 14340, 14309,
14278, 14247, 14216, 14185), class = "Date")
d2 <- structure(c(14526, 14509, 14488, 14466, 14453, 14441, 14396, 14388,
14343, 14333, 14310, 14281), class = "Date")
I would like to create another dataframe with columns d1 and d2, where d1 is
the original d1
2010 Jun 03
2
moving average on irregular time series
Hi all,
I wonder if there is any way to calculate a moving average on an
irregular time series, or use the rollapply function in zoo?
I have a set of dates where I want to check if there has been an event
14 days prior to each time point in order to mark these timepoints for
removal, and can't figure out a good way to do it.
Many thanks in advance!
Gustaf
Example data:
2012 Jul 19
4
Thinkpad X61s cannot boot 9.1-BETA1
Hi,
Did anyone else experience this? With 9.1-BETA1 the boot process
freezes, among the last lines with verbose boot are
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
after this, dead.
What is supposed to happen in the next stage?
This laptop worked fine with 9-STABLE to at least february.
//per
2011 Apr 19
1
chan_dahdi under bristuff 0.4.0-RC11 not building under Linux 10.04.2 LTS
Hi all,
I downloaded a copy of bristuff 0.4.0-RC11 on my Ubuntu 10.04.2 LTS server
machine with 2.6.32-24-generic-pae kernel.
The prereq.sh script executes without complaints (BTW on my system,
libncurses-dev evaluates to libncurses5-dev and libz-dev evaluates to
zlib1g-dev).
With the asterisk 1.4.41 package that is installed, a make menuselect
operation indicates that all dependencies are met
2011 Sep 08
2
Issues with environments not being respected
I''ve ran into a strange issue today while using my development environment I
was receiving some errors about modules that shouldn''t have been used. After
looking it looks like my agent (or master) isn''t respecting the environment
I specify and is actually using the main (master) environment. This used to
work and I haven''t had any changes beyond a upgrade ..
2004 Oct 13
4
Can't join domain - no message
I have installed Samba 2.2.8a onto a Solaris 2.5.1 system from Sunfreeware.
Config file has been copied from another similar working system and all that
was changed was the netbios name.
Using smbpasswd to join the domain does not seem to be working. No message
is displayed to say either domain joined or not. secrets file is created
and an account is created on the domain. Machine is
2017 Feb 02
0
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
On Sun, Jan 29, 2017 at 12:09:43PM +0100, Uwe Kleine-K?nig wrote:
> AI_CANONNAME is only relevant when the resulting official name is used,
> which is not the case in tftpd for the address to bind to. Also
> AI_ADDRCONFIG isn't helpful. This flag is good for sockets used to
> connect(2) somewhere. But for listening sockets it makes tftpd fail to
> start when -a 0.0.0.0:69 is
2017 Feb 03
0
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
On Thu, Feb 02, 2017 at 02:22:47PM +0100, Uwe Kleine-K?nig wrote:
> On Thu, Feb 02, 2017 at 04:08:49PM +1030, Ron via Syslinux wrote:
>
> > The use of AI_PASSIVE here is a placebo. That flag has no effect unless
> > address was NULL, and if that was true, neither of the hunks here would
> > actually be executed in the first place.
>
> Right. Today it only has an
2007 Sep 14
0
logging tftpd
I'm trying to figure out where my bootloading breaks down on ltsp with a
ppc client and so I changed /etc/xinetd.d/tftp...
server_args = -vv -s /tftpboot
but cannot figure out if/where it's getting logged - do I have to change
something in syslogd.conf?
--
Craig White <craig at tobyhouse.com>
2008 Jun 07
1
directing output of tftpd to stdout, instead of syslog()
I'm doing some work with hpda-tftpd--0.48.
All output is to syslog -- this is inconvenient when running interctivitly.
tftpd has a no daemonize flag -- this is not used either started it normally or from the sample inetd...
I'm thinking of doing:
my_syslog(int priority, const char *format, ...)
{
va_list ap;
va_start(ap, format);
if(use_tty == TRUE)
2011 May 08
1
Cisco 7940 phone and tftpd provisioning - for ever?
Hi all,
Sorry for posting here - but I figured there are many people with Cisco
IP phones here - and I use them with Asterisk :-)
I have a couple of Cisco 7940 phones. I've loaded the SIP firmware OK,
loaded the SIP configuration files OK, they work with Asterisk just fine.
My question is - will I have to keep on running the tftp server for them
for ever and ever? Isn't there any
2003 Apr 03
1
syntax of tftpd mapfile
Hello,
I want to use tftpd rewrite feature to sort configs from different systems
to subdirs named by the system-ip and (perheps) by date.
the system (cisco pix) issues 'wr net: /config'
this should be rewritten to /10.0.0.1/config or better /10.0.0.1/20020403-1448
Is this possible?
Thanks for any hints.
--
Andreas Schulze
2007 Jun 06
1
tftpd-hpa feature suggestion
Hello,
I had a feature suggestion in mind.
I'm using PXELINUX with tftpd-hpa to netboot a debian system.
Everything works great.
I had an idea to create a dynamic bootup message (DISPLAY command)
The idea is simple, instead of sending the file itself, the file will
be executed and the output will be sent.
Some environment variables can also be defined before executing the
script (MAC
2007 Jul 11
0
tftpd multicast option kills other negotiation options
Hi,
The tftpd can not handle a request with the multicast option set.
If the request has additional options eg. blksize, all options are
discarded and a oack is newer sent.
The client works fine with the atftpd server.
I am not after an implementation of the multicast feature. However, the
server should not discard the other options.
Any thoughts about this?
Regards,
Robin Theander.
--
2005 Apr 21
1
tftpd-hpa file download status
Quick question: is it possible to get the status of files being
downloaded from the tftp server? Perhaps from a log file? Perhaps from
an RPC call?
I'm using tftpd-hpa along with PXELinux and it would be really nice if
I could query the download progress of the kernel and ramdisk images.
Thanks,
Salman