Displaying 20 results from an estimated 6000 matches similar to: "advice wrt pxelinux & tftpd & dhcp"
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
the following config-file triggers a couple of odd corner-cases in
3.08-pre5 ;
SERIAL 0 19200
CONSOLE 0
APPEND console=ttyS0,19200n81 root=/dev/hda1
IMPLICIT 0
#DEFAULT sk1
#DEFAULT menu.c32
DEFAULT sk1
PROMPT 0
MENU TITLE Simple Boot Menu
LABEL sk1
KERNEL vmlinuz-2.6.10-sk1
APPEND console=ttyS0,19200n81 root=/dev/nfs
2006 Nov 02
1
avoiding a loop: "cumsum-like"
Hello Rhelpers,
I need to run the following loop over a large number of data-sets, and was wondering if it could somehow be vectorized. It's more or less a cumulative sum, but slightly more complex.
Here's the code, and an example dataset (called tab in my code) follows.
Thanks in advance for any suggestions!
res<-0
for (i in min(tab$Date):max(tab$Date))
{
if
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello
To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new
tcl and liblapack packages (excuse me it is in french):
> sudo apt-get install r-base-dev
> Lecture des listes de paquets... Fait
> Construction de l'arbre des d?pendances
> Lecture des informations d'?tat... Fait
> Les paquets suppl?mentaires suivants seront install?s :
>
2013 Aug 26
1
logging location of tftpd-hpa
Op 2013-08-26 om 09:35 schreef John McDonnell:
> On Behalf Of Geert Stappers
> Sent: Sunday, August 25, 2013 6:42 AM
> >
> > On my previous TFTP server I had logging. I did see all requests
> > in logfiles.
> >
> > On my current TFTP server I have also added the options '-v -v -v',
> > but no logging. At least I can't find it them in
2013 Aug 25
2
logging location of tftpd-hpa
Hello,
On my previous TFTP server I had logging. I did see all requests in logfiles.
On my current TFTP server I have also added the options '-v -v -v',
but nog logging. At least I can't find it them in /var/log/*/*
Where does tftpd-hpa writes it's logging?
Groeten
Geert Stappers
--
Leven en laten leven
2018 Mar 28
2
tftpd server S not responding
I have a tftpd server S running on centos 7 and managed by systemd
It is not respoding to A server which is sending the tftp read request RRQ.
I do see the RRQ packets coming from A to S, but S never responds back from
a different port Y to A
So this part is working fine
https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#/media/File:Tftp-rrq.svg
But I do not see any attempts to
2020 Apr 30
3
Service Winbind stopped, what could be the reason ?
Hello Rowland,
I had a look on message log, when the winbind stopped.
I found that an system update occured during the night, and then Winbind
did not restart properly.
...
/Apr 28 04:33:08 [localhost] yum[1232]: Mis ? jour?:
samba-winbind-clients.x86_64 4.10.4-10.el7//
//Apr 28 04:33:08 [localhost] yum[1232]: Mis ? jour?:
samba-winbind-krb5-locator.x86_64 4.10.4-10.el7//
//Apr 28 04:33:09
2018 Mar 29
2
tftpd server S not responding
On Wed, Mar 28, 2018 at 6:25 PM, Steven Tardy <sjt5atra at gmail.com> wrote:
> On Wed, Mar 28, 2018 at 3:16 PM Asif Iqbal <vadud3 at gmail.com> wrote:
>
> > It is not respoding to A server which is sending the tftp read request
> RRQ.
> >
> > I do see the RRQ packets coming from A to S, but S never responds back
> from
> > a different port Y to A
2018 Mar 29
0
tftpd server S not responding
On Wed, Mar 28, 2018 at 9:15 PM, Asif Iqbal <vadud3 at gmail.com> wrote:
>
>
> On Wed, Mar 28, 2018 at 6:25 PM, Steven Tardy <sjt5atra at gmail.com> wrote:
>
>> On Wed, Mar 28, 2018 at 3:16 PM Asif Iqbal <vadud3 at gmail.com> wrote:
>>
>> > It is not respoding to A server which is sending the tftp read request
>> RRQ.
>> >
>>
2018 Mar 29
0
tftpd server S not responding
On Thu, Mar 29, 2018 at 7:21 AM, Steven Tardy <sjt5atra at gmail.com> wrote:
> A STATEFUL firewall with ?ip any any? can and will still block asymmetric
> communications due to the firewall keeping track of state (hence tha name
> stateful firewall).
>
> Tcpdump on your servers /other/ NICs and you?ll see the tftp traffic
> leaving your server on some other NIC (probably
2018 Apr 12
0
tftpd server S not responding
have you checked that tftp is added to hosts.allow.
syslog may be reporting libwrap errors, libwrap is trcpwrappers
regards peter
On 11 April 2018 16:57:04 "Asif Iqbal" <vadud3 at gmail.com> wrote:
> On Thu, Mar 29, 2018 at 12:48 PM, Asif Iqbal <vadud3 at gmail.com> wrote:
>
> >
> >
> > On Thu, Mar 29, 2018 at 7:21 AM, Steven Tardy <sjt5atra at
2018 Mar 29
3
tftpd server S not responding
A STATEFUL firewall with ?ip any any? can and will still block asymmetric
communications due to the firewall keeping track of state (hence tha name
stateful firewall).
Tcpdump on your servers /other/ NICs and you?ll see the tftp traffic
leaving your server on some other NIC (probably on with the default route).
The upstream firewall will then block the tftp response if it never saw the
tftp
2006 Mar 27
6
tftpd: read(ack): Connection refused
I configure the system of remote boot. Almost all was done. But one
simple problem. tftp doesn't download pxelinux.0 from boot-server,
in.tftpd is running at.
Problem isn't in pxelinux.0, but in protocol itself. I've created test
file "test" in /tftpboot and tried to download it but "Timeout occured".
From /var/log/messages:
Mar 27 16:32:27 dk in.tftpd[26576]:
2018 Apr 11
2
tftpd server S not responding
On Thu, Mar 29, 2018 at 12:48 PM, Asif Iqbal <vadud3 at gmail.com> wrote:
>
>
> On Thu, Mar 29, 2018 at 7:21 AM, Steven Tardy <sjt5atra at gmail.com> wrote:
>
>> A STATEFUL firewall with ?ip any any? can and will still block asymmetric
>> communications due to the firewall keeping track of state (hence tha name
>> stateful firewall).
>>
>>
2019 Feb 26
1
Gpo computer not applied a boot system
Bonjour à tous
depuis maintenant un certain temps je tire mes cheveux et ne comprends pas
la source de mon problème.
après une migration de samba 3 pdc vers samba 4.8.5 AD, au démarrage d’un
client Windows, l’ordinateur gpo n’est pas appliqué au démarrage.
Dans les journaux Windows, il y a 1058 erreurs d'objet de stratégie de
groupe et samba côté serveur. Voici les journaux:
Mise à jour du
2018 Mar 28
0
tftpd server S not responding
On Wed, Mar 28, 2018 at 3:16 PM Asif Iqbal <vadud3 at gmail.com> wrote:
> It is not respoding to A server which is sending the tftp read request RRQ.
>
> I do see the RRQ packets coming from A to S, but S never responds back from
> a different port Y to A
>
> So this part is working fine
>
>
>
>
2008 Jul 08
1
tftpd: read: Connection refused
Hello,
we have two diskless machines in a routed network.
Both get their IP adresse and tftp configuration via dhcp.
When we start one machine all works well, when the second machine tries
to download the kernel via tftp we get this error:
Jul 8 09:49:52 voyager2 in.tftpd[8374]: RRQ from 10.63.5.122 filename
/andreas/pxelinux.0
Jul 8 09:49:53 voyager2 in.tftpd[8374]: tftpd: read: Connection
2004 Mar 12
0
tftpd error message (File not found)
Hi,
when i look in my syslog i see.
(syslog)
Mar 12 04:40:49 linuxdev in.tftpd[15218]: RRQ from 10.1.5.121 filename
scx.elf.gz
Mar 12 04:40:49 linuxdev in.tftpd[15218]: sending NAK (1, File not found) to
10.1.5.121
here my client has asked for a file, and tftpd has said that it does not exist
in its path (or cannot access it).
looking in the tftpd.c (from 0.36) i see that on line 779 this
2003 Oct 16
1
tftpd-hpa reports a wrong date
Hi, I have a weirdness with tftpd-hpa, it seems to report a wrong date
in the syslog (2 hours early):
root at sup01 > tail -f /var/log/syslog
Oct 16 11:26:52 sup01 last message repeated 11 times
Oct 16 11:28:06 sup01 ucd-snmp[425]: Connection from 62.210.191.157
Oct 16 09:28:33 sup01 in.tftpd[14495]: RRQ from 10.8.1.222 filename
update.cfg
Oct 16 11:30:01 sup01 /USR/SBIN/CRON[14521]: (root)
2006 Jun 12
1
Compiling wine under Kubuntu Dapper
/me has a problem :
root@machine:~# apt-get build-dep wine
Lecture des listes de paquets... Fait
Construction de l'arbre des d?pendances... Fait
Aucune version du paquet libjack0.80.0-dev n'est disponible, mais il
existe dans la base
de donn?es. Cela signifie en g?n?ral que le paquet est manquant, qu'il
est devenu obsol?te
ou qu'il n'est disponible que sur une autre source