Sponsored Content
Operating Systems Linux Ubuntu Install and configure ntp rpm on Ubuntu 13.10 version Post 302898077 by neutronscott on Friday 18th of April 2014 11:19:25 AM
Old 04-18-2014
what does /etc/apt/sources.list look like?
 

10 More Discussions You Might Find Interesting

1. Solaris

How to configure NTP in Solaris/Windows/Linux environment...???

Hi, Can someone let me know the detail procedure for configuring NTP in Solaris/Windows/Linux environment....??? I would like to use any NTP Server on Windows Server & rest of the systems running with Solaris 10/9 & Linux be as NTP Client. All NTP Client should take the time from NTP Server... (8 Replies)
Discussion started by: jumadhiya
8 Replies

2. SuSE

How to install .src.rpm ? ( source rpm )

Hi, I have got few RPM's from rpmfind.net ( mainly gcc ). But it seems to be src files instead of the image. so I think we have to build the src files according to target machine using rpmbuild. Can any one help me with 1) Various options of rpm build that have to be taken care 2)... (3 Replies)
Discussion started by: Sivaswami
3 Replies

3. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

4. UNIX for Advanced & Expert Users

how to view NTP version?

Hi there, How do I find out the version of NTP which is running in my Red Hat Enterprise Linux Server release 5.3 machine. Any help related to this is very much appreciable. (1 Reply)
Discussion started by: skmdu
1 Replies

5. Solaris

Cannot configure NTP client

Hi, I am trying to configure NTP client on my Solaris server, but I am getting error like: Jan 13 10:53:33 SPOTS ntpdate: no server suitable for synchronization foundMy ntp.conf file: bash-3.00# pwd /etc/inet bash-3.00# bash-3.00# bash-3.00# cat ntp.conf # ident "@(#)ntp.client... (5 Replies)
Discussion started by: nypreH
5 Replies

6. AIX

Configure one host against two ntp servers for redundancy

Dears all is it possible to have two NTP servers in one host ? how i can configure them . please advice (5 Replies)
Discussion started by: thecobra151
5 Replies

7. Red Hat

RedHat version in rpm spec files

Hi In opensuse we have this nice version control variable I use much when designing rpm spec files: rpm --showrc | grep suse_version %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1700 -14: suse_version 1140But I do not find anything close to this in rhel/centos The only way... (0 Replies)
Discussion started by: mortenb
0 Replies

8. Red Hat

Configure RPM

Hi..i need to install package (*.rpm) on RHEL 6.2 . I have those patches available in RPM disc. When i try using below command rpm -ivh <package name> it give me following error no key warning:user mockbuild does not exist - using root warning:group mockbuild does not exist - using root... (3 Replies)
Discussion started by: deljatt
3 Replies

9. Linux

Configure ntp server and Linux in oel 5.9

i want to configure machine1 as ntp server. this machine has oel 5.9 64 bit installed and this machine is not connected to internet neither there is any ntp server. there is another machine2 and i want to configure that as ntp client. plz do tell me that what lines do i add in /etc/ntp.conf... (0 Replies)
Discussion started by: rehantayyab82
0 Replies

10. UNIX for Beginners Questions & Answers

How to install older package version on Ubuntu 18.04?

Hello, I'm running Ubuntu 18.04 and I would like to install libboost-python version 1.46. Currently I have installed version 1.65: wakatana@local-machine:~$ dpkg -l | grep libboost-python ii libboost-python-dev 1.65.1.0ubuntu1 amd64 ... (1 Reply)
Discussion started by: wakatana
1 Replies
auto-apt(1)						      General Commands Manual						       auto-apt(1)

NAME
auto-apt - on demand package installation tool SYNOPSIS
auto-apt [options] [command] [args...] DESCRIPTION
This manual page documents briefly the auto-apt commands. auto-apt is a program that checks file access of programs running within auto-apt environments. If a program will access a file of unin- stalled package, auto-apt will install the package containing the file, by using apt-get. OPTIONS
A summary of options is included below. -h Usage. -s No action, perform a simulation of action. -y Automatic yes to prompt. -q Quiet -i Don't install in background process. -x Disable X interface. -X Enable X interface. Run apt-get in another x-terminal-emulator if you run in X environments. -a [dist[,dist...]] Select installable distribution from main,contrib,non-free,non-US or none. If you set "-a none", it means almost same as "-s". -p [hook[,hook...]] Select hook functions from exec,open,access,stat or none If you set "-p none", it means almost same as "-s". -D [dbfile] Change dbfile from default /var/cache/auto-apt/pkgcontents.db -F [filedb] Change filedb from default /var/cache/auto-apt/pkgfiles.db, which is generated by auto-apt update-local commands. It is used as default dbfile for commands with -local postfix. In many cases, it is used with -L option to detect file access -L [record.lists] Append file access data to record.lists file. COMMANDS
A summary of command is included below. run [command] Run command controlled by auto-apt. If command is not specified, user's shell will be used. update [ -a ] Recreate dbfile from sources.list information. dbfile can be specified by -D option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. update-local [ -a ] Generate filedb from installed package information. filedb can be specified by -F option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. merge [ -a ] Merge package,filename information to dbfile, which can be specified by -D option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. del package Delete file information of package from dbfile database. check [-v] [-f] file Check which package provides file, from dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. install [-s] [-d] [-u] [-y] [-v] file Try to install a package that provides file by using apt-get. You need root privilege to run apt-get install. list [-v] [-f] List file information in dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. search [-v] [-f] pattern Search file information by grep(1) pattern in dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. debuild [debuildopts] Run debuild(1) in auto-apt environments, and show Build-Depends: estimation. Recommended to use with -s option of auto-apt. status Show whether current environment is in auto-apt or not. FILES
o /etc/auto-apt/paths.list path lists o /var/cache/auto-apt cache/database directory o /etc/auto-apt/sources.list sources.list for auto-apt. if not found, symlink to apt-get's sources.list will be created. ENVIRONMENTS
o AUTO_APT_CACHEDIR override default cache/database directory BUGS
Known bugs. See /usr/share/doc/auto-apt/BUGS. and/or http://bugs.debian.org/auto-apt AUTHOR
This program was written by Fumitoshi UKAI <ukai@debian.or.jp>, inspired by idea/comments from Debian Guru (debian.gr.jp) and Project Dice members. 29 Jun 2000 auto-apt(1)
All times are GMT -4. The time now is 06:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy