Software :: Difference Between Source Versus SRC - RPM

Mar 11, 2010

It is my understanding that building from source is slightly faster since the created binary will be specific to the current kernel/system. This seems to have the drawback of when the kernel is upgraded the source compiled package will no longer work...but this is not always the case. So what kernel upgrades will cause a package from source not to function? Side bar to that, I have a package that is only available in source format that I need to install on numerous hosts. It seems that the upfront work of creating my own RPM for this package is worth it to make managing the package more efficient, and I think I have two choices: src-rpm and standard binary rpm. If I build a src-rpm and I distribute that for installation will a kernel upgrade 'break' the package since it is actually being compiled for a specific kernel at the time of install? So far I have found a lot of information, and have spent time reading the rpm docs, etc, but I don't feel like I have a good grasp of what the specific portability differences are between source, src-rpm, and rpm.

View 1 Replies


ADVERTISEMENT

Red Hat :: Difference Between RAID Versus LVM

May 22, 2011

What is the difference between RAID versus LVM?

View 2 Replies View Related

OpenSUSE :: FreeNX On 11 Versus 11.1 - What's The Difference

Jan 13, 2011

I have a script that basically adds a zypper repo, then proceeds to install and configure FreeNX.To add the repo:

Code:

zypper addrepo Index of /repositories/X11:/RemoteDesktop/openSUSE_11.1 RemoteDesktop

To install FreeNX & it's relevant dependencies:

Code:

zypper install FreeNX

To setup and configure FreeNX:

Code:

nxsetup --install --setup-nomachine-key --clean --purge
sed -i 's/AllowUsers idcuser/AllowUsers idcuser nx/' /etc/ssh/sshd_config
service sshd reload

[code]....

After completing these steps on version 11, I can immediately open the FreeNX client (windows 7), and connect. On 11.1, at the very end of the FreeNX connect, just after "Dowloading the session information", I get:

Code:

NX> 105 startsession --link="lan" --backingstore="1" --encryption="1" --cache="16M" --images="64M" --shmem="1" --shpix="1" --strict="0" --composite="1" --media="0" --session="170.224.164.19" --type="unix-gnome" --geometry="1274x956" --client="winnt" --keyboard="pc102/en_US" --screeninfo="1274x956x16+render"

Permission denied (publickey,keyboard-interactive).NX> 280 Exiting on signal: 15 I've googled this to death, and tried a bunch of random changes to both ssh and nxserver, but I can't seem to get rid of it. What might have changed from 11 to 11.1 that could cause this behavior change? The NXserver seems to be configured and running identical on both systems.

View 8 Replies View Related

Ubuntu :: Kubuntu Versus: KDE The Only Difference?

Jul 3, 2009

I recently made an Ubuntu liveCD for a family member, and tested it myself first. It impressed me, so I might possibly be interested in switching distros; but I'm not very familiar with Gnome(GNOME?), so I might try Kubuntu instead. Am I correct in understanding that the only difference is Kubuntu uses KDE (hence the K)? If there are other differences, does Kubuntu share the limited user control that I've heard Ubuntu has, such as locking the root account by default?

View 8 Replies View Related

Hardware :: Performance Difference - Dual Versus 3 Channel RAM

Apr 12, 2009

There are 3 channel DDR-3 RAM kits available on market.Would its performance be better than dual channel RAM kit, apart from RAM capacity? I'm planning to build a new box testing server consolidation on virtualizaion running Xen/Vserver/OpenVZ as software. All servers running 64bit Linux OS. My new planning is to get 2 sets DDR-3 1333/1600 4Gx2 kit. I may consider 3 channel kit dropping the total RAM capacity to 6G if it has better performance. Besides can mobo support dual channel RAM also allowing 3 channel RAM to work on it without sacrifying performance?

View 2 Replies View Related

General :: KDE3.5 Versus KDE4 - Difference In Memory Requirements?

Feb 7, 2010

Does kde3.5 differ much in memory requirements from kde4? I'm running kde4 on an old thinkpad with 256mb ram and everything is a little slow...

View 8 Replies View Related

General ::Building From Source Versus Yum Install Or RPM

Nov 7, 2010

I'd like to clear up my misconception towards various types of installations. Is one better than the other? Do more senior people prefer compiling from source code? Hows does is compare to yum install or install from rpm?

View 7 Replies View Related

Slackware :: Pros/Cons Installing From Source Versus Packages

Mar 15, 2011

At work / home / laptops I have about 5 slackware machines. I have always tended to install new packages on each machine from source, generally using slackbuilds when available. I thought I would try 'libreoffice' and reading alien-bobs blog I deduced that a full from source install might be pretty difficult, so I followed his advice and just took the package (.txz file) and used installpkg. To my slight surprise this installed and ran perfectly.

Now I'm wondering if someone would clarify under what circumstances you can just take the slackware package from one machine to another and install. More generally I guess what are the main advantages of building from source. Is it mainly about availability of all the required dependencies?

View 9 Replies View Related

Red Hat / Fedora :: Difference Between Source Files And Just RPM?

Nov 29, 2008

What is the difference below these files?

1)Say an application is written and is having source files.
2)A file called source rpm package
3)A rpm package

In case of (1) we need to compile using either the make or if we know using appropriate compiler with proper libs included. Can I know what's the difference between (2) and (3)?

View 3 Replies View Related

General :: Difference Between Install From RPM Or Source

Dec 10, 2010

Can any one tell me what are the differences, pros and cons when I install something from source versus installing that thing from rpm.

View 1 Replies View Related

Software :: Difference Between Source And Dot Command

Aug 11, 2010

What is different? When I execute the "man source", and "man ." are same. Is it same? or not? If it is different, what is it?

View 2 Replies View Related

General :: Binary And Source Packages Difference

Feb 4, 2011

Very often we get to hear Binary / Source when we talk about installing packages...From what I understand "Binary" refers to a natively packaged installation by a Distro wheras installation from Source would entail fetching the files, Compiling and then building the package. When we say "source" where do these codes reside? Is it diffferent for different distros or one common source like "sourceforge.net" or similar?! I know it sounds silly but what is the origin of the source codes??

One general remedy if a package is not found is to install from source... So , source would refer to a "tar.gz" or "bz2" archive present at some location like "[URL]". In some cases , id it possible that some packageas are not available in "Source". When I tried to build a package for a particular distro , I was told that some dependencies are not un the source ...What is the meaning of this? So do all distros maintain the codes in their official repositories?

View 1 Replies View Related

General :: Difference Between Source And Dot Command In Linux

Jun 14, 2010

I have written a set of aliases in a file.When i tried to dot it( "Prompt> . filename" ). It said " Permission denied. "But, when I sourced it ("Prompt> source filename"). It worked perfectly.Linux manual has one entry for both the commands. Then what am I missing ?

View 5 Replies View Related

General :: Difference Between Open Source And Proprietary Software

Apr 19, 2011

I am looking for the opinions of some linux users as to why they prefer using open source software and what they perceive as the main differences between it and proprietary software. In particular, I am curious as to what meaning, if indeed any, users and contributors ascribe to the open source community and how they view it on a less technical level.

View 14 Replies View Related

General :: How To Explain Difference Between Open Source And Freeware?

Oct 26, 2010

1) A 13-years old boy wasn't impressed by KDE 4.x. Its own Window$ looks also nice and pretty and have similar functionality.

2) Open Source? How to explain a difference between open source and freeware? Do we really benefit running open source programs instead of freeware? Most of us will never read a line from a source. We want, we require easily accesible binaries.

So why a common window$ user find worthy to run Linux? What can Linux offer? Linux should be as different from window$ as it is possible.

3) Twm window manager is definitely something strange - in the way the vi editor for notepad users. Twm is for some reasons better than any other wm. I started both kde desktop and xfce desktop under twm. Both desktops can be iconyfied. It is your choice which at this moment you prefer. But you can work with both. Full democracy. No more discussions which is better.

4) When finally developers of KDE, GNOME will make these desktop almost perfect they will be obsolete. In fact they are today obsolete. It is about 20 years working in the same manner. Windows, buttons, mouse's click - I think it's enough. At least I am really bored.

5) NextGen UI. Not GUI but UI. A core of the nextgen UI will be an AI
engine. Also see p. 4, we may think about VUI - virtual environements,
you can run all your preferable GUI simultaneously. Or any other today predefined UI (eg. cli).

6) What about windows (parts of a graphical screen)? Nothing. If AI will be in the core you will need windows only for watching video and playing games.

Finall remarks: It is not a project only an idea. My intuition tells me that there is a time for changes. Time for swimming in deep water.

View 11 Replies View Related

General :: Difference Between Installing Software Straight From Source And From RPM

Oct 22, 2010

i want to find out the difference between installing software straight from source and from an RPM.

View 6 Replies View Related

General :: Difference Between Kernel Source Files (RPM And SRPM)

Aug 3, 2010

What is the difference between kernel-source.x.x.x.x.rpm and kernel.x.x.x.src.rpm?

View 2 Replies View Related

Ubuntu :: Difference Between Kernel 'source Code' And Kernel Itself

Jul 3, 2011

It sounds like he's making a difference between the kernel "source code" and the kernel itself(as in the downloaded file/ files) but the way he talks about both is the same.So then, if one had already "installed" the "kernel sources code," why would he need the "tarball with the newest Linux kernel?" He's already "installed" a kernel, right?

View 3 Replies View Related

Fedora :: What Is The Difference Between '. RunScript' And 'source RunScript'

Jul 24, 2010

If I have a script called runScript I can 'run' it in serveral ways. I understand the basic difference between

Code:

./runScript

and

Code:

source runScript

. Recently however I have come across

Code:

. runScript

What does this last one do that is different to the others?

View 1 Replies View Related

Programming :: Shell Scripting - Difference Of "source Script.sh" And "./script.sh"?

Jul 31, 2010

I added created a script /opt/path.sh to add paths for some programs in /opt. The content of the script is:

Code:

#!/bin/sh
export PATH=$PATH:/opt/program/bin

I made it executable and added it to /etc/profile. But it doesn't execute the script unless I execute it with "source /opt/path.sh" I have found something [url]. According to this, the change is only at run-time. But I thought executing "export" make it global?

View 4 Replies View Related

Ubuntu :: Open Source Virtual Machine - Study The Source In Order To Create My Own?

Jun 28, 2011

Is there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.

View 1 Replies View Related

Ubuntu :: Source Code Of The Krnel From The Kernel.org - Source Trees Organization

Apr 11, 2011

i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting

View 1 Replies View Related

Software :: Where Is The Source Codes For The Open Source Drivers For Each Distros

Jan 2, 2009

We all know we can install a linux system such as Fedora 10 and use it. Being linux, one should in principle get the source codes for everything that has been precompiled (except the proprietary drivers such as nvidia) in the installation DVDs/CDs. Where are the source codes ? Is there a place I can download them ?
To avoid confusion, I am not referring to the kernel source that can be compiled to give a linux kernel, but that does not include the drivers, such as intel_drv.so.

To be more specific, the intel graphic i810 driver has been built into any linux system, but where is the exact source? One answer may be that primary source intellinuxgraphics.com. However, if anyone tries to download the every changing (i.e., keep updated almost every single day) driver source codes from freedesktop.org, it is almost certain that the source codes will not be the same as the one that is finalized in Fedora 10.

View 9 Replies View Related

Fedora Installation :: Use The Source Dvd To Install The Source Package?

Feb 19, 2010

installed the fedora 12, but dont know how to use the source dvd to install the source package.

View 3 Replies View Related

Ubuntu :: How To See Source Code Of Open Source Software

Sep 12, 2010

I want to see the source code of smplayer software.from where i can see source code of open source softwares?

View 9 Replies View Related

General :: GUI Versus RPM And APT

Apr 6, 2010

Why should I concern myself only with a graphical front end rather than learning APT or RPM? Or are those really, really hard to learn?

View 7 Replies View Related

Fedora :: PolicyKit - F12 Versus F11

Dec 30, 2009

In F11 to run PolicyKit I entered the following at the command line.

polkit-gnome-authorization

In F12 this doesn't work. I get an error message "command not found"

How do I access PolicyKit in Fedora 12?

View 2 Replies View Related

Ubuntu Multimedia :: K3B : Rip To Mp3 Versus Ogg?

Dec 19, 2010

I'm on Ubuntu 10.10

I was using K3B the other day and could not find an option to rip a CD to mp3 files instead of ogg. How can I do this?

View 4 Replies View Related

Ubuntu Installation :: 64 Bit Versus 32 Bit

Jun 15, 2011

I just built a computer with a MSI 760GM-E51 Motherboard, AMD Phenom II 955 CPU and 4 GB memory (2 x 2 GB G.Skill DDR3-1333 PC3-10666) I first installed 10.04 LTS 64bit. But I think I am going to go to 11.04. I am just looking for a vote, would you install 32 or 64 bit. I am not a real power user, biggest thing I would do would be video editing. If I am going to play resource demanding games, I would probably boot into XP.

View 6 Replies View Related

Fedora :: Gnome Versus KDE Applications

May 31, 2010

I installed Fedora 13 and use the Gnome desktop. I want to keep my installation as clean as possible and have heard some contrary advice about installing both Gnome and KDE desktops, so I want to stay with just Gnome. In the past I have mixed both and feel that resulted in tons of packages that I probably didn't need and tons of updates all the time. However, some applications seem to be KDE applications and installing them requires installation of many KDE packages. This is a source of confusion for me:

Is there a distinction between Gnome applications and KDE applications? If so, how do you tell the difference? Should one NOT install KDE applications if you are using the Gnome desktop and not interested in installing KDE desktop? Is there a best practice on how to approach which software to install so that you do not create a mix and match mess?

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved