similar to: Yum - which repo did a package come from

Displaying 20 results from an estimated 3000 matches similar to: "Yum - which repo did a package come from"

2009 Jun 14
6
Access to Server frm authorized range of IPs only
Guys, i know i saw this somewhere but i cant seem to locate that info now... Scenario: ............... I have a simple two interface firewall. The firewall machine also provides some services to the LAN and to the NET. What i would like to do is allow only a particular range of IPs frm the internet to access those services. What do i need to do with my ''rules'' file. Ideally
2009 Sep 08
1
What repo did this rpm come from? rpm-VVa failures on new install
Here is a list of files that I have not (knowingly) modified that do not pass rpm verification immediately after I installed centos 5.3. I am not really sure what this means - are the packagers sending out sloppy rpms, or is something going around modifying stuff? Other than the texmf stuff, the list seems to consist entirely of config files. Does yum or rpm or something do some instant
2007 Apr 30
1
any ideas? automated installation of puppet into solaris 10 zone
> I''ve built a puppet solaris - package which is distributed via jumpstart > at installation time of a solaris 10 machine. > It''s postinstallation registers the puppetd into smf and starts puppetd > afterwards. Puppetd connects to puppetmasterd, gets ist certificate signed > (autosig on) and the configuration stuff. > Now the interesting part: a new solaris zone
2014 Sep 30
3
UPS question
so I have a bunch of servers at work that are on DUAL UPS's (1 per each of 2 power supplies). Its mostly HP gear, but also some Sun and IBM. Ideally I'd like the system to not go into shutdown unless BOTH UPS's that a particular box is plugged into (there's actually 4 UPS, 2 per each of 2 racks). Has anyone ever configured anything like that with NUT or whatever? Right
2009 Feb 27
8
Repo order - priority plugins
Guys, what is the best way of arranging the repos with regards to their priority? Any ideas, especially for all non base ones? /etc/yum.repos.d/CentOS-Base.repo - priority = 1, 2 /etc/yum.repos.d/atrpms.repo /etc/yum.repos.d/epel.repo /etc/yum.repos.d/kbs-extras.repo /etc/yum.repos.d/kbs-misc.repo /etc/yum.repos.d/rpmforge.repo How would we position dags repo?
2008 Feb 26
2
Subsetting within xyplot()
All, I'm having problems w/ a simple attempt to subset an xyplot. The first plot below is a plot of y versus x for certain values of a third categorical variable z. Now I'd like to further restrict this to certain values of variable y. Neither of the two attempts below work. Any suggestions much appreciated. (note: I don't want to merely use ylim since I have a loess plot and I
2006 Jun 14
3
appending
All, In the function below I have 24 individuals and 6 calculations per individual. The 6 calculations are collected each time in a 1:24 loop when calculating "delta". I'd like to collect all 144 = 24*6 calculations in one vector ("delta.patient.comb"). The function works as is via indexing, but is there an easier way to collect the measurements via appendinng the 6
2007 Aug 15
8
Shorewall and printing problems in the LAN ( loc ) zone
Guys, Just a quick check. From what i have read in the shorewall site, intrazone traffic is allowed completely by shorewall i.e. there is no filtering or packet size limiting ,etc,etc. I ask this becos after getting shorewall up and running well, someone has complained that they cannot print pdf files larger than 100k at one go but that they have to print one page at a time. Some details;
2002 Oct 24
1
Fair Bandwidth sharing with HTB and EFSQ
I downloaded the HTB and ESFQ packages and installled the patched kernel and tools. Now can someone give me an example how to configure my system so that the 512Kbit are fairly divided for each computer ? Assume that eth0 is the interface on the WAN side and eth1 on the LAN side. Thanks _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2012 Aug 10
1
[LLVMdev] how to compile my LLVM project with CMake (on Windows)?
hi, i already successfully compiled & installled LLVM 3.1 on Windows (with CMake & Visual Studio 2008). next, i am trying to understand how to create a standalone LLVM project, and compile that on Windows (also using CMake & Visual Studio 2008). to start, i picked up the "examples\BrainF" project, renamed it to "examples\BrainF2" (and i still put BrainF2 under the
2008 Nov 03
1
asterisk and bigmem kernel
Hi all, I installed asterisk 1.4.22 on a Dell poweredge 2950, with 4GB RAM. I used debian, but the default kernel doesn't recognize the 4GB, just 3, so I installled the linux-image-2.6.18-6-686-bigmem kernel, that do recognize the whole 4GB. Asterisk seems to be installed correctly, but I had two issues: (1) I had an error with zaptel. Asterisk didn't start with zaptel modules loaded. I
2012 Mar 30
1
avoiding expression evaluation when calling a function
Another question on functions - I have something that looks like plotter<-function(i){ temp.i<-rwb[rwb$vector1 <=(i*.10),] with(temp.i, plot(vector2, vector3, main=(i*.10),)) mod<-lm(vector3~vector3-1,data=temp.i) r2<-summary(mod)$adj.r.squared rsqrd[i]<-r2 legend("bottomright", legend=signif(r2), col="black") abline(mod) rsqrd<<-rsqrd } I'd
2003 Apr 13
1
wine-win2000-office-redhhat
I postep a msg before, I follewed some of the advices, I upgraded to Wine 20030408 and well for what has to do with winword the same, it opens a window saying that msi is needed (microsoft installer), so ideas about how to solve this.... please.. and well I installled the new wine from a rpm, I tryed to run sol.exe and runs ok, then I tryed to run photoshop.... and again noo way, for photo
2004 Dec 06
4
confession
Gang, I've got to admit, what really sold me on debian was apt-get. And I've been resisting getting up to speed with yum. So, can any of ya point me to a good starter page, maybe one with migrators like me in mind? Many thanks. -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2016 Jul 12
1
Is .packageName part of the official API?
Hi, I've seen that some packages use .packageName internally to infer their own name. Is that officially supported? I could not find it documented anywhere. There's utils::packageName(), which internally looks for .packageName. However, if the latter is not found, it may return NULL whereas an error would be more appropriate if a package name is expected. Using .packageName would give
2008 Jan 20
1
service jexec
Started looking what services I actually having on and found this "jexec". Tried to google it and found some info, but do not understand its meaninig. Is it necessary and what does it do? Please, short explanation for "dummie" :D Jarmo
2013 Nov 12
1
Own Package Installscript
Hi, i want to use Puppet to install all packages from a webserver (no repository) . Therefore I wrote following Script: class install_package { case "$operatingsystem" { SLES: { notify {"${operatingsystem} ${operatingsystemrelease} detected":} notify {"Installing $packagename now:":}
2006 Jun 08
1
BN8S0 problem - Extension can never match, so disconnecting
hi i've configured a Beronet BN8S0 Card with misdn beronet utility. the card is configured with all lines in TE and P2P mode, and it is connected with the special cable with an ISDN connection. i've turned on debugging to level 4, this is the output from the asterisk cli when i receive a call: P[ 5] MGMT: Short status dinfo 1000001 P[ 5] MGMT: SSTATUS: L1_ACTIVATED P[ 5] handle_frm:
2010 Dec 29
6
icon for an R package
I'm looking for an icon to represent an R package. Perhaps something like http://cdn2.iconfinder.com/data/icons/DarkGlass_Reworked/128x128/apps/package.png but with the R logo rather than KDE. -- Michael Friendly Email: friendly AT yorku DOT ca Professor, Psychology Dept. York University Voice: 416 736-5115 x66249 Fax: 416 736-5814 4700 Keele Street Web:
2009 Jun 27
3
2 servers cluster
Hi, I am thinking of setting up two servers in load balance mode. I would really appreciate your suggestions and hints... thnx, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090627/92f7f56c/attachment.html>