How to determine if a package needs a reboot?

 
Thread Tools Search this Thread
Operating Systems Linux Debian How to determine if a package needs a reboot?
# 8  
Old 02-23-2009
May I suggest an alternative route to that end: Build a small network containing those OSs and applications that you have in production, plus a dedicated server to roll out updates. When the distributor puts new updates online, apply them to the test environment first. If they still behave well after a certain period (eg. 2 weeks), put them on your internal update server, from which your other machines can automatically update. Those that don't work just get skipped.
As for the test environment: if you don't have any special hardware needs, virtualization works just fine (VirtualBox, VMware, ...)
# 9  
Old 02-23-2009
Thanks for you information, this will prolly mean we will schedule all patches for between business times. Though this makes me think of security patches, since you want them to be installed straight away how can u see if a package or patch is related to security issues?
# 10  
Old 02-23-2009
Don't know about Fedora, ... but for Debian there are always 2 update sources (see sources.list)
Code:
deb ftp://ftp.<tld>.debian.org/debian {sarge|etch|lenny|stable} main contrib [non-free]
deb ftp://security.debian.org/ {sarge|etch|lenny|stable}/updates main contrib [non-free]

The second entry here is the update site for security patches that aren't already incorporated into the usual updates. Same goes for Ubuntu (and most other Debian-based distributions)
# 11  
Old 02-23-2009
I already had those links in my sources.list on the test server,

Anyway thanks for the info,
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

2. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

3. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

4. UNIX for Dummies Questions & Answers

Tru64 - how can you determine the package where a file or binary belongs to?

Dear linux-unix users, I hope that one of you will be able to help me. How can I determine to which package a file or binary belongs to. With solaris/linux package managers you can easely determine this but i cant find the way how to do this on tru64. Any help would greatly be appreciated.... (0 Replies)
Discussion started by: Crazy_lenny
0 Replies

5. Linux

how to restore original package after uninstalling the upgraded package using rpm

have following package installed rpm -qa |grep ADMIN It will give the following package installed: ADMIN-4.0.0.1 Now I will upgrade the ADMIN package using the following command. rpm --upgrade ADMIN-4.1.0.1 It will upgrade the ADMIN packagge to ADMIN-4.1.0.1 Now I want that... (0 Replies)
Discussion started by: amitpansuria
0 Replies

6. Solaris

How to determine which SIP a package belongs

Hi Folks, Is there anyway I can determine the package set (or SIP) that a package belongs to. It doesn't seem that pkginfo does it?? I'm trying to remove a whole lot of unecessary packages, and it would be far more convenient if I could remove whole sets at a time instead of indivdual packages.... (0 Replies)
Discussion started by: brizrobbo
0 Replies

7. Solaris

Determine last reboot when wtmp broken

Hi - How can I determine the time my system was last booted when my "wtmp" file is broken? (It is being cleaned out incorrectly, I'mm working on that issue) ie uptime shows invalid details and who -b shows "nothing at all" is there a shutdown log somewhere that may indicat the last re-boot? (3 Replies)
Discussion started by: Andrek
3 Replies

8. AIX

how to pre-determine if a reboot is required?

given any specific fix, how can I determine if the machine will require a reboot? (I don't have a window for downtime) obvious fix's to the kernel / lvm will require a reboot ... bos.rte files etc... is there a tool or command that I am able to run against a specific IY that will inform me... (4 Replies)
Discussion started by: A Stewart
4 Replies
Login or Register to Ask a Question