Ubuntu Servers :: Mixing Apt And Compiled Packages?
Jul 21, 2010
I don't want to screw up my system, but I need newer versions of packages then the ones in the apt repos. What is the community consensus on the best way to mix apt package management with building bleeding edge packages from source?
Should I build the source into a package and install it with apt? Should I avoid make install?
I would also like to be able to use multiple versions of the same package, and have some sort of sym link or something to determine which version gets executed.
View 7 Replies
ADVERTISEMENT
Apr 28, 2010
I understand it is not generally a good idea to mix 13 and 13-current packages but I am installing OpenProj which requires JDK and the installed JRE (6-18) is up-level from 13's JRE (6-16) and back-level from the 13-current JDK (6-19). Presumably JRE and JDK should be at the same level. Would it be better to take both JRE and JDK to 13-current (6-19) or to take both to 13 (6-16)?
View 3 Replies
View Related
Mar 6, 2010
Is LVM sensitive to mixing different drives w/different specs? If I mix IDE and SATA drives are there issues?
View 1 Replies
View Related
Jan 24, 2011
I have Ubuntu Server 8.04 (LTS) installed and running well, but there a few packages that I'd like to upgrade, without upgrading the entire system (e.g, apache2). Is it possible to include both the Hardy (8.04) and Lucid (10.04) distributions in sources.list? Is that even safe? By the same token, can I add a Maverick repo to my list? I'm using "apache2" as an example, but this is more of a general question.
How should situations like this usually be handled, when only a select few packages would profit from an upgrade that resides in a different Ubuntu release?
On a similar note, is it possible to install two different versions of the same package using the APT tools? Let's say I want two different versions of php5 -- how would I go about doing that?
View 2 Replies
View Related
May 20, 2010
I have recently installed a dev branch of Postfix on my box (jaunty), in order to access some new features. This requires that I do not use any of the postfix-related packages in the repos, I have to set this all up manually.
What is the best method for me to manage this system moving forward? Do I need to prevent the repo's postfix package (or anything depending on it, like postfix-mysql, postfix-dovecot etc.) from ever being installed accidentally? Is there anything else I need to worry about? How do you folks generally manage having compiled, customized versions of software that exists in the repos on your systems?
View 1 Replies
View Related
Jun 29, 2010
I have compiled FFMPEG (and also mplayer and x264) from scratch to always run the latest version. I install ffmpeg using "checkinstall". When compiling FFMPEG manual and installing with checkinstall ffmpeg provides the following libraries: libavutil49, libavcodec52, libavdevice52, libavformat52, libavfilter0, libpostproc51, libswscale0
These can NOT be installed via apt-get (or similar) or the checkinstall will fail. So I have not installed them. The problem now is when I need to install a package (.dep or from Synaptic) that requires one of these a prerequisite. Then it is not "registered" by Synaptic that these are already provided through the FFMPEG build. I have tried to use the --provides flag on checkinstall and I can also see in Synaptic that on the ffmpeg package I installed with checkinstall that it says it provides said packages. I even have tried to modify the checkinstall script and add:
Replaces: libavutil49, libavcodec52, libavdevice52, libavformat52, libavfilter0, libpostproc51, libswscale0
This also triggers Synaptic to list that ffmpeg replaces the packages. But still when I try to install anything that needs these packages it is not recongnized that they are provided by FFMPEG and when I install one of them (e.g. apt-get install libavformat52) then it replaces the FFMPEG library and FFMPEG stops working. So what is going wrong? Is this a bug in Synaptic? How is it possible under ubuntu to install manual compiled packages and have them "act" as correct dependencies for others?
View 2 Replies
View Related
Mar 24, 2010
I just compiled mysql apache and php from source and I have apache to start up from boot but I don't exactly know how to get mysql to do the same.
Edit: Also how do I add mysql to path? Should I just symlink it to somewhere thats in the path or what? And if that is the case wheres the best place to symlink it too.
View 3 Replies
View Related
Sep 13, 2009
I compiled and installed the Asterisk ztdummy package because there is no rpm for it, unfortunately, and i even reinstalled asterisk, but i still get the "No application 'Meetme' for extension..." error when trying to conference. I do a "module show", and it lists other modules that were compiled with the zt source, but not ztdummy.Does anyone know how to fix this? This is more than a passing interest or hobby, because i need to conference about 3 to 5 people to help me test a new Website Content Management System and User Forums Management System i am about to launch as a service.
View 3 Replies
View Related
Aug 25, 2010
I read somewhere that it's not a good idea to mix the use of apt-* (eg. apt-get, apt-file, etc.) and "aptitude". I guess they're not using the same database to keep track of things.Problem is, they don't offer the same features:"apt-get safe-upgrade" doesn't exist, so have to use "aptitude safe-upgrade"."aptitude show/list mypackage" doesn't show the files that an uninstalled package (ie. still in depot) contains, so have to use "apt-file show mypackage".
View 9 Replies
View Related
Nov 17, 2010
A while ago I reinstalled Ubuntu on my PC when I felt that Windows was about to give up. I'm glad I did. A lot of the applications I had on my Mac had equivalents on Linux, I was delighted and I haven't been needing Windows at all.
Up until recently everything was working fine, but now I think Linux is mixing up my Sound Card with my TV Tuner. When I call someone using Skype, it ends up airing white noise, however, if I've watched TV prior to that, it ends up airing the sound from whatever channel I was watching last. If I turn on the video calling function (despite the fact that I haven't got any webcam plugged in) it ends up airing video from that same channel.
It just started doing this randomly, and as I did some experiments, I discovered that it does this with all audio-input applications. (Sound Recorder etc,)
So I installed Pulseaudio device manager, and I discovered that my soundcard isn't listed under output devices.
View 2 Replies
View Related
Mar 24, 2010
I currently have a mirror raid array with 2x 1TB HD's (Western Digital Caviar Green WD10EADS SATA). They are both the standard 512 byte sector HD's. I just ordered a new 1TB Hard Drive (Western Digital Caviar Green WD10EARS SATA) as I want to wipe the current mirror raid and use the 3 disks in a raid 5 array.
But to my suprise, the new 1TB HD is an "advanced format" HD with 4k byte sectors... Am I screwed or can this 4k byte sector HD be used in a software raid 5 array along with the 512 byte sector hard drives?
(The WD hard drive says you can jumper it to work with XP which can only use 512 byte sectors... there's also a utility you can run that does something to make it compatible with XP too.... Makes me wonder if these new drives are backwards compatible?)
View 1 Replies
View Related
Jan 19, 2011
I want to both talk and play songs on my machine which will be broadcasted to an Icecast machine. Any pointers on how to pull this off?
View 3 Replies
View Related
Aug 8, 2010
How is this supposed to work out? I noticed some distros are really good about recognizing your other linux distros and some not. They keep recognizing windows, but not other linux distros. Also, I have run into a few problems when my operating systems were on different hard drives. I have my operating systems running from a small 250gb laptop hard drive with special mounting and am using my TB hard drive for internal storage /data.However, my last attempt at installing a linux partition on the TB hard drive with Windows and another linux partition on the laptop hard drive didnt work out so well. Updating grub via the command line didnt sort this out. Sudo su root Apt-get update grub (or grub update) or whatever didnt work before when I tried it.
View 4 Replies
View Related
Mar 21, 2011
I have 2x 1.5TB hard disks and I'm going to buy a new 2TB drive soon. First though I just wanted to check that I could partition off the first 1/4 to 1/3 of the 2TB drive (leaving 1.5TB or more free) and install Debian to that part, then use the remainder of the disk in combination with the 2x 1.5 TB drives in RAID 5? i.e. can you mix whole drives and with partitions from other drives in RAID 5 and/or is it best to just stick with complete drives for the RAID array?I only have room for 3 drives in the small mATX case that houses my NAS device and I want to maximise storage capacity and minimise expense.
View 2 Replies
View Related
Aug 1, 2010
Wich software are the best for music making and mixing on Linux? Something equal to Traktor or VirtualDJ on win?
View 3 Replies
View Related
Jan 5, 2011
This may be due to a case (non-)sensitivity issue. I have two subfolders on the mail server called "Spam" and "spam". On the mail server (Dovecot), these are directories ".INBOX.Spam" and ".INBOX.spam". The issue I am seeing is that the information shown in the index area of Evolution's window has, for some mail, information that belongs to other mail in the other folder. But when I click on that line, I see the corresponding correct email that should be in that position.
Because this happens to be spam, I just went ahead and trashed everything in one of the folders. That one action trashed everything in both folders.Is there a way to tell Evolution to dismiss everything it thinks it knows about the state of mail on the mail server and re-acquire it all? Or could this be an IMAP server issue with Dovecot?
View 1 Replies
View Related
Mar 23, 2010
We recently bought an i7 X58 server with 6 memory slots. Since it was cheaper, we opted to get the min memory configuration with the machine (3x1Gb) and then buy 3x4Gb separately. It seems a shame to waste the 3Gb, so I'm wondering how to "mix" the memory without sending everything into single channel mode. The information I've read is rather confusing, and often contradictory.
View 1 Replies
View Related
Oct 19, 2010
Starting over, based on this thread: [URL] And my problem which is the same! I have the same audio chipset and experienced the same issues. I hope there is nothing about that chip. I tried with XFCE4 on Slackware 13.1 and now KDE4 on Debian, I found a workaround on XFCE by installing gstreamer and using it instead of xine as the phonon backend. That workaround apparently doesn't work on KDE.
Something interesting (also in the original thread): Software mixing through alsa DOES work since I can play several files in aplay (command line) or xine (gui standalone) simultaneously. I don't have another soundcard. Should I install pulseaudio anyway? Switching to OSS ?
View 1 Replies
View Related
Apr 18, 2011
Why are the 'defense' method calls actually using the 'offense' methods.Also, is there a way to remove the commented base classes for 'Player' so that the casting isn't necessary?
Code:
#include <iostream>
class Offense
[code]...
View 1 Replies
View Related
May 26, 2011
I want to be able to open a file (support for .mp3 and .ogg a must) and add effects, change pitch and tempo, add beats (either default or midi created), mix with other songs (or clips from), be able to change levels of the high/mid/low, alter gain and frequencies ... all that fun stuff.
programs I already have are:
MixXx
LMMS (Linux MuliMedia Studio)
mhWavedit
-and-
gAlan
And it doesn't seem that any of those have the features I am looking for. I am running Zorin OS 4 (ubuntu 11.04 based) and Dreamlinux 3.5 (debian- unsure which release) on a fujitsu lifebook 5 series - S6240 (it's kinda old 2005).
View 3 Replies
View Related
Mar 19, 2010
We're about to upgrade our Ubuntu server and are looking for a complete package set that includes a firewall, some kind of snoopy, and whatever else we "must have" or that would just be extremely useful. What do you guys find the most absolutely necessary and needed packages for running a linux server in regards to security and performance.
View 3 Replies
View Related
May 16, 2010
I recently upgraded to 10.04 (clean install) and when I run apt-get upgrade, I get:
Code:
The following packages have been kept back: linux-headers-server linux-image-server linux-server
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. why these updates have been held back?
View 1 Replies
View Related
Oct 25, 2010
I have created my first linux server using Ubuntu 10.04 server edition. My only experience with linux has been the desktop edition.
The initial trouble I'm having is that this server is on an isolated network without Internet access. I'd like to use a Gnome desktop like I'm used to in order to get up to speed quickly.
How do I get additional packages for a system that is not on the Internet? The end goal for this machine is a simple file depository for a W98 network using Samba shares. To boot from an IDE drive and share a 5 drive software RAID5 for data storage.
View 4 Replies
View Related
Oct 31, 2010
Code:
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib
[Code]....
I have checked for directories and the file it is looking for does not seem to exist. the only file in that folder is pdo.so
View 3 Replies
View Related
May 11, 2011
I'm currently writing a script that will update the software packages on six ubuntu servers so I don't have to go in and update them manually constantly. Problem is, I'm not sure which command I should use to do this the most effective and safe way. Currently, I use sudo apt-get upgrade -y on my own machine, though I can see how this could be dangerous on production servers. I was in the IRC chat and I was told aptitude safe-upgrade is something I may want to look into. Is there a way I can only update security related stuff instead of everything? What do you guys suggest would be the best way going about this? Another issue I can foresee is certain packages that have an interactive prompt. While apt-get upgrade -y takes care of most of this, MySQL would fail with this as it opens up it's own prompt. Anyway I could make my script skip these types of prompts, so I can go back and update them later manually?
View 1 Replies
View Related
Dec 12, 2010
I am a total noob in the process of trying to build my own server. I installed Ubuntu 10.10 but when I did that I didn't have the computer hooked up with an ethernet or have any internet connection. During the installation process it was unable to set up DHCP, so I figured I would just do that later, somehow.
Anyways, I recently hooked up an ethernet cable from the server to another computer, which has internet.
I've been slowly working my way through the Server Documentation and am on the Networking chapter. It has given me the commands to install wireless-tools, ethtool, dhcp3 server and I've also tried to install gedit. Every time it gives me the error: E: Unable to locate package XXX
When I ran the sudo lshw -class network command I find that it recognizes both an ethernet interface as well as a wireless interface(my wireless adapter). BOTH of them say *-network DISABLED.
My goal is to enable both of those, but I am assuming I need to be able to locate the packages first. I installed the server edition using a USB pendrive. I still have the files on the pendrive, but I don't know how to make the server locate those files. I'm guessing it wants to access the installation files to locate the packages to install.
View 7 Replies
View Related
Jan 6, 2011
Seems like always if I add a package with apt-get, next time I use aptitude to update packages on a server, the packages I added with apt-get are automatically marked for removal.
I must, in aptitude, "forget new packages" and "cancel pending actions" then update the package list, remark packages needing updating, THEN aptitude has forgotten it wanted to remove packages.
Why can aptitude and apt-get NOT get along!?
Currently I have 10.04 on all servers, thus where it still is a problem.
View 2 Replies
View Related
Jun 22, 2011
I've been running an overnight cron job for months on my servers which tells me what apt-get dist-upgrade wants to do.
This morning I was faced with it wanting to install 115 new packages including many (if not all - I can't face checking, e.g. firefox) which are entirely pointless on a server with no gui.
apt-get upgrade wants to do the sensible (in my mind) thing.
To save anyone asking, I've been using dist-upgrade because upgrade wouldn't report on pending kernel upgrades and, until I spotted that, I was due kernel upgrades for quite a while before I realised.
I presume this is caused by an over-enthusiastic depends or recommends somewhere but does anyone actually know?
Off to work now but I'll look further this evening so any pointers before then gratefully received.
All ok again now, the bug with language pack dependencies has been fixed - [URL]
View 5 Replies
View Related
Jun 2, 2009
flash packages for embedding flv?
View 2 Replies
View Related
Sep 10, 2009
I made a big mistake on my FC10 machine-while trying to resolve a way to install vlc- I wrote the following command:"yum erase rpm lib".After restarting the machine fedora did not load... (might be funny- I laughed...).Do you know of a way top recover from this state? (I have the liveCD disk),
View 2 Replies
View Related