Fedora :: Make Servicepack Of All Updates Since Release To Date?
Jun 11, 2010
I saw a reference to a way to do this while searching for help with something else but don't remember where it was now. I know it is possible to make a local repository but that seems more for someone with a home network composed entirely of Fedora machines than what I'm looking for.In Ubuntu I could just copy the contents of the /var/cache/apt/archives directory and paste the debs into the new installation to be installed once the update manager saw that there were updates. I looked through the contents of the /var/cache/yum directory but I didn't see anything that looked like it would allow me to do this in Fedora. All I want is a way to download whatever updates I need (and there are 300mbs of updates from a fresh install) one time to allow me to catchup and now be waiting hours on my slow 700k connection to download everything.
Could someone point me to an easy to follow HOWTO that would walk me through creating a service pack of the basic default applications for Fedora 13 that will need to be installed or updated on any system?
View 6 Replies
ADVERTISEMENT
Apr 3, 2010
I have heard its going to be July. One concern is KDE4.4 and whether this is going to be the KDE default environment for 11.2. Over at KDE, 4.4 is out with a 1 click install for 11.2. The main problem I have discovered from reading the KDE forum is poor multi monitor support with separate X screens. From what I read this is extremely problematic. I would like to update to 4.4 to get the equalizer back in Amorak but attempted once, the day before they officially released 4.4 with no success. I wonder if anyone here is using 4.4 in a separate X screen setup?? Additional thought-- when 11.3 is released will 4.4 be the only option or will we be able to elect to use 3.xx??
View 6 Replies
View Related
Feb 27, 2010
i want to know the next release date of ubuntu
View 3 Replies
View Related
Feb 23, 2011
I want to modify the system date, so am using the following command:
[root@rad-dev-01 /]# date
Wed Feb 23 10:20:07 UTC 2011
[root@rad-dev-01 /]# sudo date 022407002011
Thu Feb 24 07:00:00 UTC 2011
[root@rad-dev-01 /]# date
Wed Feb 23 10:23:23 UTC 2011
Once i set the date it again get reset..
Note: Am using ssh -i with permission file to connect the system(CentOS release 5.2 ).
View 1 Replies
View Related
Mar 2, 2011
I want to make one Fedora 14 as server that have Date and Time as normal. Is there any to make other fedora 14 get Date and time from that Fedora 14 server
View 9 Replies
View Related
Oct 24, 2010
Ever since it was released there were not many updates the updates that i most wait for them is compiz in this ppa: URl...And so far nothing have changed so what is going on here?
View 3 Replies
View Related
May 2, 2010
Will I receive all the updates as the final realease if I am running the RC. Don't want a a fresh install.
View 3 Replies
View Related
Feb 27, 2010
want to know next release date of ubuntu...
View 6 Replies
View Related
Aug 26, 2010
I've noticed that every time this desktop is turned on the date & time are as they were the last time I used it, and then have to put in the correct date & time again (this is why I chose the word 'persistent' within the tittle). When I try to change those have to write in the password for the date as well as for the time as if 'login-in' once were not enough! What I want to know is how to put in the date & time and receive the correct amounts the next time I turn the unit on again, as it should be? Do I've to open a terminal & do it with administrator's authority/credentials?
View 3 Replies
View Related
Jun 2, 2011
How to make Date of Birth form in html....in short codes.....?
View 1 Replies
View Related
Jun 29, 2010
I'm trying to make 'Data-HexDump-0-02' to install the updated version of Authen-Radius. However I keep encountering the following error:
svr001:/usr/sources/Data-HexDump-0.02# make install
make: Warning: File `/usr/lib/perl/5.10/Config.pm' has modification time 5.2e+07 s in the future
[code]...
View 1 Replies
View Related
Feb 7, 2009
The little red popup window (packagekit) from the lower right showed yum updates
I did a yum update and no updates!
I tried again this morning and no updates
View 12 Replies
View Related
Sep 22, 2010
I'm looking for a method for modifying some jpg photo files last modification date with the corresponding timestamp creation date of each file.The reason is that shotwell import pictures in folders according to last modification date which is stupid on my opinion.
View 2 Replies
View Related
Jan 30, 2010
I dual-boot my machine and I want it to default to boot into windows so that whenever I restart the machine remotely from my home it will be able to get back into Windows (instead of Ubuntu).
The problem is that every time Ubuntu upgrades the kernel, I have to reset the default boot item of grub back to windows. This is because the grub menu loader uses positions i.e. 6 for default OS to boot. And when Ubuntu installs a new kernel it changes that order.
I am looking for a way to configure grub to remember its default boot item under kernel updates.
View 2 Replies
View Related
Sep 29, 2010
Possible Duplicate:Make grub keep its default boot under kernel updates.I have just installed Linux with my windows 7 pre-installed and i got it working fine. Since i use windows 7 more than linux, i would like to have "Windows 7" option on the top of "Linux" option.
"When i have turn on my computer, the first thing i see is an Option asking me whether i want to use windows 7 or Linux and there's a countdown timer below it which is 10seconds countdown and if i don't select it on time, it will automatically select the first choice which at the moment i've got Linux pre-set as my first choice."
View 7 Replies
View Related
Dec 16, 2010
Is it possible to add some lines to my script to make it run after restarting the computer after updates?
View 8 Replies
View Related
Aug 1, 2011
As a photographer I'm constantly taking photos and storing them in folders. Now occasionally I'm using two cameras (either for different settings or an assistant is also taking photos) which means that for one event I can have differently named images.Both cameras have the same time set (which always helps in Windows) but in Ubuntu when trying to sort my folder by date taken I can't.The options I'm given are to sort them: Manually, by Name, by Size, by Type, by Modification date and by Emblem.Now none of those are helpful to me once I've done a few edits to the images.So please if anyone knows, how do you organise a folder with images taken on different cameras by Date Taken rather than Date Edited?
View 3 Replies
View Related
Mar 12, 2010
I am using CRON to create a new, blank file, every minute, in a specific location on my web server. After web searching, and reading man pages, I get the impression that the following command is supposed to work:touch /home/mydomain/var/folder/attachments/`date +%H%M`.txtThis should give me a new file with a file name that is the current hour and minute.However, when executed, the CRON mailer reports:touch /home/mydomain/var/folder/attachments/`date +/bin/sh: -c: line 0: unexpected EOF while looking for matching /bin/sh: -c: line 1: syntax error: unexpected end of fileSo, it looks like shell is seeing the plus (+) sign as an EOFObviously, nothing get created.What would be the easiest, single line command to create an empty file, at a given location, with a time based file name
View 5 Replies
View Related
Mar 13, 2010
i have a VPN server PPTPD on Centos 5.3
eth0: 62.2.2.x (public on the internet)
GW: 62.2.2.1 (cisco router)
i want to configure my ppptp server to allow users access internet with their own public ips of class 62.2.3.0 62.2.4.0 62.2.5.0
every time i configure my server all users can get thier IPs but they only go out with my server IP same as NAT not routing.
can you show me the proper configuration to make my users connect with public IP and have internet access. use specific DNS ( i did this but some users can not brows by DNS)
is there any way to specify an expired date for each pptp user.
View 1 Replies
View Related
Jul 14, 2011
I can't do any updates! it just gives a message like this: "The following packages block the update: kdebase-workspace-libs4+5"
View 2 Replies
View Related
Apr 22, 2010
Anyone have a ksh solution to convert julian date to gregorian date?
View 6 Replies
View Related
Feb 9, 2011
release notes Flash Player 10.2 Release Notes
View 9 Replies
View Related
May 22, 2009
I'm planning to install Fedora 11 Release Candidate on my computer because I really need a working Linux system, right now. Once the final version is released, will I have to do a fresh install or do I just update the packages on my system to get the final version?
View 1 Replies
View Related
Nov 13, 2010
I hope this is the right section, it looks like though. I have a small nas ( via artigo a2000 ) with 2 sata hd 1tb each with raid 1 and lvm on top configured and working great.
sda1 and sdb1 ==> md0 raid1 for /boot
sda2 and sdb2 ==> md1 raid1 for swap
sda3 and sdb3 ==> md2 raid1 as physical volume then volume group and lvs on top ( / is a logial volume of these )
I wish to upgrade the current fedora 12 32bit installation I have on it doing a fresh install. But because I have a lot of data on md2 ( 600GB worth ) which I don't want to copy across somewhere else first, I need to know how ( i am pretty sure i can ) to mount md2 during the installation. This way I can use the data I already have on it.
View 3 Replies
View Related
Apr 7, 2010
I Have installed oracle 11g release 2 in fedora 12 but after completion of the installation there is no launch shortcut has generated nor any where any icon for launching oracle is given so now how can i run oracle.
View 3 Replies
View Related
Apr 9, 2011
how will i be able to upgrade installation of fedora 14 to fedora 15 pre-release?
View 5 Replies
View Related
Apr 23, 2011
Has anyone used kpackage to upgrade release 13 to release 14?I keep getting a prompt to start the upgrade but am worried about the time it will take and what happens if the network hiccups..
View 1 Replies
View Related
Nov 9, 2009
I am new bie to linux and i am using FC 9. My intention is to install latest packages of FC11 release to FC9 despite of upgrading entire OS. is their any way to do this .... I have tried doing installing ssh package of FC11 release into FC9 OS but encountered with library errors.
View 7 Replies
View Related
Jul 31, 2010
I'm currently running F11 x86 and want to update to F13 x64, so a new drive and fresh install and copy all the config & data from old drive. and Prey, a lot....I'll be installing F13 x64 later this weekend, But F14 will be out in a few months then F15 and so on.I've tried the upgrade option (x86 to x86 in the past) on the install dvd but it doesn't work and I wind up with a broken install and have to do a fresh install after saving most of the import data and config files, but I usually missing something and get hosed. Part of the problem could be using Nvidia drivers for video and several applications installed from several different repos.I've never been able to safely uninstall the Nvidia driver and still have a working system, let alone upgrade to a newer version and still get a visible desktop.
I was thinking that couldn't I just edit a yum file and point it to a new repository and have it upgrade the machine with out all the fuss?I followed a procedure once or twice on how to do a inplace upgrade, but that didn't work either. I'd like to keep the machine running the latest bits, but with all the pain and suffering I need a simpler method to do it. Is there a procedure or process I can run or follow to keep Fedora in sync with the latest release with out having to continuously swap disks, reinstall and copy critical data files?
View 1 Replies
View Related
Jan 21, 2011
I have an F14 system which was created by preupgrade in two stages from an F12 system. I had a couple of preupgrade crashes along the way, but was able to resolve them and the installation appears to be working fine except for some minor yum problems. Yum appears to be confused about which release it is at. It has a number of 'fedora-release' packages installed:
Code:
Installed Packages
fedora-release.noarch 12-2 @updates
fedora-release.noarch 13-1 installed
fedora-release.noarch 14-1 installed
[Code]...
If I include --releasever=14 in each yum operation, things seem to work normally. However if I leave this out, every yum operation creates hundreds of 'duplicate package' messages, and fails to proceed. I assume if I could remove the outdated release packages, the problem would be resolved - but I haven't been able to find how to do this.
View 2 Replies
View Related