Hi,
I am using RedHat 7.2. I want to make use of POSIX compliant timer
functions like timer_create, timer_settime, etc. When I compile the code
it complains "undefined reference to timer_create". I suppose the
libraries I am loading does not have the POSIX functions in them. I have
included a
Hi Sean,
Thanks for the pointer. I used it and it worked fine.
Thanks again
Srini
Sean Estabrooks wrote:
On Sat, 16 Aug 2003 21:22:34 -0500
Srini Amble <[EMAIL PROTECTED]> wrote:
Hi,
I am using RedHat 7.2. I want to make use of POSIX compliant timer
functions like timer_
I am trying to set up the tftp server on my Pentium host running Red Hat
8.0. This is required to boot my target board. The TFTP client is timing
out. I have placed the boot file in /tftpboot directory on my host. So
far I have not been successful. My /etc/xinetd.d/tftp settings are:
service tftp
>
> Srini Amble said:
> > I am trying to set up the tftp server on my Pentium host running Red Hat
> > 8.0. This is required to boot my target board. The TFTP client is timing
> > out. I have placed the boot file in /tftpboot directory on my host. So far
> > I hav
My tftp server is not working on RH 8.0 and the log message in
"/var/log/message" file reads like following.
"localhost in.tftpd[3895]: cannot bind to local socket: Permission
denied"
What do I need to do to in.tftpd bind to local socket? Any help is very
much appreciated.
Thanks in advance
Sri
I have RH8.0 running on my PC. To my utter dismay I discover that one of
the applications does not run on RH8.0 but it runs on RH7.3. I have ISO
images of RH7.3. I have copied these to the hard disk on my PC. Can
anyone suggest to me how I can boot from RH7.3? Your help is very much
appreciated.
T
I am running Red Hat 7.3 on my PC. I have three LAN ports (one on the mother
board (eth1) and the other two on NICs (eth0 & eth2)). I can only activate
the LAN port on one of the NICs. I cannot activate the other two LAN ports.
Whenever I try I get a failure. Can somebody help me with diagnosin
I am struggling to get TFTP server working on RH Linux 8.0. I have set
the "disable" field to "no" in /etc/xinetd.d/tftp file. Rebooted the
machine and made sure tftpd is up and running. When I initiate tftp from
a client then the server responds with "Destination port unreachable"
error. I hav
Thanks to all those who responded to my earlier help request regarding TFTP
server problem. Unfortunately, I have not come to a closure yet. Here is what
I have done:
1. I have modified the "disable" to "no" in /etc/xinetd.d/tftp file.
2. I have modified /etc/sysconfig/ipchains to ACCEPT udp on
Dear all,
I have a host with RH 7.3 running and a client with RH 8.0 running. On
the host I have two network devices (eth0 and eth1). eth0 has statically
assigned IP address while eth1 has DHCP assigned IP address. When I try
to do file transfer from the client over statically assigned IP addre
I think it means that some program is using the port 69 (tftp),
as root try:
ps -axu | grep 69
see the result, it shows the program listening on that port.
raymundo
Srini Amble wrote:
Dear all,
I have a host with RH 7.3 running and a client with RH 8.0 running. On
the host I have two
Hi Dante,
Have you tried to play with other "serial port settings" on Minicom? I have RH
7.3 on one machine and RH8.0 on other machine. I can communicate with a
MPC850 evaluation board from both hosts. I am using a cross over cable (PC to
PC communication cable). I had to turn off the HW and SW
I have accidentally removed the directory using "rm -rf /var/lib/rpm*". I am
running RH7.3 and I had installed all packages that came with distribution. I
would appreciate very much if someone can guide me to restore the
/var/lib/rpm* directory without whole lot of grief.
Thanks for any help
p the system always boots to
Windows 98. I never get an option to choose which one to boot. Can
anyone share their wisdom on where I can possibly be going wrong?
Thanks in advance for all helpful tips.
Srini Amble
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://li
;lpq" to check the status it indicates
error (rather cryptic). Any help in debugging this further is much
appreciated.
Thanks in advancec
Srini Amble
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
very much appreciated.
Thanks in advance
Srini Amble
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
I am running RH 7.2 on an Intel celeron box. When I send the e-mail the
mail is not going out. I can see all the e-mails using the command
"mailq". The sendmail is running. Would any of you have any words of
wisdom to solve this problem?
Thanks in anticipation
Srini
--
redhat-list mailing l
I am running RH 7.2 on an Intel celeron box. When I send the
e-mail the
mail is not going out. I can see all the e-mails using the command
"mailq". The sendmail is running. Would any of you have any words of
wisdom to solve this problem.
Thanks to all those who have responded so far. I am ye
Hi Folks,
I am running RH7.2 on an Intel Celeron processor. Whenever I reboot, the
server tries to bring up the XWindows. I presume it fails and gives me a
command line login prompt. After that it switches to "Init Level 3" and
tries to restart some of the applications. I can now login to the s
Thanks for the suggestion. Indeed the initdefault is set to 5 in
/etc/inittab. The server boots up in level 5 but then goes to level 3
after seemingly some problem with Xwindows. Please share any other
helpful suggestion.
If it's starting in level 3, that is text mode.
Make sure that in your /
Does sleep() system call cause the process to be put on the wait queue?
I am hoping sleep() does not cause a spin lock. My objective being to
force the process to give up the CPU for some duration of time. I
appreciate any helpful response to resolve this question in my mind.
Thanks in advance
I have loaded RH7.2 on dual Xeon server with Promise RAID. I followed
the directions as given in the "Linux ATA RAID HOWTO" for RH 7.2.
When I try to boot off the Hard DIsk the kernel hangs. The meesage I see
on the console is:
"request_module [block-major-8]: Root fs not mounted
VFS: Cannot op
I have a daemon which is started automatically during the system boot-up
(it is in /etc/rc.d/init.d). During the life of the daemon users can
change the configuration because of which the daemon will have to be
restarted. All processes which are part of Daemon are owned by root and
hence non-ro
I have a dual Xeon server with a Promise RAID controller (Promise
FastTrack1000 TX2). I have two hard drives which are set up in RAID1
configuration (mirrored). I have followed the ATA RAID HOWTO guidelines
to install RH7.2. So far I have not been able to get the server to boot
off of the hard
I am trying to look at a RAID controller that is supported natively in
RH 7.3. I would appreciate any suggestion from the RH community. I would
also love to hear from anyone who has successfully used RocketRAID133
with Rh 7.3?
Thanks in advance
Srini
--
redhat-list mailing list
unsubscribe ma
I am running RedHat 8.
My logfiles fill up once a week and take a lot of space in HDD. I just
want to create a batch file to clean all the files once a week. Any
idea how can i do that ?
I guess i will run it through anacron, but i do not know how to create
the batch file.
Any idea is apprecia
I am looking for RH 7.2 CDs. Can any of you please suggest a source for
RH 7.2 CDs? I have tried to download the ISO images from the net but the
MD5SUM never matches. I need these CDs because one the applications I am
trying to use works only with RH 7.2. Any help is very much appreciated.
Than
27 matches
Mail list logo