Ubuntu Servers :: How To Determine What Package I'm Running
Jun 3, 2010
I installed Apache by using the following command:
Code:
sudo apt-get install apache2
I later realized that there are two (or more versions) of Apache, MPM Worker (threadsafe) and Prefork. Since I'm trying to get both Tomcat and PHP working on the same system I need to know what version is installed of Apache, Worker or Prefork?
Looking in the package documentation, it said something about a virtual package... Looking inthe mods-enable directory, I don't see anything that indicates one or the other.
I'm also wondering if Tomcat integration can work with prefork?
View 1 Replies
ADVERTISEMENT
Feb 24, 2010
Is there a way to determine which libraries a package needs before installing the package itself?
View 2 Replies
View Related
Jul 24, 2010
I am very experienced with versions of RedHat, including most recently Fedora. Under these
rpm =ql xxxx
will tell me the files which are part of package xxxx.
Recently, I started using ubuntu.
I haven't been able to figure out what the corresponding command(s) are for Ubunt
View 2 Replies
View Related
May 15, 2011
Is it possible to see what are build-in, in a package?
In example, freeradius lacks det TLS support, or exactly it lacks the EAP/PEAP support, which is requring TLS.
aptitude show freeradius gives this, and there are some required ssl packages, but is this the way to do it?code...
View 2 Replies
View Related
Jul 10, 2010
I'm writing a bash script to move files around based on various bits of metadata. For a few reasons, this script will be run regularly both from the terminal, and from the nautilus-scripts folder ("graphically", if you will). What I'm stumped on is having the script defer outputs based on which mode the script is running in. For example, how can I have the script know whether to echo error statements, or pump them out to zenity based on the method of invocation?
View 2 Replies
View Related
Jan 4, 2010
How does one determine what KDE is running on a PC? Surely, there is a simple CLI command (or GUI) to determine that - but I don't know what it is..Something similar to "uname -a" that we use to find kernel version.
View 2 Replies
View Related
Jun 23, 2011
How can I programmatically determine if my python script is being run with a 32 or 64 bit interpreter? Better yet, is there a one-liner I can run that will print out the word size of the current python session?
View 6 Replies
View Related
Jul 7, 2011
Can anyone tell me how I determine the version of linux my Synology Diskstation DS210+ is running?\
View 3 Replies
View Related
Nov 16, 2010
Checking the process table for the running sendmail, I would like to know the full path to the sendmail binary a la the ps -ef on a Sun or other servers. How do I get ps to give me the actual path, or should I use a different tool on my Linux servers?
View 2 Replies
View Related
Feb 22, 2011
What would be the best way to determine memory consumed by each application running on the server?
View 7 Replies
View Related
Mar 13, 2010
when I try to access [URL]... I get an exception:
[code]...
I believe I need to change some directory permissions, but I can't determine exactly what.
View 1 Replies
View Related
Apr 5, 2010
I'm running a dual boot system at work. I'm connected to a few shared drives in XP, and would also like to connect to them while using Ubuntu.How do I determine the addresses of the servers I'm connected (mapped) to in XP?
View 2 Replies
View Related
Apr 5, 2011
I have a headless server set up with no GUI on board.I know there is some way to display the installed hardware , I just can't remember how.What I'm looking for in particular is determine the type and speed of the PCI-e slots.
View 2 Replies
View Related
Dec 7, 2008
I am looking for a command which, when typed from the command line, returns the ip-addresses of the DNS nameservers that my ISP is using.I think is should be technically possible to write a program that does this, because linux installers set up /etc/resolv.conf correctly (as does knoppix). But I've been unable to find a command that does it. Is there one, and if so, what is it called?
View 14 Replies
View Related
Jun 22, 2011
How do I put the FQDN in the etc/hosts file, server ip is 192.168.2.101 hostname - promisedland fqdn - promisedland.dyndns.org I just want to set up a web based file server. Here is what i put in hosts (/etc)-gedit
[Code]...
View 3 Replies
View Related
Jan 8, 2010
I need to install the following dependencies for synspam on Ubuntu 9.10 karmic server:
Code:
sudo aptitude install nfqueue-bindings-perl libsys-syslog-perl libappconfig-perl libnetpacket-perl libnetaddr-ip-perl
dpkg -i synspam_version_all.deb
Of these, only libnetpacket-perl is not packaged for Ubuntu 9.10 karmic.
Is this functionality present in another 9.10 package with a different name? 10.04 Lucid does have the package: [URL]
View 1 Replies
View Related
Mar 19, 2010
We are running IPmonitor to monitor the disk usage on our Linux servers. It does not seem to coincide with what is reported when running df -h. For example on a Red Hat 5.3 server - our IPmonitor shows that 85% is used on the /usr partition, however when I do a df -h on the server it shows that 91% is used. Why there would be a discrepancy? IPmonitor uses SNMP.
View 5 Replies
View Related
Sep 5, 2010
I am running apache2 and tornado web servers on the same server with one ip address.
The apache2 listens on port 80. Tornado listens on port 8888. I want to redirect requests from a specific ip port 80 to port 8888. I don't have the ability to change the port request on the device. It wants is looking for a web server on port 80.
Any other web server request should go to the apache.
I tried adding the following to /etc/ufw/before.rules
When I run iptables -L it doesn't appear. I have disabled and enabled ufw with no help.
View 3 Replies
View Related
Jul 20, 2011
I'm trying to install the samba client package by running the following command:sudo apt-get install smbfs. However, it hangs forever and times out on [URL]..Reading package lists. Building dependency tree Reading state information... Done The following extra packages will be installed:
cifs-utils
The following NEW packages will be installed:
cifs-utils smbfs
0 upgraded, 2 newly installed, 0 to remove and 144 not upgraded.
Need to get 41.2 kB of archives.
After this operation, 184 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
[Code]...
View 7 Replies
View Related
Jul 30, 2011
I'm new to F15, and can't seem to find the package manager. I want to install Firefox.
View 4 Replies
View Related
Jan 10, 2011
I want to run gallist pkge from iraf for several times.. The step for running that
is:>xgterm &
>ecl &
ecl>noao
noao>artdata
artdata>epar gallist (I set some parameter) then by writing gallist iraf terminal the pkge is run:
artdata>gallist
I want this pkge is run for 1000 time and all output result are collected in only one file.
View 1 Replies
View Related
Mar 19, 2010
What's the best way to tell if a package is already installed? I can't seem to find a way to do it with apt-get.
View 5 Replies
View Related
Nov 4, 2010
I want to install nessus. I run the following in the terminal:
sudo apt-get install nessus
I get a message that the package is not available and anther package replace it. However I am interested in nessus and not in openvas-client (the other package). So how can I get the nessus package.
View 5 Replies
View Related
Feb 5, 2011
This is on a cloud instance of maverick 64bit.In using cloud init to install a package (also does not work manually) I receive the following error.issuing an update with --fix-missing also does not work. I do notice, however this is trying to hit ec2.archive. For iperf I don't know that it needs to be ec2 specific. To my knowledge this worked a few weeks ago. Also, where it is easy enough on a Desktop version of maverick to simply switch sources for the upgrades/updates I have not found how to specify a new url (i.e. Duke University vs. MIT) The repositories I am happy with just the location of the repositories.On this particular cloud image is it even safe to leave ec2 as it is a specialized stripped down image.
View 2 Replies
View Related
Apr 26, 2011
I have installed Ubuntu 10.04 LTS server 32 Bit. Now have to install FTP package in my sever i dont have internet connection but i have downloaded the vsftpd_2.0.4-0ubuntu4.1_i386.deb file but while installing i get the following error.
# dpkg -i vsftpd_2.0.4-0ubuntu4.1_i386.deb
(Reading database ... 42228 files and directories currently installed.)
Unpacking vsftpd (from vsftpd_2.0.4-0ubuntu4.1_i386.deb) ...
dpkg: error processing vsftpd_2.0.4-0ubuntu4.1_i386.deb (--install):
[Code]....
View 9 Replies
View Related
Nov 13, 2010
Find error:
E: Unable to locate package squid
View 3 Replies
View Related
Nov 16, 2010
Here is a mail in /var/mail/root which I received in my server logs[URL]I see same packages downloaded many times again and again.The servers which are upgrading are total 5 (4 virtual machines and one hostso is there a way I can save bandwidth on this sort of setup.
View 3 Replies
View Related
Mar 3, 2011
I have installed the latest server (Ubuntu 10.04). When I tried (including sudo apt-get update first followed by sudo apt-get install virtinst) I get Unable to locate the package virtinst. It also did it for a few others as well. The apt-get update command is successful (on the console it says it is Done). I have network connection (no proxy) and I am able to ping other systems at home and outside world. So I don't believe it is network issue.
View 1 Replies
View Related
Feb 11, 2010
I'm running my own webserver at home. I've also bought a domain (it's .nl because I'm Dutch). But now I need to change the nameservers from my domain.
I've read a lot of things about running your own authoritative nameserver and things like that. I also experimented with bind9 but I can't get it.
So, I've got a Webserver running Ubuntu Server. I've bought a domain. Nothing more and nothing less. So is it possible to run a nameserver or something else to get it work in this situation?
View 9 Replies
View Related
May 8, 2010
when i go to my server's IP address, the index.php files is downloaded, not run, how can I fix this? I have php5 installed and enabled.
Quote:
root@ubuntu:~$ ls /etc/apache2/mods-enabled/
alias.conf authz_user.load dir.load php5.load
alias.load autoindex.conf env.load reqtimeout.conf
auth_basic.load autoindex.load mime.conf reqtimeout.load
[Code]....
View 4 Replies
View Related