Server :: How To Check Whether Tftpd Works
Feb 7, 2011
I have configured tfpt server to work as xinet.d service.Below is conf file ftom /etc/xinetd.d/tftp
Code:
service tftp
{
socket_type= dgram
protocol= udp
wait= yes
[code]...
I have to make sure this service works, I tried to 'telnet server_name 69' but I get below error :
Code:
[root@ldap2 xinetd.d]# telnet localhost 69
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
How can I verify that this service works ?
View 1 Replies
ADVERTISEMENT
Oct 5, 2010
My tftp server stopped working. I don't know why. I tried re-installation of tftpd-hpa, I tried to install another server: atftpd in its place.They don't function.(Debian Squeeze)
XXXXXXXXXXXX
HPA's tftpd: in.tftpd/usr/sbin/in.tftpd: unrecognized option '--address'
Starting HPA's tftpd: in.tftpdinvoke-rc.d: initscript tftpd-hpa, action "start" failed.
dpkg: error processing tftpd-hpa (--configure):
[code]...
View 1 Replies
View Related
Jun 28, 2011
Is there an easy way, preferably by using the linux terminal, to check if a socks 5 proxy works?
View 1 Replies
View Related
Dec 8, 2010
What is the proper way to stop tftpd from starting up? There is no numbered rc script symlink for it so I can't use update-rc.d. I don't want to just hack a file unless that is considered "the way".
View 4 Replies
View Related
Nov 9, 2010
Tftpd doesn't start with xinetd ,unable to catch where the error is ?
View 2 Replies
View Related
Jul 12, 2011
Having a problem with tftpd on CentOS 5.5. I am only able to download files from the localhost address.
I have checked iptables (by adding rules and by turning the firewall completely off -- nothing changes) and enabled tftpd logging (by adding -v to the server_args section in xinetd.d/tftp) and I DO see the request coming in, but no response from the daemon. I've also tried upping the verbosity by adding multiple -vs and/or --verbosity 10 to the mix, but all I ever see is the initial request come in, nothing more. I've even tried running the daemon in foreground mode with -L but I get no verbosity then.
View 3 Replies
View Related
Mar 15, 2010
I have a problem with TFTP files greater than 32MB with Ubuntu. I haven't been able to find a fix for this issue. This has been a known issue for years and was corrected in the winodws world(AUGH !). when I did an apt-get install this morning it said my tftp was up to date.
View 1 Replies
View Related
Jul 28, 2011
I am learning Linux and especially the scripting and server administration aspect. I recently installed TFTPD on a Debian Lenny box and was satisfied with the results. The only drawback that I could find was that a file had to exist before TFTPD would allow a transfer. I understand that this is standard practice however I was wondering if there was a way around this. I am using this TFTP server to backup configurations and IOS images on our Cisco devices in a private network. If there isn't anyway to do this is there a different TFTP server that I could install that would support this functionality. I have read the man pages without much luck and doing Google searches hasn't yielded many results. I really appreciate your help and if there is anything you need from me please let me know./etc/inetd.conf fileQuote:
#:BOOT: TFTP service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
tftp dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.tftpd -s
[code]...
View 2 Replies
View Related
Nov 9, 2010
Unable to start tftpd service after starting xinetd
View 9 Replies
View Related
Jan 9, 2010
When I log into Ubuntu forums and check the "remember me" box....It never works....Is it the same for everyone, or just me...?
View 3 Replies
View Related
Oct 4, 2010
I have a RHEL5 machine having mysql5.0.22 is installed in it. i also installed java through "jdk-1_5_0_19-linux-i586.bin" package, and its version is 1.5.0_19. I am trying to check if any JDBC driver for Mysql Server is installed on my system . How can I do this? If any driver is already installed How can I get the file path for those driver files? is it comes along with jdk packages? As i am not a programmer, and does't know more about jdbc.
View 1 Replies
View Related
Jun 7, 2010
After searching the forum I could not find a clear answer to my question so I am giving it a try...
I have installed a LAMP server with Postfix as mail server. The scripts send email as user www-data using the mail server on the same machine.
However, the email got rejected by external mail servers (failed reverse DNS check) so I setup a mail server that meets all needed requirements.
Now I would like to use this second server instead of the mail server on the LAMP server. I found that this could be done with changing sendmail settings in php.ini (I think).
However I am not sure how that will go: www-data is no actual user on the new email server (which requires authentication before sending). Do I need to create a new user on the email server or change the settings in php.ini to match an existing user?
View 1 Replies
View Related
Nov 12, 2010
I'm using a linux server where nat server is running. Local user are connected from this server. So is there in tool that i can check that local user getting internet? or how can i check that a user connected from linux server using internet or where he visited?
View 1 Replies
View Related
Mar 9, 2011
I would like to implement something when a server is offline for whatever reason. For example. I got my own DNS servers and webservers. I would like it if the users goes to www.somedomain.com and the server it is actually on is down for maint. or For whatever not able to respond. What can be done so that if the server isn't able to be contacted that it can point to either a another server or the dns somehow can display a page stating who to contact to report a problem or to let them know its down for maint. And can goto a site to check the status or whatever.
View 7 Replies
View Related
Apr 28, 2010
We are using axigen with redhat
linux how to check if email server machine doing spamming.
View 3 Replies
View Related
Feb 12, 2010
I have a script that works fine on a commercial server and my CentOs Box at home but doeasn't work with another commercial server (Where we need it to).I have pulled the PHPINFO.PHP from both and wondering if someone could tell me which parameters to compare when the following happens:The script seems to do the HTML/Java and outputs the PHP script on the page , but this site has many other PHP scripts working fine:
View 6 Replies
View Related
Mar 25, 2010
I have developed a small website using jspx pages.Now i want to host the website to a server which is a linux machine.The linux machine which i m referring to is already hosting some web pages(jspx) through a web server Which is running at port 8888.My first question would be "How would i check which web server is installed in the server?"Due to my little knowledge about linux machine .I have copied some simple html pages to /var/ www/ html location. The pages are getting accessed correctly on port number 80.But how would i go about hosting jspx pages.
View 13 Replies
View Related
Sep 8, 2010
My server OS CentOS release 5.4 (Final). Using Plesk panel 9.2..Server getting down frequently, how to check the log on server. how to find out the reason.
View 9 Replies
View Related
Mar 14, 2011
I am using cent os 5. I want to check the activity of my server log files. Like when the service was up or down,what was the time when the server was shutdown and the time when the server was up and its rest of activities etc etc
Code:
# tail �f /var/log/messages
the above code does not show me the full log status
View 3 Replies
View Related
Oct 18, 2010
I'm looking for an easy way to check if some server is down, and then act upon it. This check needs to be done from the backup-server. So if the backup-server thinks the production server is down, then in some bash script I want to execute a rule.
My question: what is an easy way to check another server ?
1. I know about Nagios. It's great, but to large to use here.
2. I could ping the server, put a ping that fails does not necessarily mean the server is down.
View 6 Replies
View Related
May 5, 2011
I am trying to control access to a web page, so that, if someone is seeing the page, no one else should be able to see it, and should be redirected to another page.
Right now I am using PHP for the pages, and I have LAMP installed.
Is there a way to do this??
View 2 Replies
View Related
Mar 24, 2010
Installed Redhat5 using NFS-server, but when tried to install packages in the newly installed client using:
all CD copied to /inst directory in NFS-server, where all rpm's can be found in /inst/Server/
What am I missing to make YUM work, in my local repository?
View 3 Replies
View Related
Aug 19, 2010
how can I check the size of file on server in bytes?
i need to do it for following
View 1 Replies
View Related
May 26, 2011
I have a service the uses Mono to check in with a SQL server at a set interval. For some reason in 11.04 The service is only able to run for a short period of time without crashing. This service worked/works perfect in all previous versions. Any ideas as to what could have possibly changed? I'm really just looking for ideas on what to check.
View 3 Replies
View Related
Jul 30, 2011
I need to know what command to use to check whats using all of my ram on my server i use the top command but it doesn't show much information
View 8 Replies
View Related
Jul 27, 2011
does any one knows how can I test CPU in Red Hat ? Is there any tools to check if CPU working correctly ?
View 8 Replies
View Related
Jul 23, 2011
I need to check my mailboxes for errors. My imapd has permanent errors, it periodically crashes. I think that the problem will be with some errors which was created when I converted my previous maildirs to mailboxes.
It is possible to check the integrity of these mailboxes with some command or script?
View 1 Replies
View Related
Apr 18, 2010
I have a server running ESXi. I want to know if it supports AMD-V for hardware-based virtualization. Is there any way to check it from one of the guest os running (centos 5).
Also, I tried rebooting the box and I can't see an option in the bios to turn on/off Virtualization. Although from Asus site they say it supports is:
[URL]
The motherboard is an ASUS KFN4-DRE and has 2 Dual Opteron 2216 2.4GHz processors.
Also, on a side note, I have another box with HDAMA board and 2 Dual Opteron 275s. Do these support AMD-V as well? No option in bios as well.
View 3 Replies
View Related
Sep 26, 2010
Code:
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 50G 47G 602M 99% /
How to find why Avail space shows only 602M?
View 8 Replies
View Related
Aug 26, 2010
I want to check , whether ethernet bonding is done in a few linux boxes running on RHEL5 and freebsd . am using the following command to check them as well.
Code:
Is it ok , or is there any other place i need to look for ?
View 2 Replies
View Related