Ubuntu :: How To Check Last Round Of Updates

Jan 20, 2011

The last round of updates to 10.04 changed the initrd image, which I wasn't expecting. How do I check the updates to make sure that this is in fact the expected behavior? I.e., how do I go back and check which updates were supposed to have been installed, check what was actually installed, and see which one modified the initrd and why?

View 4 Replies


ADVERTISEMENT

CentOS 5 :: No Updates In A While - Check The Updates That Are Released?

May 13, 2010

I'm running CentOS 5.4 and noticed that for the past month there haven't been any new updates showing up either on 'yum check-update' or 'yum update' (I'm interested in basic and security updates). Although this may be right, I wonder if there is an online reference where I can check the updates that are released for CentOS (security bulletins) and make sure if there is anything wrong with my update system.

View 11 Replies View Related

Ubuntu :: Can't Check For Updates 11.04

Jul 29, 2011

when i open update manager, i click check for updates, than i get this:

W:Failed to fetch http://archive.canonical.com/ubuntu/...source/Sources 404 Not Found
, W:Failed to fetch http://archive.canonical.com/ubuntu/...-i386/Packages 404 Not Found

[Code]....

View 7 Replies View Related

Ubuntu Servers :: Check To See If Updates Are Available Without Installing Them?

Apr 23, 2010

I know I can install updates using apt-get install updates but is there a way to check to see if updates are available without installing them?

View 4 Replies View Related

Fedora :: 15 Does Not Check For Updates After Upgrade From 14?

Jun 8, 2011

I recently upgraded to Fedora 15 from Fedora 14 using preupgrade. Most of the applications are working fine. But I am finding now that the OS does NOT check for updates. I am having to manually do the update each time although it is set to check for updates daily.

However, when I manually update using the code (below), it works fine.

Code:
yum update

View 2 Replies View Related

General :: Check Number Of Pending Security Updates In Ubuntu

Oct 15, 2010

I have been forbidden to enable automatic updates on our Ubuntu servers, for both security and regular packages.When I log into any of my four Ubuntu servers, the welcome message contains this:

39 packages can be updated.
26 updates are security updates.

However, when I run the Nagios plugin that monitors APT, I get:

% /usr/lib/nagios/plugins/check_apt
APT WARNING: 33 packages available for upgrade (0 critical updates).

I need to know how to properly detect that there are pending security updates, and regular updates. Once I can do that, I plan to write a Nagios script that will return WARNING for pending regular updates, and CRITICAL for pending security updates.

View 1 Replies View Related

Ubuntu Servers :: How To Configure 8.04 Server To Check / Notify When Updates Are Available

Aug 15, 2010

Starting with Ubuntu Server 9.04, when I log in at times the OS smartly reports the number of updates available. I have a couple of questions of how to extend this functionality:

1) How could I back-port that functionality to 8.04 servers? Does that happen somewhere in the /etc/cron.daily/apt script? (Just the checking on # of packages needing updates, does not need to appear on the login screen.)

2) Then with that information, if the number >0 then use mailx to send admins an email. Since 9.04 and higher already do the first item, then in my mind #2 is the only thing needed for 9.04 and higher servers, and #1 is also needed for 8.04 boxes.

View 1 Replies View Related

Ubuntu Installation :: Check Update History And Rollback Some Updates?

Dec 9, 2010

I started having connection issues after last upgrade.. how can i check and rollback some updates? 10.10 netbook

ps. there's no History in Ubuntu Software Center

View 2 Replies View Related

General :: Check New Errata And Updates For Rhel?

May 5, 2010

if i have not registered my RHEL at RHN then how will I check new errata and updates of my rhel servers. As my organisation policy don't allow me to register my RHEL servers at rhn due to security issue.

View 1 Replies View Related

General :: When Check For Updates Get This Message See Screenshot?

Nov 22, 2010

Just did an update, gwibber and mintupdate were installed.Now when I check for updates I get this message. See screenshot.

View 3 Replies View Related

Ubuntu :: Error After Updates - Gconf-sanity-check-2 Exited With Status 32512

Jul 22, 2011

I ran update through the terminal and rebooted i get this error message on start up and again after I log in Please Help!! I'm running Ubuntu 11.04 using unity 2d and the latest version of Gnome 2 on a Dell Inspiron 5150 laptop There is a problem with the configuration server. (/usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 32512)

View 5 Replies View Related

Red Hat :: Finding A Command That Generates A Report Or Allows To Check If Certain Updates Has Been Patched

Dec 1, 2010

I currently have Red Hat 5.4 installed and subscribed to red hat network for alert updates.The updates will be done by our administrator but I will like to check if the admin has done so on a weekly basis. Is there a command that generates a report or allows me to check if certain updates has been patched? I understand running a yum update will list all applicable patches. Should we just simply update all or only certain applications applicable to our organization environment?

View 2 Replies View Related

Ubuntu Security :: Check For Updates To The Current Version Of Rkhunter And Upgrade To A New Version?

Sep 18, 2010

How do i check for updates to the current version of rkhunter and if possible upgrade to a new version?

View 2 Replies View Related

Ubuntu :: Installation Cannot Continue / Go Round It?

Feb 23, 2011

I have been trying to install on my toshiba satellite c655 laptop the ubuntu operating system. Anytime it gets to where i can use it as a live DVD and I would want to install, it gets to stage 3 of 7 and gets stuck. No error messages are given, the install dialog can be minimized and other task done but the installation will never continue. Anyone with idea about how to go round it.

View 3 Replies View Related

Ubuntu :: Buttons On Left Of Windows Square Not Round?

Apr 29, 2010

The buttons on the left of the windows of Ubuntu 10.04 are square and not round?

View 1 Replies View Related

Security :: Check If The System Has The Available Security Updates Installed?

Aug 25, 2010

Is there a way to to check if the system has the available security updates installed? Specifically, I am looking to do this programmatically.

View 1 Replies View Related

General :: Round Disk Space With Awk?

Jun 2, 2011

I want to use awk to list all the mount points, disk size and space available. Now I have all that info but I want to round the totals, so there is no delimiters, how can I do that?

PHP Code:
#!/bin/sh
date
df=`df -Pl | grep "^/dev" | awk '{print $6, $2/1024 , $4/1024}' | sed "s/%//"`
echo "$df"

[Code]...

View 6 Replies View Related

General :: SSH In Round Robin Fashion?

Mar 24, 2011

if i am having say 10 number of linux machine over the network and want to setup password free SSH in round robin fashion means ssh from any machine to either machine. one way to do is generate the public key on every machine and put on other machine. is there any other shorter and simple way to do it?

View 5 Replies View Related

Programming :: Scheduling Through Round Robin?

May 10, 2011

Does anyone know how to run 2 threads with round robin scheduling. & can we get the time of these threads when they are context switching. That means I want to know at how much time each thread is taking to run

View 3 Replies View Related

Ubuntu :: Notice That The Shutdown Icon Is Not Really Round(on The Upper Right Corner)?

Sep 24, 2010

notice that the shutdown icon is not really round(on the upper right corner)? Have they fixed this one yet?

View 4 Replies View Related

OpenSUSE Install :: Can't Open Debian's HDD And Other Way Round

Aug 8, 2010

I have a dualboot system with Debian, how can I make both systems read and write ALL files on the computer?openSUSE can't open the Debian's HDD and the other way round.. how can I change that?

View 9 Replies View Related

General :: Copy Remote Files On Nfs Without Round-trip?

Sep 20, 2011

I have a large amout of data (several GB) on a remote drive, that is transparently mounted via nfs. I'd like to copy these files into a subdirectory of where they are already residing, so everything stays on the same physical disk. For that reason, I would like to prevent an unnecessary round trip over the network.

It seems that cp files* subdir does the naive thing and reads all the data into memory and then writes it back. Is that true? Is there a special command that does the actual copying entirely on the server the disk is physically connected to?

View 1 Replies View Related

OpenSUSE Hardware :: Recommend Good All Round Flatbed Scanner

Oct 3, 2010

Can anyone recommend a good all round flatbed scanner, (for 11.3)?Main use would be for document scanning, but should be able to cope with photos occasionally.

View 3 Replies View Related

Networking :: Port Bonding Won't Use Active-backup Using Round-robin?

Dec 9, 2010

I'm trying to configure my Red Hat server to use port bonding for two interfaces going to a switch, and I followed this redhat guide [URL]...-redhat-server but when I attempt to bring the bond up, it simply uses mode 0 (round robin) instead of mode 1, which I specifically configured in /etc/modprobe.conf by doing

Code:
options bond0 mode=1

Any ideas why the bond would continue to use round robin when I set it to active-backup?

View 2 Replies View Related

Server :: Round Robin / Exim4 / Mail Delivery SMTP?

Apr 30, 2011

Here is the senario...

2 round robin dns servers
x.x.x.1 mydomain.com (hostname)
x.x.x.2 mydomain.com (hostname)

My problem is that when I try and send an email that is part of the domain, it ends up trying to deliver it locally. I realize it is supposed to, but I don't want that for non-users of the server.

I want to be able to deliver certain emails []@mydomain.com remotely. (info@mydomain.com)

exim4 setup "internet site; mail is sent and received directly using SMTP". This works well as long as it is not an email from mydomain.com.

Is there a way to have exim check the users first and then deliver based on local user or not?

Next question. Is having the domain name as the hostname the best way to setup a round robin? (web server)

View 1 Replies View Related

Networking :: Failed Http And Telnet Connections To Dns Round Robin Servers

Dec 2, 2008

So we have DNS round robin set up for 4 servers. If we ping dns name (basically an alias) server_connect it resolves with different IP address in round robin format. I.E. x.x.x.1 x.x.x.2 for the 4 different server IP addresses. When we do nslookup server_connect it will come back first time as server1_connect server2_connect through server4_connect so the server is able to resolve through ping and nslookup resolving the initial dns name (alias) to the dns name associated in the round robin. Problem is when we try to connect with http or telnet it comes back host unrecognized. I can put one of the 4 round robin servers in /etc/hosts and it connects fine so I'm thinking that either one of three things.
1) ttl
2) It does double connection first to identify itself to the round robin server and then handshake but second time it hits for the handshake the IP and dns name is different than what it expected so it fails.
3) Since we are trying to telnet to dns alias and it is returning different dns name it fails.

2 and 3 seem most promising but now I'm at a stand still.Anyone else come across this issue and if so how did you resolve.

View 1 Replies View Related

Networking :: HTTP Ping - Brief Textual Description / Round Trip Time

Jan 23, 2011

Is there any tools in linux same as "http-ping. This tool shows for any request :
1-The HTTP return code (and its brief textual description)
2-The number of bytes returned by the server (excluding headers)
3-The time taken to complete the request (i.e. round-trip time)

View 5 Replies View Related

Networking :: Use Round Robin DNS Service For Setting Up A High Availability Solution?

Nov 16, 2010

we use round robin DNS service for setting up a high availability solution ? i want to know whether it will work.

View 1 Replies View Related

Ubuntu Installation :: Install Updates Returns To Main Window Without Installing Updates

Mar 24, 2011

For some reason Update Manager is not installing updates as of yesterday.I have it set to check daily and notify if updates are available. It has been working without issues for well over a year now.

Update Manager tells me updates are available and presents the list of security, recommended, and other updates. All are selected to update, but when I select Install Updates in Update Manager it returns with a Reading Package Information window overlaid on the main Update Manager window - building dependency tree then reading state information and dumps me back to the main Update Manager window without performing any update actions.

View 2 Replies View Related

Ubuntu :: Community Repo Updates / Canonical Does Not Provide Updates For Warsow?

Dec 20, 2010

I just learned that warsow 0.6 is out, and went to see if it was available in the ubuntu software center yet, as opposed to going and downloading and installing it manually from the warsow website. The ubuntu repo's still have version 0.5, and at the bottom of the page it says:

"Updates: Canonical does not provide updates for Warsow. Some updates may be provided by the Ubuntu community."

So if I wanted to 'update' this item in the repo's for the better of the community what would that entail?

View 2 Replies View Related







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