Network Time Protocol Not working after installaltion

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Network Time Protocol Not working after installaltion

Postby sheikhatif » Mon Jul 31, 2006 1:37 pm

Hi
I m installing vici dialer on Fedora Core4 machine. But when I install network time protocol .
ntp-stable-4.2.0a-20060224.tar
cd ntp-4.2.0
- ./configure
- make
- make install
it works done, but when I type next command which is:-
-vi /etc/ntp.conf
it opens a blank file that means it doent create directroy in /etc/ntp.conf.
Tell me where is prob I done all well. But dont no...........da problem kindly help me to resolve this issue,

regards.

atif
sheikhatif
 
Posts: 41
Joined: Sat Jul 15, 2006 12:58 pm
Location: Pakistan

Postby mflorell » Mon Jul 31, 2006 2:04 pm

As the SCRATCH_INSTALL states:
change to just 1 line: "server 18.145.0.30"

That means that the entire file should be that one line:
server 18.145.0.30

save(Esc :wq)
then exit and you are done.

Then you can run this command to make sure it's working:
/usr/local/bin/ntpdate -u 18.145.0.30
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby sheikhatif » Mon Jul 31, 2006 2:26 pm

thnkx for ur positive reply....

Kindly tell me is vici dialer support FreeBSD...

regards ATif
sheikhatif
 
Posts: 41
Joined: Sat Jul 15, 2006 12:58 pm
Location: Pakistan

Postby sheikhatif » Mon Jul 31, 2006 2:33 pm

HI
asking questions again when I compile the mysql-4.0.27 it gives me error about linux theads how can I install them?????????? error is:-

checking "LinuxThreads"... "Not found"
configure: error: This is a linux system and Linuxthreads was not
found. On linux Linuxthreads should be used. Please install Linuxthreads
(or a new glibc) and try again. See the Installation chapter in the
Reference Manual for more information.

tell how can I handle this error message to resolve this issue

regards

atif
sheikhatif
 
Posts: 41
Joined: Sat Jul 15, 2006 12:58 pm
Location: Pakistan

Postby mflorell » Mon Jul 31, 2006 3:02 pm

I have never tried FreeBSD, but since everything should be able to be compiled on FreeBSD it should run.

As for your problem, did you install everything when you initially installed Fedora Core 4?

Is there a reason you are not using Slackware 10.2?
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby marvin » Mon Jul 31, 2006 4:13 pm

i guess it would be nice if it would be one problem - one thread so that users can easily search on.
marvin
 
Posts: 69
Joined: Wed Jun 21, 2006 1:35 am
Location: Cebu, Philippines

Postby sheikhatif » Tue Aug 01, 2006 7:54 am

the reason is that I dont familiar with slackware so kindly tell me how can I compile or install mysql on my machine ........

regards

atif
sheikhatif
 
Posts: 41
Joined: Sat Jul 15, 2006 12:58 pm
Location: Pakistan

Postby mflorell » Tue Aug 01, 2006 10:09 am

Have you read the SCRATCH_INSTALL document?

There are instructions for installing MySQL from source in there.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby sheikhatif » Tue Aug 01, 2006 10:50 am

when I install mysql on fedora 2 its install ok..but when I install it on fedora 4 it give errors about linux threads........


regards
atif
sheikhatif
 
Posts: 41
Joined: Sat Jul 15, 2006 12:58 pm
Location: Pakistan

Postby mflorell » Tue Aug 01, 2006 10:58 am

You can just use the fedora core 4 RPM install for MySQL and it should work fine.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby convertec » Mon Dec 10, 2007 7:18 pm

I am doing a fresh install by scratch_install, with slackware 12, all packages, default kernel, subphase 3.1:

./configure --prefix=/usr/local/mysql --enable-large-files --enable-shared=yes --with-readline

and I get this:

Code: Select all
checking "LinuxThreads"... "Not found"
configure: error: This is a linux system and Linuxthreads was not
found. On linux Linuxthreads should be used.  Please install Linuxthreads
(or a new glibc) and try again.  See the Installation chapter in the
Reference Manual for more information.


additional info:
Linux vici 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

help?

EDIT
just saw it below on scratch_install

** INSTALLATION NOTE **
If you are having Linuxthreads problems upon onfigure, just execute the following command:
echo '/* Linuxthreads */' >> /usr/include/pthread.h
convertec
 
Posts: 43
Joined: Sun Sep 03, 2006 2:27 pm
Location: Idaho

Postby mflorell » Mon Dec 10, 2007 8:52 pm

Another reason I may eventually drop MySQL 4.0.X compatibility at some time in the future.
mflorell
Site Admin
 
Posts: 18387
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

to sheikhatif

Postby eliasferreyra » Mon Dec 10, 2007 10:47 pm

sheikhatif
look in thentp case if you are using centos
i recommend you to use

yum -y install ntp

vi /etc/ntp.conf (change to just 1 line: "server 18.145.0.30")
cp /etc/ntp.conf /etc/ntpd.conf # just to be sure
ntpdate -u 18.145.0.30 # initial sync
/usr/sbin/ntpd

and on the mysql case you can use yum -y install mysql*
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

to sheikhatif

Postby eliasferreyra » Mon Dec 10, 2007 10:48 pm

sheikhatif
look in thentp case if you are using centos
i recommend you to use

yum -y install ntp

vi /etc/ntp.conf (change to just 1 line: "server 18.145.0.30")
cp /etc/ntp.conf /etc/ntpd.conf # just to be sure
ntpdate -u 18.145.0.30 # initial sync
/usr/sbin/ntpd

and on the mysql case you can use yum -y install mysql*
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 129 guests

cron